We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
where
When adding a where clause to a @typeparam directive the IDE shows error RZ1017 but the code compiles correctly.
@typeparam
RZ1017
Repro steps:
@typeparam T1 @typeparam T2 where T2 : T1
Interestingly changing the target framework to 8.0 seems to fix the issue, and remains fixed even after switching back to 6.0.
Also reported here: https://stackoverflow.com/questions/72095268/net6-blazor-typeparam-where-constraint-error-rz1017
The text was updated successfully, but these errors were encountered:
Closing as a dupe of #8572
Sorry, something went wrong.
No branches or pull requests
When adding a
where
clause to a@typeparam
directive the IDE shows errorRZ1017
but the code compiles correctly.Repro steps:
Interestingly changing the target framework to 8.0 seems to fix the issue, and remains fixed even after switching back to 6.0.
Also reported here: https://stackoverflow.com/questions/72095268/net6-blazor-typeparam-where-constraint-error-rz1017
The text was updated successfully, but these errors were encountered: