Minor Cleanup Opportunity: ExceptionDispatchInfo.Capture(ex).Throw()
=> ExceptionDispatchInfo.Throw(ex)
#105755
Answered
by
stephentoub
TonyValenti
asked this question in
Ideas
-
I just noticed that there is an There are a number of places in the runtime that do |
Beta Was this translation helpful? Give feedback.
Answered by
stephentoub
Jul 31, 2024
Replies: 1 comment
-
I expect most of the ones you're seeing are in files that also compile for netstandard2.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TonyValenti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I expect most of the ones you're seeing are in files that also compile for netstandard2.0.