This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
fix(TInputText): 提示飘走的问题 (#318) #103
release.yml
on: push
pack-push-nuget-package
1m 5s
Annotations
11 warnings
pack-push-nuget-package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pack-push-nuget-package:
src/TDesign/Components/TPagination.cs#L230
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
pack-push-nuget-package:
src/TDesign/Components/Dropdown/TDropdown.cs#L12
'TDropdown.Options' hides inherited member 'TDesignComponentBase.Options'. Use the new keyword if hiding was intended.
|
pack-push-nuget-package:
src/TDesign/Components/Menu/TMenuItem.cs#L51
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
pack-push-nuget-package:
src/TDesign/Components/Forms/Upload/TUpload.cs#L146
'TUpload.JS' hides inherited member 'TDesignComponentBase.JS'. Use the new keyword if hiding was intended.
|
pack-push-nuget-package:
src/TDesign/TDesignComponentBase.cs#L96
Dereference of a possibly null reference.
|
pack-push-nuget-package:
src/TDesign/TDesignComponentBase.cs#L105
Dereference of a possibly null reference.
|
pack-push-nuget-package:
src/TDesign/TDesignComponentBase.cs#L115
Dereference of a possibly null reference.
|
pack-push-nuget-package:
src/TDesign/TDesignComponentBase.cs#L14
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign/TDesignComponentBase.cs#L15
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
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.
|