Skip to content

Commit 7cafa74

Browse files
committed
Remove None when redundant
1 parent 0a6aa2e commit 7cafa74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

rules/Proj0036.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parent: General
33
ancestor: MSBuild
44
---
55

6-
# Proj0036: ?
6+
# Proj0036: Remove None when redundant
77
A `<None>` project item can be used to represent a file that should have no
88
role in the build process. Hence, removing it after it has been added, for
99
instance because its type has been changed to `<Content>` or `<EmbeddedResource>`

0 commit comments

Comments
 (0)