Fork: xunitConsoleSliverlight

commits

date

comment

cd1bd94504ee
by mattellis
Jun 7 2011
7:52 PM
default tip

Working against 2156. Still a couple of outstanding bugs with base classes, but
on the whole, it's looking good

475de6a0cf20
by mattellis
May 24 2011
10:13 PM

Fixed NullReferenceExceptions when project contains references without a public
key when looking for Silverlight assemblies
Work Items: 4122

80b563e23fa3
by mattellis
May 24 2011
9:42 PM

Merged pull request 1114 from @hazzik (by hand)
ReSharper 6.0 build 2151
Ignored tests are now handled correctly
Solution-wide analysis no longer reports public constructors as not in use
Work Items: 4127

e58390579623
by mattellis
May 10 2011
6:58 AM

More renames to bring in line with 2150

d4b0071da2df
by mattellis
May 10 2011
6:37 AM

Renames to better fit with the names in build 2150

31d71dcd9636
by mattellis
May 10 2011
6:24 AM

Fixes for breaking changes in r# 6 build 2150

cbc05c856ec2
by mattellis
May 6 2011
7:51 PM

Updated the manual tests for the external annotations to be a little more self
explanatory

c66d31521fb6
by mattellis
May 6 2011
7:47 PM

Usage analysis support fixed (thanks to the JetBrains guys: http://youtrack.jetbrains.net/issue/RSRP-258237)

4f74fff7b1b9
by mattellis
May 6 2011
7:44 PM

Tweaked assembly info + ensured custom build actions happen on each build

4ba357a15ef8
by mattellis
Apr 14 2011
7:12 AM

rs60 now using build 2129, so bumped up build number
Code in place for 5.1 and 6.0 to ignore [Fact] based tests in Silverlight assemblies
(the test runner can't run them, so don't mark them as tests)
work items: 4122

706221d85f3e
by mattellis
Apr 14 2011
7:10 AM

Fixed typo in Get3rdParty.bat

612ad2cbec7a
by mattellis
Apr 12 2011
10:35 PM

All projects now have correct AssemblyInfo, marking them as version 0.4.2.*
Resharper 6 projects are marked as 0.4.3.<rsbuild>
Compiled 5.1 + 6.0 against xunit 1.8 (RTM) (work item: 4118)
Applied the change for work item: 4117 to the rs60 branch (fail all child tests
when a test class fails in the constructor/fixture)
work items: 4117, 4118

b9728b3b9ea5
by mattellis
Apr 11 2011
10:30 PM

Enabled xml documentation files for debug builds

3744dfa61f82
by mattellis
Apr 11 2011
10:16 PM

Added tag xunitcontrib-resharper 0.3.1 for changeset b195169d655f

aa8fc5c62ab0
by mattellis
Apr 11 2011
10:14 PM

Added tag xunitcontrib-resharper 0.4 for changeset 9401e1ef31b4

4380f37bd4f3
by mattellis
Apr 11 2011
10:14 PM

Added tag xunitcontrib-resharper 0.4.1 for changeset b8a531b0cf69

b34d98e546a6
by mattellis
Apr 11 2011
10:13 PM

Added tag xunitcontrib-silverlight 0.1 for changeset 3ad5c19be411

0c4386a05aaf
by mattellis
Apr 11 2011
10:13 PM

Added tag xunitcontrib-silverlight 0.2 for changeset f2b5953e4631

8d55e5e2e07a
by mattellis
Apr 11 2011
10:06 PM

Merge rs60 branch into default

6b69a91995aa
by mattellis
Apr 11 2011
9:56 PM
rs60-wip

Working build for ReSharper 6.0 EAP (build 2126)
Mostly complete, but still some things not working correctly - minor regressions
Split the unit test provider into two assemblies - one which works solely with
metadata from compiled assemblies (appears to be for standalone runners) and
one which builds on this to provide the ide functionality

49f9818a4030
by mattellis
Jan 1 2011
9:52 PM

Got the external runner + tests compiling (haven't run them though). Provider is still not compiling

62d82922fbe2
by mattellis
Jan 1 2011
9:05 PM

Created a structure for resharper 6.0 EAP. Of course, there are rather major breaking changes in the API, so this doesn't build! (Hence the branch...)

2483f7cd5ffd
by mattellis
Dec 30 2010
11:53 PM
default

Moved each resharper implementation under a versioned folder. Should probably get rid of the 4.x series...

f2b5953e4631
by mattellis
Mar 16 2011
12:42 AM
xunitcontrib-silverlight 0.2

Updating project file to match the directory

8c0f6563df5b
by mattellis
Mar 15 2011
11:06 PM

Added some tests for automatic tag creation based on namespace, class name, etc