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
If, for example, a type has a method named "Lock", internal references to its return value use "lock" as a variable name - but that's also a C# keyword, so compilation fails. See this repro app for an example of that.
If, for example, a type has a method named "Lock", internal references to its return value use "lock" as a variable name - but that's also a C# keyword, so compilation fails. See this repro app for an example of that.