Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 784 Bytes

Roadmap

  • 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.

Changelog

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.0

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