-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Modified templates to use Implicit Usings #6973
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
Conversation
RussKie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good start, though we can push it a little further.
...aging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net6.0/App.xaml.cs
Show resolved
Hide resolved
...aging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net6.0/App.xaml.cs
Show resolved
Hide resolved
|
@vlada-shubina FYI |
...oft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
vlada-shubina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also left some comments inline.
Please consider localizing the templates. Most of the templates in .NET SDK are now localized
...oft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json
Show resolved
Hide resolved
...oft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
|
Also, are these changes planned for .NET 7 or .NET 8? The changes for .NET 7 templates are frozen by Tactics. |
|
Should rename the |
|
/azp run |
|
Azure Pipelines failed to run 1 pipeline(s). |
...icrosoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net6.0/MainWindow.xaml.cs
Outdated
Show resolved
Hide resolved
...ft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/net5.0/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
8f6f90b to
7624973
Compare
Fixes #5790
Main PR
Description
Modified templates to support Implicit Usings for .NET 6 and later versions.
Customer Impact
Developers creating new WPF applications will get Implicit Usings C# feature enabled by default.
Regression
No
Testing
Testing in progress. Installed and built the modified templates for different framework versions.
Risk
None
Microsoft Reviewers: Open in CodeFlow