I don't think I ever created an issue to track this work so I'll list out the work items below:
@anurse some of the remaining work will involve your input (such as triage and issue moving) so I'm assigning you as well.
Sorry if I'm wasting your time - I cannot find a discussion regarding this move. Is there an issue where I can find the rationale or discussion prior to this move? (I use some of the affected components in a very critical piece of infrastructure, so I wonder what's going on.) Thanks.
We鈥檙e getting an announcement put together shortly! This is purely about where we build/maintain the code though. All the packages are continuing to ship in the same places (NuGet, for example) and same supported frameworks as before. If you have specific questions feel free to ask here for now.
The announcement has been posted.
Where is the announcement? Do you have a link?
Oops! Thanks for the reminder @smashedapples20 :). We posted the announcement but didn't link it in here. It's here: https://github.com/aspnet/Announcements/issues/411
Announcement for breaking changes was made in https://github.com/aspnet/Announcements/issues/415.
@JunTaoLuo I was looking for the source for Config.Binder. It's at extensions/src/Configuration/Config.Binder/ in the last released tag, then extensions/src/Configuration only has Config.NewtonsoftJson on master. It doesn't look like it got migrated going through the aspnetcore commits. It looks like some stuff may have been removed from the extensions repo that shouldn't have been.
Edit: My friend told me they got migrated to dotnet/runtime. False alarm! I was confused because this was issue linked in the commit that removed them from extensions.