21
loading...
This website collects cookies to deliver better user experience
This article was written as part of the C# Advent 2021 event. Find more articles and information here: https://csadvent.christmas/
A monolithic app has all or most of its functionality within a single process or container and it's componentized in internal layers or libraries
.csproj
files. Nx makes it easy to add an "implicit dependency" between projects to inform the tooling that there is a hidden link there.nx affected
in CI / CD means that you are not wasting cloud agent time to retest things that haven't changed, but you are not missing tests that may fail in a dependent project.