Bump katex from 0.16.11 to 0.16.21 in /durablefunctionsmonitor.react #85
Annotations
1 error and 11 warnings
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Functions/Orchestrations.cs#L35
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.
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Functions/Orchestration.cs#L173
'IDurableOrchestrationClient.RewindAsync(string, string)' is obsolete: 'This feature is in preview.'
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Functions/ManageConnection.cs#L28
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.
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Functions/About.cs#L29
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.
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Functions/EasyAuthConfig.cs#L26
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.
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Common/Auth.cs#L28
Missing XML comment for publicly visible type or member 'OperationKind.Read'
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Common/Auth.cs#L29
Missing XML comment for publicly visible type or member 'OperationKind.Write'
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L17
Missing XML comment for publicly visible type or member 'HttpHandlerBase'
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L22
Missing XML comment for publicly visible type or member 'HttpHandlerBase.HttpHandlerBase(IDurableClientFactory)'
|
dotnet test tests/durablefunctionsmonitor.dotnetbackend.tests:
durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L28
Missing XML comment for publicly visible type or member 'HttpHandlerBase.HandleAuthAndErrors(OperationKind, IDurableClient, HttpRequest, string, string, ILogger, Func<IDurableClient, Task<IActionResult>>)'
|
Loading