1.7 TryAddEnumerable #47
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L18
Cannot convert null literal to non-nullable reference type.
|
src/Bindicate/Attributes/BaseServiceAttribute.cs#L13
Cannot convert null literal to non-nullable reference type.
|
src/Bindicate/Attributes/BaseServiceAttribute.cs#L11
Non-nullable property 'ServiceType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L12
Non-nullable property 'ServiceType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Bindicate/Attributes/BaseKeyedServiceAttribute.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Bindicate/Configuration/AutowiringBuilder.cs#L146
Dereference of a possibly null reference.
|
src/Bindicate/Configuration/AutowiringBuilder.cs#L327
Possible null reference return.
|
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Bindicate.Tests/Generic/TestDataForScopedGeneric.cs#L20
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading