CodeQL Security Analysis #56
Annotations
11 warnings
|
Analyze:
src/Valir.Redis/RedisRecurringJobQueue.cs#L312
Converting null literal or possible null value to non-nullable type.
|
|
Analyze:
tests/Valir.Tests/RedisRecurringJobQueueIntegrationTests.cs#L15
'RedisBuilder.RedisBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/RedisRateLimiterIntegrationTests.cs#L12
'RedisBuilder.RedisBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/RedisJobQueueIntegrationTests.cs#L14
'RedisBuilder.RedisBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/RedisDistributedLockIntegrationTests.cs#L12
'RedisBuilder.RedisBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/MisfirePolicyTests.cs#L272
The given expression is always of the provided ('ValueType') type
|
|
Analyze:
tests/Valir.Tests/Integration/PostgresOutboxIntegrationTests.cs#L16
'PostgreSqlBuilder.PostgreSqlBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/Integration/KafkaIntegrationTests.cs#L19
'KafkaBuilder.KafkaBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
tests/Valir.Tests/Integration/RabbitMQIntegrationTests.cs#L18
'RabbitMqBuilder.RabbitMqBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
|
|
Analyze:
src/Valir.Redis/RedisRecurringJobQueue.cs#L312
Converting null literal or possible null value to non-nullable type.
|
|
Analyze
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|