Top 20 NuGet fluentificator Packages
The Fluentificator allows you to declare object and assign them values in a Fluent way
Just include TheFluentificator namespace in your class
and you're ready.
Wherever you need to create objects, or edit objects, you now have the With extension method, and you can call it in chain.
Example:
pub...