kemsky / projection-tools

Primitives for building reusable LINQ projections and specifications
MIT License
4 stars 0 forks source link

Add optional flag to force eager evaluation #6

Open kemsky opened 1 year ago

kemsky commented 1 year ago

Some errors may be observed only in runtime, we can add a flag to trigger eager evaluation and get immediate feedback on start. For example, it can be enabled only in debug mode.