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
andnet8.0
. NOTE the recorder assembly still targetsnet20
(ornet46
whenasync
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 FrameworkAppDomain
s may require the use of--eager
as the unload handler gives no guarantees about execution time.