Skip to content

Indori series release 1

Latest
Compare
Choose a tag to compare
@SteveGilham SteveGilham released this 14 Nov 09:16
· 1 commit to master since this release

9.0.1

  • [BREAKING] Minimum platforms for the tools and API are net472, netstandard2.0 and net8.0. NOTE the recorder assembly still targets net20 (or net46 when async is detected)
  • [BREAKING] SDK updates to latest current for Cake (5.0.0) and MSBuild (17.12.6) packages; build with Fake.build 6.1.3 but supports back to 6.0.0
  • [BREAKING] API change : --all and --eager replace --single and --defer, so the default behaviour is now deferred (Unload/Exit time) reporting, and first visit only per context. NOTE in some cases, use of .Net Framework AppDomains may require the use of --eager as the unload handler gives no guarantees about execution time.