Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

docs: 重构整个文档,提升用户体验,使用户能更好的查看示例和API (#312) #371

docs: 重构整个文档,提升用户体验,使用户能更好的查看示例和API (#312)

docs: 重构整个文档,提升用户体验,使用户能更好的查看示例和API (#312) #371

Triggered via push August 8, 2023 07:21
Status Failure
Total duration 1m 39s
Artifacts

pull-request.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
DotNet
Resource not accessible by integration
Codacy: src/TDesign/Components/TPagination.cs#L230
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Codacy: src/TDesign/Components/Dropdown/TDropdown.cs#L12
'TDropdown.Options' hides inherited member 'TDesignComponentBase.Options'. Use the new keyword if hiding was intended.
Codacy: src/TDesign/Components/Forms/Upload/TUpload.cs#L146
'TUpload.JS' hides inherited member 'TDesignComponentBase.JS'. Use the new keyword if hiding was intended.
Codacy: src/TDesign/Components/Menu/TMenuItem.cs#L51
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
Codacy: src/TDesign/TDesignComponentBase.cs#L96
Dereference of a possibly null reference.
Codacy: src/TDesign/TDesignComponentBase.cs#L105
Dereference of a possibly null reference.
Codacy: src/TDesign/TDesignComponentBase.cs#L115
Dereference of a possibly null reference.
Codacy: src/TDesign/TDesignComponentBase.cs#L14
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Codacy: src/TDesign/TDesignComponentBase.cs#L15
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Codacy: src/TDesign/Components/TProgress.cs#L200
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(TDesign.Size)3' is not covered.
DotNet: src/TDesign/Components/TPagination.cs#L230
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
DotNet: src/TDesign/Components/Dropdown/TDropdown.cs#L12
'TDropdown.Options' hides inherited member 'TDesignComponentBase.Options'. Use the new keyword if hiding was intended.
DotNet: src/TDesign/Components/Forms/Upload/TUpload.cs#L146
'TUpload.JS' hides inherited member 'TDesignComponentBase.JS'. Use the new keyword if hiding was intended.
DotNet: src/TDesign/Components/Menu/TMenuItem.cs#L51
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
DotNet: src/TDesign/TDesignComponentBase.cs#L96
Dereference of a possibly null reference.
DotNet: src/TDesign/TDesignComponentBase.cs#L105
Dereference of a possibly null reference.
DotNet: src/TDesign/TDesignComponentBase.cs#L115
Dereference of a possibly null reference.
DotNet: src/TDesign/TDesignComponentBase.cs#L14
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
DotNet: src/TDesign/TDesignComponentBase.cs#L15
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
DotNet: src/TDesign/Components/TProgress.cs#L200
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(TDesign.Size)3' is not covered.