Skip to content

Refactor Kryptography to 2.1.0; #3

Refactor Kryptography to 2.1.0;

Refactor Kryptography to 2.1.0; #3

Triggered via push January 7, 2025 01:03
Status Success
Total duration 2m 20s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/lib/Kompression/Exceptions/StreamTooShortException.cs#L38
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/lib/Kompression/Exceptions/InvalidCompressionException.cs#L31
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/lib/Kompression/Specialized/SlimeMoriMori/ValueReader/HuffmanReader.cs#L12
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/lib/Kompression/Exceptions/DisplacementException.cs#L56
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/lib/Kompression/IO/CircularBuffer.cs#L91
Cannot convert null literal to non-nullable reference type.
build: src/lib/Kompression/Specialized/SlimeMoriMori/ValueReader/HuffmanReader.cs#L86
Cannot convert null literal to non-nullable reference type.
build: src/lib/Kompression/Specialized/SlimeMoriMori/Encoder/SlimeEncoder.cs#L10
Non-nullable field '_displacementTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/lib/Kompression/Decoder/TaikoLz81/TaikoLz81Tree.cs#L8
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/lib/Kompression/Specialized/SlimeMoriMori/SlimeMoriMoriCompression.cs#L246
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<HuffmanTreeNode>(IEnumerable<HuffmanTreeNode> source, Func<HuffmanTreeNode, bool> predicate)'.