Skip to content

Update TestResources to 2.0.16#36011

Merged
cston merged 4 commits intodotnet:masterfrom
cston:TestResources
May 31, 2019
Merged

Update TestResources to 2.0.16#36011
cston merged 4 commits intodotnet:masterfrom
cston:TestResources

Conversation

@cston
Copy link
Copy Markdown
Contributor

@cston cston commented May 29, 2019

No description provided.

@cston cston requested a review from a team as a code owner May 29, 2019 00:45
@cston
Copy link
Copy Markdown
Contributor Author

cston commented May 29, 2019

@jaredpar, @AlekseyTs, please review.

cc @dotnet/roslyn-compiler

@AlekseyTs
Copy link
Copy Markdown
Contributor

AlekseyTs commented May 29, 2019

    NetStandard30,

We probably should rename this to NetCoreApp30 #Closed


Refers to: src/Test/Utilities/Portable/TargetFrameworkUtil.cs:21 in 7189736. [](commit_id = 7189736, deletion_comment = False)

public static ImmutableArray<MetadataReference> Mscorlib461ExtendedReferences => ImmutableArray.Create<MetadataReference>(Net461.mscorlibRef, Net461.SystemRef, Net461.SystemCoreRef, Net461.SystemValueTupleRef, Net461.SystemRuntimeRef, Net461.netstandardRef);
public static ImmutableArray<MetadataReference> NetStandard20References => ImmutableArray.Create<MetadataReference>(NetStandard20.NetStandard, NetStandard20.MscorlibRef, NetStandard20.SystemRuntimeRef, NetStandard20.SystemCoreRef, NetStandard20.SystemDynamicRuntimeRef);
public static ImmutableArray<MetadataReference> NetStandard30References => ImmutableArray.Create<MetadataReference>(NetStandard30.NetStandard, NetStandard30.MscorlibRef, NetStandard30.SystemRuntimeRef, NetStandard30.SystemCoreRef, NetStandard30.SystemDynamicRuntimeRef, NetStandard30.SystemConsoleRef);
public static ImmutableArray<MetadataReference> NetStandard30References => ImmutableArray.Create<MetadataReference>(NetCoreApp30.NetStandard, NetCoreApp30.MscorlibRef, NetCoreApp30.SystemRuntimeRef, NetCoreApp30.SystemCoreRef, NetCoreApp30.SystemDynamicRuntimeRef, NetCoreApp30.SystemConsoleRef);
Copy link
Copy Markdown
Contributor

@AlekseyTs AlekseyTs May 29, 2019

Choose a reason for hiding this comment

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

NetStandard30References [](start = 56, length = 23)

We probably should rename this to NetCoreApp30References #Closed

@AlekseyTs
Copy link
Copy Markdown
Contributor

AlekseyTs commented May 29, 2019

It looks like CI jobs are failing. Did we publish a new Nuget package for the resources? #Closed

@AlekseyTs
Copy link
Copy Markdown
Contributor

AlekseyTs commented May 29, 2019

Done with review pass (iteration 1) #Closed

@cston cston closed this May 31, 2019
@cston cston reopened this May 31, 2019
Copy link
Copy Markdown
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (iteration 3), assuming CI is passing

Copy link
Copy Markdown
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (iteration 4)

@cston cston merged commit a2379e0 into dotnet:master May 31, 2019
@cston cston deleted the TestResources branch May 31, 2019 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants