aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

fix(identity-pages-localization) #35

Open edusoccer1121 opened 2 years ago

edusoccer1121 commented 2 years ago

adds singleton SharedResourceLocalizer services to access IStringLocalizer from Razor identity pages for correct localization.

resolves: aspnetcorehero/Boilerplate#34