Skip to content

Commit 0d57103

Browse files
authored
doc: update exclude from code coverage example (fixes #1764) (#1765)
1 parent 2e7348e commit 0d57103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/MSBuildIntegration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can also ignore additional attributes by using the `ExcludeByAttribute` prop
144144
* Use attribute name, attribute full name or fully qualified name of the attribute type (`Obsolete`, `ObsoleteAttribute`, `System.ObsoleteAttribute`)
145145

146146
```bash
147-
dotnet test /p:CollectCoverage=true /p:ExcludeByAttribute="Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute"
147+
dotnet test /p:CollectCoverage=true /p:ExcludeByAttribute="Obsolete%2cGeneratedCodeAttribute"
148148
```
149149

150150
### Source Files

0 commit comments

Comments
 (0)