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
Similar to #62092 but even more specific. To be honest I don't even understand why the actual and expected behaviors here fail and succeed to compile respectively.
Version Used:
Microsoft Visual Studio Community 2022 Version 17.8.3 VisualStudio.17.Release/17.8.3+34330.188
Similar to #62092 but even more specific. To be honest I don't even understand why the actual and expected behaviors here fail and succeed to compile respectively.
Version Used:
Steps to Reproduce:
Given the following code, in a project with nullable enabled:
Apply "Implement abstract class" on
Bad
.Expected Behavior:
The following code compiles, so I think that's what should be generated:
Actual Behavior:
The following is generated, which does not compile due to the generic constraint:
The text was updated successfully, but these errors were encountered: