-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Move to MSBuild 16.0 #34010
Move to MSBuild 16.0 #34010
Conversation
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
This publishes the OptProf Data files during an official build. This just allows for us to easily inspect the results without having to do a download from the drop server.
…eting the whole word (dotnet#32143)
…er-to-master-vs-deps
…er-to-master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master vs deps
…to-dev16.0-preview2-vs-deps
…s-deps Merge master to master-vs-deps
…o-dev16.0-preview2-vs-deps Merge dev16.0-preview2 to dev16.0-preview2-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps Merge master to master-vs-deps
…o-dev16.0-preview2-vs-deps Merge dev16.0-preview2 to dev16.0-preview2-vs-deps
…s-deps-to-master-vs-deps Merge dev16.0-preview2-vs-deps to master-vs-deps
…s-deps Merge master to master-vs-deps
…s-deps-to-master-vs-deps Merge dev16.0-preview2-vs-deps to master-vs-deps
LOC CHECKIN | dotnet/roslyn dev16.0-vs-deps | 20190307
I juts fixed these merges... and time to od it again. |
@dotnet/roslyn-ide, @dotnet/roslyn-infrastructure for review. IDE team I made merge adjustments to the following files:
The changes were straight forward but someone should give them a once over. |
I am confused. Why does this PR have 200+ commits? |
It's both a move to MSBuild 16.0 + a merge from dev16.0-vs-deps. The latter is required to get integration tests running. Sent an email this morning explaining. Will update PR info . |
FYI: messed up a merge. Need to redo it. Hold off reviewing for a bit. |
This is a necessary pre-req to us adotping the 3.0 .NET Core SDK.
Can we do the merge from dev16.0-vs-deps separately? |
(I guess not) |
Is |
That and the docs change for contributing
In theory it's possible. Just need to change the |
…dotnet#33921) * Regex Completion + Async Completion = Failure to trigger on `[` in VB * Update VisualBasicCompletionCommandHandlerTests_Regex.vb
Closing in favor of #34081 |
This is a necessary pre-req to us adotping the 3.0 .NET Core SDK.
As a part of this we're also merging dev16.0-vs-deps as it's necessary to keep integration tests running. Also it's the logical step once Dev16 becomes our base development environment.