From e73d6a38749f8b6f3f5dd4210324b889a8cabb73 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Wed, 5 Aug 2015 12:29:45 +0100 Subject: [PATCH] 9.2 nuspec Fixes #63 --- resharper/nuget/pack-rs92.bat | 1 + resharper/nuget/xunitcontrib-rs92.nuspec | 66 ++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 resharper/nuget/pack-rs92.bat create mode 100644 resharper/nuget/xunitcontrib-rs92.nuspec diff --git a/resharper/nuget/pack-rs92.bat b/resharper/nuget/pack-rs92.bat new file mode 100644 index 0000000..8979ca6 --- /dev/null +++ b/resharper/nuget/pack-rs92.bat @@ -0,0 +1 @@ +nuget pack xunitcontrib-rs92.nuspec diff --git a/resharper/nuget/xunitcontrib-rs92.nuspec b/resharper/nuget/xunitcontrib-rs92.nuspec new file mode 100644 index 0000000..1caa2a9 --- /dev/null +++ b/resharper/nuget/xunitcontrib-rs92.nuspec @@ -0,0 +1,66 @@ + + + + CitizenMatt.Xunit + xUnit.net Test Support for ReSharper 9 + 2.2.7-beta-20150805 + Matt Ellis + Matt Ellis + A unit test provider for xUnit.net. Discovers and runs xUnit.net 1.x and 2.0 tests. Includes annotations to aid ReSharper inspections and Live Templates to speed up inserting test methods and asserts. + A unit test provider for xUnit.net + +• Support for ReSharper 9.2 EAP7 (#63) +• Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69) + +From previous builds: +• Don't crash if we get badly formatted exception data from xunit1 (#50) +• Support for xunit 2.0 +• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31) +• Updated external annotations for xunit 2.0 (#30) +• Read xunit 2.0 settings from config file (#40) +• Added logging for ReSharper 9 in internal mode +• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28) +• Report mismatched pre-release versions on failure (#23) +• Fixed crash working with xUnit.net 1.1 +• Fixed an issue (#9) to run individual methods, rather than all methods in the class +• Fixed an issue (#21) with Unicode characters in display names and data attributes +• Captures output from ITestOutputHelper +• Shadow copy cache clean up on abort +• Parallelisation re-enabled! + +Known issues: +• Live Templates for Theory use xunit1 namespace + https://github.com/xunit/resharper-xunit + https://raw.githubusercontent.com/xunit/resharper-xunit/xunit2/license.txt + https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png + Copyright 2014 Matt Ellis + false + + + + resharper unittest xunit + + + + + + + + + + + + + + + +