Skip to content

Update pkg metadata #27

Update pkg metadata

Update pkg metadata #27

Triggered via pull request May 8, 2024 14:03
Status Success
Total duration 2m 23s
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#L29
Dereference of a possibly null reference.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L29
Dereference of a possibly null reference.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L36
Converting null literal or possible null value to non-nullable type.
build: src/Superstream/Interceptors/ProducerInterceptor.cs#L38
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#L38
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/Models/RawMessageDescriptor.cs#L24
The variable 'ex' is declared but never used
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#L105
The variable 'ex' is declared but never used
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)'.