Skip to content

Daten Lokator 2.0.0

Compare
Choose a tag to compare
@Pressacco Pressacco released this 15 Oct 16:47
· 65 commits to main since this release
37b16dc

What's New?

The library has been completely re-written in order to make it easier to extend. The complete list of features include:

  1. Automatic decompression of *.zip files.
  2. Global cache support.
  3. Run-time customization.
    • Can specify a custom root directory.
  4. Extensibility
    1. Create extension methods to support custom target formats (e.g. AsRecord()).
    2. Implement the ITestNamingStrategy interface to support custom test naming conventions.
    3. Implement the IFileManagementStrategy interface for proprietary file management (e.g. cloud based storage).

Bug Fixes

  • None