Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.16 KB

.NET Release Report App

This app demonstrates publishing an app published with single file deployment in containers.

A similar web API sample supports native AOT deployment. This app could also be deployed that way.

Usage

You can build and run the sample:

docker build --pull -t app .
docker run --rm app

It will produce output similar to this example app output.

App

The app is intended as a sort of compliance report for .NET. The report includes supported major releases and those recently out of support. It includes the latest and latest security patch versions for each of those major releases.

This same information is available from the release JSON files that the team maintains, but that requires a bit of code to provide the same report.

Dockerfiles

The sample includes support for three distributions: