text/microsoft-resx
1.3
System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
SslMode.{0} cannot be used in conjunction with SslClientAuthenticationOptionsCallback overwriting RemoteCertificateValidationCallback; when registering a validation callback, perform whatever validation you require in that callback.
RootCertificate cannot be used in conjunction with SslClientAuthenticationOptionsCallback overwriting RemoteCertificateValidationCallback; when registering a validation callback, perform whatever validation you require in that callback.
Transport security hasn't been enabled; please call {0} on NpgsqlSlimDataSourceBuilder to enable it.
Integrated security hasn't been enabled; please call {0} on NpgsqlSlimDataSourceBuilder to enable it.
No multirange type could be found in the database for subtype {0}.
Connection and transaction access is not supported on commands created from DbDataSource.
Connection and transaction access is not supported on batches created from DbDataSource.
When registering a password provider, a password or password file may not be set.
Multiple kinds of password providers were found, only one kind may be configured per DbDataSource.
Both sync and async password providers must be provided.
The right type of password provider (sync or async) was not found.
'{0}' must be positive.
Cannot read interval values with non-zero months as TimeSpan, since that type doesn't support months. Consider using NodaTime Period which better corresponds to PostgreSQL interval, or read the value as NpgsqlInterval, or transform the interval to not contain months or years in PostgreSQL before reading it.
When using CommandType.StoredProcedure, all positional parameters must come before named parameters.
Cannot read infinity value since Npgsql.DisableDateTimeInfinityConversions is enabled.
Both sync and async connection initializers must be provided.
ValidationRootCertificateCallback cannot be used in conjunction with SslClientAuthenticationOptionsCallback overwriting RemoteCertificateValidationCallback; when registering a validation callback, perform whatever validation you require in that callback.
Could not read a PostgreSQL record. If you're attempting to read a record as a .NET tuple, call '{0}' on '{1}' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/basic.html and the 8.0 release notes at https://www.npgsql.org/doc/release-notes/8.0.html for more details). If you're reading a record as a .NET object array using NpgsqlSlimDataSourceBuilder, call '{2}'.
Full-text search isn't enabled; please call {0} on {1} to enable full-text search.
Ltree isn't enabled; please call {0} on {1} to enable LTree.
Cube isn't enabled; please call {0} on {1} to enable Cube.
Ranges aren't enabled; please call {0} on {1} to enable ranges.
Multiranges aren't enabled; please call {0} on {1} to enable multiranges.
Arrays aren't enabled; please call {0} on {1} to enable arrays.
Cannot write DateTime with Kind={0}, only UTC is supported. Note that it's not possible to mix DateTimes with different Kinds in an array, range, or multirange.
Cannot write DateTime with Kind=UTC. Consider using timestamptz instead. Note that it's not possible to mix DateTimes with different Kinds in an array, range, or multirange.
Type '{0}' required dynamic JSON serialization, which requires an explicit opt-in; call '{1}' on '{2}' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes at https://www.npgsql.org/doc/release-notes/8.0.html for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Reading and writing unmapped enums requires an explicit opt-in; call '{0}' on '{1}' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/enums_and_composites.html and the 8.0 release notes at https://www.npgsql.org/doc/release-notes/8.0.html for more details).
Reading and writing unmapped ranges and multiranges requires an explicit opt-in; call '{0}' on '{1}' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/ranges.html and the 8.0 release notes at https://www.npgsql.org/doc/release-notes/8.0.html for more details).
SslClientAuthenticationOptionsCallback is not supported together with UserCertificateValidationCallback and ClientCertificatesCallback