Merge pull request #80 from netcorepal/dotnet9rc #330
Annotations
31 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L140
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L130
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L140
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Repository.EntityFrameworkCore/AppDbContextBase.cs#L38
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L130
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Snowflake.Consul/ConsulWorkerIdGenerator.cs#L140
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L130
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
|
build:
src/Snowflake.Redis/RedisWorkerIdGenerator.cs#L27
Remove this unread private field '_connectionMultiplexer' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/Hangfire/ContainerJobActivator.cs#L22
Member 'ContainerJobActivator.BeginScope()' overrides obsolete member 'JobActivator.BeginScope()'. Add the Obsolete attribute to 'ContainerJobActivator.BeginScope()'.
|
build:
src/Hangfire/ContainerJobActivator.cs#L22
Member 'ContainerJobActivator.BeginScope()' overrides obsolete member 'JobActivator.BeginScope()'. Add the Obsolete attribute to 'ContainerJobActivator.BeginScope()'.
|
build:
src/Hangfire/ContainerJobActivator.cs#L22
Member 'ContainerJobActivator.BeginScope()' overrides obsolete member 'JobActivator.BeginScope()'. Add the Obsolete attribute to 'ContainerJobActivator.BeginScope()'.
|
build:
src/Hangfire/ContainerJobActivator.cs#L22
Member 'ContainerJobActivator.BeginScope()' overrides obsolete member 'JobActivator.BeginScope()'. Add the Obsolete attribute to 'ContainerJobActivator.BeginScope()'.
|