Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nunit/nunit-silverlight

The Silverlight version of the NUnit 3 Framework
https://github.com/nunit/nunit-silverlight

Give an error if attribute requiring a new thread is used in a single-threaded fixture

2cbfe992397cef32a01743fd27a493c154e29807 authored over 8 years ago by Charlie Poole <[email protected]>
Merge pull request #1433 from nunit/issue-1425

Removal of some non-thread-safe code involving lazy initialization

40a0022dc4dd9c92dc6ef1c3fcf936f9ba0e5ba2 authored over 8 years ago by Neil Colvin <[email protected]>
Eliminate lazy initialization of TestResult.Children

4c818f8b4b83f1d69a14e071702236c5cdeeb11b authored over 8 years ago by Charlie Poole <[email protected]>
Remove lazy initialization of SeedGenerator

65ecb7a21f9d0252bcfdb2f612b2226d326100b8 authored over 8 years ago by Charlie Poole <[email protected]>
Eliminate non-thread-safe lazy initialization of OutputWriter

66e91ffeeecd055f652104bec9a7a0fdbc402917 authored over 8 years ago by Charlie Poole <[email protected]>
Merge pull request #1421 from nunit/merge-3.2.1

Merge 3.2.1 Changes

04a84b6041b7345dc07f95d33cfe4cf01da29980 authored over 8 years ago by CharliePoole <[email protected]>
Fixed cake build version

96302eb726297e843bfd8e58a765c2a91200d21a authored over 8 years ago by Rob Prouse <[email protected]>
Switched the versions back to 3.3

b33edb20182ed6c7471ad2551434958b34cee613 authored over 8 years ago by Rob Prouse <[email protected]>
Minor test and packaging fixes after testing the build

501d1745f5b1dfd724b92ba0fe6304ac3b1f2955 authored over 8 years ago by Rob Prouse <[email protected]>
Updated the issue order in CHANGES.txt

da73b9b7e7a53a37a7f2a74b22fde7965e6ba2e7 authored over 8 years ago by Rob Prouse <[email protected]>
Updated Changes

d8d5d0aadeb5424ae014346da1185e117e4861ee authored over 8 years ago by Rob Prouse <[email protected]>
Updated copyright year

96a7ae1d76772b263193d7c9879cdc82d005445f authored over 8 years ago by Rob Prouse <[email protected]>
Merge pull request #1418 from pcalin/fix-for-1390

Fixed IndexOutOfRangeException when --testlist file has blank line. Fixes #1390

fff446c9add9ccbf0514326e8fcda9cbe446aa96 authored over 8 years ago by Rob Prouse <[email protected]>
Fixed IndexOutOfRangeException when --testlist file has blank line. See #1390 for more details

3ea7f07c4898db867415b2f8a788366c5881c498 authored over 8 years ago by Calin Pirtea <[email protected]>
Merge pull request #1415 from nunit/issue-1406

Use Synchronized writer for captured results

1dbe462cf1e59ae42124773a68dfd014145d35f4 authored over 8 years ago by Rob Prouse <[email protected]>
Use Synchronized writer for captured results

827590560f2091774ed07e48796f5f994bebdd0b authored over 8 years ago by Charlie Poole <[email protected]>
Merge pull request #1413 from nunit/issue-1348

Temporary fix for #1348

62c07afafd4bd26dcaf04c33adb4e60512a56db0 authored over 8 years ago by Rob Prouse <[email protected]>
Temporary fix for #1348

a8e02f3a5d14b4571533479e101b3f99a9275b77 authored over 8 years ago by Rob Prouse <[email protected]>
Merge pull request #1400 from stffabi/issue-1141

IsExplicitMatch correctly overriden for CompositeFilters. In a Compos…

433eb8833746bcac03c42694d5dfe1ff25914b8e authored over 8 years ago by Rob Prouse <[email protected]>
Merge pull request #1412 from nunit/issue-1349

Add NUnit Framework targeting .NET 3.5

4d9a6395e698d159b8a5b63653af3ee724d6097f authored over 8 years ago by Rob Prouse <[email protected]>
Manually fixed the license after reverting and fixed the engine tests

8f681becc9dd508c70a2e68b16767ea30a06230d authored over 8 years ago by Rob Prouse <[email protected]>
Updated all of the build and packaging to include the 3.5 build

b82e6caebd322d52b1e8bb69a7b2055040fe0d2b authored over 8 years ago by Rob Prouse <[email protected]>
Added .NET 3.5 versions for all framework projects

c5cb37ae9563a1b6bd4c240702720eb645af76da authored over 8 years ago by Rob Prouse <[email protected]>
Added generic CombineTest tests for the AndFilter/OrFilter. This test checks first that the results are correctly combined and second that the expected match function is called on the sub-filters.

82f2c53f77e41d455714859f272846faa770ac58 authored over 8 years ago by Fabrizio Steiner <[email protected]>
Merge pull request #1410 from jtattermusch/threadsafe_file_writing

Make OutFile and ErrFile streamwriters synchronized

df34a7cd14de0b0ef281253c1bcc8c8645e6bcc4 authored over 8 years ago by CharliePoole <[email protected]>
Merge pull request #1405 from janno-p/master

ITestRunner.StopRun throws exception of type 'System.MissingMethodException'.

f9e88adf7c5a9cb9d749bbe20655c0229d33bf57 authored over 8 years ago by CharliePoole <[email protected]>
make OutFile and ErrFile streamwriters synchronized

1600be9f445918ad355a364a548c3246847b260c authored over 8 years ago by Jan Tattermusch <[email protected]>
Add missing constructor parameter.

a38ceca233850749edc06a2197bcf236e9b44a12 authored almost 9 years ago by Janno Põldma <[email protected]>
Merge pull request #1393 from pcalin/master

Support filtering project when nunit3-console is used with a solution…

e978bd8e9d3746ddf189bae81784f779eba391cd authored almost 9 years ago by CharliePoole <[email protected]>
Identify nunit.framework projects when running tests on a VS Solution.

Added unit tests.

9d2a7aaeb230484f8b812b5f6a369f43b26d0c94 authored almost 9 years ago by Calin Pirtea <[email protected]>
Merge pull request #1399 from pcalin/fix-defect-from-681

Fixed NullReference issue introduced by the fix for #681

73a16f1fce7e74953cc7df5032f6d6d86f3f4780 authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1402 from ChrisMaddock/build.md-typo

Typos in BUILDING.md

c645aa2cc3db47f9bb207662d93688e23acc5059 authored almost 9 years ago by Rob Prouse <[email protected]>
Fix typos

78062b7df8bd22f9356d2e6536fde793bf7f65b5 authored almost 9 years ago by Chris Maddock <[email protected]>
IsExplicitMatch correctly overriden for CompositeFilters. In a CompositeFilter the IsExplicitMatch function must always be correctly combined by calling the sub-filters IsExplicitMatch function. Fixes #1141

9ca0604beef21f693409647b3389283c4333caf8 authored almost 9 years ago by Fabrizio Steiner <[email protected]>
Fixed NullReference issue introduced by the fix for #681

95ac1010bc502064e8d8fdeb8a6c69cb11074a24 authored almost 9 years ago by Calin Pirtea <[email protected]>
Merge pull request #1397 from ChrisMaddock/Issue-1383

Skip SL build and test if SDK not installed

f309375f99348a53631221359ff790b46bcf9b16 authored almost 9 years ago by CharliePoole <[email protected]>
Merge pull request #1367 from ChrisMaddock/Issue-1247

Improve memory usage

bc289dccdb8eee9734c07c20e0e10580f6a3f0e6 authored almost 9 years ago by CharliePoole <[email protected]>
Standardise tabs/spaces mix

ded7bd45bdbeec2d0ff19c41e1f41213e5864ced authored almost 9 years ago by Chris Maddock <[email protected]>
Skip SL build and test in SDK not installed

e537f174767351039a0e946ee94281d96c50744c authored almost 9 years ago by Chris Maddock <[email protected]>
Merge branch 'master' into Issue-1247

c45e5f5fb7d581ead701238e55fbc1fb86cdb8ac authored almost 9 years ago by Chris Maddock <[email protected]>
Inline methods and move to OneTimeTearDown

d05eb94e58349b6eeeb69eede56b7a64f7d2043f authored almost 9 years ago by Christopher Maddock <[email protected]>
Merge pull request #1387 from daveaglick/iequatable-fix

(#1386) Refactored check for IEquatable interfaces to account for explicit implementations

43cf26b619ed08049f92c07318c29c80b523d28e authored almost 9 years ago by CharliePoole <[email protected]>
Refactored check for IEquality interfaces to account for explicit implementations

85410bd9cf15536325be55a7017b701646185b8b authored almost 9 years ago by Dave Glick <[email protected]>
Merge pull request #1354 from nunit/issue-1327

Fix handling of arrays of reference elements as method arguments

61dd727fd689951f086a3d16457e8faffabb69bc authored almost 9 years ago by Rob Prouse <[email protected]>
Merge branch 'master' into issue-1327

81e0917bff39c9e323d7676df469f79e4f7e36e3 authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1377 from ChrisMaddock/Issue-1318

Escape CDATA tags for NUnit2 driver

a3bb3eb863451c34b6dd94a34da8a1c6d29c8379 authored almost 9 years ago by CharliePoole <[email protected]>
Merge branch 'master' into Issue-1318

7d8086fa2edd7a049cb52736ec533c63d1ce555e authored almost 9 years ago by Chris Maddock <[email protected]>
Merge pull request #1378 from nunit/fix-driver-tests

Fix TestDriver target so the tests are run correctly

e077af5c7ec20aae50e52fdd2b575c065befc274 authored almost 9 years ago by CharliePoole <[email protected]>
Fix TestDriver target so the tests are run correctly

c09eed3c206430c29a6450537e69b0701efc18a0 authored almost 9 years ago by Rob Prouse <[email protected]>
Remove unit test

9d5ff46a472c95ca6e330e7eab91f435b8d30529 authored almost 9 years ago by Chris Maddock <[email protected]>
Update expected results on directory finder tests

a614eda4794635478ab8c833385783042f9a63f3 authored almost 9 years ago by Chris Maddock <[email protected]>
Escape CDATA tags for NUnit2 driver

896f29ca080f903ed52d8099b9404fea987c149c authored almost 9 years ago by Chris Maddock <[email protected]>
Merge branch 'master' into issue-1327

1b77a6a70865f414f47b9b1e3342d036176dfc6f authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1357 from nunit/issue-1352

Stop running tests on a separate thread when not needed

5387f4f50cef06ddd79aa32d71fa9833ce1419f8 authored almost 9 years ago by CharliePoole <[email protected]>
Merge branch 'master' into issue-1327

420254d103c6c2a16b5872f3096d50dc70d27204 authored almost 9 years ago by Rob Prouse <[email protected]>
Release references

5f98ae51025f7af8244abd4367d1f47260874dfc authored almost 9 years ago by Chris Maddock <[email protected]>
Fix Test.ClassName to point to the declaring class name #1366

f388e7bd2392e0530b173fc890202ac89cc83067 authored almost 9 years ago by Green-Bug <[email protected]>
Cleanup and refactoring

d4661a863d5c064a90eb9705dd1b88b5cdccca69 authored almost 9 years ago by Charlie Poole <[email protected]>
Merge branch 'issue-1352' into issue-1363

62627e7a78efb2a2ea9bb31a4ab1ce69cbcc475b authored almost 9 years ago by Charlie Poole <[email protected]>
Clarify comments

b5c73387e57e7c103c3e04786098ea343b799ba8 authored almost 9 years ago by Charlie Poole <[email protected]>
Merge branch 'issue-1352' into issue-1363

ddeaa33a397fffcf3a268616c0969d0f0c848dc9 authored almost 9 years ago by Charlie Poole <[email protected]>
Add SingleThreaded fixture tests to all builds; add test for running single-threaded in STA

1928325ea63af9ad9581de115bae84f9a43a96f2 authored almost 9 years ago by Charlie Poole <[email protected]>
Ensure that SingleThreaded fixture tests all run on the same test worker

33ebfec3e47f5553835c6f28f47fe30914989e6e authored almost 9 years ago by Charlie Poole <[email protected]>
Add OrderAttribute to CF

94c4d03167613fe2ad0624a3ff59e357d655fa19 authored almost 9 years ago by Charlie Poole <[email protected]>
Initial SingleThreadedAttribute implementation

04271ebb35957caa84cc5a0fc190015f978eb0ad authored almost 9 years ago by Charlie Poole <[email protected]>
Merge pull request #1362 from corsairmarks/bugfix/fix-documentation-link

Fix BUILDING documentation link and file references

526534e93202f1da3f371d57d2b358341238c29f authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1360 from corsairmarks/bugfix/compilation-error-count-extension-vs-property

Fix ambiguity compilation error in NUnitPortableDriverTests.cs

70500e5af2e5c5ed86615bf167a1204e05d184e6 authored almost 9 years ago by Rob Prouse <[email protected]>
Ensure .sln files reference the correct BUILDING documentation

c28782596a638978b0166d083427a30db4203cf8 authored almost 9 years ago by Nick Butcher <[email protected]>
Fix broken link in documentation

90fd81575115666dc63fbdc4c5693d4f9c7ef71a authored almost 9 years ago by Nick Butcher <[email protected]>
Fix ambiguity caused by accessing a method that was expected to be a property.

d129e12dd5e5387f0a77b19fd0e7018bdbc53ccf authored almost 9 years ago by Nick Butcher <[email protected]>
Remove redundant test; base TimeoutTests on ThreadingTests

dbee1901ebed6317bc0d435e5820989c9fe0d04b authored almost 9 years ago by Charlie Poole <[email protected]>
Remove redundant test

dc44b5c1c8171014ef1d54f2a56adcf890da749a authored almost 9 years ago by Charlie Poole <[email protected]>
Stop running tests on a separate thread when not needed

04ad8605f2e32547830463b33e71761a71efe27b authored almost 9 years ago by Charlie Poole <[email protected]>
Merge pull request #1355 from nunit/build-update

Refactor build script

4387d66978b1b706f62a0887352c9078c006c711 authored almost 9 years ago by Rob Prouse <[email protected]>
Refactor build script

d83fef5d3c6e7496704a3923d449a95e5d935e2a authored almost 9 years ago by Charlie Poole <[email protected]>
Fix handling of arrays of reference elements as method arguments

07098af4c5337b7affd600893a91fb31368fffa6 authored almost 9 years ago by Charlie Poole <[email protected]>
Merge pull request #1351 from null511/issue.1333-TestExecutionContext.WorkerId

TestExecutionContext.WorkerId

13749262b310de47acf1066820ba9c0336fedc1f authored almost 9 years ago by Rob Prouse <[email protected]>
Merge branch 'master' into issue.1333-TestExecutionContext.WorkerId

b3747ab40406b00bc621d5489845f2b540193fc4 authored almost 9 years ago by Joshua Miller <[email protected]>
Added unit test

480a6412cfab98912cf6f0b1fd0ccc586a00b22f authored almost 9 years ago by jmiller <[email protected]>
Merge pull request #1332 from nunit/Issue-1329

detect if CF installed when not in appveyor

a28f83cd3dbd471908b89823a9bd003e493ee674 authored almost 9 years ago by CharliePoole <[email protected]>
Merge branch 'master' into Issue-1329

710b3a2776545c7bb6d3bc0b74414c79774d8477 authored almost 9 years ago by CharliePoole <[email protected]>
Merge pull request #1343 from nunit/issue-1266

Apply Assembly attributes to context correctly

aa9cac803894c1e6c7561129098be11ff5064f6f authored almost 9 years ago by Rob Prouse <[email protected]>
moved WorkerId to WorkItem

50a07bb65837b1eaaaa4d4d83b9adcd47de91276 authored almost 9 years ago by jmiller <[email protected]>
Merge branch 'master' into issue.1333-TestExecutionContext.WorkerId

e57f220b301fef2789fe177d0ba892f313d4c4bc authored almost 9 years ago by Joshua Miller <[email protected]>
Merge branch 'master' into issue-1266

f70f3af4962bff2b9a23693aaa3227b54c086e2b authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1344 from nunit/issue-1161

Give error when trying to run using --x86 in process

303e623480227c6d5cfdcff17ad2093f1baedce8 authored almost 9 years ago by Rob Prouse <[email protected]>
TestExecutionContext.WorkerId

- Implemented read-only `.WorkerId` property on `TestExecutionContext` to
enable applications ...

ce71370c24d3adc0bc79fd596e42022e0676270d authored almost 9 years ago by jmiller <[email protected]>
Merge branch 'master' into Issue-1329

cb335aa6d5433f05e3d1eef25e625d2fab048636 authored almost 9 years ago by CharliePoole <[email protected]>
Merge branch 'master' into issue-1266

2ba055b951345464e52436b52e9b98e0711f93b4 authored almost 9 years ago by Rob Prouse <[email protected]>
Merge branch 'master' into issue-1161

52dcf81e0ce0c3561082ec1251f2c7e286fa5545 authored almost 9 years ago by Rob Prouse <[email protected]>
Merge pull request #1345 from nunit/issue-1208

Make ApartmentState work on suites, including assembly

1b1e2267af2c4cea3602bda97281d533ea636bcc authored almost 9 years ago by Rob Prouse <[email protected]>
Merge branch 'master' into Issue-1329

4e395b2940d664e1e4e7febcc28c9cd84a3be89b authored almost 9 years ago by CharliePoole <[email protected]>
skip CF tests if CF not installed

c6d14a57c49c89b55d5288da8b148c14a27d530e authored almost 9 years ago by Joel Dickson <[email protected]>
Make ApartmentState work on suites, including assembly

d22ddc0a5fe2f761c90f902f9035687b86509a4b authored almost 9 years ago by Charlie Poole <[email protected]>
Update CommandBuilder.cs

0383492382fa46aa951102e24696a9365b21a313 authored almost 9 years ago by CharliePoole <[email protected]>
Give error when trying to run using --x86 in process

70c35b12b8250c590ca351ec2623226dc3df16b9 authored almost 9 years ago by Charlie Poole <[email protected]>
Apply Assembly attributes to context correctly

7217748c97e7fd8a36c2ab9f2c210868e1446aa9 authored almost 9 years ago by Charlie Poole <[email protected]>
Merge pull request #1341 from nunit/issue-1338

Update BUILDING.txt

43e513d1652b5813d4ec16628201fea9bf82bb83 authored almost 9 years ago by CharliePoole <[email protected]>
Update BUILDING.md

2e5f795e64f18bd080f0bdac117929ae25ebee88 authored almost 9 years ago by CharliePoole <[email protected]>
Update BUILDING.md

4a192fce400616c3b71241edae033fae1e0cc2c2 authored almost 9 years ago by CharliePoole <[email protected]>