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,259

Downloads of v 4.0.0:

4

Last Update:

27 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

NUnit Extension - Net 4.6.2 Pluggable Agent

  • 1
  • 2
  • 3

4.0.0 | Updated: 27 Jun 2025

Downloads:

1,259

Downloads of v 4.0.0:

4

Maintainer(s):

Software Author(s):

  • Charlie Poole

NUnit Extension - Net 4.6.2 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 4.6.2 Pluggable Agent, run the following command from the command line or from PowerShell:

>

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

>

To uninstall NUnit Extension - Net 4.6.2 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-net462-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-net462-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-net462-pluggable-agent
  win_chocolatey:
    name: nunit-extension-net462-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-net462-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-net462-pluggable-agent
{
    Name     = "nunit-extension-net462-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-net462-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 27 Jun 2025.

Description

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


tools\agent\nunit-agent-net462-x86.exe
md5: 0837D34173425E8B7E67974B0AA7CF8A | sha1: 341DBACC62FA9A686E9463E27F9E977A5E431F2F | sha256: C865A2DA131E70584F17927BD3BC3E5692E33424791B57CED204B7EA7D17FE7B | sha512: A7675B58215062603F286A63B652EA37C0BBB2403E77CD218155A998CB803E99A7E37F724BD6D93247785FBE1F4654889212D2165B4B21FAFFBB939655DBAC58
tools\agent\nunit-agent-net462.exe
md5: 6ADFED6B08CE651703154D998722AF58 | sha1: 5DABC4B497D852BF09DE1C28D588CAA5A2EABC04 | sha256: F1F453CC2E383877B05A475217F65BFF16251467C167A60813D692C855C2238F | sha512: 30B433CA96143EEC9E432DE1F6E930E3D781308328E83AEC0DF0FA5A8066F288D9FEF4635901315B0137DFE195534A737A922BEB775CFA0DD34F1C939AAB19CD
tools\agent\nunit.agent.core.dll
md5: 49FA29F471DB882ABA49BB6ABC6639D1 | sha1: E03A36385BEA14B4637EFAEF8336DE4CDE0009F0 | sha256: 022A77BBAEE263A8EB97BD5F27AD135F020E3EE99D1C21A7CFC47DA3DD25D257 | sha512: AB674B6FBD29945ABAB0BB2190902A2B8815BD7B67E871BBDA33D7F830CAA12AFCD60325FB37D7521B68ABABDAA288E0B72D37DDD9CBB99D0E34517DEF252DA4
tools\agent\nunit.common.dll
md5: EC947FB094AFAA5AD528886C378B1C75 | sha1: E279445A2B19260EF8280C19582EA2B8775A3494 | sha256: CC331AEFDFFF441F81261FB4AE86974E3554943B5D25172BF05ECB049F9552ED | sha512: 4E3E8023F6C96AA99DAAF4AF3958176E1D8D21F16694A507AD50B7669A582D64AAF4D5BF3250F769E1EECB52662460D5C866EE933410C2DF5D4ACD368D14B9A8
tools\agent\nunit.engine.api.dll
md5: 5C174D68072F9C915E21A2AB6945D7B6 | sha1: 5D07A894083965837E83F1DED3818225862FDD25 | sha256: 9A3082205EE0A60AC0CE8F21165C6D0229495A86492B799A9E0DB85AD4605435 | sha512: E8937CDA4E7E8151EEC6CDDF79E09150AA2632734EE1E9474EF00FB508AFC94124CFA8A20AC9788D7A8BF51BC8584F0DF2FFE4EEFBA80F756941F7CFB5544B62
tools\agent\nunit.extensibility.api.dll
md5: FC078775D38A87D99790312CBD4FAA0C | sha1: 2D3A890D45918C3B7DD10DF52FECD852905D6E01 | sha256: EF737DA9AD006CC120EEF6CCFDA7CF7D049A86C7D0E75E5C1779E4C34E847A12 | sha512: D0B9D2F9F9C58578FEACC45B5C1CC517263A542010C4111A5404624C47ABEC18F5219E150167182E9B517512BDD79C99C3D160C4E7941CE478E8ECA65429CE25
tools\agent\nunit.extensibility.dll
md5: D2F04EE9FD9212A6352720F9E18923D2 | sha1: 71CAD6EB07211001E4B5E84DF3CFA55FA6B89577 | sha256: F6DE12269F2C200F19B5B20B20E560999B41C0C9E7E365F79F7041164B941D7F | sha512: 2B8B802736C9CDEADFAB8C60B49D0CB7F0A2B9D0CB7BE9CCB8F305F03EA7BA915451532970963638B8779FDAC4CA0E91005C62CCCB642C4FCAEBC08D39E68267
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-net462.dll
md5: 3E757612933DB81A56ABDF4493EBDA93 | sha1: 6B3A883170A1A81B248F87F113F6ED89623449C4 | sha256: 62111C66D368CE82E7EF93CF72C5027EA04E75DCE63F49285DDDCC01251D599E | sha512: 6EE37D9DE7FB7927E1DFA6473C789A942AF79037D818FF0F5828B226DBA1CFE0DFEDEA4121CA8651A3583836884A446FD97F5D7027FEA22842E2077A653CEF3F
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 4.6.2 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 4.6.2 Pluggable Agent 2.1.1 981 Sunday, September 3, 2023 Approved
.NET 4.6.2 Pluggable Agent 2.1.0 56 Sunday, September 3, 2023 Approved
TestCentric Extension - Net462 Pluggable Agent 2.0.1 132 Thursday, May 11, 2023 Approved
TestCentric Extension - Net462 Pluggable Agent 2.0.0 86 Sunday, May 7, 2023 Approved

This package has no dependencies.

Discussion for the NUnit Extension - Net 4.6.2 Pluggable Agent Package

Ground Rules:

  • This discussion is only about NUnit Extension - Net 4.6.2 Pluggable Agent and the NUnit Extension - Net 4.6.2 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 4.6.2 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