-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
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
Local Deploy: Support null for InnerError field #15583
Conversation
Test this change out locally with the following install scripts (Action run 11892470950) VSCode
Azure CLI
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dotnet Test Results 78 files - 39 78 suites - 39 29m 5s ⏱️ - 13m 17s Results for commit f01fc6e. ± Comparison against base commit c7bdcda. This pull request removes 1840 and adds 631 tests. Note that renamed tests count towards both.
|
Fix a bug where setting
InnerError
to null would throw an unhandled exception.