Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Update to latest Roslyn to support C# 7.1 #1385

Closed
DamianEdwards opened this issue May 24, 2017 · 1 comment
Closed

Update to latest Roslyn to support C# 7.1 #1385

DamianEdwards opened this issue May 24, 2017 · 1 comment

Comments

@DamianEdwards
Copy link
Member

Updated compiler packages are available for your consumption:

  1. Find your favorite package in the myget Roslyn gallery,
  2. Pick a version that looks like 2.3.0-beta3-* (for example 2.3.0-beta3-61723-04).

Once we reach RTM, version 2.3 release packages will get published to nuget.org.

What’s new?
In addition to bug fixes, the features included in the new compilers (C# 7.1, VB 15.3):

  • C#: async Main, “default” literal, inferred tuple names, pattern-matching with generics
  • C# and VB: support emitting ref assemblies (MSBuild and IDE support will be after 15.3)
  • VB: inferred tuple names
@rynowak
Copy link
Member

rynowak commented Jun 5, 2017

8f299c5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants