v31.1.17 #10
Merged
v31.1.17 #10
Annotations
10 warnings
|
server/Controllers/ZipViewerController.cs#L79
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
server/Pages/ImageEditor.razor#L16
The field 'ImageEditor._indexDetails' is never used
|
|
server/Pages/Index.razor#L683
The variable 'iconCss' is assigned but its value is never used
|
|
server/Pages/Index.razor#L558
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.
|
|
server/Pages/Index.razor#L534
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.
|
|
server/Pages/Index.razor#L526
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.
|
|
server/Pages/PdfViewer.razor#L77
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.
|
|
server/Pages/PresentationViewer.razor#L91
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.
|
|
server/Pages/WordViewer.razor#L39
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.
|
|
server/Pages/ZipViewer.razor#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
The logs for this run have expired and are no longer available.
Loading