Skip to content

Commit

Permalink
Add a feature doc for "Global Using Directive". (#51309)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyTs authored Feb 19, 2021
1 parent a4bdff7 commit af46c0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/features/GlobalUsingDirective.md
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

0 comments on commit af46c0a

Please sign in to comment.