Skip to content
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

Add F1 keyword for using static #44540

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Jan 27, 2025

Fixes #43889

The roslyn compiler treats using static as a different token than using. Make sure both resolve to the correct page.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/keywords/using-directive.md The using directive

Fixes dotnet#43889

The roslyn compiler treats `using static` as a different token than `using`. Make sure both resolve to the correct page.
@BillWagner BillWagner merged commit e8a7a10 into dotnet:main Jan 27, 2025
8 checks passed
@BillWagner BillWagner deleted the F1-using-static branch January 27, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra info for CS1061
2 participants