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
This exception is not really intended to be caught as it being thrown indicates that something has gone horribly wrong, like a Debug.Assert() failing or Environment.FailFast() being called.
I have several code paths in some of my analyzer and source generator projects where throwing UnreachableException is the obvious thing to do, but the type is net7.0 only.
The text was updated successfully, but these errors were encountered:
This exception is not really intended to be caught as it being thrown indicates that something has gone horribly wrong, like a
Debug.Assert()
failing orEnvironment.FailFast()
being called.I have several code paths in some of my analyzer and source generator projects where throwing
UnreachableException
is the obvious thing to do, but the type isnet7.0
only.The text was updated successfully, but these errors were encountered: