Skip to content

publish

publish #23

Manually triggered April 3, 2024 07:47
Status Success
Total duration 2m 4s
Artifacts

publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-publish
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/.
build-publish: NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-publish: 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.
build-publish: NewLife.CubeNC/ViewModels/FieldCollection.cs#L372
Missing XML comment for publicly visible type or member 'FieldCollection.Expand(IEntity, object, string)'
build-publish: NewLife.CubeNC/ViewModels/FieldCollection.cs#L397
Missing XML comment for publicly visible type or member 'FieldCollection.ReadForm(object, IFormCollection, string)'
build-publish: NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-publish: NewLife.CubeNC/Common/EntityModelBinder.cs#L15
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
build-publish: NewLife.CubeNC/Common/PagerModelBinder.cs#L65
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
build-publish: NewLife.CubeNC/Common/JsonModelBinder.cs#L53
'ComplexTypeModelBinder' is obsolete: 'This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.'
build-publish: NewLife.CubeNC/Areas/Admin/Models/DbEntitiesModel.cs#L6
Missing XML comment for publicly visible type or member 'DbEntitiesModel'
build-publish: NewLife.CubeNC/Areas/Admin/Models/DbEntitiesModel.cs#L8
Missing XML comment for publicly visible type or member 'DbEntitiesModel.Name'