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
The method ExceptionTelemetry.SetParsedStack is not available for .netstandard.
Is there a reason why it is under #if? It seems to depend only on StackFrame and ExceptionConverter which are referenced anyway.
The text was updated successfully, but these errors were encountered:
@SergeyKanzhelev are you aware of any reason this constraint is present? It was added here.
I removed it and everything compiles and all the tests pass.
If there's no reason to keep this constraint, I propose removing it.
Sorry, something went wrong.
no specific reasons. Feel free to remove conditional compilation
No branches or pull requests
The method ExceptionTelemetry.SetParsedStack is not available for .netstandard.
Is there a reason why it is under #if? It seems to depend only on StackFrame and ExceptionConverter which are referenced anyway.
The text was updated successfully, but these errors were encountered: