Skip to content

fix bug AddIntegrationEventServices not add IIntegrationEventHandler … #15

fix bug AddIntegrationEventServices not add IIntegrationEventHandler …

fix bug AddIntegrationEventServices not add IIntegrationEventHandler … #15

Triggered via push December 27, 2023 03:39
Status Failure
Total duration 1m 37s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build
Partial declarations of 'OrderId222ValueConverter' must not specify different base classes
build
Type 'OrderId222ValueConverter' already defines a member called 'OrderId222ValueConverter' with the same parameter types
build
Partial declarations of 'OrderId222ValueConverter' must not specify different base classes
build
Type 'OrderId222ValueConverter' already defines a member called 'OrderId222ValueConverter' with the same parameter types
build
Partial declarations of 'OrderId222ValueConverter' must not specify different base classes
build
Type 'OrderId222ValueConverter' already defines a member called 'OrderId222ValueConverter' with the same parameter types
build
Partial declarations of 'OrderId222ValueConverter' must not specify different base classes
build
Type 'OrderId222ValueConverter' already defines a member called 'OrderId222ValueConverter' with the same parameter types
build
Partial declarations of 'OrderId222ValueConverter' must not specify different base classes
build
Type 'OrderId222ValueConverter' already defines a member called 'OrderId222ValueConverter' with the same parameter types
build: src/Snowflake/WorkerIdConflictException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/Snowflake/WorkerIdConflictException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/Snowflake/WorkerIdConflictException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L124
Nullable value type may be null.
build: src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L118
Remove the unused local variable 'renewResult'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build: src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L75
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
build: test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/ConsulWorkerIdGeneratorTests.cs#L197
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/ConsulWorkerIdGeneratorTests.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/AspNetCore/Json/NewtonsoftEntityIdJsonConverter.cs#L59
Make '_supportedTypes' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
build: src/AspNetCore/IRequestCancellationToken.cs#L21
The parameter name 'HttpContext' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)