Merge pull request #239 from Avanade/feature/structV8 #36
call-reusable-build-workflow
/
build
1m 21s
Annotations
13 warnings
call-reusable-build-workflow / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusConsumer.cs#L17
Remove the field '_messageProcessor' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L29
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L60
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L58
Rename parameter 'settingsName' to 'entityPath' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L25
Rename parameter 'settingsName' to 'entityPath' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L64
'config' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L33
'config' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L78
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L76
Rename parameter 'settingsName' to 'entityPath' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
call-reusable-build-workflow / build:
src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs#L84
'config' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
call-reusable-build-workflow / build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
call-reusable-build-workflow / build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|