Skip to content

Merge pull request #7 from bazen-teklehaymanot/initialization-update #17

Merge pull request #7 from bazen-teklehaymanot/initialization-update

Merge pull request #7 from bazen-teklehaymanot/initialization-update #17

Triggered via push March 12, 2024 19:08
Status Success
Total duration 36s
Artifacts

build.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/Superstream/Interceptors/ProducerInterceptor.cs#L27
Dereference of a possibly null reference.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L27
Dereference of a possibly null reference.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L34
Converting null literal or possible null value to non-nullable type.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L36
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#L36
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#L24
Possible null reference argument for parameter 'result' in 'void ConsumerInterceptor<TKey, TValue>.OnConsume(ConsumeResult<TKey, byte[]> result, int partition)'.
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/ConsumerInterceptor.cs#L93
Dereference of a possibly null reference.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L103
The variable 'ex' is declared but never used