1.5.1 Better performance #38
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#L129
Dereference of a possibly null reference.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L47
Converting null literal or possible null value to non-nullable type.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L48
Converting null literal or possible null value to non-nullable type.
|
Run tests:
src/Bindicate.Tests/Generic/GenericInterfaceRegistrationTests.cs#L58
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading