Test #67
Annotations
1 error and 6 warnings
Tests
Process completed with exit code 1.
|
Build:
tests/Hyperbee.Migrations.Tests/StatementTests.cs#L34
Dereference of a possibly null reference.
|
Build:
tests/Hyperbee.Migrations.Tests/StatementTests.cs#L33
Nullability of reference types in value of type 'IEnumerable<string?>' doesn't match target type 'IEnumerable<string>'.
|
Build:
tests/Hyperbee.Migrations.Tests/RunnerTests.cs#L21
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
tests/Hyperbee.Migrations.Tests/StatementTests.cs#L34
Dereference of a possibly null reference.
|
Build:
tests/Hyperbee.Migrations.Tests/StatementTests.cs#L33
Nullability of reference types in value of type 'IEnumerable<string?>' doesn't match target type 'IEnumerable<string>'.
|
Build:
tests/Hyperbee.Migrations.Tests/RunnerTests.cs#L21
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading