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
I see that nullable annotations are currently not supported. Is there any reason for that? I have a project with <Nullable>annotations</Nullable> and it always generates errors like these The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. in vscode.
The text was updated successfully, but these errors were encountered:
I see that nullable annotations are currently not supported. Is there any reason for that? I have a project with
<Nullable>annotations</Nullable>
and it always generates errors like theseThe annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
in vscode.The text was updated successfully, but these errors were encountered: