Skip to content

added directory path #2

added directory path

added directory path #2

Triggered via push October 5, 2023 20:10
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.cs#L13
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Reader/KafaReadState.cs#L32
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Reflection/KafaListOfT.cs#L22
Possible null reference assignment.
build: src/Kafa/Reflection/KafaListOfT.cs#L22
Converting null literal or possible null value to non-nullable type.
build: src/Kafa/Reflection/KafaListOfT.cs#L22
Possible null reference return.
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.Span.cs#L23
Possible null reference argument for parameter 'Headers' in 'KafaReflection.KafaReflection(KafaTypeInfo typeInfo, OrderedDictionary Headers = null)'.
build: src/Kafa/Kafa.Stream.cs#L29
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
build: src/Kafa/Kafa.Stream.cs#L30
Possible null reference argument for parameter 'Headers' in 'KafaReflection.KafaReflection(KafaTypeInfo typeInfo, OrderedDictionary Headers = null)'.