Skip to content

Merge pull request #6 from jmayer913/v1.3.0/VersionBranch #33

Merge pull request #6 from jmayer913/v1.3.0/VersionBranch

Merge pull request #6 from jmayer913/v1.3.0/VersionBranch #33

Re-run triggered October 15, 2025 18:42
Status Success
Total duration 1m 51s
Artifacts

mainworkflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TestProject/Test/Database/StandardCRUDDataLayerUnitTest.cs#L128
Cannot convert null literal to non-nullable reference type.
build: TestProject/Test/Database/StandardCRUDDataLayerUnitTest.cs#L128
Converting null literal or possible null value to non-nullable type.
build: TestProject/Test/HTTP/StandardCRUDDataLayerUnitTest.cs#L324
Cannot convert null literal to non-nullable reference type.
build: TestProject/Test/HTTP/StandardCRUDDataLayerUnitTest.cs#L258
Cannot convert null literal to non-nullable reference type.
build: TestProject/Test/Database/StandardCRUDDataLayerUnitTest.cs#L78
Cannot convert null literal to non-nullable reference type.
build: TestProject/Test/HTTP/UserEditableDataLayerUnitTest.cs#L178
Cannot convert null literal to non-nullable reference type.
build: TestProject/Test/Database/UserEditableDataLayerUnitTest.cs#L294
#warning: 'For the VerifyUpdateEnableLessPreciseTimestampComparisonThrowsNoException() test, I set LastEditedOn property to DateTime.Now without milliseconds. Create doesn't clear the LastEditedOn property but maybe it should because the object has just been added to the memory storage and the LastEditedOn property should be null.'
build: TestProject/Test/Database/UserEditableDataLayerUnitTest.cs#L233
#warning: 'This should be broken into multiple tests because its trying to test too many things.'
build: TestProject/Test/Database/StandardCRUDDataLayerUnitTest.cs#L489
#warning: 'This should be broken into multiple tests because its trying to test too many things.'
build: JMayer.Data/Database/DataLayer/MemoryStorage/StandardCRUDDataLayer.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.