From 204cf7a1dc9d5f9a999df3f9f288b4b535b3132a Mon Sep 17 00:00:00 2001 From: Vladimir Sadov Date: Mon, 23 Oct 2017 16:18:15 -0700 Subject: [PATCH] This brings support for the final syntax of "ref readonly" and some bug fixes. (#2121) Noticeable changes: - use `in` at declaration of "in" parameters, not `ref readonly` - `ref` comes before `partial` when declaring partial ref structs. - unboxing conversions for ref-like types are statically rejected as impossible to succeed The corresponding VSIX to match these compiler bits with IDE experience is - https://dotnet.myget.org/F/roslyn/vsix/0b48e25b-9903-4d8b-ad39-d4cca196e3c7-2.6.0.6221102.vsix --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e36ea7fde0..4f6edcfad9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,7 +15,7 @@ - +