Skip to content

Refactor Kryptography to 2.1.0; #5

Refactor Kryptography to 2.1.0;

Refactor Kryptography to 2.1.0; #5

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

Annotations

10 warnings
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/BinaryBitReader.cs#L240
Cannot convert null literal to non-nullable reference type.
build: src/lib/Komponent/IO/BinaryBitWriter.cs#L178
Cannot convert null literal to non-nullable reference type.
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/BinaryTypeWriter.cs#L54
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/BinaryTypeReader.cs#L78
Possible null reference argument for parameter 'fieldName' in 'ValueStorage ValueStorage.CreateScope(string fieldName)'.
build: src/lib/Komponent/IO/BinaryBitReader.cs#L240
Cannot convert null literal to non-nullable reference type.