From 90f1824a2b1a9e24e638b4f43d4bd68d0cf8c36f Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Fri, 6 Apr 2018 13:22:54 -0700 Subject: [PATCH] Track "ref and partial ordering" feature (#25987) --- docs/Language Feature Status.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Language Feature Status.md b/docs/Language Feature Status.md index dfeead8d22b..bb0a556e1b8 100644 --- a/docs/Language Feature Status.md +++ b/docs/Language Feature Status.md @@ -35,6 +35,7 @@ efforts behind them. | [Generic attributes](https://github.com/dotnet/csharplang/issues/124) | [generic-attributes](https://github.com/dotnet/roslyn/tree/features/generic-attributes) | In Progress | [AviAvni](https://github.com/AviAvni) | TBD | [mattwar](https://github.com/mattwar) | | [Ranges](https://github.com/dotnet/roslyn/blob/features/range/docs/features/range.md) | [range](https://github.com/dotnet/roslyn/tree/features/range) | In Progress | [OmarTawfik](https://github.com/OmarTawfik) | [vsadov](https://github.com/vsadov) | [jaredpar](https://github.com/jaredpar) | | [Default in deconstruction](https://github.com/dotnet/roslyn/pull/25562) | [decon-default](https://github.com/dotnet/roslyn/tree/features/decon-default) | Implemented | [jcouv](https://github.com/jcouv) | | [jcouv](https://github.com/jcouv) | +| [Relax ordering of `ref` and `partial` modifiers](https://github.com/dotnet/csharplang/issues/946) | [ref-partial](https://github.com/dotnet/roslyn/tree/features/ref-partial) | In Progress | [alrz](https://github.com/alrz) | | [jcouv](https://github.com/jcouv) | # C# 7.1 -- GitLab