Prevent double-free when returning packets #89
Annotations
1 error and 21 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_books' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_floors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_residues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
NVorbis/Floor1.cs#L39
Non-nullable field '_subclassBookIndex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
NVorbis/Floor1.cs#L34
The field 'Floor1._subclassBookIndex' is never used
|
Build:
NVorbis/Contracts/IStreamSerialProvider.cs#L3
Missing XML comment for publicly visible type or member 'IStreamSerialProvider'
|
Build:
NVorbis/PreRollPacketException.cs#L5
Missing XML comment for publicly visible type or member 'PreRollPacketException'
|
Build:
NVorbis/PreRollPacketException.cs#L9
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException()'
|
Build:
NVorbis/PreRollPacketException.cs#L13
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException(string?)'
|
Build:
NVorbis/PreRollPacketException.cs#L17
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException(string?, Exception?)'
|
Test:
NVorbis/Floor1.cs#L39
Non-nullable field '_subclassBookIndex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_books' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_floors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
NVorbis/StreamDecoder.cs#L55
Non-nullable field '_residues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
NVorbis/Floor1.cs#L34
The field 'Floor1._subclassBookIndex' is never used
|
Test:
NVorbis/Contracts/IStreamSerialProvider.cs#L3
Missing XML comment for publicly visible type or member 'IStreamSerialProvider'
|
Test:
NVorbis/PreRollPacketException.cs#L5
Missing XML comment for publicly visible type or member 'PreRollPacketException'
|
Test:
NVorbis/PreRollPacketException.cs#L9
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException()'
|
Test:
NVorbis/PreRollPacketException.cs#L13
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException(string?)'
|
Test:
NVorbis/PreRollPacketException.cs#L17
Missing XML comment for publicly visible type or member 'PreRollPacketException.PreRollPacketException(string?, Exception?)'
|
Loading