Closed serpent5 closed 5 years ago
but it might not be obvious that this is needed if RP is only being used for the Identity UI.
For example, MVC app not using RP (Razor Pages).
I think that's a good idea.
Should there be a new section on the page with an e.g. "Identity UI" heading, which covers:
MapRazorPages
if it's not already been done.Microsoft.AspNetCore.Identity.UI
needs to be installed. This is covered in Add package references for removed assemblies, but perhaps it could also go into this new heading. This would be similar to how "Opt in to runtime compilation" has both a section and a mention in the section I linked above.AddDefaultUI
no longer taking a UIFramework
parameter.If no to the section thing, how should the requirement for MapRazorPages
be called out?
New section makes sense. An H2 (##
) will get good SEO.
I've seen a couple of people get caught out by the Identity UI requiring a call to
MapRazorPages
. The need forMapRazorPages
is covered here, but it might not be obvious that this is needed if RP is only being used for the Identity UI.Should a note be added to this migration guide to point this out?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.