-
Notifications
You must be signed in to change notification settings - Fork 389
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
Comments
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). |
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. |
Does MSBuildWorkspace support the .NET Standard? IE, can it be used for loading .NET Core projects on Mac and Linux? |
MSBuildWorkspace only supports desktop clr currently. |
Ok, thank you for the prompt reply! |
@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? |
This issue was moved to dotnet/roslyn#17974 |
Move this over to Roslyn, as they own MSBuildWorkspace. |
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
The text was updated successfully, but these errors were encountered: