[go: nahoru, domu]

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

Merged
merged 2 commits into from
Nov 6, 2024

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
Copy link
Member
@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made one word choice change, and this is ready to merge.

@BillWagner BillWagner enabled auto-merge (squash) November 6, 2024 14:02
@BillWagner BillWagner merged commit 5e55c3e into dotnet:main Nov 6, 2024
8 checks passed
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
2 participants