dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
272 stars 42 forks source link

Replace FrontEndShared project in project-system-tools with a reference to the Microsoft.VisualStudio.ProjectSystemTools.Shared project in project-system #370

Closed eric62369 closed 1 year ago

eric62369 commented 4 years ago

Refers to project-system changes from this PR: https://github.com/dotnet/project-system/pull/6563

Issue created by project-system-tools PR: https://github.com/dotnet/project-system-tools/pull/368

Currently project-system-tools uses an almost exact duplicate of the Microsoft.VisualStudio.ProjectSystemTools.Shared project in project-system (This project contains classes and the Codespaces service interface and RPC descriptor for that service)

Instead of duplicating the code, change the project-system-tools to remove its FrontEndShared project and use a reference to the Shared project in project-system. (Most likely this could be done through some form of Nuget package)