加快魔方启动速度,减少Task.Run使用,区域过多时Task过多导致来不及调度,取消等待 #259
Annotations
7 errors and 11 warnings
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test:
NewLife.CubeNC/Services/JobService.cs#L7
The type or namespace name 'Jobs' does not exist in the namespace 'NewLife.Cube' (are you missing an assembly reference?)
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
NewLife.CubeNC/Common/EntityModelBinder.cs#L15
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
test:
NewLife.CubeNC/Common/PagerModelBinder.cs#L65
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
test:
NewLife.CubeNC/Common/JsonModelBinder.cs#L53
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
test:
NewLife.CubeNC/Jobs/CubeJobBase.cs#L11
Field 'CubeJobBase._jobName' is never assigned to, and will always have its default value null
|
test:
NewLife.CubeNC/Common/ReadOnlyEntityController.cs#L764
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
test:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|