Disable nullability checks in file shared between the managed type system and ILVerif...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Thu, 6 Apr 2023 05:23:20 +0000 (22:23 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 05:23:20 +0000 (22:23 -0700)
This file is shared between the managed type system and the ILVerificationTests suite.
The managed type system doesn't have nullable checks turned on, but ILVerificationTests does. This was causing build failures in PRs that build the ILVerificationTests.

We should enable nullable checking in the future in the managed type system as a whole at some point, but we aren't there yet.

src/coreclr/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs