Skip to content
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

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

pranavkm
Copy link
Contributor

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.

Copy link
Member

@Forgind Forgind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Static" type="msb:boolean" use="optional">
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rainersigwald
Copy link
Member

@Forgind
Copy link
Member

Forgind commented Aug 13, 2021

Note that we'll have to follow https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Localization.md#localizing-xsd-intellisense

I have great news: #6759.

I completely forgot about that! 🎉

@pranavkm
Copy link
Contributor Author

Guess this PR is good to go. Could one of you merge it?

@rainersigwald rainersigwald added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Aug 13, 2021
@rokonec rokonec merged commit 9c14af5 into main Aug 16, 2021
@rainersigwald rainersigwald deleted the prkrishn/xsd branch October 19, 2021 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update schema for ImplicitUsings feature
4 participants