Releases: PerfectlyNormal/TypeContractor
Releases · PerfectlyNormal/TypeContractor
v0.8.0
Added
- Tool exits with code 0 when everything is okay and 1 when something has gone wrong
Fixed
- Log an error and continue when we fail to convert a file
Changed
- Enable Dependabot version updates
- Update xunit to v2.6.2
- Update xunit.runner.visualstudio to v2.5.4
- Update xunit.analyzers to v1.6.0
- Fix compiler warnings
v0.7.0
Added
- Add support for
readonly
output properties (#1)
Fixed
- Properly handle
IEnumerable<T>
as values in a Dictionary (#2)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Added
- Add smart cleanup to help file-watching tools not freak out when
everything changes at once. - Add a
ILog
insideTypeContractor
to simplify adding debug information
Removed
- Remove the MSBuild-based tool, to focus on the dotnet-tool instead.
Full Changelog: v0.5.1...v0.6.0