Skip to content

Implemented KIP-117 (#5) #45

Implemented KIP-117 (#5)

Implemented KIP-117 (#5) #45

Triggered via push October 17, 2023 18:43
Status Success
Total duration 2m 48s
Artifacts

dotnet.yml

on: push
Build and tests
2m 36s
Build and tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and tests: src/NKafka/Clients/Producer/Internals/RecordAccumulator.cs#L70
The field 'RecordAccumulator._flushesInProgress' is assigned but its value is never used
Build and tests: src/NKafka/Clients/Producer/Internals/RecordAccumulator.cs#L70
The field 'RecordAccumulator._flushesInProgress' is assigned but its value is never used
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L38
Non-nullable field 'Text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L40
Non-nullable field '_md5' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: src/NKafka/Clients/Producer/Internals/RecordAccumulator.cs#L70
The field 'RecordAccumulator._flushesInProgress' is assigned but its value is never used
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L38
Non-nullable field 'Text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L40
Non-nullable field '_md5' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L38
Non-nullable field 'Text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: benchmarks/NKafka.Benchmarks/Md5HashBenchmark.cs#L40
Non-nullable field '_md5' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: tests/NKafka.Tests/Clients/Consumer/ConsumerTests.cs#L48
Cannot convert null literal to non-nullable reference type.