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 schema for ImplicitUsings feature #6745

Closed
2 tasks done
Tracked by #19521
DamianEdwards opened this issue Aug 9, 2021 · 0 comments · Fixed by #6755
Closed
2 tasks done
Tracked by #19521

Update schema for ImplicitUsings feature #6745

DamianEdwards opened this issue Aug 9, 2021 · 0 comments · Fixed by #6755
Assignees
Labels
Milestone

Comments

@DamianEdwards
Copy link
Member

DamianEdwards commented Aug 9, 2021

As per dotnet/sdk#19521, update schema info in src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd for property and item type introduced in .NET 6 for the implicit usings feature:

  • <ImplicitUsings> property, equal to True, true, or enable
  • <Using Include="" Alias="" Static="true" /> item type where:
    • Definition value is the namespace or type identifier to add, e.g. Microsoft.AspNetCore
    • Alias attribute is the alias identifier to use to identify the type being aliased
    • Static is a boolean indicating whether the identifier should be registered as a static import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants