Skip to content

Release 0.8.0 - Preview 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@carl-berg carl-berg released this 21 Feb 10:45
· 7 commits to main since this release
4ea286d

Added a new decorator that can be used to help speed up big test suites by caching and preloading schema and dependency calculations on subsequent data dude creations. Configure it like so

Dude.Configure(ctx => x.InstructionDecorators.Add(new StaticCache(ctx)));