Minimal API .NET 7 - Swagger, Repository, Business Layer, and GitHub Actions

Опубликовано: 18 Октябрь 2024
на канале: Dot Net Learners House
192
6

Event URL: https://www.meetup.com/dot-net-learne...

GitHub URL: https://github.com/Microservices-for-...

Adding Swagger Dependencies
WithTags().WithName().Produces(200).ProducesProblem(500);
Creating Repository Layer
Creating Business Layer
Dependency Injection of Swagger, Repository Layer, Business Layer
Move Service Dependencies into an Extension Class
Move HTTP Request Pipeline Dependencies into an Extension Class
Update Postman Collections to test the API (Environment Variables, and Collections)
GitHub Actions to build Minimal API