Skip to content

Commit 3387b8a

Browse files
committed
Add breaking change doc
1 parent ba33103 commit 3387b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/compilers/CSharp/Compiler Breaking Changes - post VS2019.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ In Visual Studio version 16.4, the nullable analysis will be more stringent for
8080
class C<T> where T : I<(int a, int b)>, I<(int c, int d)> { } // error
8181
```
8282

83+
12. Previously, the language version was not checked for `this ref` and `this in` orderings of parameter modifiers. Now these orderings produce an error with langversion below 7.2. See https://github.com/dotnet/roslyn/issues/38486

0 commit comments

Comments
 (0)