Skip to content

applying new Writer #18

applying new Writer

applying new Writer #18

Triggered via push October 26, 2023 05:20
Status Failure
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Kafa/Kafa.Stream.cs#L81
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Stream.cs#L91
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Stream.cs#L102
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Reflection/KafaListOfT.cs#L15
Type parameter 'T' has the same name as the type parameter from outer type 'KafaListOfT<T>'
build: src/Kafa/Reflection/KafaReflection.Writer.cs#L19
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Span.cs#L22
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
build: src/Kafa/Kafa.Stream.cs#L34
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
build: src/Kafa/Reader/KafaReadState.cs#L32
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Stream.cs#L67
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
build: src/Kafa/Reader/KafaReader.cs#L36
Call to non-readonly member 'KafaReader.ColumnCount.get' from a 'readonly' member results in an implicit copy of 'this'.