-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing global::
prefix to type inference method parameters
#8247
Conversation
The original bug had the synthetic type name being generated being a user defined type name. Whenever I see that my brain says
All the tests here though are around a generated |
Those are only the existing tests. There's one new test with user-defined type
Good question. Added a test demonstrating that tuples still work. (Dynamic probably cannot be verified here as this code path is only for generic types.) |
8ab65b1
to
51f6b0d
Compare
@chsienki @dotnet/razor-compiler for the second review |
@chsienki @dotnet/razor-compiler for a second review, please |
Fixes #7103.
Fixes #8316.