Skip to content

Merge branch 'release/0.4.5' #21

Merge branch 'release/0.4.5'

Merge branch 'release/0.4.5' #21

Triggered via push March 28, 2024 05:52
Status Success
Total duration 1m 9s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, gittools/actions/gitversion/setup@v0.9.7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: gittools/actions/gitversion/setup@v0.9.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/MediatR.Remote/RemoteMediatorCommandHandlerBase.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/MediatR.Remote/RemoteMediatorCommandHandlerBase.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/MediatR.Remote/RemoteMediatorCommandHandlerBase.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/MediatR.Remote/RemoteMediatorCommandHandlerBase.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/MediatR.Remote.Extensions.DependencyInjection/RemoteMediatorApplicationBuilderExtensions.cs#L52
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
build: src/MediatR.Remote.Extensions.DependencyInjection/RemoteMediatorApplicationBuilderExtensions.cs#L52
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
build: src/MediatR.Remote.AWS.SQS/AwsSqsOptions.cs#L17
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MediatR.Remote.AWS.SQS/AwsSqsOptions.cs#L22
Non-nullable property 'QueueUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MediatR.Remote.AWS.SQS/QueueBackgroundService.cs#L60
The variable 'e' is declared but never used
build: src/MediatR.Remote.Redis/RedisMediatorOptions.cs#L25
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'