Add validation callback and tests (#4818) #184
Annotations
6 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/client/Microsoft.Identity.Client/Http/IHttpManager.cs#L28
XML comment has a param tag for 'retry', but there is no parameter by that name
|
src/client/Microsoft.Identity.Client/Http/IHttpManager.cs#L44
Parameter 'retryCount' has no matching param tag in the XML comment for 'IHttpManager.SendRequestAsync(Uri, IDictionary<string, string>, HttpContent, HttpMethod, ILoggerAdapter, bool, X509Certificate2, HttpClient, CancellationToken, int)' (but other parameters do)
|
src/client/Microsoft.Identity.Client/Http/IHttpManager.cs#L28
XML comment has a param tag for 'retry', but there is no parameter by that name
|
src/client/Microsoft.Identity.Client/Http/IHttpManager.cs#L44
Parameter 'retryCount' has no matching param tag in the XML comment for 'IHttpManager.SendRequestAsync(Uri, IDictionary<string, string>, HttpContent, HttpMethod, ILoggerAdapter, bool, X509Certificate2, HttpClient, CancellationToken, int)' (but other parameters do)
|
tests/Microsoft.Identity.Test.Common/Core/Mocks/MockHttpMessageHandler.cs#L68
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.
|
This job succeeded
Loading