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
In CSharp you can do "\u0000" and get a null in a string or with other values get any Unicode Character. It might be another one of those breaking changes. I know in Interpolated Strings I can do $"{ChrW(0)}".