Skip to content

v5.4.0

Compare
Choose a tag to compare
@MarcoRossignoli MarcoRossignoli released this 30 May 09:34
· 231 commits to master since this release
83a38d4

Fixed
-Fix for code complexity not being generated for methods for cobertura reporter #738 by https://github.com/dannyBies
-Fix coverage, skip branches in generated MoveNext() for singleton iterators #813 by https://github.com/bert2
-Fix 'The process cannot access the file...because it is being used by another process' due to double flush for collectors driver ##835
-Fix skip [ExcludefromCoverage] for generated async state machine #849

Added
-Added support for deterministic build for msbuild/collectors driver #802 #796 with the help of https://github.com/clairernovotny and https://github.com/tmat

Improvements
-Refactore DependencyInjection #728 by https://github.com/daveMueller