clean-architecture icon indicating copy to clipboard operation
clean-architecture copied to clipboard

The ultimate clean architecture template for .NET applications 💪

Results 18 clean-architecture issues
Sort by recently updated
recently updated
newest added

Hey, Amichai. This is not an issue, but a question. For some period of time we've been developing our applications following pretty much the same design. We really like it...

Hi @amantinband! Firstly, thank you for this amazing project! It's packed with fantastic features. 🙌 However, I have a question regarding how [eventual consistency](https://github.com/amantinband/clean-architecture?tab=readme-ov-file#eventual-consistency-mechanism) is ensured. If I understood correctly,...

This won't be merged.. It's just for fun

This won't be merged.. It's just for fun

Hello amantinband, Great initiative, thank you very much for your contribution. I see that you have implemented role-based authorization, permissions, and policies. However, how would you go about implementing resource-based...

I noticed that your entities have private parameterless constructors. What are they for?

After installing the template, I can not create a project using the template because it uses the same identifier (clean-arch) as another template from Ardalis. Consider giving it a differenet...

I thought being able to insert the token inside swagger would be a good idea. I also tried to remove the token requirement only for the `GenerateToken` api, but I...

Sir, I think Api project should not have a reference to Application project because Api already has a reference to Infrastructure project that has a reference to Application project. https://github.com/amantinband/clean-architecture/blob/09605637026f5e05375969b4fedb6c797dabe736/src/CleanArchitecture.Api/CleanArchitecture.Api.csproj#L19...