修复紫卡查询 #460
Annotations
10 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
WFBot/Orichalt/MiguelNetwork.cs#L571
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|
build:
WFBot/Features/ImageRendering/ImageRenderHelper.cs#L108
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
build:
WFBot/Features/ImageRendering/ImageRenderHelper.cs#L115
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
build:
WFBot/Orichalt/KookVerifyServer.cs#L21
The variable 'e' is declared but never used
|
build:
WFBot/Features/ImageRendering/ImageRenderHelper.cs#L172
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:
WFBot/Features/ImageRendering/ImageRenderHelper.cs#L369
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
build:
WFBot/Features/ImageRendering/ImageRenderHelper.cs#L558
The variable 'e' is declared but never used
|
build:
WFBot/WebUI/Pages/Debug.razor#L95
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.
|
build:
WFBot/Orichalt/KookVerifyServer.cs#L13
The field 'KookVerifyServer.connected' is assigned but its value is never used
|