implemented writer #17
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Kafa/Kafa.Stream.cs#L80
Cannot convert null literal to non-nullable reference type.
|
src/Kafa/Kafa.Stream.cs#L88
Cannot convert null literal to non-nullable reference type.
|
src/Kafa/Kafa.Stream.cs#L101
Cannot convert null literal to non-nullable reference type.
|
src/Kafa/Reflection/KafaListOfT.cs#L15
Type parameter 'T' has the same name as the type parameter from outer type 'KafaListOfT<T>'
|
src/Kafa/Reflection/KafaReflection.Writer.cs#L19
Cannot convert null literal to non-nullable reference type.
|
src/Kafa/Kafa.Span.cs#L22
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
|
src/Kafa/Kafa.Stream.cs#L32
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
|
src/Kafa/Kafa.Stream.cs#L65
Possible null reference argument for parameter 'kafaOptions' in 'KafaTypeInfo.KafaTypeInfo(Type type, KafaOptions kafaOptions)'.
|
src/Kafa/Reader/KafaReadState.cs#L32
Cannot convert null literal to non-nullable reference type.
|
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'.
|
The logs for this run have expired and are no longer available.
Loading