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
Generic extension method on generic type with LangVersion=preview and Nullable=enable crashes compiler with NullReferenceException in ConstraintsHelper.CheckConstraints when accessing non-existent member of extension method's name on type
#74404
Closed
just-ero opened this issue
Jul 16, 2024
· 0 comments
· Fixed by #74487
Version Used
Visual Studio Code: 1.91.1,
f1e16e1e6214d7c44d078b1f0607b2388f29d729
, x64Compiler: 4.11.0-3.24320.2 (adce315)
C# Extension: v2.38.16
C# Dev Kit Extension: v1.9.2
Steps to Reproduce
LangVersion
topreview
andNullable
toenable
in the project file.Full exception message
The text was updated successfully, but these errors were encountered: