feat: parent container #14
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
ReDI/Container.cs#L158
Cannot convert null literal to non-nullable reference type.
|
build:
ReDI/ContainerBuilder.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
ReDI/Container.cs#L25
Possible null reference argument for parameter 'instance' in 'ServiceRegistration.ServiceRegistration(Type serviceType, bool alwaysNewInstance, bool isDisposable, object instance)'.
|
build:
ReDI/ServiceRegistration.cs#L22
Non-nullable field '_constructor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ReDI/ServiceRegistration.cs#L22
Non-nullable field '_inject' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ReDI/Container.cs#L134
Dereference of a possibly null reference.
|
build:
ReDI/ServiceRegistration.cs#L62
Possible null reference return.
|
build:
ReDI/ServiceReflectionHelper.cs#L26
Possible null reference assignment.
|
build:
ReDI/ServiceReflectionHelper.cs#L114
Possible null reference assignment.
|
build:
ReDI.Tests/Services/ServiceWithInjectFields.cs#L5
Field 'ServiceWithInjectFields._inject1' is never assigned to, and will always have its default value null
|