This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Merge pull request #1 from tdesign-blazor/feature/upgrade_with_tdesign #2
release.yml
on: push
pack-push-nuget-package
52s
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.Pro/Abstractions/ParameterApiDocAttribute.cs#L26
Dereference of a possibly null reference.
|
pack-push-nuget-package:
src/TDesign.Pro/Templates/FormDialogTemplate.razor.cs#L14
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Templates/FormDialogTemplate.razor.cs#L32
Non-nullable field '_fixedEditContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Components/FormDialogComponentBase.cs#L14
Non-nullable property 'DialogService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Abstractions/TDesignPageBase.cs#L13
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Components/BasicLayout.razor.cs#L13
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.Pro/Components/CrudDialogTable.razor.cs#L31
Non-nullable property 'TableDataSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Components/CrudDialogTable.razor.parameters.cs#L47
Non-nullable property 'ListDataSourceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
pack-push-nuget-package:
src/TDesign.Pro/Abstractions/ParameterApiDocAttribute.cs#L26
Dereference of a possibly null reference.
|
pack-push-nuget-package:
src/TDesign.Pro/Templates/FormDialogTemplate.razor.cs#L14
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|