This release fixes issues with ParamsSource attribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.
Bug Fixes
- Allow
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832) - Fix MSBuild condition syntax for
TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)
Full Changelog: https://github.com/dotnet/BenchmarkDotNet/compare/v0.15.3...v0.15.4