Skip to content

Merge pull request #3 from memphisdev/add-pipeline #7

Merge pull request #3 from memphisdev/add-pipeline

Merge pull request #3 from memphisdev/add-pipeline #7

Triggered via push February 27, 2024 09:45
Status Success
Total duration 44s
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#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/Models/RawMessageDescriptor.cs#L24
The variable 'ex' is declared but never used
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/Core/SuperstreamManager.cs#L45
Converting null literal or possible null value to non-nullable type.
build: src/Superstream/Core/SuperstreamManager.cs#L78
Possible null reference assignment.