setheight needs to be used after ready to ensure that it takes effect… #2
release.yml
on: push
release-and-publish-package
54s
Annotations
11 warnings
release-and-publish-package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release-and-publish-package
The target framework 'net5' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net7]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
The field 'Editor._afterFirstRender' is assigned but its value is never used [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net7]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
Component parameter 'UEditor.Editor.Value' should be auto property [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net7]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
Component parameter 'UEditor.Editor.Height' should be auto property [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net7]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net6]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
The field 'Editor._afterFirstRender' is assigned but its value is never used [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=net6]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=netstandard2.1]
|
release-and-publish-package:
src/UEditor/Components/Editor.razor.cs#L1
The field 'Editor._afterFirstRender' is assigned but its value is never used [/home/runner/work/ueditor-blazor/ueditor-blazor/src/UEditor/UEditor.csproj::TargetFramework=netstandard2.1]
|
release-and-publish-package
The target framework 'net5' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|