Skip to content

Update tests, etc. #476

Update tests, etc.

Update tests, etc. #476

Triggered via push March 24, 2026 07:41
Status Failure
Total duration 4m 59s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build
Process completed with exit code 1.
build: src/RepoDb.SqlServer.SystemData.IntegrationTests/Operations/UpdateTest.cs#L43
'TimeSpan' does not contain a definition for 'Microseconds' and no accessible extension method 'Microseconds' accepting a first argument of type 'TimeSpan' could be found (are you missing a using directive or an assembly reference?)
build: src/RepoDb.SqlServer.SystemData.IntegrationTests/Operations/UpdateTest.cs#L42
'TimeSpan' does not contain a definition for 'Microseconds' and no accessible extension method 'Microseconds' accepting a first argument of type 'TimeSpan' could be found (are you missing a using directive or an assembly reference?)
build: src/RepoDb.SqlServer.SystemData.IntegrationTests/Operations/UpdateTest.cs#L43
'TimeSpan' does not contain a definition for 'Microseconds' and no accessible extension method 'Microseconds' accepting a first argument of type 'TimeSpan' could be found (are you missing a using directive or an assembly reference?)
build: src/RepoDb.SqlServer.SystemData.IntegrationTests/Operations/UpdateTest.cs#L42
'TimeSpan' does not contain a definition for 'Microseconds' and no accessible extension method 'Microseconds' accepting a first argument of type 'TimeSpan' could be found (are you missing a using directive or an assembly reference?)
build: src/RepoDb.TestCore/NullTestsBase.cs#L311
Non-nullable property 'Computed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoDb.TestCore/NullTestsBase.cs#L310
Non-nullable property 'Writable' 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#L91
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#L85
Dereference of a possibly null reference.
build: src/RepoDb.TestCore/NullTestsBase.cs#L141
Non-nullable property 'BlobData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoDb.TestCore/NullTestsBase.cs#L25
Non-nullable property 'Txt' 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#L10
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#L10
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#L10
Non-nullable property 'AdminConnectionString' 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#L10
Non-nullable field '_initialized' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.