{"id":20603892,"url":"https://github.com/nunit/nunit-console","last_synced_at":"2026-05-10T04:31:15.317Z","repository":{"id":41164437,"uuid":"65734036","full_name":"nunit/nunit-console","owner":"nunit","description":"NUnit Console runner and test engine","archived":false,"fork":false,"pushed_at":"2024-10-22T15:24:50.000Z","size":17347,"stargazers_count":215,"open_issues_count":97,"forks_count":152,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-10-24T17:53:51.157Z","etag":null,"topics":["c-sharp","dotnet","hacktoberfest","nunit","nunit-console","tdd","test-runner","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nunit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-15T13:24:01.000Z","updated_at":"2024-10-24T15:10:12.000Z","dependencies_parsed_at":"2023-12-19T00:30:52.015Z","dependency_job_id":"17c9e104-2dd5-4af1-9afb-188e7cdde85a","html_url":"https://github.com/nunit/nunit-console","commit_stats":{"total_commits":2929,"total_committers":110,"mean_commits":26.62727272727273,"dds":0.6551724137931034,"last_synced_commit":"9325458a2c273fcdaafecd9bbda0d671d3291c99"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunit","download_url":"https://codeload.github.com/nunit/nunit-console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465884,"owners_count":20782049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","dotnet","hacktoberfest","nunit","nunit-console","tdd","test-runner","testing","testing-tools"],"created_at":"2024-11-16T09:19:13.497Z","updated_at":"2026-05-10T04:31:15.311Z","avatar_url":"https://github.com/nunit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NUnit 4 Console and Engine\n\n[![Follow NUnit](https://img.shields.io/twitter/follow/nunit.svg?style=social)](https://twitter.com/nunit) [![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen)](https://join.slack.com/t/nunit/shared_invite/zt-jz58jw68-Led8y3WH4n2a~Y5WjuOpKA)\n\nThe NUnit Console Runner and Engine are used for executing NUnit tests with a wide variety of options. Version 4 is the latest major release, with many new features.\n\n## Table of Contents\n\n- [Downloads](#downloads)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n- [License](#license)\n- [NUnit Projects](#nunit-projects)\n\n## Downloads\n\nThe latest stable release of the NUnit Console is [available on NuGet](https://www.nuget.org/packages/NUnit.ConsoleRunner/), [Chocolatey](https://chocolatey.org/packages/nunit-console-runner), or can be [downloaded from GitHub](https://github.com/nunit/nunit-console/releases). Pre-release builds are [available on MyGet](https://www.myget.org/feed/nunit/package/nuget/NUnit.ConsoleRunner).\n\nThe Console/Engine are available in various packages:\n- [NUnit.ConsoleRunner](https://www.nuget.org/packages/NUnit.ConsoleRunner/): The NUnit Console itself, with no extensions. Also available as a [Chocolatey package](https://community.chocolatey.org/packages/nunit-console-runner).\n- [NUnit.ConsoleRunner.NetCore](https://www.nuget.org/packages/NUnit.ConsoleRunner.NetCore/): A version of the runner built for .NET 8, which runs .NET Core tests in process.\n- [NUnit.Console](https://www.nuget.org/packages/NUnit.Console/): The NUnit Console, with key extensions additionally packaged.\n- [NUnit.Engine](https://www.nuget.org/packages/NUnit.Engine/) \u0026 [NUnit.Engine.Api](https://www.nuget.org/packages/NUnit.Engine.Api/): Packages intended for custom runners integrating directly with the NUnit Engine. \n\nDevelopment builds of all packages are available from our MyGet feed at https://www.myget.org/feed/Packages/nunit\n## Documentation\n\nDocumentation for all NUnit projects are available at [https://docs.nunit.org/](https://docs.nunit.org/).\n\n## Contributing\n\nFor more information on contributing to the NUnit project, please see [CONTRIBUTING.md](https://github.com/nunit/nunit-console/blob/master/CONTRIBUTING.md) and the [Developer Docs](https://github.com/nunit/docs/wiki/Team-Practices#technical-practices).\n\nContributors to version 4.0 include [Charlie Poole](https://github.com/CharliePoole), [Chris Maddock](https://github.com/ChrisMaddock), [Manfred Brands](https://github.com/manfred-brands), [Steven Werdenburg](https://github.com/stevenaw), [Mikkel Nylander Bundgaard](https://github.com/mikkelbu), [Rob Prouse](https://github.com/rprouse), [Joseph Musser](https://github.com/jnm2), [Ben Randall](https://github.com/veleek) and numerous community contributors.\n\nThe previous version 3.0 was created by [Charlie Poole](https://github.com/CharliePoole), [Rob Prouse](https://github.com/rprouse), [Simone Busoli](https://github.com/simoneb), [Neil Colvin](https://github.com/oznetmaster) and numerous community contributors.\n\nEarlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig.\n\nA complete list of contributors since the nunit-console repository was created can be [found on GitHub](https://github.com/nunit/nunit-console/graphs/contributors).\n\n## License\n\nNUnit is Open Source software and the NUnit 4 Console Runner and Engine are released under the [MIT license](https://github.com/nunit/docs/wiki/License). Releases earlier than version 3.0 used the [NUnit license](http://www.nunit.org/nuget/license.html). Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunit%2Fnunit-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunit%2Fnunit-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunit%2Fnunit-console/lists"}