File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ reported a the [GibHub repository](https://github.com/dotnet-project-file-analyz
8787* [ ** Proj0033** Project reference includes should exist] ( rules/Proj0033.md )
8888* [ ** Proj0034** Import statement could not be resolved by the analyzer] ( rules/Proj0034.md )
8989* [ ** Proj0035** Remove deprecated RestoreProjectStyle property] ( rules/Proj0035.md )
90+ * [ ** Proj0036** Remove None when redundant] ( rules/Proj0036.md )
9091
9192### Packaging
9293* [ ** Proj0200** Define IsPackable explicitly] ( rules/Proj0200.md )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ parent: General
33ancestor : MSBuild
44---
55
6- # Proj0036: ?
6+ # Proj0036: Remove None when redundant
77A ` <None> ` project item can be used to represent a file that should have no
88role in the build process. Hence, removing it after it has been added, for
99instance because its type has been changed to ` <Content> ` or ` <EmbeddedResource> `
You can’t perform that action at this time.
0 commit comments