Add ConfigureDataSource() to NpgsqlDbContextOptionsBuilder #2348
Annotations
7 errors
Build:
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().'
|
Build:
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().'
|
Build:
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().'
|
Build:
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().'
|
Build:
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().'
|
Build:
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().'
|
Build
Process completed with exit code 1.
|
Loading