evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.53k stars 189 forks source link

Fix date time handling in chapter 1 #108

Closed meaboutsoftware closed 4 months ago

meaboutsoftware commented 4 months ago

This PR includes changes related to switching custom system clock abstraction (built on .NET 7) with TimeProvider (built-in .NET 8)

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 96.49%. Comparing base (7695cc7) to head (501c0a7). Report is 16 commits behind head on main.

Files Patch % Lines
...ntracts/SignContract/Events/ContractSignedEvent.cs 75.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #108 +/- ## ========================================== - Coverage 96.81% 96.49% -0.32% ========================================== Files 61 61 Lines 533 542 +9 Branches 9 9 ========================================== + Hits 516 523 +7 - Misses 14 16 +2 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.