Skip to content

RND-473-superstream-dotnet-sdk-init-ser-deser #12

RND-473-superstream-dotnet-sdk-init-ser-deser

RND-473-superstream-dotnet-sdk-init-ser-deser #12

Triggered via pull request February 28, 2024 10:24
Status Success
Total duration 38s
Artifacts

build.yml

on: pull_request
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/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/Core/SuperstreamManager.cs#L31
Converting null literal or possible null value to non-nullable type.
build: src/Superstream/Core/SuperstreamManager.cs#L64
Possible null reference assignment.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L101
The variable 'ex' is declared but never used
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/ConsumerInterceptor.cs#L92
Dereference of a possibly null reference.