From 335d1719a598eeaf666aca9ad6c6fb4c1b21a017 Mon Sep 17 00:00:00 2001 From: AlekseyTs Date: Thu, 18 Feb 2021 09:41:09 -0800 Subject: [PATCH] Add a feature doc for "Global Using Directive". --- docs/features/GlobalUsingDirective.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/features/GlobalUsingDirective.md diff --git a/docs/features/GlobalUsingDirective.md b/docs/features/GlobalUsingDirective.md new file mode 100644 index 0000000000000..f8c680f078118 --- /dev/null +++ b/docs/features/GlobalUsingDirective.md @@ -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 \ No newline at end of file