🚀 New Features
- Created the AwaitTasksInValues dictionary extensions which turns a dictionary with tasks, into a dictionary with the resolved values.
- Created utilities for testing, such as a SameValueDictionary that always returns the initial value given. Also
TemporaryDirectoryFixture
andTemporaryFileFixture
which allows automatic creation and disposal of temporary files and directory. More info here