You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at several issues in corefx/coreclr (e.g. https://github.com/dotnet/coreclr/issues/22722/, in particular https://github.com/dotnet/coreclr/issues/22722#issuecomment-465987996), it seems that the attribute is not supported and will not do what it it is advertised for i.e., allow AccessViolationException / StackOverflowExceptions to be caught as managed exceptions. I think there should be notes that .NET Core does not support this and some basic reasons on why it shouldn't be used / supported.