Thijs153
Thijs153
Hello @suugbut, Please correct me if I'm mistaken, but according to the Clean Architecture principles, the presentation layer should only reference the application layer. The API project references the infrastructure...
@dotnet-policy-service agree
Hey @AndrewTriesToCode, a little late, but I just saw your message. I resolved the conflicts, and I believe it should be good now. Let me know 🙂
Thanks for the quick reply. Your suggestion works for me 👍 For anyone coming across this issue, I've implemented the store like this: ```csharp public sealed class KeycloakTenantStore : IMultiTenantStore...
@AndrewTriesToCode, sure. How would you like me to call this new 'store'? And is it just creating a new store, creating an extension method for it, and that's is? Or...
Hey @matteotrapani, (if you don't mind me answering ;) ) Could you give some information/examples on the BL you're talking about? From a DDD's point-of-view you'd want to put most...
Okay, so If I understand it correctly, you have an `article` that is defined by its `properties` + `category`, and before adding a new article to the database (in the...
@colindembovsky, any indication when this PR gets merged? This should resolve our warnings in the Pipelines.