-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add compiler diagnostics related to file scoped types #51032
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
Conversation
Create the skeleton for the file scoped types related errors and warnings
e02da43 to
914353f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
Comments suppressed due to low confidence (1)
docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md:467
- CS9058 and CS9070 are being removed from the undocumented errors list but aren't documented in the new file-scoped-types.md file. Either these error codes should be added to the new documentation (if they're related to file-local types), or they should remain in this file until proper documentation is created for them.
helpviewer_keywords:
- "errors [C#], additional information"
---
# Sorry, we don't have specifics on this C# error
We're sorry, but we don't have any specific information about this error. You can search for the error number and message text to find information on the web. Or you can ask other developers using one of these:
Add all errors and warnings related to
filescoped types.Fixes #49597
Internal previews