Fix domain event timestamp and test data #1
Merged
Annotations
8 warnings
|
tests/Api.IntegrationTests/Features/ProductsModuleTests.cs#L31
Dereference of a possibly null reference.
|
|
tests/Api.IntegrationTests/TestBase.cs#L13
Non-nullable field 'Application' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
tests/Api.IntegrationTests/TestBase.cs#L62
Possible null reference return.
|
|
tests/Application.Unit.Tests/TestBase.cs#L9
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/Api.IntegrationTests/Features/ProductsModuleTests.cs#L31
Dereference of a possibly null reference.
|
|
tests/Api.IntegrationTests/TestBase.cs#L13
Non-nullable field 'Application' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
tests/Api.IntegrationTests/TestBase.cs#L62
Possible null reference return.
|
|
tests/Application.Unit.Tests/TestBase.cs#L9
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading