v2.5.0
What's changed since v2.4.2:
- New features:
- Experimental: Added support for only processing changed files by @BernieWhite.
#688- To ignore unchanged files, set the
Input.IgnoreUnchangedPath
option totrue
.
- To ignore unchanged files, set the
- Experimental: Added support for only processing changed files by @BernieWhite.
- General improvements:
- Added labels metadata from grouping and filtering rules by @BernieWhite.
#1272- Labels are metadata that extends on tags to provide a more structured way to group rules.
- Rules can be classified by setting the
metadata.labels
property or-Labels
parameter.
- Provide unblock for command line tools by @BernieWhite.
#1261
- Added labels metadata from grouping and filtering rules by @BernieWhite.
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.3.1.
#1248
- Bump Microsoft.NET.Test.Sdk to v17.3.1.
- Bug fixes:
- Fixed could not load Microsoft.Management.Infrastructure by @BernieWhite.
#1249- To use minimal initial session state set
Execution.InitialSessionState
toMinimal
.
- To use minimal initial session state set
- Fixed unhandled exception with GetRootedPath by @BernieWhite.
#1251 - Fixed Dockerfile case sensitivity by @BernieWhite.
#1269
- Fixed could not load Microsoft.Management.Infrastructure by @BernieWhite.
What's changed since pre-release v2.5.0-B0080:
- No additional changes.
See change log.