Update Readme.md #9
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#L23
Possible null reference argument for parameter 'instance' in 'ServiceRegistration.ServiceRegistration(Type serviceType, bool alwaysNewInstance, bool isDisposable, object instance)'.
|
build:
ReDI/ServiceReflectionHelper.cs#L26
Possible null reference assignment.
|
build:
ReDI/Container.cs#L112
Dereference of a possibly null reference.
|
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
|
build:
ReDI.Tests/ExampleTest.cs#L20
Field 'ExampleTest.Bar.foo' is never assigned to, and will always have its default value null
|
build:
ReDI.Tests/ContainerErrorsTests.cs#L87
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual)
|
build:
ReDI/Container.cs#L23
Possible null reference argument for parameter 'instance' in 'ServiceRegistration.ServiceRegistration(Type serviceType, bool alwaysNewInstance, bool isDisposable, object instance)'.
|
build:
ReDI/ServiceReflectionHelper.cs#L26
Possible null reference assignment.
|
build:
ReDI/Container.cs#L112
Dereference of a possibly null reference.
|