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
@viceroypenguin
If I understand the mechanics correctly, when using string interpolation handlers, I would have to check the condition twice:
Once, to know it myself (if it is a success or failure case) and once for the string interpolation handler.
From this comment in #909: Use string interpolation handlers to reduce the allocation of
Func<>
on the happy path.The text was updated successfully, but these errors were encountered: