Skip to content

Don't use NpgsqlDataSource from DI if connection string/connection is… #939

Don't use NpgsqlDataSource from DI if connection string/connection is…

Don't use NpgsqlDataSource from DI if connection string/connection is… #939

Triggered via push February 17, 2024 18:32
Status Failure
Total duration 3m 22s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/FunkyDataQueryNpgsqlTest.cs#L40
'FunkyDataQueryNpgsqlTest.String_Contains_and_StartsWith_with_same_parameter(bool)' hides inherited member 'FunkyDataQueryTestBase<FunkyDataQueryNpgsqlTest.FunkyDataQueryNpgsqlFixture>.String_Contains_and_StartsWith_with_same_parameter(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/JsonQueryAdHocNpgsqlTest.cs#L7
'JsonQueryAdHocNpgsqlTest' does not implement inherited abstract member 'JsonQueryAdHocTestBase.SeedTrickyBuffering(JsonQueryAdHocTestBase.MyContextTrickyBuffering)'
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/PrimitiveCollectionsQueryNpgsqlTest.cs#L226
'PrimitiveCollectionsQueryNpgsqlTest.Parameter_collection_of_ints_Contains(bool)': no suitable method found to override
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/PrimitiveCollectionsQueryNpgsqlTest.cs#L282
'PrimitiveCollectionsQueryNpgsqlTest.Parameter_collection_of_strings_Contains_non_nullable_string(bool)': no suitable method found to override
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/FunkyDataQueryNpgsqlTest.cs#L40
'FunkyDataQueryNpgsqlTest.String_Contains_and_StartsWith_with_same_parameter(bool)' hides inherited member 'FunkyDataQueryTestBase<FunkyDataQueryNpgsqlTest.FunkyDataQueryNpgsqlFixture>.String_Contains_and_StartsWith_with_same_parameter(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/JsonQueryAdHocNpgsqlTest.cs#L7
'JsonQueryAdHocNpgsqlTest' does not implement inherited abstract member 'JsonQueryAdHocTestBase.SeedTrickyBuffering(JsonQueryAdHocTestBase.MyContextTrickyBuffering)'
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/PrimitiveCollectionsQueryNpgsqlTest.cs#L226
'PrimitiveCollectionsQueryNpgsqlTest.Parameter_collection_of_ints_Contains(bool)': no suitable method found to override
Analyze (csharp): test/EFCore.PG.FunctionalTests/Query/PrimitiveCollectionsQueryNpgsqlTest.cs#L282
'PrimitiveCollectionsQueryNpgsqlTest.Parameter_collection_of_strings_Contains_non_nullable_string(bool)': no suitable method found to override
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, actions/setup-dotnet@v3.0.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/