aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

Q: moving of source #2085

Closed grahamehorner closed 5 years ago

grahamehorner commented 5 years ago

Is the identity repo under the aspnet/aspnetcore like other repos have ?

blowdart commented 5 years ago

It will be, eventually. @natemcmaster

natemcmaster commented 5 years ago

Yes, started the work today. It probably won't merge till Monday. Part 1: https://github.com/aspnet/AspNetCore/pull/4345. There will be a second piece to move the Microsoft.Extensions.* projects into https://github.com/aspnet/Extensions.

Closing as a duplicate of https://github.com/aspnet/AspNetCore/issues/3598

grahamehorner commented 5 years ago

@natemcmaster not sure if your aware but I'm seeing a few build errors with repo's that have moved; (Blazor) due to path length, I understand these are WIP where would be the best to raise the build issues?

natemcmaster commented 5 years ago

Raise the issue on the new repo.