Skip to content

Comments

Validate exception stack trace line numbers to comply with endpoint r…#2497

Merged
TimothyMothra merged 2 commits intomicrosoft:mainfrom
Daniel-Guenter:main
Dec 17, 2021
Merged

Validate exception stack trace line numbers to comply with endpoint r…#2497
TimothyMothra merged 2 commits intomicrosoft:mainfrom
Daniel-Guenter:main

Conversation

@Daniel-Guenter
Copy link
Contributor

@Daniel-Guenter Daniel-Guenter commented Dec 16, 2021

Fix Issue #2482.

Changes

Validate exception stack trace line numbers to comply with endpoint restrictions.

Checklist

  • I ran Unit Tests locally.
  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

For significant contributions please make sure you have completed the following items:

  • Design discussion issue #
  • Changes in public surface reviewed

The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.

Notes for authors:

  • FxCop and other analyzers will fail the build. To see these errors yourself, compile localy using the Release configuration.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@TimothyMothra TimothyMothra merged commit 32f239d into microsoft:main Dec 17, 2021
@TimothyMothra TimothyMothra linked an issue Dec 20, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exceptions with high line number in the stacktrace are dropped.

2 participants