publish #25
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
NewLife.Cube/Areas/Admin/Controllers/RoleController.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
NewLife.Cube/Services/TokenService.cs#L49
Parameter 'id' has no matching param tag in the XML comment for 'TokenService.IssueToken(string, string, int, string)' (but other parameters do)
|
NewLife.CubeNC/Services/AccessService.cs#L30
Parameter 'session' has no matching param tag in the XML comment for 'AccessService.Valid(string, UserAgentParser, string, IUser, IDictionary<string, object>)' (but other parameters do)
|
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
NewLife.CubeNC/Common/EntityModelBinder.cs#L15
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
NewLife.CubeNC/Common/PagerModelBinder.cs#L65
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
NewLife.CubeNC/Common/JsonModelBinder.cs#L53
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
|
NewLife.CubeNC/Areas/Admin/Models/DbEntitiesModel.cs#L6
Missing XML comment for publicly visible type or member 'DbEntitiesModel'
|
NewLife.CubeNC/Areas/Admin/Models/DbEntitiesModel.cs#L8
Missing XML comment for publicly visible type or member 'DbEntitiesModel.Name'
|
This job succeeded
Loading