Skip to content

Added Postgres Full Text Index together from Marten #99

Added Postgres Full Text Index together from Marten

Added Postgres Full Text Index together from Marten #99

Triggered via pull request November 30, 2023 14:35
Status Success
Total duration 2m 41s
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/FullTextIndex.cs#L49
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/PostgresqlIdentifierInvalidException.cs#L14
'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 ionx/postgres-plv8:12.2 Case Sensitive true: src/Weasel.Postgresql/PostgresqlIdentifierInvalidException.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.