{"id":20603837,"url":"https://github.com/nunit/nunit3-vs-adapter","last_synced_at":"2026-01-07T22:14:14.075Z","repository":{"id":29155938,"uuid":"32686245","full_name":"nunit/nunit3-vs-adapter","owner":"nunit","description":"NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later","archived":false,"fork":false,"pushed_at":"2025-04-30T15:20:32.000Z","size":4539,"stargazers_count":208,"open_issues_count":89,"forks_count":109,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-07T23:41:36.201Z","etag":null,"topics":["c-sharp","hacktoberfest","tdd","test-runner","testing","visual-studio"],"latest_commit_sha":null,"homepage":"https://nunit.org","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":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2015-03-22T17:22:38.000Z","updated_at":"2025-05-04T13:53:26.000Z","dependencies_parsed_at":"2023-01-14T14:15:56.931Z","dependency_job_id":"a926f329-f7a7-4085-baec-19238b80e839","html_url":"https://github.com/nunit/nunit3-vs-adapter","commit_stats":{"total_commits":1012,"total_committers":58,"mean_commits":"17.448275862068964","dds":0.6679841897233201,"last_synced_commit":"edb8d60ddca61a5acae41f72afd8381ca8dfda94"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit3-vs-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit3-vs-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit3-vs-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunit%2Fnunit3-vs-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunit","download_url":"https://codeload.github.com/nunit/nunit3-vs-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478186,"owners_count":22077675,"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","hacktoberfest","tdd","test-runner","testing","visual-studio"],"created_at":"2024-11-16T09:18:51.109Z","updated_at":"2026-01-07T22:14:14.034Z","avatar_url":"https://github.com/nunit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NUnit 3 VS Test Adapter #\n\nThe NUnit 3 Test Adapter runs NUnit 3.x and higher tests in Visual Studio 2012 and newer.\n\n\n\nYou can download the latest release version ![](https://img.shields.io/github/release-date/nunit/nunit3-vs-adapter.svg?style=flat)\n\n[![NuGet Version](https://img.shields.io/nuget/v/NUnit3TestAdapter.svg)](https://www.nuget.org/packages/NUnit3TestAdapter)  ![](https://img.shields.io/nuget/dt/NUnit3TestAdapter.svg?style=flat)\n\nor the latest developer build version\n\n[![MyGet version](https://img.shields.io/myget/nunit/vpre/NUnit3TestAdapter.svg?label=Myget%3A%20Latest%20pre-release\u0026style=flat)](https://www.myget.org/feed/nunit/package/nuget/NUnit3TestAdapter)\n\n\n\n##### Builds on master\n![NUnit3TestAdapter.CI](https://img.shields.io/github/actions/workflow/status/nunit/nunit3-vs-adapter/NUnit3TestAdapter.CI.yml?branch=master)\n\n##### Support\n\nAsk support questions [![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen)](https://join.slack.com/t/nunit/shared_invite/zt-jz58jw68-Led8y3WH4n2a~Y5WjuOpKA)\nor raise an issue [![](https://img.shields.io/github/issues/nunit/NUnit3-vs-Adapter.svg?style=flat)](https://github.com/nunit/nunit3-vs-adapter/issues)\n\n## Documentation\n\nThe [NUnit3TestAdapter wiki](https://docs.nunit.org/articles/vs-test-adapter/Index.html) is the best place to start.\n\nAlso check the [release notes](https://docs.nunit.org/articles/vs-test-adapter/Adapter-Release-Notes.html).\n\n\n\n## License ##\n\n\nThe NUnit 3 Test Adapter is Open Source software released under the [![](https://img.shields.io/github/license/nunit/nunit3-vs-adapter.svg?style=flat)](https://nunit.org/nuget/nunit3-license.txt).\n\n\n## Developing\n\nVisual Studio 2022 is the recommended version to build and test the adapter.\n\nUse `.\\build -t test` at the command line to build and run complete tests.\n\nTo create a package use `.\\build -t package`\n\nTo run and debug tests on .NET Framework, load `DisableAppDomain.runsettings`.\n\nFrom Visual Studio 2019 version 16.2 preview 4 it is possible to run tests against a selected target framework in the test project, so one can use this to run .NET Core tests.\nAn alternative approach is to make use of the command line. If you need to frequently debug into .NET Core tests, you can temporarily switch the order of the `\u003cTargetFrameworks\u003e` in `NUnit.TestAdapter.Tests.csproj`.\n\nThe `mock-assembly` tests are not for direct running.\n\nSee https://github.com/nunit/docs/wiki/Packaging-the-V3-Adapter for more details.\n\n## Debugger source-stepping\n\nThe NuGet package and the VSIX contain source-linked PDBs for the adapter.\nIf you’re in the middle of a debugging session and realize you’d like to be able to step into NUnit adapter code,\nset breakpoints and watch variables, [follow these steps](https://github.com/nunit/docs/wiki/Adapter-Source-Stepping).\n\n## Notes\n\n* This adapter works with NUnit 3.0 and higher only. Use the NUnit 2 Adapter to run NUnit 2.x tests.\n\n\n## Announcements\n* From version 3.9 the NUnit3TestAdapter will stop supporting Visual Studio 2012 RTM (!), note only RTM, the later updates will still be supported fully. If you're using VS 2012 and want to update NUnit3TestAdapter, please update your Visual Studio RTM to any of the subsequent updates (Update 1-5)\n* From version 3.16 the NUnit3TestAdapter will stop supporting .net core 1 \n* From version 4.0 the NUnit3TestAdapter will only be released as a nuget package, the VSIX is deprecated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunit%2Fnunit3-vs-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunit%2Fnunit3-vs-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunit%2Fnunit3-vs-adapter/lists"}