Daten Lokator 2.0.0
Pressacco
released this
15 Oct 16:47
·
65 commits
to main
since this release
What's New?
The library has been completely re-written in order to make it easier to extend. The complete list of features include:
- Automatic decompression of
*.zip
files. - Global cache support.
- Run-time customization.
- Can specify a custom root directory.
- Extensibility
- Create extension methods to support custom target formats (e.g.
AsRecord()
). - Implement the ITestNamingStrategy interface to support custom test naming conventions.
- Implement the IFileManagementStrategy interface for proprietary file management (e.g. cloud based storage).
- Create extension methods to support custom target formats (e.g.
Bug Fixes
- None