Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 518 Bytes

Find duplicate bookings

CI

Demo background task application with .NET (with DI, logging, configuration).

Solution structure

  • Core functionality in the class lib.
  • Console app to use the core functionality in the class lib.
  • Unit test.

Tech stack

  • .NET 5
  • C# 9
  • xUnit for unit testing
  • Visual Studio 2019