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

Enhanced Namespace Documentation: Comprehensive Insights on using in File-Scoped Declarations. #43304

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shethaadit
Copy link
Contributor

@shethaadit shethaadit commented Nov 4, 2024

Summary

  • Added detailed clarification on the behavior of using statements with file-scoped namespaces.
  • Researched and documented critical distinctions for improved code organization.
  • Aligned content with recent C# standards to ensure clarity for both global and scoped usage contexts.

Fixes #43266


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/keywords/namespace.md docs/csharp/language-reference/keywords/namespace

@shethaadit shethaadit requested review from BillWagner and a team as code owners November 4, 2024 18:06
@dotnetrepoman dotnetrepoman bot added this to the November 2024 milestone Nov 4, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-csharp/svc lang-reference/subsvc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

This does not mention using statements for namespace import and how they are handled
1 participant