Update documentation for ImplicitUsings element#13900
Open
drewnoakes wants to merge 1 commit into
Open
Conversation
Add the missing `false` option, as documented in https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings
Contributor
There was a problem hiding this comment.
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 theImplicitUsingsrestriction. - Update the documentation string to mention
falseas a possible value.
Contributor
There was a problem hiding this comment.
✅ 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the missing
falseoption, as documented in https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings