Skip to content

Added support for Npgsql data source #116

Added support for Npgsql data source

Added support for Npgsql data source #116

Triggered via pull request December 7, 2023 10:23
Status Success
Total duration 1m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-build-postgres.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
Postgres ionx/postgres-plv8:12.2 Case Sensitive true: src/Weasel.Postgresql/Tables/Indexes/FullTextIndexDefinition.cs#L50
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Postgres ionx/postgres-plv8:12.2 Case Sensitive true: src/Weasel.Postgresql/CommandExtensions.cs#L131
Nullability of reference types in value of type 'Task<IReadOnlyList<string?>>' doesn't match target type 'Task<IReadOnlyList<string>>'.
Postgres postgres:15.3-alpine Case Sensitive false: src/Weasel.Postgresql/Tables/Indexes/FullTextIndexDefinition.cs#L50
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Postgres postgres:15.3-alpine Case Sensitive false: src/Weasel.Postgresql/PostgresqlIdentifierTooLongException.cs#L15
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Postgres postgres:15.3-alpine Case Sensitive false: src/Weasel.Postgresql/PostgresqlIdentifierTooLongException.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.