Improve deployment #72
Annotations
20 warnings
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/EndianStreamReader.cs(11,23): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Writer/EndianStreamWriter.cs(13,24): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(550,26): warning CA1063: Ensure that 'BaseEndianReader.Dispose' is declared as public and sealed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(9,23): warning CA1063: Provide an overridable implementation of Dispose(bool) on 'BaseEndianReader' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(18,22): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(20,20): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(21,20): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(23,32): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(24,33): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(25,23): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/EndianStreamReader.cs(11,23): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/Win32ProcessReader.cs(16,20): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Writer/EndianStreamWriter.cs(13,24): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(550,26): warning CA1063: Ensure that 'BaseEndianReader.Dispose' is declared as public and sealed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(9,23): warning CA1063: Provide an overridable implementation of Dispose(bool) on 'BaseEndianReader' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(18,22): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(20,20): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(23,32): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(24,33): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Reader/BaseEndianReader.cs(25,23): warning CA1051: Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051) [/home/runner/work/Snowberry.IO/Snowberry.IO/src/Snowberry.IO/Snowberry.IO.csproj::TargetFramework=net7.0]
|