Chris Maddock
4646dd5ba8
Use high-quality icon for vsix
2016-12-29 14:03:20 +00:00
Rob Prouse
6520664302
Merge pull request #29 from nunit/issue-25
...
Remove WP8.1 project
2016-12-26 16:44:29 -05:00
Rob Prouse
cdc0a02a72
Merge pull request #28 from nunit/issue-23
...
Move snippets under 'NUnit' rather than 'Test'
2016-12-24 09:16:49 -05:00
Rob Prouse
0fd692507c
Suggest types
2016-12-24 09:13:13 -05:00
Chris Maddock
3676dbaab9
Remove WP8.1 project
2016-12-22 21:06:35 +00:00
Chris Maddock
ae62595a88
Move snippets under 'NUnit' rather than 'Test'
2016-12-22 21:05:27 +00:00
Rob Prouse
62c89bb490
Merge pull request #26 from nunit/ChrisMaddock-patch-1
...
Fix VSIX link
2016-11-25 08:24:31 -05:00
Chris Maddock
a676213fa9
Fix VSIX link
2016-11-25 09:55:34 +00:00
Rob Prouse
be099c01d4
Merge pull request #20 from c-mu/Issue-19
...
fixed #19 duplicate resources after adding reference to Xamarin UWP project
2016-04-22 11:04:58 -04:00
Christoph Murczek
43fc5cbbfc
fixed #19 duplicate resources after adding reference to Xamarin UWP project
...
Original file naming caused conflicts after compiling the testproject when it had a reference to another (Xamarin) UWP project. Both projects had the default App.xaml and Mainpage.xaml as well as PNGs in Assets. *.xaml are compiled to *.xbf and, at some point are, copied to the bin/**/Debug folder, folder causing conflicts for the resources of the two apps, similar for the PNGs in /Assets (although the App under test should solely reside in the AppX folder).
UnitTestApp.xaml seems to be the only acceptable alternative name for App.xaml. Any other name causes an error stating that the 'Application main file must be named App.xaml'. MSTest projects use UnitTestApp.xaml.
2016-04-18 00:20:26 +02:00
Rob Prouse
a1f1899a58
Merge pull request #16 from nunit/issue-15
...
Added missing iOS resources
2015-12-21 21:08:37 -05:00
Rob Prouse
e155d210c0
Added missing iOS resources
2015-12-21 20:59:28 -05:00
Rob Prouse
6e7aeb1f72
Merge pull request #13 from nunit/issue-11
...
Added C# and VB SetupFixture templates
2015-12-21 05:40:24 -05:00
Rob Prouse
e8216045e5
Added descriptions to the item templates
2015-12-21 05:38:31 -05:00
Rob Prouse
c73068d799
Added C# and VB SetupFixture templates
2015-12-21 05:28:39 -05:00
Rob Prouse
d41c59698d
Merge pull request #12 from nunit/issue-10
...
Fixed the NuGet references in all projects
2015-12-21 04:39:19 -05:00
Rob Prouse
923dfde6a7
Updated the templates based on testing
2015-12-21 04:17:10 -05:00
Rob Prouse
2f38ecada3
Added the ignored nupkg files
2015-12-21 02:53:17 -05:00
Rob Prouse
1215901d41
Updated the Xamarin projects to use nuget properly
2015-12-20 18:03:02 -05:00
Rob Prouse
9da6c94093
Updated the nuget packages for the main projects
2015-12-20 16:51:28 -05:00
Rob Prouse
73c44d830e
Merge pull request #9 from nunit/issue-2
...
Added Xamarin Templates
2015-12-19 13:40:29 -05:00
Rob Prouse
767814e23f
Removed appveyor.yml, still can't get it to build there :(
2015-12-19 12:58:52 -05:00
Rob Prouse
7bcd4abc25
Trying to just build the templates project
2015-12-19 12:09:44 -05:00
Rob Prouse
91b09c171b
Added appveyor.yml
2015-12-19 10:19:38 -05:00
Rob Prouse
909f0e690b
Fixed the iOS project
2015-12-18 15:15:39 -05:00
Rob Prouse
875147eddc
All Xamarin templates except iOS are tested and working
2015-12-18 15:08:28 -05:00
Rob Prouse
5fb10571f9
Added the project to the main VSIX
2015-12-17 17:03:00 -05:00
Rob Prouse
fccdfc06d0
Added android, ios, uwp and wp81 projects to the solution
2015-12-17 16:09:19 -05:00
CharliePoole
0e9b55de6b
Merge pull request #8 from nunit/update_readme
...
Updated the readme with download links
2015-12-13 09:09:45 -08:00
Rob Prouse
7d42a02d9c
Updated the readme with download links
2015-12-13 10:51:45 -05:00
Rob Prouse
b829751dcc
Merge pull request #7 from nunit/release-1.0
...
Preparing for 1.0 release
2015-12-13 10:12:34 -05:00
Rob Prouse
c64afc9356
Added AppVeyor status to the Readme
2015-12-12 10:38:11 -05:00
Rob Prouse
2548cd6b67
Updated based on code review
2015-12-12 10:10:53 -05:00
Rob Prouse
f55c9bce09
Removed unused snippet
2015-12-12 09:33:44 -05:00
Rob Prouse
f7a2ba9f89
Preparing for 1.0 release
2015-12-10 12:01:10 -05:00
Rob Prouse
d087b3a4f1
Merge pull request #6 from nunit/issue-5
...
Updated templates to use NUnit 3.0.1
2015-12-06 17:54:09 -05:00
Rob Prouse
076a594d03
Updated templates to use NUnit 3.0.1
2015-12-06 17:52:55 -05:00
Rob Prouse
4a84573d6c
Updated to nunit 3 rc 3
2015-11-15 09:06:41 -05:00
Rob Prouse
2da3aaeda5
Updated templates to NUnit RC 2
2015-11-11 19:35:22 -05:00
Rob Prouse
da9a824624
Updated the templates to beta 5
2015-10-18 15:51:47 -04:00
Rob Prouse
623c6a57cf
Added a TestCase snippet
2015-10-17 20:22:26 -04:00
Rob Prouse
202703bebe
Added project folders for snippets for every language we are likely to create snippets for
2015-10-17 19:57:56 -04:00
Rob Prouse
7968f6d464
Updated the readme with the new snippets and added information on creating new ones
2015-10-17 19:57:08 -04:00
Rob Prouse
6ac52e273e
Added test fixture and test method code snippets
2015-10-17 19:33:07 -04:00
Rob Prouse
b9f86131af
Added contribution information
2015-09-27 16:44:38 -04:00
Rob Prouse
c77aa32b6d
Added the new item templates to the README
2015-09-27 16:36:55 -04:00
Rob Prouse
f3331e6d05
Fixed the namespace and project name substituion for the project templates.
2015-09-27 16:35:48 -04:00
Rob Prouse
71a2e5d1da
Added test fixture item templates for C# and VB
2015-09-27 15:50:19 -04:00
Rob Prouse
f492d9b754
Merge pull request #1 from nunit/vb-project
...
Added a VIsualBasic project template
2015-09-27 09:26:50 -04:00
Rob Prouse
bd85fa683a
Added the VB project to the readme
2015-09-27 09:25:36 -04:00