From b7d29acbbc625b7ceae91c6a158dd14f1b434d3f Mon Sep 17 00:00:00 2001 From: Neal Gafter Date: Sun, 26 Mar 2017 18:50:17 -0700 Subject: [PATCH] Document the move of language design discussion. (#18153) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b3afc01c65b..51456fda1fc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ Roslyn provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio. +### Language Design Discussion + +We are now taking language feature discussion in other repositories: +- https://github.com/dotnet/csharplang for C# specific issues +- https://github.com/dotnet/vblang for VB-specific features +- https://github.com/dotnet/csharplang for features that affect both languages + +Discussion about the transition of language design to the new repos is at https://github.com/dotnet/roslyn/issues/18002. + ### Download C# and Visual Basic Want to start developing in C# and Visual Basic? Download [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx), -- GitLab