-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Feature Status Document #10233
Conversation
CC @dotnet/roslyn-compiler |
# FAQ | ||
|
||
- **Is target version a guarantee?**: No. It's explicitly not a guarantee. This is just the plan of record to the best of our knowledge at this time. | ||
- **Where are these State values defined?**: Take a look at the [Developing a Language Feature](docs/contributing/Developing a Language Feature.md) document. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This relative link is bad. Drop the initial docs/
.
@dotnet/ldm FYI, Jared is proposing to publish this list as the language feature set for C# 7. |
| Out var | none | Feature Specification | [alekseyts](https://github.com/alekseyts) | | ||
| With Exprs | none | Feature Specification | [gafter](https://github.com/gafter) | | ||
|
||
## C# 7.0 and VB 15 + 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure you don't mean to say that non-null ref types are planned for C# 7. Does the and
operator in the section header have higher precedence than the +
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The language is Jared. The operator precedence level is defined as Jared. 😄
Please hold off on publishing this until we can reconcile it with the LDM, which we should aim to do on Wednesday of next week. |
Don't see the need to wait here. This the active work the compiler team is tracking, not what LDM is designing. |
A summary of our language work for the upcoming compilers.