1.5 Support for Keyed Services #36
Annotations
10 warnings
Run tests:
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L18
Cannot convert null literal to non-nullable reference type.
|
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/Attributes/BaseKeyedServiceAttribute.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Run tests:
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L12
Non-nullable property 'ServiceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
src/Bindicate/Configuration/AutowiringBuilder.cs#L105
Dereference of a possibly null reference.
|
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.
|
The logs for this run have expired and are no longer available.
Loading