MicrosoftDI Services Auto Registration #88
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/ServiceRegistrar.cs#L106
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipeConfiguration.cs#L8
Missing XML comment for publicly visible type or member 'PowerPipeConfiguration'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipeConfiguration.cs#L10
Missing XML comment for publicly visible type or member 'PowerPipeConfiguration.TypeEvaluator'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipeConfiguration.cs#L16
Missing XML comment for publicly visible type or member 'PowerPipeConfiguration.RegisterServicesFromAssembly(Assembly)'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipeConfiguration.cs#L23
Missing XML comment for publicly visible type or member 'PowerPipeConfiguration.RegisterServicesFromAssemblies(params Assembly[])'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipeConfiguration.cs#L33
Missing XML comment for publicly visible type or member 'PowerPipeConfiguration.AddBehavior<TServiceType>(ServiceLifetime)'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/ServiceRegistrar.cs#L12
Missing XML comment for publicly visible type or member 'ServiceRegistrar'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/ServiceRegistrar.cs#L14
Missing XML comment for publicly visible type or member 'ServiceRegistrar.AddPowerPipeClasses(IServiceCollection, PowerPipeConfiguration)'
|
build:
src/PowerPipe.Extensions.MicrosoftDependencyInjection/ServiceRegistrar.cs#L22
Missing XML comment for publicly visible type or member 'ServiceRegistrar.AddRequiredServices(IServiceCollection, PowerPipeConfiguration)'
|
build:
tests/PowerPipe.UnitTests/Fixtures/DIFixture.cs#L15
'ServiceCollectionExtension.AddPowerPipe(IServiceCollection, ServiceLifetime)' is obsolete: 'Use new resgistration with PowerPipeConfiguration'
|