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
I expect the lack of file being handled here to cause problems with a public API path:
roslyn/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Services/SyntaxFacts/CSharpAccessibilityFacts.cs
Lines 126 to 143 in 1fcfda5
Originally posted by @Youssef1313 in #62215 (review)
Would like to determine what features are impacted here and make sure we fix this up along with appropriate tests during the preview.
The text was updated successfully, but these errors were encountered:
It looks like required is also missing from the list.
Edit: I see the title already mentions it, didn't notice initially 😄
Sorry, something went wrong.
SyntaxGenerator
The remaining work here is for 'required'.
RikkiGibson
Successfully merging a pull request may close this issue.
I expect the lack of file being handled here to cause problems with a public API path:
roslyn/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Services/SyntaxFacts/CSharpAccessibilityFacts.cs
Lines 126 to 143 in 1fcfda5
Originally posted by @Youssef1313 in #62215 (review)
Would like to determine what features are impacted here and make sure we fix this up along with appropriate tests during the preview.
The text was updated successfully, but these errors were encountered: