Skip to content

Improve test coverage. Reduce unneeded work #32

Improve test coverage. Reduce unneeded work

Improve test coverage. Reduce unneeded work #32

Triggered via push March 29, 2026 11:13
Status Success
Total duration 6m 21s
Artifacts

build-older.yml

on: push
Fit to window
Zoom out
Zoom in

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.