Rag #6
Annotations
6 warnings
build:
PalmHill.BlazorChat/Client/Components/Attachment/FileInput.razor#L66
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.
|
build:
PalmHill.BlazorChat/Client/Components/Attachment/FileInput.razor#L54
The field 'FileInput.progressPercent' is never used
|
build:
PalmHill.BlazorChat/Server/WebApi/AttachmentController.cs#L117
The variable 'ex' is declared but never used
|
build:
PalmHill.BlazorChat/Client/Components/Attachment/FileInput.razor#L66
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.
|
build:
PalmHill.BlazorChat/Client/Components/Attachment/FileInput.razor#L54
The field 'FileInput.progressPercent' is never used
|
build:
PalmHill.BlazorChat/Server/WebApi/AttachmentController.cs#L117
The variable 'ex' is declared but never used
|