8000 Added GlobalSuppressions.cs. · scrum-software/libgit2sharp@d535976 · GitHub
[go: up one dir, main page]

Skip to content

Commit d535976

Browse files
committed
Added GlobalSuppressions.cs.
I am trying to suppress all the code analysis warnings for this project because it is an open-source project and we do not control the source code. However, I can't get the code analysis warnings to disappear.
1 parent 93dbc6a commit d535976

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

LibGit2Sharp/GlobalSuppressions.cs

5.71 KB
Binary file not shown.

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<Compile Include="Core\Handles\IndexReucEntrySafeHandle.cs" />
8989
<Compile Include="EntryExistsException.cs" />
9090
<Compile Include="FetchOptionsBase.cs" />
91+
<Compile Include="GlobalSuppressions.cs" />
9192
<Compile Include="LogEntry.cs" />
9293
<Compile Include="FollowFilter.cs" />
9394
<Compile Include="IBelongToARepository.cs" />

0 commit comments

Comments
 (0)
0