Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Expose and test KeyValuePair.Create#16561

Merged
safern merged 2 commits into
dotnet:masterfrom
hughbe:kvp-create-expose
Mar 2, 2017
Merged

Expose and test KeyValuePair.Create#16561
safern merged 2 commits into
dotnet:masterfrom
hughbe:kvp-create-expose

Conversation

@hughbe
Copy link
Copy Markdown

@hughbe hughbe commented Mar 1, 2017

And add some unit tests for KVP construction and ToString

Fixes #2127

Copy link
Copy Markdown
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

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

LGTM once CI passes. Thanks, Hugh.

Copy link
Copy Markdown
Member

@karelz karelz left a comment

Choose a reason for hiding this comment

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

LGTM once CI passes (current failure seems to be relevant to your changes).
Thanks @hughbe!

Copy link
Copy Markdown
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

LGTM.

The reason why CI is failing is because the implementation is not in uapaot so you need to update the ApiCompatBaseline just by running locally:

msbuild src\System.Runtime\src\System.Runtime.csproj /p:TargetGroup=uapaot /p:BaselineAllApiCompatError=true

then just update the PR

@hughbe
Copy link
Copy Markdown
Author

hughbe commented Mar 2, 2017

Thanks @safern. I get multiple updates in the ApiCompatBaseline.uapaot.txt file, but have only pushed the ones related to my change. Hopefully that'll work

@safern safern merged commit 03a54d3 into dotnet:master Mar 2, 2017
@safern
Copy link
Copy Markdown
Member

safern commented Mar 2, 2017

@hughbe it worked. Thanks for doing this!

@hughbe hughbe deleted the kvp-create-expose branch March 2, 2017 02:51
@karelz karelz modified the milestone: 2.0.0 Mar 7, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Expose and test KeyValuePair.Create


Commit migrated from dotnet/corefx@03a54d3
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.

6 participants