-
Notifications
You must be signed in to change notification settings - Fork 71
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
Test project templates use latest C# language idioms #164
Comments
@DamianEdwards Should we add all mentioned features to our template? For instance, we do not have |
@Sanan07, we cannot apply bellow yet:
These can be considered:
// cc: @nohwnd |
Thanks @Haplois. Yes the intent is to make only those changes that are applicable and to follow up on any issues that are preventing a change that could be made, being made. |
File-scoped namespaces are blocked by dotnet/roslyn#54781. |
@Haplois this should be unblocked now as of the latest SDK builds for preview.7 from main |
@DamianEdwards, thanks. |
In .NET 6, the included C# project templates will use the latest language idioms.
See the parent Epic for details.
@kendrahavens
The text was updated successfully, but these errors were encountered: