Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update samples and update docs to coincide with .NET 6 #134

Closed
cartermp opened this issue Nov 5, 2021 · 1 comment
Closed

Add/update samples and update docs to coincide with .NET 6 #134

cartermp opened this issue Nov 5, 2021 · 1 comment
Labels
type: documentation Improvements or additions to documentation type: enhancement New feature or request

Comments

@cartermp
Copy link
Member

cartermp commented Nov 5, 2021

.NET 6 releases on November 9th.

.NET 6 is changing up how you build web apps with .NET. It's an LTS release, so lots of people are going to depend on this.

We'll want to do a few things:

  1. Ensure that our console sample works with the new single-line console app experience with .NET 6 (and change our sample to that)
  2. Build a sample for .NET 6 "minimal APIs"-style .NET web services and ensure docs are up to date. Various things about the hosting model have changed and the code looks different now
  3. Ensure our docs are up to date w.r.t these changes
@cartermp cartermp added type: documentation Improvements or additions to documentation type: enhancement New feature or request labels Nov 5, 2021
@MikeGoldsmith MikeGoldsmith added this to the GA Release milestone Nov 8, 2021
@MikeGoldsmith MikeGoldsmith removed this from the GA Release milestone Sep 7, 2022
@MikeGoldsmith
Copy link
Contributor

This was done in #271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants