Skip to content
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

Replacement for Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace? #1285

Closed
MarkMichaelis opened this issue Jan 20, 2017 · 8 comments
Closed

Comments

@MarkMichaelis
Copy link

In migrating from VS2015 to VS2017, is Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace the intended replacement for Microsoft.DotNet.ProjectModel.Workspaces.ProjectJsonWorkspace? Or is there some other implementation of Microsoft.CodeAnalysis.Workspace that we should be using?

/cc @GrantErickson, @morrisjoe, @breaman, @ascott18

@srivatsn
Copy link
Contributor

Yes MSBuildWorkspace should work for these projects. Now I know @mattwar was looking into MSBuildWorkspace being broken due to MSBuild moving elsewhere. Matt, does MSBuildWorkspace work with MSBuild 15 (which is needed for it to understand .NET core projects).

@mattwar
Copy link
Contributor

mattwar commented Jan 30, 2017

Msbuild should work in RC3. Though you'll need to upgrade the app's redirects to include the newest msbuild's redirects found in msbuild.exe.config.

@josephwoodward
Copy link

Does MSBuildWorkspace support the .NET Standard? IE, can it be used for loading .NET Core projects on Mac and Linux?

@mattwar
Copy link
Contributor

mattwar commented Feb 23, 2017

MSBuildWorkspace only supports desktop clr currently.

@josephwoodward
Copy link

Ok, thank you for the prompt reply!

@josephwoodward
Copy link

@mattwar Do you have any suggestions as where to look or what to do for anyone that wants to load the new MsBuild .csproj proj format on Mac and Linux?

@davkean
Copy link
Member

davkean commented Mar 19, 2017

This issue was moved to dotnet/roslyn#17974

@davkean davkean closed this as completed Mar 19, 2017
@davkean
Copy link
Member

davkean commented Mar 19, 2017

Move this over to Roslyn, as they own MSBuildWorkspace.

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

No branches or pull requests

5 participants