-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update XSD to include details about ImplicitUsings and Using items #6755
Conversation
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.
Note that we'll have to follow https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Localization.md#localizing-xsd-intellisense
</xs:documentation> | ||
</xs:annotation> | ||
</xs:attribute> | ||
<xs:attribute name="Static" type="msb:boolean" use="optional"> |
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.
Does this one exist already, or is it just planned?
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 exists - https://github.com/dotnet/sdk/blob/main/src/Tasks/Microsoft.NET.Build.Tasks/GenerateGlobalUsings.cs#L69, just not used by any of the implicitly defined ones.
I have great news: #6759. |
I completely forgot about that! 🎉 |
Guess this PR is good to go. Could one of you merge it? |
Fixes #6745
The SDK added a few new features that are enabled in .NET 6 C# projects. Updating the schema file to document this feature.