Skip to content

Bump Dapper from 2.1.72 to 2.1.79 #40

Bump Dapper from 2.1.72 to 2.1.79

Bump Dapper from 2.1.72 to 2.1.79 #40

Triggered via pull request May 18, 2026 18:01
Status Success
Total duration 2m 28s
Artifacts

codeql-analysis.yml

on: pull_request
CodeQL Analysis
2m 23s
CodeQL Analysis
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/PgSqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/MySqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/SqlServerDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/SpecificationIntegrationTestBase.cs#L11
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/PgSqlSpecificationTests.cs#L187
Possible null reference argument for parameter 'product' in 'void ProductCollection.AddProduct(Product product)'.
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/PgSqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/MySqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/SqlServerDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' 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.'
CodeQL Analysis
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.