Skip to content

update the Write Docs #24

update the Write Docs

update the Write Docs #24

Triggered via push October 27, 2023 05:14
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Kafa/Kafa.Stream.cs#L82
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#L101
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Stream.cs#L112
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/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.