v3.0.0-B0203
Pre-release
Pre-release
BernieWhite
released this
24 May 16:11
·
115 commits
to main
since this release
What's changed since pre-release v3.0.0-B0198:
- New features:
- Breaking change: Simplify handling of inputs from files using emitters by @BernieWhite.
#1179- Files are automatically read from input paths and emitted as objects to the pipeline.
- Emitter interface can be used to implement custom file readers and expansion of custom file types.
- The
File
andDetect
input formats are no longer required and have been removed. - Processing files and objects with rules is no longer recommended, and disabled by default.
- The
Input.FileObjects
can be set totrue
to enable processing of files as objects with rules.
- Breaking change: Simplify handling of inputs from files using emitters by @BernieWhite.
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
#1826
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
- Bug fixes:
- Fixed reason reported for
startsWith
by @BernieWhite.
#1818 - Fixes CSV output of multiple lines by @BernieWhite.
#1627
- Fixed reason reported for
See change log.