Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 2.41 KB

README.md

File metadata and controls

30 lines (14 loc) · 2.41 KB

CI/CD Pipeline

Personnel Information Merger

This project demonstrates how to obtain information from different sources and merge them with an extensible and maintainable approach.

Also in this project you can see how to:

  • Design with an OO & Solid approach
  • Mock external dependencies and resources in unit tests
  • Use .NET out-of-the-box IoC container, Configuration and Logging packages, in a console application.

Used Libraries:

xUnit.net

Fluent Assertions

NSubstitute

CI/CD platform:

GitHub Actions