Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pressacco authored Dec 5, 2024
1 parent 027f5e1 commit a823d68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
- [Sample Code](#sample-code)

## Overview

Datenlokator is a [BlueDotBrigade.DatenLokator][NuGetPackage] .NET _NuGet_ package that streamlines automated testing by allowing you to load input data with a single line of code, reducing visual noise and improving test comprehension. It supports multiple data formats, automatic decompression, global caching, and run-time customization.

[BlueDotBrigade.DatenLokator][NuGetPackage] is a .NET _NuGet_ package that streamlines automated testing by allowing you to load input data with a single line of code, reducing visual noise and improving test comprehension. It supports multiple data formats, automatic decompression, global caching, and run-time customization.

## Features

1. Retrieve data in different formats:
- `AsBytes()`
- `AsFile()`
- `AsString()`
- `AsStream()`
- `AsStreamReader()`
- `AsJson()`
- `new Daten().AsBytes()`
- `new Daten().AsFile()`
- `new Daten().AsString()`
- `new Daten().AsStream()`
- `new Daten().AsStreamReader()`
- `new Daten().AsJson()`
2. Automatic decompression of `*.zip` files.
- Useful for saving disk space.
3. Global cache support.
Expand Down

0 comments on commit a823d68

Please sign in to comment.