Validate lifecycles in UnitTests #17
Annotations
10 warnings
Run tests:
src/Bindicate/Attributes/BaseServiceAttribute.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Run tests:
src/Bindicate/Attributes/BaseServiceAttribute.cs#L13
Non-nullable property 'ServiceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L13
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L20
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L50
Converting null literal or possible null value to non-nullable type.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L61
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading