Update Logging and Testing projects, and add EntityFrameworkCore project #8
Annotations
10 warnings
|
Frank.Testing.ApiTesting/ApiTestingHarness.cs#L9
Non-nullable property 'AssertionGroups' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/AssertionGroup.cs#L5
Non-nullable property 'GroupName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/AssertionGroup.cs#L6
Non-nullable property 'Assertions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/AssertionPrecursor.cs#L9
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/AssertionPrecursor.cs#L11
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/Result.cs#L5
Non-nullable property 'AssertionName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/ResultGroup.cs#L5
Non-nullable property 'GroupName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/ResultGroup.cs#L6
Non-nullable property 'AssertionResults' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Frank.Testing.ApiTesting/Assertion.cs#L9
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading