Граф коммитов

242 Коммитов

Автор SHA1 Сообщение Дата
Terje Sandstrom e9d25d1167 Updated test projects to use NUnit 2.7 2019-06-03 18:49:27 +02:00
Terje Sandstrom 44458cf3ab Updated vsix manifest for VS 2019 2019-06-03 18:21:38 +02:00
Terje Sandstrom fe362c44b5 Fix version 2019-06-03 00:35:46 +02:00
Terje Sandstrom 43946ed594 Update to make adapter work with Visual Studio 2019 #180 2019-06-03 00:35:10 +02:00
Terje Sandstrom 53a5ccbd67
Merge pull request #179 from 304NotModified/patch-1
nunit.org url to https in nuspec
2019-03-15 23:44:31 +01:00
Julian Verdurmen 1ce8bf4779
nunit.org url to https 2019-02-10 20:00:21 +01:00
Rob Prouse 651020dcb1
Merge pull request #176 from MaximRouiller/repositoryurl
fixing repository url
2018-08-21 15:46:42 -04:00
Maxime Rouiller 7f3798cd14 fixing repository url 2018-08-20 09:42:30 -04:00
Joseph Musser a9348e30e2
Merge pull request #163 from nunit/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-12-02 10:50:44 -05:00
Rob Prouse 9caa915d26
Create CODE_OF_CONDUCT.md
We have our code of conduct in our governance repository, but I want it in all of our primary projects to make it very explicit.
2017-12-02 09:52:00 -05:00
Terje Sandstrom 5bb41ba1c1
Merge pull request #160 from DavidKarlas/collectSourceInformation
Ported CollectSourceInformation setting from v3 Adapter to v2
2017-11-08 08:09:20 +01:00
David Karlaš fef0967453 Fixed broken unit tests caused by using RunSettings in new code 2017-10-25 15:21:43 +02:00
David Karlaš 709925815c Ported CollectSourceInformation setting from v3 Adapter to v2
I didn't want to introduce many changes like adding whole AdapterSettings class, hence I just added CollectSourceInformation property to NUnitTestAdapter class and added same Initialize method as v3 NUnitTestAdapter has and call it with `context` parameter from Discovery/Executor subclass so CollectSourceInformation can be extracted from xml settings.
Logic of obtaining extracting CollectSourceInformation from SettingsXml is same as in v3 of Adapter.
Changes in TestConverter are identical to changes in v3.
I changed unit tests just enough so they keep compiling since API changed a bit.
2017-10-24 13:13:43 +02:00
Terje Sandstrom 27b67ee7ae Merge pull request #154 from nunit/issue-136
Remove NUnit Software from Copyright; add MIT license.
2017-06-21 08:32:37 +02:00
Charlie Poole 60b353724a Fix some typos 2017-06-20 14:03:19 -07:00
Charlie Poole cb6b207375 Add Terje to the copyright 2017-06-20 13:19:45 -07:00
Charlie Poole 6f7b953da6 Fix line number errors caused by new copyright 2017-06-20 10:54:27 -07:00
Charlie Poole 8dfb46c7d1 Resolve conflicts in copyright statements 2017-06-20 09:53:41 -07:00
Terje Sandstrom 4befe352de Merge pull request #149 from nunit/Issue143
Added searchdirectories to the navigation  #143 #147
2017-03-27 18:39:14 +02:00
Rob Prouse db31109875 Merge pull request #153 from nunit/issue-152
Deploy nuget package to myget when master is merged
2017-03-26 21:52:05 -04:00
Charlie Poole d6a8a57373 Deploy nuget package to myget when master is merged 2017-03-26 13:07:39 -07:00
Terje Sandstrom cc5da16dc8 Updated and aligning version numbers 2017-03-26 19:56:21 +02:00
Terje Sandstrom 54d34fb41a Added searchdirectories to the navigation #143 #147 2017-03-23 15:21:36 +01:00
Terje Sandstrom de8a11895d Merge pull request #148 from nunit/PrepareHotfixRelease2.1.1
Prepare hotfix release2.1.1
2017-03-19 17:42:46 +01:00
Terje Sandstrom 33275009ac Updated license files, added test for checking for 3.5 framework, added links to usage information and release notes in vsix 2017-03-19 17:26:17 +01:00
Terje Sandstrom 4f0ed31c8f Updated version numebrs 2017-03-19 15:15:22 +01:00
Terje Sandstrom 73a6aa487b Keeping packageversion less than 20 2017-03-19 12:36:47 +01:00
Terje Sandstrom 3dc99700eb Fixed failing unit tests 2017-03-19 12:11:35 +01:00
Terje Sandstrom af60972c0f Fix for issue #144 ( same as 276 in nunit3-adapter) same fix here. 2017-03-12 18:19:12 +01:00
Terje Sandstrom 90c9cab14e Updated for fixing target issue #142 2017-03-12 18:08:40 +01:00
Terje Sandstrom efef6bd09c Merge pull request #141 from nunit/Release/V2.1
Prepare for release of V2.1
2017-03-04 15:50:14 +01:00
Terje Sandstrom f1c1a2b9e1 Prepared for release of V2.1 2017-03-03 22:51:58 +01:00
CharliePoole 1c1b89197a Merge pull request #134 from nunit/vNext
Support Visual Studio vNext 15.0
2016-12-11 10:35:57 -08:00
Rob Prouse 0b2ceb5587 Added VS Pro and Enterprise as supported installation targets 2016-11-28 18:21:26 -05:00
Rob Prouse 26485c299d Revert to version 2.1 2016-11-12 17:43:41 -05:00
Rob Prouse f7be5e2925 Support Visual Studio vNext 15.0 2016-11-10 13:51:01 -08:00
Rob Prouse 46e37d6395 Merge pull request #132 from nunit/issue-127
Make nuget package into a tool package so no references are created
2016-10-24 14:42:01 -04:00
Chris Maddock 7bda404070 Merge pull request #130 from nunit/update-build
Update build
2016-10-24 09:28:15 +01:00
Charlie Poole 508a328d56 Make nuget package into a tool package so no references are created 2016-10-23 22:35:50 -07:00
Charlie Poole f7d347b84e Update framweork to 2.6.4 for demo project 2016-10-23 22:17:42 -07:00
Charlie Poole 75a72fecd8 Update cake build to match NUnit 3 adapter 2016-10-23 20:31:34 -07:00
CharliePoole c0800a5458 Merge pull request #124 from nunit/issue-123
Create Cake build script
2016-07-14 16:05:12 -07:00
Charlie Poole c948e6c48c Merge changes from master 2016-07-14 13:09:34 -07:00
Charlie Poole 074c930f85 Update title and description of nuget package 2016-07-14 13:04:16 -07:00
Charlie Poole 1f9a5f7ed0 Add Explicit tests to demo 2016-07-14 13:01:09 -07:00
Terje Sandstrom f7e89f673f Merge pull request #96 from nunit/BugFixes/Issue84
Bug fixes/issue84
2016-07-14 21:08:45 +02:00
OsirisTerje 38413b1b3d Merged in #116 to get the nuget package for the objectmodel, to fix the build 2016-07-14 10:47:22 +02:00
CharliePoole fe63cb23df Merge pull request #122 from nunit/issue-116
Use Mono.Cecil to find source location
2016-07-13 15:00:24 -07:00
OsirisTerje 7d618176af Renamed NUnitLoadError to NoNUnit2TestsFoundIn #84 2016-07-13 21:09:20 +02:00
Charlie Poole 2f89052e95 Create Cake build script 2016-07-12 18:26:00 -07:00