pref: 弃用原有的实例管理,使用Microsoft.Extensions.DependencyInjection替代原有功能 #565
Annotations
3 warnings
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:
Sora/Command/CommandManager.cs#L554
Possible null reference argument for parameter 'serviceType' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
|
build:
Sora/Command/CommandManager.cs#L554
Possible null reference argument for parameter 'serviceType' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
|