Boilerplate icon indicating copy to clipboard operation
Boilerplate copied to clipboard

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 W...

Results 26 Boilerplate issues
Sort by recently updated
recently updated
newest added

.net 5 has reached it's end of life per the MS support page Can you do a new version that uses .net6 so it's current and up to date?? Thanks

**There is no 5.0 version of asp.net core** The latest version of .net core is 3.1. There is a whole new framework version of 5.0 and it's called .NET 5

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** It would be nice if you could add a docker support to this project

**Describe the bug** In most views where td is used there is an html error, if you open the project in Rider its immediately full of reds :) **To Reproduce**...

adds singleton SharedResourceLocalizer services to access IStringLocalizer from Razor identity pages for correct localization. resolves: aspnetcorehero/Boilerplate#34

Identity pages are not being correctly localized. Since they are Razor pages they are not [compatible](https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-5.0&pivots=webassembly#localization-1) with the MVC `@localizer` which uses [IViewService](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.localization.iviewlocalizer?view=aspnetcore-5.0) which inherits from [IHtmlLocalizer](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.localization.ihtmllocalizer?view=aspnetcore-5.0) This prevents the...

Hi, first of all this template great for asp.net web application, there is one feature request that personally need, can you add a ui blocker like HoldOn js when we...

You have an excellent article to use Dapper along with EntityFramework Core. Would you consider adding Dapper to your Boilerplate? While I am asking... How about Serilog.sinks.seq, Dapper.FluentMap and Dapper.Logging?