Releases: TechNobre/PowerUtils.xUnit.Extensions
Releases · TechNobre/PowerUtils.xUnit.Extensions
v3.2.0
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2022-07-18)
Bug Fixes
- Fixed pipelines and global.json to version 6.0.200 (2f59368)
Code Refactoring
- Remove
PrivateMethodExtensions.InvokePrivateMethod()
(eb58cb6) - Remove
PrivatePropertyExtensions.SetPrivateField()
(38c7b50) - Remove
PrivatePropertyExtensions.SetPrivateProperty()
(15ee56d)
Features
- Add support to debug in runtime
Microsoft.SourceLink.GitHub
(1f16a1f)
BREAKING CHANGES
- Remove discontinued extensions
PrivatePropertyExtensions.SetPrivateField()
- Remove discontinued extensions
PrivatePropertyExtensions.SetPrivateProperty()
- Remove discontinued extensions
PrivateMethodExtensions.InvokePrivateMethod()
2.2.0
[2.2.0] - 2022-02-03
New Features
- Added const
PriorityOrderer.Name
andPriorityOrderer.Assembly
to facilitate the ordering of tests;
2.1.0
2.0.0
Updates
- Added support to .NET 6
Breaking Changes
- Discontinued the method
PrivatePropertyExtensions.SetPrivateProperty
. New methodSetNonPublicProperty
; - Discontinued the method
PrivatePropertyExtensions.SetPrivateField
. New methodSetNonPublicField
; - Discontinued the method
PrivatePropertyExtensions.InvokePrivateMethod
. New methodInvokeNonPublicMethod
; - Discontinued the method
PrivatePropertyExtensions.InvokePrivateMethodAsync
. New methodInvokeNonPublicMethodAsync
;