Skip to content

PDFormFooter - Corrected to show Cancel button in ReadOnly mode. #467

PDFormFooter - Corrected to show Cancel button in ReadOnly mode.

PDFormFooter - Corrected to show Cancel button in ReadOnly mode. #467

Triggered via push April 26, 2024 09:50
Status Success
Total duration 1m 23s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 15s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JamesIves/github-pages-deploy-action@releases/v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages: PanoramicData.Blazor/PDTree.razor.cs#L660
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: PanoramicData.Blazor/PDDragPanel.razor#L17
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
deploy-to-github-pages: PanoramicData.Blazor/PDDragPanel.razor#L33
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
deploy-to-github-pages: PanoramicData.Blazor/PDTable.razor.cs#L1433
Dereference of a possibly null reference.
deploy-to-github-pages: PanoramicData.Blazor/PDLinkButton.razor.cs#L114
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: PanoramicData.Blazor/PDNavLink.razor.cs#L80
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: PanoramicData.Blazor/PDFormFieldEditor.razor#L112
Possible null reference return.
deploy-to-github-pages: PanoramicData.Blazor/PDFilePreview.razor.cs#L8
The field 'PDFilePreview._lastPreviewInfo' is never used
deploy-to-github-pages: PanoramicData.Blazor/Arguments/BeforeNavigateEventArgs.cs#L6
Rename type name BeforeNavigateEventArgs so that it does not end in 'EventArgs' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
deploy-to-github-pages: PanoramicData.Blazor/Arguments/CancelEventArgs.cs#L6
Rename type name CancelEventArgs so that it does not end in 'EventArgs' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)