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
It would be really useful to have a code analyzer to display a warning/error for any unhandled instance of OneOf<>.
If a developer forgets to handle a OneOf<> result (besides using the Match or Switch methods) a warning/error would at compile time would prevent any potenial swallowed errors.
It would be really useful to have a code analyzer to display a warning/error for any unhandled instance of
OneOf<>
.If a developer forgets to handle a
OneOf<>
result (besides using theMatch
orSwitch
methods) a warning/error would at compile time would prevent any potenial swallowed errors.EG)
The text was updated successfully, but these errors were encountered: