Improve test coverage. Reduce unneeded work #32
Annotations
10 warnings
|
build:
src/RepoDb.TestCore/NullTestsBase.cs#L538
Dereference of a possibly null reference.
|
|
build:
src/RepoDb.TestCore/NullTestsBase.cs#L407
Dereference of a possibly null reference.
|
|
build:
src/RepoDb.TestCore/NullTestsBase.cs#L343
Dereference of a possibly null reference.
|
|
build:
src/RepoDb.TestCore/JsonTestsBase.cs#L292
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RepoDb.TestCore/JsonTestsBase.cs#L181
Dereference of a possibly null reference.
|
|
build:
src/RepoDb.TestCore/JsonTestsBase.cs#L90
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RepoDb.TestCore/JsonTestsBase.cs#L84
Dereference of a possibly null reference.
|
|
build:
src/RepoDb.TestCore/DbInstance.cs#L88
Non-nullable property 'LimitedConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RepoDb.TestCore/DbInstance.cs#L83
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RepoDb.TestCore/DbInstance.cs#L76
Non-nullable property 'AdminConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|