Skip to content

Add BinaryBitReader and BinaryBitWriter; #4

Add BinaryBitReader and BinaryBitWriter;

Add BinaryBitReader and BinaryBitWriter; #4

Triggered via push January 6, 2025 14:19
Status Success
Total duration 2m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/lib/Komponent/IO/BinaryTypeWriter.cs#L22
Possible null reference argument for parameter 'value' in 'void BinaryTypeWriter.Write(object value, BinaryWriterX writer)'.
build: src/lib/Komponent/IO/BinaryBitWriter.cs#L178
Cannot convert null literal to non-nullable reference type.
build: src/lib/Komponent/IO/BinaryBitReader.cs#L240
Cannot convert null literal to non-nullable reference type.
build: src/lib/Komponent/IO/BinaryTypeWriter.cs#L54
Possible null reference argument for parameter 'fieldName' in 'ValueStorage ValueStorage.CreateScope(string fieldName)'.
build: src/lib/Komponent/IO/BinaryTypeReader.cs#L78
Possible null reference argument for parameter 'fieldName' in 'ValueStorage ValueStorage.CreateScope(string fieldName)'.
build: src/lib/Komponent/IO/BinaryTypeWriter.cs#L143
Possible null reference argument for parameter 'writeValue' in 'void BinaryTypeWriter.WriteInternal(object writeValue, Type writeType, BinaryWriterX writer, ValueStorage storage, FieldInfo? fieldInfo = null)'.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add a dependency group for net8.0 to the nuspec
build: src/lib/Komponent/IO/BinaryTypeWriter.cs#L22
Possible null reference argument for parameter 'value' in 'void BinaryTypeWriter.Write(object value, BinaryWriterX writer)'.
build: src/lib/Komponent/IO/BinaryBitWriter.cs#L178
Cannot convert null literal to non-nullable reference type.