andry-tino / Rosetta

Toolset for migrating your codebase from C# to TypeScript
http://antino-enlad.cloudapp.net:8080/job/Rosetta/
GNU General Public License v3.0
24 stars 9 forks source link

Upgrading Roslyn to latest version #37

Closed andry-tino closed 7 years ago

andry-tino commented 7 years ago

Rosetta relies on Roslyn 1.0, the very first stable version. Upgrading to new version is desirable.

Why

Notes

This is to be couple with #36.

andry-tino commented 7 years ago

Latest stable version: 1.3.2

Current dependency status

<Reference Include="Microsoft.CodeAnalysis, Version=1.0.0.0">
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.0.0.0">
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces, Version=1.0.0.0">
<Reference Include="Microsoft.CodeAnalysis.Workspaces, Version=1.0.0.0">
<Reference Include="Microsoft.CodeAnalysis.Workspaces.Desktop, Version=1.0.0.0">

Target dependency

<Reference Include="Microsoft.CodeAnalysis, Version=1.3.2.0">
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.3.2.0">
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces, Version=1.3.2.0">
<Reference Include="Microsoft.CodeAnalysis.Workspaces.Common, Version=1.3.2.0">