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
C# 15 supports labeled break and continue. This has long been a pain point with this app. We should support it with an option, enabled by default, to allow for this feature from C# 15. If not enabled, it falls back to the warning like it does today.
C# 15 supports labeled break and continue. This has long been a pain point with this app. We should support it with an option, enabled by default, to allow for this feature from C# 15. If not enabled, it falls back to the warning like it does today.