Add ConfigureDataSource() to NpgsqlDbContextOptionsBuilder #1073
Triggered via pull request
September 14, 2024 08:32
Status
Failure
Total duration
2m 55s
Artifacts
–
Annotations
7 errors
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L27
'NpgsqlDbContextOptionsBuilder.ProvideClientCertificatesCallback(ProvideClientCertificatesCallback?)' is obsolete: 'Call ConfigureDataSource() and configure the client certificates on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L35
'NpgsqlDbContextOptionsBuilder.ProvidePasswordCallback(ProvidePasswordCallback?)' is obsolete: 'Call ConfigureDataSource() and configure the password callback on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L44
'NpgsqlDbContextOptionsBuilder.RemoteCertificateValidationCallback(RemoteCertificateValidationCallback?)' is obsolete: 'Call ConfigureDataSource() and configure remote certificate validation on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L27
'NpgsqlDbContextOptionsBuilder.ProvideClientCertificatesCallback(ProvideClientCertificatesCallback?)' is obsolete: 'Call ConfigureDataSource() and configure the client certificates on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L35
'NpgsqlDbContextOptionsBuilder.ProvidePasswordCallback(ProvidePasswordCallback?)' is obsolete: 'Call ConfigureDataSource() and configure the password callback on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp):
test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs#L44
'NpgsqlDbContextOptionsBuilder.RemoteCertificateValidationCallback(RemoteCertificateValidationCallback?)' is obsolete: 'Call ConfigureDataSource() and configure remote certificate validation on the NpgsqlDataSourceBuilder, or pass an externally-built, pre-configured NpgsqlDataSource to UseNpgsql().'
|
Analyze (csharp)
Process completed with exit code 1.
|