changed to extension methods #29
Annotations
10 warnings
build:
src/Kafa/Kafa.Stream.cs#L80
Cannot convert null literal to non-nullable reference type.
|
build:
src/Kafa/Kafa.Stream.cs#L89
Cannot convert null literal to non-nullable reference type.
|
build:
src/Kafa/Kafa.Stream.cs#L99
Cannot convert null literal to non-nullable reference type.
|
build:
src/Kafa/Kafa.Stream.cs#L110
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#L22
Cannot convert null literal to non-nullable reference type.
|
build:
src/Kafa/Kafa.Span.cs#L22
Possible null reference argument for parameter 'options' in 'KafaReflection Kafa.SetupOptions<T>(KafaOptions options)'.
|
build:
src/Kafa/Kafa.Stream.cs#L34
Possible null reference argument for parameter 'options' in 'KafaReflection Kafa.SetupOptions<T>(KafaOptions options)'.
|
build:
src/Kafa/Writer/KafaWriter.cs#L57
Possible null reference argument for parameter 'writer' in 'void BuffersExtensions.Write<byte>(IBufferWriter<byte> writer, ReadOnlySpan<byte> value)'.
|
build:
src/Kafa/Writer/KafaWriter.cs#L65
Dereference of a possibly null reference.
|