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
required
Version Used: 4.4.0-3.22518.13 (7856a68) on VS 17.4.0 x64 with .NET 7.0.100 x64 SDK
Steps to Reproduce:
str
A minimal repro, with source-code provided, is ideal. Using sharplab is preferred for compiler/language issues whenever possible.
class C { public required /* type name here */ }
Expected Behavior: string is suggested among other types
string
Actual Behavior: no suggestions are made
The text was updated successfully, but these errors were encountered:
Fixed in #64593 (in 17.5 Preview 1)
Sorry, something went wrong.
No branches or pull requests
Version Used: 4.4.0-3.22518.13 (7856a68) on VS 17.4.0 x64 with .NET 7.0.100 x64 SDK
Steps to Reproduce:
required
str
A minimal repro, with source-code provided, is ideal. Using sharplab is preferred for compiler/language issues whenever possible.
Expected Behavior:
string
is suggested among other typesActual Behavior: no suggestions are made
The text was updated successfully, but these errors were encountered: