We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/f5d06c36ee622f93996e9b7e3e25b8604140cf16/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs#L1473C1-L1474C1
This is usually inefficient and dangerous when present in hot path as it can lead to threadpool starvation.
Should I expose synchronous wrappers for asynchronous methods? - .NET Parallel Programming (microsoft.com)
AspNetCoreDiagnosticScenarios/AsyncGuidance.md at master · davidfowl/AspNetCoreDiagnosticScenarios (github.com)
The text was updated successfully, but these errors were encountered:
use obsolete attribute w/aka.ms link...delete in wilson 8. leave as warning.
Sorry, something went wrong.
Included in preview4 release
westin-m
Successfully merging a pull request may close this issue.
For example: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/f5d06c36ee622f93996e9b7e3e25b8604140cf16/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs#L1473C1-L1474C1
This is usually inefficient and dangerous when present in hot path as it can lead to threadpool starvation.
Should I expose synchronous wrappers for asynchronous methods? - .NET Parallel Programming (microsoft.com)
AspNetCoreDiagnosticScenarios/AsyncGuidance.md at master · davidfowl/AspNetCoreDiagnosticScenarios (github.com)
The text was updated successfully, but these errors were encountered: