This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit fde41e6
Fix the build
Add SuppressMessage attribute for unused field GuidList.guidContextMenuSet.
This field breaks build of GitHub.VisualStudio project with error:
> Running Code Analysis...
>MSBUILD : error CA1823: Microsoft.Performance : It appears that field 'GuidList.guidContextMenuSet' is never used or is only ever assigned to. Use this field or remove it.
> Code Analysis Complete -- 1 error(s), 0 warning(s)
This field is already used in another branch (PR #156).1 parent d9a1a90 commit fde41e6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments