-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a feature doc for "Global Using Directive". (#51309)
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Global Using Directive | ||
========================= | ||
|
||
The *Global Using Directive* feature extends using directive syntax with an optional `global` keyword that can follow the `using` keyword. | ||
The scope of Global Using Directives spans across all compilation units in the program. | ||
|
||
Proposal: https://github.com/dotnet/csharplang/blob/master/proposals/GlobalUsingDirective.md | ||
Feature branch: https://github.com/dotnet/roslyn/tree/features/GlobalUsingDirective | ||
Test plan: https://github.com/dotnet/roslyn/issues/51307 |