Genbu series release 1
·
2608 commits
to master
since this release
7.0.770
- There are functional changes (fixes and enhancements from the previous pre-release)
- [BUGFIX] Don't automatically exclude C# inner functions (and other
[CompilerGenerated]
) from coverage. - [BREAKING; Command Line] Option
--defer
now takes no arguments; there is no use-case for the--defer:-
so that and the redundant--defer:+
are gone - [BREAKING; MSBuild tasks]
AltCover.Prepare.Defer
defaults totrue
; indotnet test
, as the value is overridden (effectively forced true), this has no effect. - [BREAKING; PowerShell] rename and generalise
Format-FromCoverletOpenCover
asWrite-OpenCoverDerivedState
- [BREAKING; API] Rationalise and rename across most parts of the API, above and beyond the pre-release; remove
CSApi
as a separate assembly, with the mainAltCover
assembly publishing that part of the C# callable API, and splitFSApi
intoToolkit
for PowerShell support andDotNet
fordotnet test
support. - Add
--attributetoplevel
,--typetoplevel
and--methodtoplevel
to allow inner classes or functions to be included in coverage independently their containing class or function. - Revise/update/fix the Wiki API pages, help-text and the like
- Autogenerate more of the documentation