CleanArchitecture
CleanArchitecture copied to clipboard
Clean Architecture Solution Template for ASP.NET Core
Currently used [oidc-client](https://github.com/IdentityModel/oidc-client-js) package is no longer maintained, and another successor project [oidc-client-ts](https://github.com/authts/oidc-client-ts) (forked from original package) is showing great promise. This PR more or less just replaces oidc-client with...
## Overview Based on @Lanz86 contribution in #778, I've added a new item template `ca-usecase`. This template allows you to create new commands or queries from the command-line. ## Changes...
Hello, This is purely a question, there doesn't seem to be any other way to ask them so thats why I created a bug report. **Question** Is there a reason...
Starting from .NET 8 there is an inbuild TimeProvider Class which can be used as an abstractrion over DateTime. https://learn.microsoft.com/en-us/dotnet/api/system.timeprovider?view=net-8.0
After change request proposed by @jasontaylordev I'm closed a previus PR #786 Added none choice in clientFramework symbols in order to create API only project { "choice": "none", "description": "Use...
### Discussed in https://github.com/jasontaylordev/CleanArchitecture/discussions/1115 Originally posted by **fernandohermida** February 21, 2024 Hello everyone, I'm currently facing several challenges with database migrations in my project and would greatly appreciate some guidance....
**Describe the bug** When we run the "dotnet run" command in the web folder, it is not possible to launch the project without errors. **To Reproduce** Steps to reproduce the...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
The value of Entity.Id on notification (Event Handlers) is always 0. How should I publish domain events after save changes on entity?
**Bug description** In the previous version in .NET 7, I can easily scaffold the Identity UI for customizing the UI of Login, Register, etc., But in the current release for...