Better handling of Windows libraries #25
Annotations
10 warnings
BinaryObjectScanner/_EXTERNAL/LessIO/src/LessIO/Path.cs#L193
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
BinaryObjectScanner/_EXTERNAL/stormlibsharp/src/CascLibSharp/CascStorageContext.cs#L130
Cannot convert null literal to non-nullable reference type.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L25
Converting null literal or possible null value to non-nullable type.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L26
Dereference of a possibly null reference.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L145
Non-nullable field 'filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L160
Non-nullable field 'prevname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L163
Non-nullable field 'nextname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L168
Non-nullable field 'previnfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/NativeMethods.cs#L173
Non-nullable field 'nextinfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BinaryObjectScanner/_EXTERNAL/libmspack4n/libmspack4n/MSCompressedFile.cs#L21
Unboxing a possibly null value.
|
This job succeeded
Loading