Replies: 1 comment
-
Hi @tmhdev01 - I'm glad you're enjoying the template. 😀 This code relates to ASP.NET Core Health Checks. Since this code relates to ASP.NET Core Health Checks, moving part of it to Infrastructure would make it more difficult to understand how health checks are configured. Regardless, it's a good idea to try it in your solutions and see if you prefer the approach. I'm open to further discussion and always happy to discuss changes that might simplify or improve the template somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am starting a project based on this repo. It's an enjoyable journey thanks for your great job!
There is a point that I am concerned about: Should we move DbContextCheck from Web to Infra? From my PoV, it is the specific service registering for the context class (ApplicationDbContext), not for the interface (IApplicationDbContext). It seems to be more "clean" to be placed in the Infra project.
What is your view? Feel free to share your comments. I already have the PR if you guys like it :)
Beta Was this translation helpful? Give feedback.
All reactions