Ecosyste.ms: OpenCollective

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

github.com/nunit/nunit-console

NUnit Console runner and test engine
https://github.com/nunit/nunit-console

Moved usings to global scope

4b4b22fb146353fc4ffff980a58d432f1b5438bc authored almost 4 years ago by x789 <[email protected]>
Fix problems found in review

770ed1e44d978d65e97049b62e3f528e2fc8e464 authored almost 4 years ago by Charlie Poole <[email protected]>
chore: Use released version of NUnit 3.13.0

67791323cbbeab53382795ad83e586500f6cb808 authored almost 4 years ago by Mikkel Nylander Bundgaard <[email protected]>
Fix errors in merge

70ba2cc01d9d323028630e6b7f4d8fb8aa6c5984 authored almost 4 years ago by Charlie Poole <[email protected]>
Remove conditional code no longer needed

54b1f194bdfc640d166e3abec4f32ec4dc6986d1 authored almost 4 years ago by Charlie Poole <[email protected]>
Remove all netstandard1.6 and netcoreapp1.1 builds

1f0c6284010c778db038919e56e91f62cf709923 authored almost 4 years ago by Charlie Poole <[email protected]>
Remove tests that depend on a .NET Standard 1.6 build of the engine

511f22c75e5703b0864c2a769d7f8fc90a3e5195 authored almost 4 years ago by Charlie Poole <[email protected]>
Fix error in build script

1c282f7472e91c61bae7b12b4e77eb23cdb02a40 authored almost 4 years ago by Charlie Poole <[email protected]>
Update package checks

b9993d2d824368408ffaf103d3bb13c88bad98af authored almost 4 years ago by Charlie Poole <[email protected]>
Run Publish on the net standard 1.6 version of nunit.core

159b8b5f663f8a9c5bdb5fc9299b08216e4a79b2 authored almost 4 years ago by Charlie Poole <[email protected]>
Eliminate .NET Standard 1.6 build of nunit.engine.dll

f6b4af776ade5ab5bb4ceda3e906d89b8d1e2f26 authored almost 4 years ago by Charlie Poole <[email protected]>
Merge pull request #859 from nunit/issue-837

Remove Microsoft.DotNet.InternalAbstractions dependency fully (Except .NET Standard 1.6)

edcbd83fb853e21e7cb29cadddb0b17c66dcd0bd authored almost 4 years ago by CharliePoole <[email protected]>
Fixed tests that require the location of the test-assembly.

d47b72cd12f384fab692d9d98bad8836ca6876b7 authored almost 4 years ago by x789 <[email protected]>
Fixed findings of first review.

88d18ba8e137d5905c28615365cb665893bc7eeb authored almost 4 years ago by x789 <[email protected]>
Merge remote-tracking branch 'upstream/master' into issue-789

f39e9a1fcf7d405218ba1d61ab142d094ae49821 authored almost 4 years ago by x789 <[email protected]>
Remove Microsoft.DotNet.InternalAbstractions from all builds except .NET Standard 1.6 fully

ec8e44169d285fef7c235b97a49f4026109ba2d2 authored almost 4 years ago by Chris Maddock <[email protected]>
Reinstate belt and braces approach to loading extensions from mixed runtimes

bd0d3087def6241938c2e67a76909ad42412e385 authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #856 from nunit/issue-853

Issue warning if .NET 5.0 not installed for local build

2c4849342ff53521224107e416f76a8d32dc2695 authored almost 4 years ago by Mikkel Nylander Bundgaard <[email protected]>
GetRoot() returns the correct value on non-Windows systems.

572e186fc7c65b7521ad4fe50917981f274b309a authored almost 4 years ago by x789 <[email protected]>
Issue warning if .NET 5.0 not installed for local build

18adca4c0efc8999093bd4be2d5963b1d2779856 authored almost 4 years ago by Charlie Poole <[email protected]>
Use returned objects instead of the value of their FullName-property for assertion.

c9b2ff01caa85dc70a22a075837952bd39e63d22 authored almost 4 years ago by x789 <[email protected]>
Ignore tests that are not supported by the executing operating system.

4544817e9b98d9904a973363fc25087f2b478428 authored almost 4 years ago by x789 <[email protected]>
Updated legal notices according to the NUnit developer guide.

920804bf4062a8e8f1dee324027a4f05836aa4f4 authored almost 4 years ago by x789 <[email protected]>
Removed obsolete methods that directly access the file-system.

7bfae40e68d6759a1533404986699902b3ee0e96 authored almost 4 years ago by x789 <[email protected]>
Use abstraction-layer to access the file-system.

0cc2be244775ad2b428fd788df3c75b37e9797af authored almost 4 years ago by x789 <[email protected]>
Fixed (i.e. inversed) logic inside IEnumerable.Any()

5486bfaf6108c42b5ab94aa32b04faa3a6a2029a authored almost 4 years ago by x789 <[email protected]>
Added GetFiles(IDIrectory, string)

e42a2548e382b2210efeb9e2c1ad55d0854be02a authored almost 4 years ago by x789 <[email protected]>
Added GetDirectories(IDirectory, string)

13fea90f0cad8ff2a4e83fec8db1ab112d7ea23f authored almost 4 years ago by x789 <[email protected]>
Added Any()

53916b5d4c9c747496c2d7ba423cce93f6818d1d authored almost 4 years ago by x789 <[email protected]>
Changed DirectoryFinder to use a provided file-system.

ebc9d4410c5daa5d68881a3f39e1541f1a59b721 authored almost 4 years ago by x789 <[email protected]>
Made all methods non-static.

a8462f50271c8451cbeb52f6a3fdf76a1d8e83b6 authored almost 4 years ago by x789 <[email protected]>
Remove unused method GetPackageDirectory.

d8a41071ee256bb48d6b62a7ea68f50e6a22db2f authored almost 4 years ago by x789 <[email protected]>
Marked DirectoryFinder as internal and sealed. Removed unused imports

c9f56af889f66224795033df7aacc840e47debd5 authored almost 4 years ago by x789 <[email protected]>
Fixed test GetPackageDirectory

43c9c93053a80e207bdbf939ca58dcf5a1eea443 authored almost 4 years ago by x789 <[email protected]>
Merge branch 'master' of https://github.com/x789/nunit-console into issue-789

07175194ade2af5d207d9c3d76656e2e8ecfa723 authored almost 4 years ago by x789 <[email protected]>
Added implementation of IFileSystem

51e455c31d052cba68950311dd6fd84b9a6f805c authored almost 4 years ago by x789 <[email protected]>
Renamed params of Exist(). Exist() throws ArgumentNullExceptions.

8617aab520dc9d2eecb7027ec800d8beccce9455 authored almost 4 years ago by x789 <[email protected]>
Formatting and tidying

7682d4a01b40844859d5e695766a64174c8838db authored almost 4 years ago by Chris Maddock <[email protected]>
Check if extension can be loaded on this runtime prior to considering as candidate.

f958b9ccd60f0a5f3aba8b9ee4f8355e88bb89bd authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #835 from nunit/issue-830

[CI] Test on .NET 5.0

55855bb21d35e589b0eb792d0b23aa9234385213 authored almost 4 years ago by Chris Maddock <[email protected]>
Review feedback

fd45ce933b3a35a230d74d4906c3c57a6a6f47f7 authored almost 4 years ago by Chris Maddock <[email protected]>
Install dependencies on Azure

9427bd74c15aae8e329c714cc69cddce520517ee authored almost 4 years ago by Chris Maddock <[email protected]>
Test on under .NET 5.0

749e9c2e2b67b7b3e301487c1236057c7ef23382 authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #847 from nunit/fix-ci

[Build] Specify .NET 2.0 version of extensions for msi

1a1a0882a3c0a3af5a70e489ce89b4d82d06aede authored almost 4 years ago by Chris Maddock <[email protected]>
Fix Build: Specify .NET 2.0 version of extensions for msi

f835189dab5f3f46ca6b93620314b101eb09d4af authored almost 4 years ago by Chris Maddock <[email protected]>
Added GetDirectories(searchPattern, searchOption) to IDirectory

eef70149280a279eedb888b8411833b4301e8251 authored almost 4 years ago by x789 <[email protected]>
Fixed tests that were failing if 'TargetRuntimeFramework' is 'net-2.0'

bdc572006e87c53e821c294bbd534cb5fbb55e9b authored almost 4 years ago by x789 <[email protected]>
Added GetFiles(searchPattern) to IDirectory

43da45f858c4a7fd78eb8710855054f2c9a12f24 authored almost 4 years ago by x789 <[email protected]>
Added implementation of IFile

89cb48e3bd434e70615b55df433acf9687d0c093 authored almost 4 years ago by x789 <[email protected]>
Improved documentation

924a282f0f188eea86fc289e5caf351e10c3f0e4 authored almost 4 years ago by x789 <[email protected]>
Added check for invalid characters in directory-path.

1d5fa286f724ff8fa4cfe6bdc7933728bbc54cd7 authored almost 4 years ago by x789 <[email protected]>
Fixed filename in copyright notice 🙄

8073861de67c3ef9b01e63ed98c9bf278313a204 authored almost 4 years ago by x789 <[email protected]>
Added missing copyright notice

9f5c3e8ca71f6287b47e297705a6bb50ea1aa4cc authored almost 4 years ago by x789 <[email protected]>
Added implementation of IDirectory

3fd78775a9d40730d9120492d8033c1269667713 authored almost 4 years ago by x789 <x789>
Moved the file system abstractions closer to the DirectoryFinder (i.e. to nunit.engine.core)

3ae1869cda917533b0cddece035e05faa5264328 authored almost 4 years ago by x789 <x789>
Merge pull request #825 from nunit/revert-802-issue-801

Revert change to increment nunit.engine.api assembly version

f30b03d398ac3888b3355da1c8bd43abf0e830cd authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #831 from nunit/issue-829

Back out changes made to IExtensionService

91375329adbaade66f4533aab5202bb462f74d72 authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #810 from ejball/net-core-tool

Build NUnit.ConsoleRunner.NetCore as a .NET Core Tool.

4bcbd7c7519f8fd1e75971be8d19c795b16cf665 authored almost 4 years ago by Chris Maddock <[email protected]>
Add an abstraction of a file-system

6855e86fef18ef117dfc9c1864f0d2652414460f authored almost 4 years ago by x789 <x789>
Merge pull request #824 from nunit/issue-818

Remove redundant Microsoft.DotNet.InternalAbstractions dependency

76b337eb1ed02278f4ebd3354e9dac9055a6d254 authored almost 4 years ago by CharliePoole <[email protected]>
Back out changes made to IExtensionService

f02d5f64a07bdb202da75f241c8fe34340e57578 authored almost 4 years ago by Chris Maddock <[email protected]>
Remove redundant Microsoft.DotNet.InternalAbstractions dependency

9b7d85aa24afb18ddb1a631e85546f67a72e32ee authored almost 4 years ago by Chris Maddock <[email protected]>
Update nuget/runners/DotnetToolSettings.xml

d98d150dbd360b9613bf9e1c9b1c15952224ae93 authored almost 4 years ago by Chris Maddock <[email protected]>
Fix merge conflict

0e15427bcc18d566f944df26611ce6e09c0a1bec authored almost 4 years ago by Chris Maddock <[email protected]>
Revert "Increment nunit.engine.api assembly version inline with other engine dlls"

f223ab611329b797b322a40e8bbb653362b5f224 authored almost 4 years ago by Chris Maddock <[email protected]>
Merge branch 'master' into net-core-tool

5679c27076101b8f908327492e33d480f4bb1be1 authored almost 4 years ago by Chris Maddock <[email protected]>
Merge pull request #816 from nunit/issue-718

Eliminate use of Mono.Cecil

7bfd4387798269fcc4c6a3ab400c8f59832ebe83 authored about 4 years ago by CharliePoole <[email protected]>
Update GUID for metadata component

1f7ba70b18d9b692b65473650c21682bbfbb719a authored about 4 years ago by Charlie Poole <[email protected]>
Use nunit3 for the tool name.

Co-authored-by: Chris Maddock <[email protected]>

0a484bbc26f3432645804ea3681c0500ea5714b8 authored about 4 years ago by Ed Ball <[email protected]>
Eliminate use of Mono.Cecil

c5b5a073ae602b80cdf329cc0c21d81e7df0f996 authored about 4 years ago by Charlie Poole <[email protected]>
Merge pull request #811 from mcavigelli/master

readonly modifier where possible

f570ba81e1a3b7087110b854769048c25f15ef23 authored about 4 years ago by Chris Maddock <[email protected]>
readonly modifier where possible

20471372c94f521b453bb55ed8564b9458d23028 authored about 4 years ago by Matthias Cavigelli <[email protected]>
Build NUnit.ConsoleRunner.NetCore as a .NET Core Tool.

https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools
https://natemcmaster.com/blog/20...

9962c6214bee97d82308a5b1cc1f7629a1f090cf authored about 4 years ago by Ed Ball <[email protected]>
Merge pull request #804 from nunit/release3.12.0-beta1

Changes for 3.12.0-beta1 release

aa0e422df1864af6eae7d53ce99a51ea3240a87c authored over 4 years ago by Chris Maddock <[email protected]>
Update CHANGES.txt

2902cb7b0f4384eb602b32d692cba1123f5495d6 authored over 4 years ago by Chris Maddock <[email protected]>
Changes for 3.12.0-beta1 release

1cffc4712f3e71ba0be056f0ad8291b02a5242a6 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #802 from nunit/issue-801

Increment nunit.engine.api assembly version inline with other engine dlls

a7ec1eab801259c5983f612b0c0eea682089d4b4 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #797 from nunit/issue-750

Add NUnit.Console-Runner.NetCore packages

8d7562ffb4a6d0e5cfd60484c5aa53538163e95d authored over 4 years ago by Chris Maddock <[email protected]>
Increment nunit.engine.api assembly version inline with other engine dlls

ddd03cf77efb740ca1022afaabcdcf94076b6027 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #799 from tdctaz/issue-662

Fix issue with missing filenames and linenumbers in stacktraces

50533b06b9111a34d344418b86380c7439b0aca7 authored over 4 years ago by Chris Maddock <[email protected]>
Fix unittests

6b42aa0284de5f9f06632785c0b219b2e48804fb authored over 4 years ago by Christian Bay <[email protected]>
Minor clean up of now unused code

fbffdff3ba44aec733115d8f9cf924c36a90d3d7 authored over 4 years ago by Christian Bay <[email protected]>
Change to always keep --debug for mono

26bd166ebf15b8da54ea24dcd0fc66f2af7ecae9 authored over 4 years ago by Christian Bay <[email protected]>
Fix: Naming of mono debug

de3f0e35a2dddc72e68e1afbc14efa715ac3c2a2 authored over 4 years ago by Christian Bay <[email protected]>
Fix issue with missing filenames and linenumbers in stacktraces under mono

Add option for specifying if mono should be started with --debug when starting new agents. This ...

5f5e815b84ce366145e48e7244a4b63cfb985f77 authored over 4 years ago by Christian Bay <[email protected]>
Add NUnit.Console-Runner.NetCore NuGet package

3ff7101eda36a07bef5fb12863572d24b6909f76 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #765 from nunit/settings-name-change

Split RuntimeFramework package setting into two: Requested and Target

0d037ca9d569282c14b798ed6a69b8532fc88a4e authored over 4 years ago by CharliePoole <[email protected]>
Update src/NUnitEngine/nunit.engine.core/EnginePackageSettings.cs

Co-authored-by: Chris Maddock <[email protected]>

3b14c5e410ebe3ce4c92bfa813a95e82639c93a4 authored over 4 years ago by CharliePoole <[email protected]>
Update src/NUnitConsole/nunit3-console/EnginePackageSettings.cs

Co-authored-by: Chris Maddock <[email protected]>

d2b29f3b298d0321e8b583e96d3b7dba39d43bcf authored over 4 years ago by CharliePoole <[email protected]>
Deal with obsolete key if we get one

77fed4ff9b5b2b69c3d591cb15e9bcb956c606a5 authored over 4 years ago by Charlie Poole <[email protected]>
Put back the old setting but mark it as Obsolete

53ae554d185913388753439a6de13a078b6447d3 authored over 4 years ago by Charlie Poole <[email protected]>
Split RuntimeFramework package setting int two: Requested and Target

ec222b0ef523ba5780962982a4dff82d04334a57 authored over 4 years ago by Charlie Poole <[email protected]>
Merge pull request #781 from nunit/issue-710b

Use AssemblyLoadContext to correctly load .NET Core assemblies

6985643dd5fa746fbdb7a4569ea9dc2b0ac24983 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #791 from nunit/issue-757

Sticking plaster to prevent crash with .NET 2.0 agent encountering .NET 4.0 extension

dadf6791e0d1be8b309c0c5c26551c5343d8986a authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #790 from nunit/ChrisMaddock-patch-1

Fix agent debug logging

c68491671b65777307bd9eec9b438bfc54d13a6f authored over 4 years ago by Chris Maddock <[email protected]>
Sticking plaster to prevent crash with .NET 2.0 agent encountering .NET 4.0 extension

266a08b036fc125b0106e848a21b00c24633de37 authored over 4 years ago by Chris Maddock <[email protected]>
Fix agent debug logging

69c273f0c6c17e9d9e8932ffa883659edaf30549 authored over 4 years ago by Chris Maddock <[email protected]>
Misc Test Fixes

4e21f309112c33fd9f33a00c73cb2df0668225a2 authored over 4 years ago by Chris Maddock <[email protected]>
Add .NET Core 3.1 driver to make use of the AssemblyLoadContext APIs

727a5e5ad07ddf7c637c444508a55756c86c80a4 authored over 4 years ago by Chris Maddock <[email protected]>
Merge pull request #778 from nunit/issue-710a

Add .NET Core 3.1 build of engine to access APIs for loading .NET Core assemblies correctly

be60e4f4beb40eebff24b449c164d54dafe0f9cf authored over 4 years ago by Chris Maddock <[email protected]>