File tree 2 files changed +10
-0
lines changed
src/ICSharpCode.SharpZipLib
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,9 @@ indent_size = 2
33
33
end_of_line = lf
34
34
[* .{cmd, bat} ]
35
35
end_of_line = crlf
36
+
37
+ # C# source
38
+ [* .{cs} ]
39
+
40
+ # CA1303: Do not pass literals as localized parameters
41
+ 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.2 for more
31
31
</PropertyGroup >
32
32
33
33
<ItemGroup >
34
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.9" >
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