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
Resolved CS0121 overload ambiguity when passing a no-hole interpolated string (e.g. Append($"text")) to Append/AppendLine on C# 13 and earlier, by adding Append(string?) and AppendLine(string?) overloads. Reported by @SMAH1 in #283