Skip to content

Update proto MarshalOptions (#207) #292

Update proto MarshalOptions (#207)

Update proto MarshalOptions (#207) #292

Triggered via push February 27, 2024 06:49
Status Success
Total duration 2m 7s
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/Memphis.Client/GlobalUsings.cs#L21
The using directive for 'NATS.Client.JetStream' appeared previously in this namespace
build: src/Memphis.Client/MemphisClient.Producer.cs#L49
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L50
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L94
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L95
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L129
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Consumer.cs#L23
'MemphisConsumerOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'
build: src/Memphis.Client/MemphisClient.Consumer.cs#L126
'MemphisConsumerOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'
build: src/Memphis.Client/MemphisClient.Consumer.cs#L126
'FetchMessageOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'
build: src/Memphis.Client/Producer/MemphisProducer.cs#L113
Possible null reference argument for parameter 'messageId' in 'Task MemphisClient.ProduceAsync(MemphisProducerOptions options, byte[] message, NameValueCollection headers = null, string messageId = null, bool asyncProduceAck = true, string partitionKey = "", int partitionNumber = -1, CancellationToken cancellationToken = default(CancellationToken))'.