Update the documentation about the templates on learn.microsoft.com for .NET 7
See original GitHub issuelearn.microsoft.com features 2 articles where the templates are mentioned:
- https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new#arguments - list of the available templates
- https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new-sdk-templates - the documentation on the templates available with .NET SDK, including specific options.
Consider updating the articles for .NET 7:
- in case new templates were added, please them add them to the table list
- in case the template options were added, modified or removed, please adapt the description accordingly
Note that for many cases, the EOL frameworks are present: netcoreapp3.0
, net5.0
etc. Consider removing them.
The source code is here:
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
NET default templates for dotnet new - .NET CLI
dotnet new list. The following table shows the templates that come pre-installed with the .NET SDK. The default language for the template is ......
Read more >Update the documentation about the templates on learn. ...
learn.microsoft.com features 2 articles where the templates are ... Consider updating the articles for .NET 7: in case new templates were ...
Read more >dotnet new <TEMPLATE> - .NET CLI
The dotnet new command creates new .NET projects based on the specified template.
Read more >Install and manage SDK templates - .NET
NET templates through the .NET SDK CLI. For more information about creating templates, see Tutorial: Create templates.
Read more >What's new in .NET 7
This article lists the new features of .NET 7 and provides links to more detailed information on each. To find all the .NET...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I would keep them there.
@vlada-shubina, are there some docs mentioning the
--nullable
flag?