Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Support building corefx in VS2019 #35197

Merged
merged 2 commits into from
Feb 12, 2019
Merged

Conversation

safern
Copy link
Member

@safern safern commented Feb 9, 2019

Fixes: https://github.com/dotnet/corefx/issues/34613
Fixes: https://github.com/dotnet/corefx/issues/34413

CMake 3.14.0-rc1 is now out the door and can be downloaded from: https://cmake.org/download/

This version now supports the new toolset version which is 142 and now contains a VS2019 project generator. Note that since in VS2019 Preview1 the toolset version was still 141 it is required to have VS2019 Preview2 for it to work correctly.

cc: @stephentoub @ViktorHofer @danmosemsft @ahsonkhan @ericstj

Copy link
Member

@ahsonkhan ahsonkhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't wait to try it :)

@safern safern force-pushed the Vs2019NativeBuild branch from 26ca6b9 to 4bfd00f Compare February 9, 2019 05:16
@ViktorHofer
Copy link
Member

ViktorHofer commented Feb 9, 2019

Did you test if that requires the v142 toolset to be installed as an additional component? If yes, we should add it to the list of required individual components in a non workload based install.

@safern
Copy link
Member Author

safern commented Feb 9, 2019

Yes it requires v142 to be installed good point.

It will be installed by default when installing the v141 toolset though. I think they made them Inclusive.

@ViktorHofer
Copy link
Member

v140 is also still listed. Is it required?

@stephentoub
Copy link
Member

Thanks, @safern!

@safern safern merged commit fd736ea into dotnet:master Feb 12, 2019
@safern safern deleted the Vs2019NativeBuild branch February 12, 2019 03:53
@karelz karelz added this to the 3.0 milestone Mar 18, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Support building corefx in VS2019

* PR Feedback and update docs for VS2019


Commit migrated from dotnet/corefx@fd736ea
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants