Skip to content

支持使用PropertyInfo构建数据字段,便于自定义列表和表单 #158

支持使用PropertyInfo构建数据字段,便于自定义列表和表单

支持使用PropertyInfo构建数据字段,便于自定义列表和表单 #158

Triggered via push October 24, 2023 15:44
Status Success
Total duration 1m 48s
Artifacts

publish-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.Cube.Blazor/Views/Blazor/LevelLayout.razor#L12
Component 'Toast' expects a value for the parameter 'Options', but a value may not have been provided.
build-publish: NewLife.Cube.Blazor/Views/Blazor/LevelLayout.razor#L14
Found markup element with unexpected name 'PopoverConfirm'. If this is intended to be a component, add a @using directive for its namespace.