diff --git a/README.md b/README.md index b3afc01c65b7fe0cd7821bdd566c54eb397f54c9..51456fda1fce60b081427cc23262e670f71d72b5 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),