-
Notifications
You must be signed in to change notification settings - Fork 369
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
enable nullable on new project templates #3173
Conversation
hi @jmarolf, thank you for opening it - we'll need to discuss it with @KathleenDollard prior to merge. |
I also believe you will need to change |
@jmarolf we had a chat on this with @KathleenDollard on Tue, and agreed not to merge it as |
@vlada-shubina and @KathleenDollard that is not my understanding of where we landed. |
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.
@jmarolf
I added some comments inline.
Additional question: is this change intended only for net6.0 TFM? If we need to enable it for other tfms (3.1, 5.0) we need to include same to these templates too.
...Common.ProjectTemplates.6.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
Show resolved
Hide resolved
...Common.ProjectTemplates.6.0/content/ConsoleApplication-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
The intent is that this change is only for .NET 6 |
Thanks @vlada-shubina! |
resolves dotnet/templates#485
fixes #2979