Initial 5.4.0 #116
Annotations
1 error and 19 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Tests/PostgreSqlUnitTests/UnknownResultTypeTests.cs#L68
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
build:
Tests/PostgreSqlSerialUnitTests/Configure_NullableInstances_Test.cs#L24
Non-nullable property 'Bar2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L13
Non-nullable property 'I' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L14
Non-nullable property 'J' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L50
Dereference of a possibly null reference.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L50
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L54
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L58
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|
build:
Examples/Program.cs#L300
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Examples/Program.cs#L308
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlUnitTests/UnknownResultTypeTests.cs#L68
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
build:
Tests/PostgreSqlSerialUnitTests/Configure_NullableInstances_Test.cs#L24
Non-nullable property 'Bar2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L13
Non-nullable property 'I' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L14
Non-nullable property 'J' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L50
Dereference of a possibly null reference.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L50
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L54
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|
build:
Tests/PostgreSqlSerialUnitTests/WithReaderCallback_Test.cs#L58
Possible null reference argument for parameter 'value' in 'JsonNode.explicit operator int(JsonNode value)'.
|