Araiguma beta 2
Pre-release
Pre-release
·
5565 commits
to master
since this release
1.4-beta (Araiguma preview releases)
- validation of the code on Linux using travis-ci, both using Mono and the full framework, and .net core. Note that there is an apparent limitation in that F# projects don't generate
.pdb
(or.mdb
) files under Mono, even when C# projects do, thus they cannot yet be instrumented. - reorganised directory structure in the .nuget package, with AltCover.exe moving from
tools/
totools/net45/
with - .net core 2.0 support : both the original .net framework build being able to inject instrumentation into
dotnet
-built code, but also a .net core 2.0 tool version (delivered as source todotnet run
via thealtcover.core.sln
intools/netcoreapp2.0/
) that will also instrument both full-framework and .net core code, with the limitation that this build cannot use strong-naming of assemblies.