Merge branch 'main' of https://github.com/j0nimost/Kafa #3
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/Reflection/KafaReflection.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build:
src/Kafa/Reflection/KafaReflection.cs#L30
Unboxing a possibly null value.
|
build:
src/Kafa/Reflection/KafaReflection.cs#L35
Unboxing a possibly null value.
|
build:
src/Kafa/Reflection/KafaReflection.cs#L40
Unboxing a possibly null value.
|
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/Reader/KafaReadState.cs#L32
Cannot convert null literal to non-nullable reference type.
|