Skip to content

Update DatabaseLevelTests.cs #843

Update DatabaseLevelTests.cs

Update DatabaseLevelTests.cs #843

Triggered via push June 6, 2024 15:11
Status Failure
Total duration 11m 24s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: FAnsiSql/Discovery/DatabaseColumnRequest.cs#L60
Nullability of reference types in type of parameter 'value' of 'void DatabaseColumnRequest.Collation.set' doesn't match implicitly implemented member 'void ISupplementalColumnInformation.Collation.set' (possibly because of nullability attributes).
build: FAnsiSql/Implementations/MySql/MySqlQuerySyntaxHelper.cs#L41
Nullability of type of parameter 'databaseName' doesn't match overridden member (possibly because of nullability attributes).
build: FAnsiSql/Implementations/MySql/MySqlQuerySyntaxHelper.cs#L41
Nullability of type of parameter 'schema' doesn't match overridden member (possibly because of nullability attributes).
build: FAnsiSql/Discovery/DiscoveredServerHelper.cs#L51
Nullability of reference types in type of parameter 'connectionString' of 'DbConnectionStringBuilder DiscoveredServerHelper.GetConnectionStringBuilder(string connectionString)' doesn't match implicitly implemented member 'DbConnectionStringBuilder IDiscoveredServerHelper.GetConnectionStringBuilder(string? connectionString)' (possibly because of nullability attributes).
build: FAnsiSql/Implementations/Oracle/OracleServerHelper.cs#L39
Nullability of type of parameter 'database' doesn't match overridden member (possibly because of nullability attributes).
build: FAnsiSql/Implementations/PostgreSql/PostgreSqlServerHelper.cs#L97
Nullability of type of parameter 'database' doesn't match overridden member (possibly because of nullability attributes).
build: FAnsiSql/DatabaseOperationArgs.cs#L63
Possible null reference return.
build: FAnsiSql/Implementations/PostgreSql/PostgreSqlTableHelper.cs#L57
Possible null reference argument for parameter 'name' in 'DiscoveredColumn.DiscoveredColumn(DiscoveredTable table, string name, bool allowsNulls)'.
build: FAnsiSql/Implementations/PostgreSql/PostgreSqlTableHelper.cs#L236
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, DiscoveredRelationship>.TryGetValue(string key, out DiscoveredRelationship value)'.
build: FAnsiSql/Implementations/PostgreSql/PostgreSqlTableHelper.cs#L245
Possible null reference argument for parameter 'tableName' in 'DiscoveredTable DiscoveredDatabase.ExpectTable(string tableName, string? schema = null, TableType tableType = TableType.Table)'.