File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/ICSharpCode.SharpZipLib Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,9 @@ end_of_line = crlf
37
37
[* .yml ]
38
38
indent_style = space
39
39
indent_size = 2
40
+
41
+ # C# source
42
+ [* .{cs} ]
43
+
44
+ # CA1303: Do not pass literals as localized parameters
45
+ dotnet_diagnostic.CA1303.severity = none
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.1 for mor
31
31
</PropertyGroup >
32
32
33
33
<ItemGroup >
34
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.2" >
35
+ <PrivateAssets >all</PrivateAssets >
36
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
+ </PackageReference >
34
38
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
35
39
</ItemGroup >
36
40
You can’t perform that action at this time.
0 commit comments