Skip to content
Triggered via push November 12, 2023 05:06
Status Success
Total duration 6m 3s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L109
Nullable value type may be null.
build: src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L69
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
build: src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L103
Remove the unused local variable 'renewResult'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build: src/Repository.EntityFrameworkCore/Extensions/ServiceCollectionExtensions.cs#L30
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
build: src/AspNetCore/Json/NewtonsoftEntityIdJsonConverter.cs#L59
Make '_supportedTypes' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
build: src/AspNetCore/Json/NewtonsoftEntityIdJsonConverter.cs#L69
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
build: src/DistributedLocks.Redis/RedisLockSynchronizationHandler.cs#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)