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

Porting a fix for #21689 to release/2.0.0 #23512

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Aug 23, 2017

release/2.0.0 port of #22117 (Fix bug in MS.CSharp handling non-generic classes nested in generic)

Such types are still generic but don't have a tick in their name, which
the name lookup expects all generic types' names to have.

Handle this case correctly.

Fixes #21689

…otnet#22117)

Such types are still generic but don't have a tick in their name, which
the name lookup expects all generic types' names to have.

Handle this case correctly.

Fixes #21689
@VSadov
Copy link
Member Author

VSadov commented Aug 23, 2017

@JonHanna @OmarTawfik @jaredpar - please review.

@VSadov
Copy link
Member Author

VSadov commented Aug 23, 2017

This is a cherry-picked fix for https://github.com/dotnet/corefx/issues/21689 from master to release/2.0.0

@karelz karelz added this to the 2.0.x milestone Aug 25, 2017
@karelz
Copy link
Member

karelz commented Aug 25, 2017

@VSadov please don't forget to get servicing approval from .NET Core shiproom alias.

@VSadov
Copy link
Member Author

VSadov commented Aug 25, 2017

@karelz - Re: shiproom. Did that, but it seems we could be late to the train for the 0.1 servicing release. Will try get this into 0.2

@danmoseley danmoseley added the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label Aug 26, 2017
@danmoseley
Copy link
Member

I'm going to mark no merge until 0.1 has left the station.

@bruno-garcia
Copy link
Member

bruno-garcia commented Sep 2, 2017

What's the ETA for 2.0.2?

@karelz
Copy link
Member

karelz commented Sep 5, 2017

@bruno-garcia I don't think there is public ETA - @leecow can you please comment?

@leecow
Copy link
Member

leecow commented Sep 5, 2017

October is the next possibility.

@bruno-garcia
Copy link
Member

We've been running just fine on 1.1. We can wait another month to migrate :)
Thanks!

@danmoseley
Copy link
Member

Another refcount on this. https://github.com/dotnet/corefx/issues/23855

@Petermarcu Petermarcu added Servicing-Approved-2.0.2 and removed * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) labels Sep 8, 2017
@weshaggard weshaggard merged commit 626b013 into dotnet:release/2.0.0 Sep 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
10 participants