Closed
Description
As described in https://devblogs.microsoft.com/dotnet/csharp-11-preview-updates/#remove-parameter-null-checking-from-c-11, the !!
has been removed.
This also means that this must be also removed in the runtime libraries.
The following commits must be reverted for removal:
Afterwards we should search for any corpses which still use this syntax (git grep
)
@dotnet/maintainers If any rollout commits are still missing, happy to expand this issue.