report test coverage #134
Annotations
6 warnings
|
Test:
test/QuickstartTemplate.WebApi.IntegrationTests/CustomWebApplicationFactory.cs#L30
Possible null reference argument for parameter 'item' in 'bool ICollection<ServiceDescriptor>.Remove(ServiceDescriptor item)'.
|
|
Test:
test/QuickstartTemplate.WebApi.IntegrationTests/Helpers/TestController.cs#L27
Dereference of a possibly null reference.
|
|
Test:
test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading