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
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nunit-extension-net80-pluggable-agent --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
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.
This package was approved as a trusted package on 28 Jun 2025.
This extension allow the NUnit engine to run tests under .NET 8.0.
md5: 18E8B8A1DD476C500DF673612CB9FD14 | sha1: F6889CD4C4B0B23C99EF913EFBACD7CB0145D3A5 | sha256: D8EC4261597A4A119B5BD97770C605F668794A0155707C6A785C41405A7494DC | sha512: 0014A8DBB0C1EFB15302B29018252A06E2FA96DF6D8650BF6AABC2273876C580225AD441464C53B5190F66BE2FB080F310202A6398169BFA7D3FA5CE8427765C
{
"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"
}
}
}
md5: A8FF8D562438985650B469EDE4556E88 | sha1: 45D20D9B7D5FCCB474D0064F0642518923438A5A | sha256: 28B89B887A67DCE8AFFDA623A43DC7582828B7AF35ADD36DB09964E723AD9279 | sha512: 2E10646EF32CCEFD4F1722EFECCD73639CA7AB51E924610ECC727CCB4893D3A4E096519D733F2E3EA32DBA02BAB4E33417B2F1EA5046DC4C227DD1B1706FAB68
{
"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
}
}
}
md5: 0B84731FC728BC3A0E781576BBF6B7EA | sha1: E1ABBAB98496A856DFD75548C3EF7A051893C8C5 | sha256: D5AB60C15B215D40349016BF9F18FD668EB71E8D6431BB772408549591EFF80F | sha512: A47BD40F6D179C7EB24D00CA16C0B15894B641EF3248D5A5AC9480D3B407997E1A16B0F949C9E211726052D1F4DB2C0E9316B66E5C36664037C5DBBFF9308587
md5: 5844B99681966C55E0ECD3BA69BFF592 | sha1: 4D07CF4590A8322F1D96A1944EC5D984A6A1EFDE | sha256: 77B4B71907D4BBAEEC71FEAA409E8BBE9A7CBBE9B76A62C1BC83B8105BB08816 | sha512: C1A6599E1D6441AF87D12207A616444BA740026EF5C37266A8C954DA5C21E28ABF2622E71F3ED24CF87712E3F4DF3171F735BA11D0800A35870BBE7739BD9384
md5: 282D63CEF8D232079E3A80690995325A | sha1: 726088B78DE269ED530B1DCE0EBF9D6E72E6655A | sha256: 7CD0D00390A74455F9A5296E56D19BB7B145E85C3FDB3805BCB5E7E2B6CB0F17 | sha512: A0A561F1B840408885C7EF250E1A8E51AD0F94660F0D4F5EE992AE00ACE0B8CB793F01F487496C1C0BAF37632C1C650886050E4BD101C1A4DD929AF1D5A31BFD
md5: 769FDECF3D4CF71D9CE97AE0D6748F74 | sha1: 044B9D97D39DC8D57957F39A1B2F6E28BCE00649 | sha256: 0C429C16F325B7103B067FF53CEE6ACA91345FB00FE8973977284959A8D06B00 | sha512: 7D05B1F1E61656CE987C99C8032035BB1F5D4C9C03ED734E8AE62D67A68CFEF3C43CD3E564D8369C570C6E8C1015D34234023776E0EC6A8AAFEA47C25E00E99E
md5: 28313F114E7F33E12C61ABF92F868045 | sha1: 6BE975183AAB6004B951DB7ADB20A94C287C0B3F | sha256: F8CC27B9A128AEB191508BB4BA90FBC1712553AAAFDC7B885256BB8D9E0E75B5 | sha512: FECCA995A0A8D6D673BE6B93506BDC5EA590EF7E21293EFECBE7B07560A15F1274F08509B18AB97DBBF3EA0D94603441E5C8AB02F1C8F60AEE6302433889E654
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.
md5: 6C6A3B74C7166F93BB2BA794D0A68675 | sha1: D23496000998A9320041664F3DA902E5C840AD1F | sha256: 452D7E53F81408161CFCB6102D3AE9D3D82AFC0954B5B38BD530107D522089F9 | sha512: F85CC0F36B68D87B0D1F6A4425F9DD78A9821ACE08E8AF5F8DE39F3F2C9FFEA29FDBAB127A965351EE9FCA79ED9FBD47711F15D9A8F5B2AB7464C349DA89D749
md5: 49FA29F471DB882ABA49BB6ABC6639D1 | sha1: E03A36385BEA14B4637EFAEF8336DE4CDE0009F0 | sha256: 022A77BBAEE263A8EB97BD5F27AD135F020E3EE99D1C21A7CFC47DA3DD25D257 | sha512: AB674B6FBD29945ABAB0BB2190902A2B8815BD7B67E871BBDA33D7F830CAA12AFCD60325FB37D7521B68ABABDAA288E0B72D37DDD9CBB99D0E34517DEF252DA4
md5: 5C174D68072F9C915E21A2AB6945D7B6 | sha1: 5D07A894083965837E83F1DED3818225862FDD25 | sha256: 9A3082205EE0A60AC0CE8F21165C6D0229495A86492B799A9E0DB85AD4605435 | sha512: E8937CDA4E7E8151EEC6CDDF79E09150AA2632734EE1E9474EF00FB508AFC94124CFA8A20AC9788D7A8BF51BC8584F0DF2FFE4EEFBA80F756941F7CFB5544B62
# NUnit .NET 8.0 Pluggable Agent
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.
- TestCentric.Metadata.dll (4198d5cd2c1f) - ## / 72
- Microsoft.Extensions.DependencyModel.dll (d8ec4261597a) - ## / 57
- nunit.agent.core.dll (022a77bbaee2) - ## / 69
- nunit.engine.api.dll (9a3082205ee0) - ## / 71
- nunit-extension-net80-pluggable-agent.4.0.0.nupkg (ef622abcff9a) - ## / 68
- nunit-agent-launcher-net80.dll (452d7e53f814) - ## / 71
- nunit-agent-net80.dll (28b89b887a67) - ## / 71
- nunit.agent.core.dll (d5ab60c15b21) - ## / 72
- nunit.common.dll (77b4b71907d4) - ## / 72
- nunit.engine.api.dll (7cd0d00390a7) - ## / 71
- nunit.extensibility.api.dll (0c429c16f325) - ## / 72
- nunit.extensibility.dll (f8cc27b9a128) - ## / 72
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 |
---|---|---|---|---|
NUnit Extension - Net 8.0 Pluggable Agent 4.0.0 | 14 | Friday, June 27, 2025 | Approved | |
.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 |
Copyright (c) 2021-2025 Charlie Poole
This package has no dependencies.
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.