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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that when using
WithIgnoreStackTraceAndTargetSiteExceptionFilter()in my .NET 7 console application, theTargetSiteproperty is not filtered out. When I look at the code I see this:Why is
TargetSiteonly 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