PDLog tweaks #501
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PanoramicData.Blazor/Extensions/ReflectionExtensions.cs#L50
Possible null reference return.
|
PanoramicData.Blazor/PDDragPanel.razor#L17
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
|
PanoramicData.Blazor/PDDragPanel.razor#L33
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
|
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.
|
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.
|
PanoramicData.Blazor/PDTree.razor.cs#L666
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.
|
PanoramicData.Blazor/PDFormFieldEditor.razor#L108
Possible null reference return.
|
PanoramicData.Blazor/PDTable.razor.cs#L1440
Dereference of a possibly null reference.
|
PanoramicData.Blazor/PDFilePreview.razor.cs#L8
The field 'PDFilePreview._lastPreviewInfo' is never used
|
PanoramicData.Blazor/PDMonacoEditor.razor.cs#L13
The field 'PDMonacoEditor._language' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading