Skip to content

misc

misc #16

Triggered via push October 25, 2023 03:17
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/.
build: src/Kafa/Kafa.Stream.cs#L80
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Kafa.Stream.cs#L88
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/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/Writer/KafaWriter.cs#L12
Non-nullable field '_kafaPooledWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Kafa/Writer/KafaWriter.cs#L17
Non-nullable field '_bufferWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Kafa/Writer/KafaWriter.cs#L27
Cannot convert null literal to non-nullable reference type.
build: src/Kafa/Writer/KafaWriter.cs#L28
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)'.