Support for Decorator registration #40
Annotations
12 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/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/Attributes/BaseServiceAttribute.cs#L15
Cannot convert null literal to non-nullable reference type.
|
src/Bindicate/Attributes/BaseServiceAttribute.cs#L13
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/Configuration/AutowiringBuilder.cs#L132
Dereference of a possibly null reference.
|
src/Bindicate/Configuration/AutowiringBuilder.cs#L263
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.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading