Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,243

Downloads of v 4.0.0:

14

Last Update:

27 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

NUnit Extension - Net 8.0 Pluggable Agent

  • 1
  • 2
  • 3

4.0.0 | Updated: 27 Jun 2025

Downloads:

1,243

Downloads of v 4.0.0:

14

Maintainer(s):

Software Author(s):

  • Charlie Poole

NUnit Extension - Net 8.0 Pluggable Agent 4.0.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Charlie Poole. The inclusion of Charlie Poole trademark(s), if any, upon this webpage is solely to identify Charlie Poole goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install NUnit Extension - Net 8.0 Pluggable Agent, run the following command from the command line or from PowerShell:

>

To upgrade NUnit Extension - Net 8.0 Pluggable Agent, run the following command from the command line or from PowerShell:

>

To uninstall NUnit Extension - Net 8.0 Pluggable Agent, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade nunit-extension-net80-pluggable-agent -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade nunit-extension-net80-pluggable-agent -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install nunit-extension-net80-pluggable-agent
  win_chocolatey:
    name: nunit-extension-net80-pluggable-agent
    version: '4.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'nunit-extension-net80-pluggable-agent' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller nunit-extension-net80-pluggable-agent
{
    Name     = "nunit-extension-net80-pluggable-agent"
    Version  = "4.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'nunit-extension-net80-pluggable-agent':
  ensure   => '4.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 28 Jun 2025.

Description

This extension allow the NUnit engine to run tests under .NET 8.0.


tools\agent\Microsoft.Extensions.DependencyModel.dll
md5: 18E8B8A1DD476C500DF673612CB9FD14 | sha1: F6889CD4C4B0B23C99EF913EFBACD7CB0145D3A5 | sha256: D8EC4261597A4A119B5BD97770C605F668794A0155707C6A785C41405A7494DC | sha512: 0014A8DBB0C1EFB15302B29018252A06E2FA96DF6D8650BF6AABC2273876C580225AD441464C53B5190F66BE2FB080F310202A6398169BFA7D3FA5CE8427765C
tools\agent\nunit-agent-net80.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "nunit-agent-net80/4.0.0": {
        "dependencies": {
          "NUnit.Agent.Core": "4.0.0-alpha.40",
          "NUnit.Engine.Api": "4.0.0-alpha.40"
        },
        "runtime": {
          "nunit-agent-net80.dll": {}
        }
      },
      "NUnit.Agent.Core/4.0.0-alpha.40": {
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "8.0.0.2",
            "fileVersion": "8.0.1024.46610"
          },
          "lib/net8.0/TestCentric.Metadata.dll": {
            "assemblyVersion": "3.0.3.0",
            "fileVersion": "3.0.3.0"
          },
          "lib/net8.0/nunit.agent.core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.0"
          },
          "lib/net8.0/nunit.common.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.0"
          },
          "lib/net8.0/nunit.engine.api.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.0"
          },
          "lib/net8.0/nunit.extensibility.api.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.0"
          },
          "lib/net8.0/nunit.extensibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.0"
          }
        }
      },
      "NUnit.Engine.Api/4.0.0-alpha.40": {}
    }
  },
  "libraries": {
    "nunit-agent-net80/4.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "NUnit.Agent.Core/4.0.0-alpha.40": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2uQ/FUBDvmk6pZ4A7LeiAYByplrmpwpI1DOq0ZQx6rVecsuXPMBJlwLGA3AHsNbL7/gHU7WbbM2+yLTVMCX0WA==",
      "path": "nunit.agent.core/4.0.0-alpha.40",
      "hashPath": "nunit.agent.core.4.0.0-alpha.40.nupkg.sha512"
    },
    "NUnit.Engine.Api/4.0.0-alpha.40": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vqm13WZxBvLBYDEiY+fZ7CYCGm6dPhpDvGrVFwi0rlr/zWu+cdnDfMSa8DeBGyENCicGUg1KS3Jl6cRmc+CUBw==",
      "path": "nunit.engine.api/4.0.0-alpha.40",
      "hashPath": "nunit.engine.api.4.0.0-alpha.40.nupkg.sha512"
    }
  }
}
tools\agent\nunit-agent-net80.dll
md5: A8FF8D562438985650B469EDE4556E88 | sha1: 45D20D9B7D5FCCB474D0064F0642518923438A5A | sha256: 28B89B887A67DCE8AFFDA623A43DC7582828B7AF35ADD36DB09964E723AD9279 | sha512: 2E10646EF32CCEFD4F1722EFECCD73639CA7AB51E924610ECC727CCB4893D3A4E096519D733F2E3EA32DBA02BAB4E33417B2F1EA5046DC4C227DD1B1706FAB68
tools\agent\nunit-agent-net80.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "8.0.0"
    },
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}
tools\agent\nunit.agent.core.dll
md5: 0B84731FC728BC3A0E781576BBF6B7EA | sha1: E1ABBAB98496A856DFD75548C3EF7A051893C8C5 | sha256: D5AB60C15B215D40349016BF9F18FD668EB71E8D6431BB772408549591EFF80F | sha512: A47BD40F6D179C7EB24D00CA16C0B15894B641EF3248D5A5AC9480D3B407997E1A16B0F949C9E211726052D1F4DB2C0E9316B66E5C36664037C5DBBFF9308587
tools\agent\nunit.common.dll
md5: 5844B99681966C55E0ECD3BA69BFF592 | sha1: 4D07CF4590A8322F1D96A1944EC5D984A6A1EFDE | sha256: 77B4B71907D4BBAEEC71FEAA409E8BBE9A7CBBE9B76A62C1BC83B8105BB08816 | sha512: C1A6599E1D6441AF87D12207A616444BA740026EF5C37266A8C954DA5C21E28ABF2622E71F3ED24CF87712E3F4DF3171F735BA11D0800A35870BBE7739BD9384
tools\agent\nunit.engine.api.dll
md5: 282D63CEF8D232079E3A80690995325A | sha1: 726088B78DE269ED530B1DCE0EBF9D6E72E6655A | sha256: 7CD0D00390A74455F9A5296E56D19BB7B145E85C3FDB3805BCB5E7E2B6CB0F17 | sha512: A0A561F1B840408885C7EF250E1A8E51AD0F94660F0D4F5EE992AE00ACE0B8CB793F01F487496C1C0BAF37632C1C650886050E4BD101C1A4DD929AF1D5A31BFD
tools\agent\nunit.extensibility.api.dll
md5: 769FDECF3D4CF71D9CE97AE0D6748F74 | sha1: 044B9D97D39DC8D57957F39A1B2F6E28BCE00649 | sha256: 0C429C16F325B7103B067FF53CEE6ACA91345FB00FE8973977284959A8D06B00 | sha512: 7D05B1F1E61656CE987C99C8032035BB1F5D4C9C03ED734E8AE62D67A68CFEF3C43CD3E564D8369C570C6E8C1015D34234023776E0EC6A8AAFEA47C25E00E99E
tools\agent\nunit.extensibility.dll
md5: 28313F114E7F33E12C61ABF92F868045 | sha1: 6BE975183AAB6004B951DB7ADB20A94C287C0B3F | sha256: F8CC27B9A128AEB191508BB4BA90FBC1712553AAAFDC7B885256BB8D9E0E75B5 | sha512: FECCA995A0A8D6D673BE6B93506BDC5EA590EF7E21293EFECBE7B07560A15F1274F08509B18AB97DBBF3EA0D94603441E5C8AB02F1C8F60AEE6302433889E654
tools\agent\TestCentric.Metadata.dll
tools\LICENSE.txt
Copyright (c) 2021-2025 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

tools\nunit-agent-launcher-net80.dll
md5: 6C6A3B74C7166F93BB2BA794D0A68675 | sha1: D23496000998A9320041664F3DA902E5C840AD1F | sha256: 452D7E53F81408161CFCB6102D3AE9D3D82AFC0954B5B38BD530107D522089F9 | sha512: F85CC0F36B68D87B0D1F6A4425F9DD78A9821ACE08E8AF5F8DE39F3F2C9FFEA29FDBAB127A965351EE9FCA79ED9FBD47711F15D9A8F5B2AB7464C349DA89D749
tools\nunit.agent.core.dll
md5: 49FA29F471DB882ABA49BB6ABC6639D1 | sha1: E03A36385BEA14B4637EFAEF8336DE4CDE0009F0 | sha256: 022A77BBAEE263A8EB97BD5F27AD135F020E3EE99D1C21A7CFC47DA3DD25D257 | sha512: AB674B6FBD29945ABAB0BB2190902A2B8815BD7B67E871BBDA33D7F830CAA12AFCD60325FB37D7521B68ABABDAA288E0B72D37DDD9CBB99D0E34517DEF252DA4
tools\nunit.engine.api.dll
md5: 5C174D68072F9C915E21A2AB6945D7B6 | sha1: 5D07A894083965837E83F1DED3818225862FDD25 | sha256: 9A3082205EE0A60AC0CE8F21165C6D0229495A86492B799A9E0DB85AD4605435 | sha512: E8937CDA4E7E8151EEC6CDDF79E09150AA2632734EE1E9474EF00FB508AFC94124CFA8A20AC9788D7A8BF51BC8584F0DF2FFE4EEFBA80F756941F7CFB5544B62
tools\nunit_256.png
 
tools\README.md
# NUnit .NET 8.0 Pluggable Agent
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the NUnit Project itself. Any binaries will be 
identical to other package types published by the project, in particular
the NUnit.ConsoleRunner and NUnit.Console NuGet packages.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
.NET 8.0 Pluggable Agent 2.2.0 1042 Saturday, September 9, 2023 Approved
TestCentric Extension - Net80 Pluggable Agent 2.1.1 74 Friday, May 12, 2023 Approved
TestCentric Extension - NetCore21 Pluggable Agent 2.0.0 113 Friday, March 3, 2023 Approved

This package has no dependencies.

Discussion for the NUnit Extension - Net 8.0 Pluggable Agent Package

Ground Rules:

  • This discussion is only about NUnit Extension - Net 8.0 Pluggable Agent and the NUnit Extension - Net 8.0 Pluggable Agent package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or NUnit Extension - Net 8.0 Pluggable Agent, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus