Skip to content

Update documentation for ImplicitUsings element#13900

Open
drewnoakes wants to merge 1 commit into
mainfrom
dev/drnoakes/xsd-implicit-usings-false
Open

Update documentation for ImplicitUsings element#13900
drewnoakes wants to merge 1 commit into
mainfrom
dev/drnoakes/xsd-implicit-usings-false

Conversation

@drewnoakes
Copy link
Copy Markdown
Member

Copilot AI review requested due to automatic review settings May 29, 2026 04:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the XSD IntelliSense schema for the ImplicitUsings MSBuild property to include false as a valid value, matching the documented behavior on Microsoft Learn.

Changes:

  • Add <xs:enumeration value="false" /> to the ImplicitUsings restriction.
  • Update the documentation string to mention false as a possible value.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

✅ 24/24 dimensions clean — no findings.

This is a straightforward, correct documentation fix. The XSD schema was missing the false enumeration value for ImplicitUsings, which is a documented valid option per the [official Microsoft docs]((learn.microsoft.com/redacted) The change is purely additive (non-breaking), well-scoped, and aligns the IntelliSense schema with actual SDK behavior.

Generated by Expert Code Review (on open) for issue #13900 · ● 860.7K

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants