Add pipeline #6
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/.
|
Build:
src/Superstream/Models/RawMessageDescriptor.cs#L24
The variable 'ex' is declared but never used
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L25
Dereference of a possibly null reference.
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L25
Dereference of a possibly null reference.
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L32
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L34
Possible null reference argument for parameter 'topic' in 'void ProducerInterceptor<TKey, TValue>.OnSend(string topic, Message<TKey, byte[]> message, int partition = 0)'.
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L34
Possible null reference argument for parameter 'message' in 'void ProducerInterceptor<TKey, TValue>.OnSend(string topic, Message<TKey, byte[]> message, int partition = 0)'.
|
Build:
src/Superstream/Interceptors/ConsumerInterceptor.cs#L23
Possible null reference argument for parameter 'result' in 'void ConsumerInterceptor<TKey, TValue>.OnConsume(ConsumeResult<TKey, byte[]> result, int partition)'.
|
Build:
src/Superstream/Interceptors/ProducerInterceptor.cs#L101
The variable 'ex' is declared but never used
|
Build:
src/Superstream/Interceptors/ConsumerInterceptor.cs#L90
Dereference of a possibly null reference.
|
Build:
src/Superstream/Core/SuperstreamManager.cs#L45
Converting null literal or possible null value to non-nullable type.
|
Loading