v1.1.0 #2
Annotations
10 warnings
Build:
src/Zlib-ng.NET.Tests/Tests.cs#L10
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Tests/Tests.cs#L11
Non-nullable field '_zlibng' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L18
Non-nullable field '_zlibng' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L19
Non-nullable field '_destBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L20
Non-nullable field '_srcBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Tests/Tests.cs#L10
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Tests/Tests.cs#L11
Non-nullable field '_zlibng' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L18
Non-nullable field '_zlibng' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L19
Non-nullable field '_destBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Zlib-ng.NET.Benchmarks/Program.cs#L20
Non-nullable field '_srcBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading