diff --git a/.editorconfig b/.editorconfig index 92cbdb1d6..d6387163a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,3 +33,9 @@ indent_size = 2 end_of_line = lf [*.{cmd, bat}] end_of_line = crlf + +# C# source +[*.{cs}] + +# CA1303: Do not pass literals as localized parameters +dotnet_diagnostic.CA1303.severity = none diff --git a/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj b/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj index 3d0654f32..8bde8d752 100644 --- a/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj +++ b/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj @@ -31,6 +31,10 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.2 for more + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +