CristianAmbrosini
released this
18 Dec 10:12
·
2 commits
to master
since this release
Improvements
In this release, we have added support for test density and metrics at the individual file level. You can now view the number of unit tests, as well as details on skipped tests, failed tests, and test duration, from all supported coverage tools (xUnit, MsTest, and nUnit).
Additionally, we have significantly optimized memory allocation, resulting in memory usage reduction during registration.
False Positive
- NET-868 - Fix S1854 FP: Don't raise when inner finally assignment is used to outer block
- NET-865 - Fix S1172 FP: Parameter used as extension delegate target
- NET-863 - Fix S1172 FP: Don't report on partial method parameters
- NET-862 - Fix S1854 FP: Don't raise in catch when variable is used in following catch
- NET-857 - Fix S3655 FP: Types with implicit conversion operator
- NET-836 - Fix S1854 FP: Value used after catch
False Negative
Task
- NET-763 - Update RSPEC before 10.4 release