- DeploymentItem attribute handle
- Assert.Fail handle
- Assert text messages removal
Features that have a checkmark are complete and available for download in the CI build.
These are the changes to each version that has been released on the official Visual Studio extension gallery.
2016-09-14
- Initial release
- Removes TestClass attribute
- Replace MSTest Asserts calls with XUnit.Asserts calls
- Replace Ignore attributes with Skipped Fact attributes
- Replace TestCategory attributes with Trait attributes
- Replace ExpectedException with Assert.Throws<> wrapped block
- Remove MSTest reference and add XUnit nuget packages