-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Updating Roslyn to 2.7.0-beta3-62529-05. #8498
Conversation
@jaredpar this is for 15.6. |
Is there any danger of beta 7.3 language features lighting up for LangVersion=Latest projects only in the 15.6 CLI but not in 15.6 VS with this 2.7 package? |
No. C# 7.3 isn't included in 15.6, or this package, hence won't show up due to this package. The more general question though:
Yes that can happen. If you have a CLI that supports a language newer than the one in VS then you can get into this error. Thats true for both Latest and explicitly set versions. |
Thanks, I think I just got confused by roslyn version numbers. (just seen that there are 2.8 packages now as well). |
@dotnet-bot Test Ubuntu x64 Release Build |
@@ -84,6 +84,7 @@ | |||
<RoslynDeps Include="$(RoslynDirectory)/bincore/csc.deps.json" /> | |||
<RoslynDeps Include="$(RoslynDirectory)/bincore/vbc.deps.json" /> | |||
<RoslynSatelliteDeps Include="$(RoslynDirectory)/bincore/tool_roslyn_satellites.deps.json" /> | |||
<RoslynFrameworkAssemblies Include="$(RoslynDirectory)/System.*.dll;$(RoslynDirectory)/runtimes/**/System.*.dll" Exclude="$(RoslynDirectory)/runtimes/**/System.IO.Pipes.AccessControl.dll"/> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
Waiting to understand about the framework assemblies
@MattGertz for approval of Roslyn insertion in to CLI for 15.6 P4. I will hold on merging until I understand the issue with framework assemblies, though. |
Proactively approving. |
@nguerrera are you satisfied with this change now? Have you filed an issue against Roslyn? I intended to, but then the flu got me. |
Haven't filed the issue. I will do so. I am satisfied if we're tracking it as a temporary workaround against a roslyn bug. |
Filed dotnet/roslyn#24646 |
No description provided.