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
is not allowed in C# and throws an error of the form: Cannot assign <null> to an implicitly-typed local variable. It seems that this error is persistent across all versions of Dotnet (ref) . However, this statement seems to be used in several parts of the testing code such as: here and here.
It seems that a statement such as:
is not allowed in C# and throws an error of the form:
Cannot assign <null> to an implicitly-typed local variable
. It seems that this error is persistent across all versions of Dotnet (ref) . However, this statement seems to be used in several parts of the testing code such as: here and here.Am I missing something ? Can someone look into this ?
\c @benathi @sk-g @hyandell
The text was updated successfully, but these errors were encountered: