Skip to content

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 a team and BillWagner 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