Add link to language feature status on roslyn repo

This commit is contained in:
Julien Couvreur 2017-07-10 09:35:16 -07:00 committed by GitHub
parent e63f863440
commit 86114f27d1

View file

@ -53,4 +53,4 @@ It is our plan to move the C# Language Specification into Markdown, and draft it
## Implementation
The reference implementation of the C# language can be found in the [Roslyn repository](https://github.com/dotnet/roslyn). Until recently, that was also where language design artifacts were tracked. Please allow a little time as we move over active proposals.
The reference implementation of the C# language can be found in the [Roslyn repository](https://github.com/dotnet/roslyn). This repository also tracks the [implementation status for language features](https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md). Until recently, that was also where language design artifacts were tracked. Please allow a little time as we move over active proposals.