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

Move resolveContract into corefx #33152

Merged
merged 3 commits into from
Oct 31, 2018
Merged

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 30, 2018

This moves resolveContract logic into corefx. It also fixes API compat which
hasn't been running for some time due to ResolveMatchingContract property
being set too late to sequence the target.

Fixes #33151

We should be very careful about merging PRs with public API at the moment, as well as merging any PRs after this goes in if the results are stale.

This moves resolveContract logic into corefx.  It also fixes API compat which
hasn't been running for some time due to ResolveMatchingContract property
being set to let to sequence the target.
@ericstj
Copy link
Member Author

ericstj commented Oct 31, 2018

Test Windows x86 Release Build

@ericstj
Copy link
Member Author

ericstj commented Oct 31, 2018

Test Windows x64 Debug Build

@ericstj
Copy link
Member Author

ericstj commented Oct 31, 2018

test UWP NETNative x86 Release Build

@ericstj
Copy link
Member Author

ericstj commented Oct 31, 2018

test Packaging All Configurations x64 Debug Build

@ericstj
Copy link
Member Author

ericstj commented Oct 31, 2018

all these builds failed with timeouts from jenkins.

We only want to add the contract item when building source projects.
@safern safern merged commit 271ed1b into dotnet:master Oct 31, 2018
@karelz karelz added this to the 3.0 milestone Nov 15, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Move resolveContract into corefx

This moves resolveContract logic into corefx.  It also fixes API compat which
hasn't been running for some time due to ResolveMatchingContract property
being set to let to sequence the target.

* Fix System.Drawing.Design.Primitives reference

* Fix resolveContract convention

We only want to add the contract item when building source projects.


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

Successfully merging this pull request may close these issues.

ApiCompat isn't running in CoreFx
4 participants