Replies: 1 comment 1 reply
-
I believe it was not available in early versions of .NET Core. Now that it is, we should add it back in. Do you want to create a PR with this update? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that when using
WithIgnoreStackTraceAndTargetSiteExceptionFilter()
in my .NET 7 console application, theTargetSite
property is not filtered out. When I look at the code I see this:Why is
TargetSite
only filtered out in .NET 4.6.1 or 4.7.2? Seems like it should do what the user thinks it will do regardless of .NET version...Beta Was this translation helpful? Give feedback.
All reactions