-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
User StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesfeature-templates
Milestone
Description
In .NET 6, the included C# project templates will use the latest language idioms.
See the parent Epic for details.
- Top-level statements
- Global using directives
- ℹ️ This will be via SDK driven defaults, in PR Add global usings for .NET projects (.NET SDK, Web and Worker) sdk#18459
- Remove usings from templates implicitly added by the SDK #34219
- File-scoped namespaces (blocked until Merge FileScopedNamespaces to main roslyn#54724 is pushed & flows)
- Nullable reference types
- async Main
Related:
bradygaster and IEvangelist
Metadata
Metadata
Assignees
Labels
User StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesfeature-templates