Ecosyste.ms: OpenCollective

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

github.com/nunit/nunit-compactframework

The .NET Compact Framework 3.5 version of the NUnit Framework
https://github.com/nunit/nunit-compactframework

Merge pull request #361 from nunit/nunitlite-runner

Nunitlite runner in separate assembly

772eb236bc50b11c573010aaefa44cc1064c383d authored about 10 years ago
Eliminate all NUNITLITE conditions except as it applies to the runner assembly

6a121a3e85545333b620f9dcccbf91785ccef62d authored about 10 years ago
Update Linux solution to match Windows solution

a3664a6695659530eb64e5cb4de19d401d11046d authored about 10 years ago
Ignoring 64 bit C++ mock assembly test which is failing unexplainably on AppVeyor

1571a695870379431fce937f10adeeea75ffd8e0 authored about 10 years ago
Move CF solution to root and use common bin directory for output

947ecc4164e01928bbb6dd4d63e42f5c9de70df3 authored about 10 years ago
Rename CF projects and output assemblies; delete obsolete projects

61cbd23b8c3fc3482590f11e977f5d67be99456c authored about 10 years ago
Rename portable projects and output assemblies

b51b33a076462c3a22a75d78a0c07c54c02aaa39 authored about 10 years ago
Rename silverlight projects and output assemblies

8f628c89922d09ba3ec4ed34c9178864f36dc090 authored about 10 years ago
Update NUnit.proj with new project info and eliminate nunitlite targets

517bb9d3a758c761224d10c596ff870b64ae2ffe authored about 10 years ago
Rename projects and output assemblies for desktop builds

da0d245d38a17c4f534448067ce04abb1bdb6055 authored about 10 years ago
Merge branch 'mnaoumov-issue-145'

196c48f7e4de0dc70f3b9a3416de2a48c987b293 authored about 10 years ago
Merged Issue 145 - Escape invalid xml characters in TestResult

f4b484552dc9f7d8e72186736dea74d2cd91b47f authored about 10 years ago
Fix casing problem for linux

15f1850125900d96301f3f7f16927f44d58483dd authored about 10 years ago
Remove Runner directory entirely from framework and create runner as a separate assembly

a3b37b6172861102d61ff47fc920d065667236b2 authored about 10 years ago
Merge pull request #357 from nunit/issue-308

Dispose of test runners after they run when running in the console

fd3f40f00689d82d25709cf15e1d4776feea7cb4 authored about 10 years ago
Merge pull request #359 from nunit/merge-cf-code

Merge cf code

ea1d584b68cabd3535ceb965b653723923817fc0 authored about 10 years ago
Miscellaneous fixes from Neil's CF Build

e308650c6f505fb6d576b951284a2968b4296aee authored about 10 years ago
Merge pull request #358 from nunit/issue-327

Add generic support to CF build; fixes #327

51079b29113b32447d89c47c5e914f98c5875540 authored about 10 years ago
Merge pull request #351 from nunit/issue-326

Implement TimeoutAttribute for compact framework

7d7afce8797327114c0568a3ac9b63b294efecf9 authored about 10 years ago
Fix warning message

cc10760510f0a0262c42039573160be6f6e3bb29 authored over 10 years ago
Add generic support to CF build; fixes #327

b59925121c76bea5b9956aefcf6a0d9b65180403 authored over 10 years ago
Renamed the command line option from --dispose to --dispose-runners

8c26bd8961750a857ac93da49c8ada0aa2d11fed authored over 10 years ago
Added a --dispose command line option

a710d0c22522b81f6468993808dfa60e95454f8e authored over 10 years ago
Dispose of test runners after they run when running in the console

cb8c2b0f0ba7b118fc0b99b72014ddb993005082 authored over 10 years ago
Merge pull request #355 from nunit/issue-fix-warnings

Fixed all build warnings in the solution

61f1e864431b22323d6839fa465f90d52c31100f authored over 10 years ago
Switched unneeded protected members to private

0ff97a3268d6f7eb3695534c06922ac70b7cd641 authored over 10 years ago
Fixed all build warnings in the solution

8810df990b5aa08ba6bdf403f033a8406dd01e45 authored over 10 years ago
Merge pull request #354 from nunit/editorconfig

Editorconfig and Rebracer.xml

4ee1695c2212803ab8e11217034019e0fdff60ea authored over 10 years ago
Re-adding files deleted by the merge

0d7c8d2132b4aec3158291f0e1897382131ff11b authored over 10 years ago
Merged from master and resolved conflicts

3eb859f6eb5775b1d1a2cf13d8d4d2f6b887f1b9 authored over 10 years ago
Fixed up some settings in the Rebracer.xml to better reflect the coding standards

b3e31dcefc3f95f7f55775190c57a8e4f2e97e74 authored over 10 years ago
Merge pull request #349 from nunit/issue-238

Issue 238

7fce489ea1db3ff985ace8a77191957591c4c947 authored over 10 years ago
Don't set the real runner in MasterTestRunner to null on Dispose

85ca927948453f254d08658379341ca1a6051340 authored over 10 years ago
Removed the use of AssemblyReader from ProcessRunner and get the x86 value in RuntimeFrameworkSelector

827135fb7adee44d193075f75e17bea336a34fa4 authored over 10 years ago
Update TimeoutTests.cs

Ignore test with a pointer to outstanding issue rather than commenting it out.

81207c6f664e625e300dae8f8e293b5608b4cecb authored over 10 years ago
Add tests of timeout in setup and teardown; teardown is disabled, since it hangs

e8bc25a02d80564c8d88c4e7296bd26e9af1b327 authored over 10 years ago
Merge pull request #353 from nunit/revert-350-editorconfig

Revert "Editorconfig and Rebracer.xml"

9abb635ab4b6eba5867de3a1e346247f7856f11f authored over 10 years ago
Revert "Editorconfig and Rebracer.xml"

744d6994a3723175030a3af73863da1224765265 authored over 10 years ago
Merge pull request #350 from nunit/editorconfig

Editorconfig and Rebracer.xml - looks good to me

ab0dc7f899772968af8af25c8511816ca55de3bc authored over 10 years ago
Fixed the XML comments, made some code style changes and set items to null or clear collections in Dispose just in case someone makes a mistake and calls Dispose twice

e71b2623a5ccfd058a585e235c6a8374d7404ef4 authored over 10 years ago
Implement TimeoutAttribute for compact framework

4ae6d5a3363b20e57c35dadeed4a6759a69d23e7 authored over 10 years ago
Added editorconfig and Rebracer.xml

fd9a438d930576867d7bc8179d9b09675d226053 authored over 10 years ago
Merge pull request #348 from nunit/fix-timing-errors

Fixes to timing tests that are failing intermittently under Appveyor

df689846c538591f9378a1038ec7efff42e6c5af authored over 10 years ago
Make -process:Multiple the default; implement Dispose correctly; make console run on the highest available runtime

5d9549a77251894c6c816aa4a671aab6b2b03077 authored over 10 years ago
Use stopwatch in DelayedConstraintTests.cs

Remove intermittently failing assert

Don't run timing tests in parallel;fix logic error in NUni...

f389beca4a066f579bd26d23a3c242b932c6ab3f authored over 10 years ago
Merge pull request #347 from nunit/move-assemblyinfo

Move assemblyinfo

92e967921971c6ea9ce9314b2d0de5a9e8bedd4d authored over 10 years ago
Additional fixes to portable build; correct inconsistency in name of Compatibility namespace

b18e33f401f1f31d3c28deea6423fd1d6bdb0f48 authored over 10 years ago
Move all AssemblyInfo.cs files to Properties folder

135b059df76c03140d781a9adbcbcbbf0f0de5e7 authored over 10 years ago
Merge pull request #313 from nunit/issue-261

Issue 261 - NUnit Portable - Appveyor error is unrelated, so merging.

e918d2b34bcc79221cab1b34c14dbcbfaa58f41f authored over 10 years ago
Removed portable from the linux solution

a982a8d43ac4580e80a6f0167f332c6eb712ff0f authored over 10 years ago
Removed portable from the Travis build and added portable projects to NUnit.Linux.sln

aeba9c02910331bbd6fa66d5382b889533de6e80 authored over 10 years ago
Updated the build scripts to build portable

677e50de039b5773f1deba0483bbfd426e5af16c authored over 10 years ago
Merged in latest from master

81f3223461f8305d919671995a27d5ec07e94f9e authored over 10 years ago
Merge pull request #340 from nunit/issue-335

Add Classic asserts to NUnitLite

54ec301521de4f08a952910fe469bc8eecc509ad authored over 10 years ago
Add command-line argument to force use of x86 agent

bd5ea4ae157f4e32264e6c74b22aa33cc623652d authored over 10 years ago
Add Classic asserts to NUnitLite

bef03da2d318c097486f71b105cb2735e1db4341 authored over 10 years ago
Merged in latest from master

0d0fb8a3c692d041d79b7a630c9d2a28119fe69e authored over 10 years ago
Merge pull request #342 from nunit/issue-328

Use .NET Stopwatch under CF; fixes #328

65d177fd7ee6c3085bace9d5a720866ad1eb7002 authored over 10 years ago
Remove usage of obsolete defines

e82afd43a2f6d5659db3294c31746fa4b0d8d76c authored over 10 years ago
Use .NET Stopwatch under CF; fixes #328

d9b9fd31ed0fec284a61c6d64d6fabbbd5d7cfbd authored over 10 years ago
Removed the Mixed Platforms platform that Visual Studio keeps re-adding

6e5a38cfde70eecdea179075b39adecaa72a8c96 authored over 10 years ago
Fixing the portable build after rebasing off master

92c267855276e23ed3db3a3ff92e84e475ce4c12 authored over 10 years ago
Rebased the Portable branch on master and squashed commits.

33e9a63de82083be046f747bcaa8c7f9bfabc9e7 authored over 10 years ago
Merge pull request #339 from nunit/issue-333

Issue 333, unties parallel execution from the NUNITLITE define, instead using a PARALLEL define ...

25ba355dabf225af77e952de973c2b48451afebc authored over 10 years ago
Merge pull request #338 from nunit/issue-334

Issue 334 - adds file-related assertions and constraints to the NUnitLite builds that support it

cd27d3e39beb256680872a57a6d7bef88d8283cc authored over 10 years ago
Remove unused line in appveyor.yml

5fd42b4046288e58c45950b91e868151189c9a03 authored over 10 years ago
Remove appveyor.yml changes added in error

14d285dea3545dc4fbf5e8aa6cd92cfd0b3333b6 authored over 10 years ago
Remove appveyor.yml change included in error

3ba8e79f9d27ae6c4f8aa360f6f1f426dd035452 authored over 10 years ago
Fix error under compact framework

1db01a3e7b6d7cfc5c816bb23abf4371ec99c42e authored over 10 years ago
Merge branch 'issue-334' into issue-333

d29073fdf04adc763c178b9b42d0af102fbae393 authored over 10 years ago
Enable parallel execution on NUnitLite under .NET desktop builds

d2c9b985bd81773347299129b29dbe652641bdd2 authored over 10 years ago
Add EmptyDirectoryConstraint to the NUnitLite builds (except Silverlight)

c456588c1195eeea99b0bfb27157ef8aa35ebe8c authored over 10 years ago
Fixes #331

45b110c2744a10e7df4b3ca57fd3a50b63d66017 authored over 10 years ago
Fix issue 334, supporting file operations in NUnitLite

afaa5d94486eb1546e11756bea276733371f8a41 authored over 10 years ago
Correct URL for microsoft download

c98df2c21591cf20d74376b367a8e9406dbd268f authored over 10 years ago
Fix travis typo; try to install CF on Appveyor

7209b1a13d182d9bb987f0f1cfb508e1641c9b56 authored over 10 years ago
Add CF 3.5 build (compile only) to the Appveyor build

eabbccf32521c2986496dc696c81ce02cd94b4b0 authored over 10 years ago
Change package to alpha-2

86b135f96b894fbabc55f9173d4a37bcaf12dff0 authored over 10 years ago
Merge branch 'issue-319'

5f47bcb3f3a7c3c98f6dadf0f8b6f4fa5554e6b3 authored over 10 years ago
Renamed the dotsettings file and fixed the copyright template

1a2a78071f557c20a1b6e4758ae05dad8b3ee679 authored over 10 years ago
Update CHANGES.txt for release

11c4570b64ffd4fa2ac716a458bb477b1e7e56a1 authored over 10 years ago
Re-added the R# settings file for the solution

93e867032ba334674452eca3d93eff3a4c1dfe36 authored over 10 years ago
Merge pull request #324 from nunit/issue-319

Issue 319 - CI Builds not treating test failures as build failures

a8361007b07fc00c8fd8c6e957399e3e434b2341 authored over 10 years ago
Save test results as XML; drop combined engine and console target

07b0caff2513d7c43038194c53d7e230bcd09eb5 authored over 10 years ago
Use ErrorAndContinue for Appveyor tests

c0950e75fe7210ae54737a88f38920867141aaa3 authored over 10 years ago
Parameterize action after failure: test using default value for now

194a5855da7506f371124eea1558a37dfaaf0656 authored over 10 years ago
Add additional ContinueOnError parameters

8159a28d81225c8dcf464535ab885618dcb8249a authored over 10 years ago
Remove deliberate failures used for testing the build script

b96a998e52193ce00aa967a5cb269a4d4e9bc434 authored over 10 years ago
NUnit.proj update # 4

b9e9d8d953414b5b2fd0cc2ae245dd7b303297b8 authored over 10 years ago
Revise NUnit.proj update #3

13549783b33f84778b17acce5b6f8f55afaa335e authored over 10 years ago
NUnit.proj update #2

2964ec3e974b241c565ccd99187f7ac78fbed34c authored over 10 years ago
Update NUnit.proj

f00337715677142b84517dba5a4a2e4318c1b428 authored over 10 years ago
Reset NUnit.proj to commit e14e3d9, last time Travis showed a test failure

09b5e342239cc88f23d520d1d6a88d7f13175a56 authored over 10 years ago
Reset NUnit.proj to master for comparison

1e6d9530b7b6a0125773ab69ab9b7f20b58c7dca authored over 10 years ago
Try ContinueOnError=true for travis

e5dfd47cbdb4c86d58056267b7fbd158f3eb0e9d authored over 10 years ago
Avoid use of ErrorAndStop or ErrorAndContinue on Travis CI

99482a59d27438efdcd417161b3ae3786edec7c8 authored over 10 years ago
Parameterize build script so we can continue after test failures on Appveyor and stop on Travis

5609e7096c21f395c876ffacb90aace047a1a70a authored over 10 years ago
Use ContinueOnError=ErrorAndContinue to get the final result and inject deliberate errors for testing the CI build

e39e077071ca1cf1d0db482efdbf7c1cbb4eb3a6 authored over 10 years ago
Merge pull request #323 from nunit/issue-322

Stop testing the .NET Stopwatch. Only test ours in builds that use it.

cadb382c4817d01289885b4802ffc059caec60cb authored over 10 years ago
Stop testing the .NET Stopwatch. Only test ours in builds where we use it. Fixes #322

168527e206cfd310cce1ab49d36c83fe378bd282 authored over 10 years ago