Downloads:
1,277
Downloads of v 2.5.1:
251
Last Update:
15 Oct 2024
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
testcentric pluggable agent net80TestCentric Extension - .NET 80 Pluggable Agent
- 1
- 2
- 3
2.5.1 | Updated: 15 Oct 2024
Downloads:
1,277
Downloads of v 2.5.1:
251
Maintainer(s):
Software Author(s):
- Charlie Poole
TestCentric Extension - .NET 80 Pluggable Agent 2.5.1
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 TestCentric Extension - .NET 80 Pluggable Agent, run the following command from the command line or from PowerShell:
To upgrade TestCentric Extension - .NET 80 Pluggable Agent, run the following command from the command line or from PowerShell:
To uninstall TestCentric Extension - .NET 80 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 testcentric-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 testcentric-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 testcentric-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 testcentric-extension-net80-pluggable-agent
win_chocolatey:
name: testcentric-extension-net80-pluggable-agent
version: '2.5.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'testcentric-extension-net80-pluggable-agent' do
action :install
source 'INTERNAL REPO URL'
version '2.5.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller testcentric-extension-net80-pluggable-agent
{
Name = "testcentric-extension-net80-pluggable-agent"
Version = "2.5.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'testcentric-extension-net80-pluggable-agent':
ensure => '2.5.1',
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 by moderator Windos on 15 Nov 2024.
TestCentric engine extension for running tests under .NET 8.0
md5: 7079B76A00C482299F4E18E50F50A672 | sha1: 7F2791BEBDF420EC4E03197735EA7C123C8C4718 | sha256: 73E69DA2A4462DCDC89136A741C41631A21BAF5BD1362D8B273EEB8AA451F153 | sha512: EFB0F2AC09A71F894F6F911499095498B34BCF7FC7A5F27D4C48E947E9D48CB314C0D036D12C1E1626AE90779C1B9AB01139FED90CC195AC3AD59C95050CDE6A
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"net80-agent/2.5.1": {
"dependencies": {
"Microsoft.Extensions.DependencyModel": "8.0.0",
"TestCentric.Agent.Core": "2.1.0",
"TestCentric.Engine.Api": "2.0.0-beta6",
"TestCentric.Extensibility": "3.0.2",
"TestCentric.InternalTrace": "1.2.1",
"TestCentric.Metadata": "3.0.3"
},
"runtime": {
"net80-agent.dll": {}
}
},
"Microsoft.Extensions.DependencyModel/8.0.0": {
"dependencies": {
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "8.0.0"
},
"runtime": {
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"System.Text.Encodings.Web/8.0.0": {},
"System.Text.Json/8.0.0": {
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
},
"TestCentric.Agent.Core/2.1.0": {
"dependencies": {
"TestCentric.InternalTrace": "1.2.1"
},
"runtime": {
"lib/net8.0/TestCentric.Agent.Core.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"TestCentric.Engine.Api/2.0.0-beta6": {
"runtime": {
"lib/netstandard2.0/TestCentric.Engine.Api.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"TestCentric.Extensibility/3.0.2": {
"dependencies": {
"TestCentric.InternalTrace": "1.2.1",
"TestCentric.Metadata": "3.0.3"
},
"runtime": {
"lib/netstandard2.0/TestCentric.Extensibility.Api.dll": {
"assemblyVersion": "3.0.2.0",
"fileVersion": "3.0.2.0"
},
"lib/netstandard2.0/TestCentric.Extensibility.dll": {
"assemblyVersion": "3.0.2.0",
"fileVersion": "3.0.2.0"
},
"lib/netstandard2.0/nunit.engine.api.dll": {
"assemblyVersion": "3.0.0.0",
"fileVersion": "3.99.0.0"
}
}
},
"TestCentric.InternalTrace/1.2.1": {
"runtime": {
"lib/netstandard2.0/TestCentric.InternalTrace.dll": {
"assemblyVersion": "1.2.1.0",
"fileVersion": "1.2.1.0"
}
}
},
"TestCentric.Metadata/3.0.3": {
"runtime": {
"lib/netstandard2.0/TestCentric.Metadata.dll": {
"assemblyVersion": "3.0.3.0",
"fileVersion": "3.0.3.0"
}
}
}
}
},
"libraries": {
"net80-agent/2.5.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Extensions.DependencyModel/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
"path": "microsoft.extensions.dependencymodel/8.0.0",
"hashPath": "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512"
},
"System.Text.Encodings.Web/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
"path": "system.text.encodings.web/8.0.0",
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
},
"System.Text.Json/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
"path": "system.text.json/8.0.0",
"hashPath": "system.text.json.8.0.0.nupkg.sha512"
},
"TestCentric.Agent.Core/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4Ne1ReriGPV/V9BmNMoY1ChWO8/JO1Jy4+yNAWUBbhPbaWaEMgq0rLAwsTAdzPUcMd8LFO/QP840pMSpT4XzPg==",
"path": "testcentric.agent.core/2.1.0",
"hashPath": "testcentric.agent.core.2.1.0.nupkg.sha512"
},
"TestCentric.Engine.Api/2.0.0-beta6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ywnvm29nEYEqjZRaPkFCKEp0rOdyZPDSx7+xEm0guE9LPtqpKs4+x1F97uvKMniD5yhUKy3otnVb0RPW6kl/pA==",
"path": "testcentric.engine.api/2.0.0-beta6",
"hashPath": "testcentric.engine.api.2.0.0-beta6.nupkg.sha512"
},
"TestCentric.Extensibility/3.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Tq2GadJvJYOS+VqyJd85gRuYag9TmDzfHpiBHwmI0XuWdHka10qUXb5eD56PpvnqXAJ85A6Pry4AgRSM2buEug==",
"path": "testcentric.extensibility/3.0.2",
"hashPath": "testcentric.extensibility.3.0.2.nupkg.sha512"
},
"TestCentric.InternalTrace/1.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YHEEVByO25QAbbWBKW6ykwTHqAJ+C7/SL/oN66aLDdhnIYraijzkfAV9uUwhLoitaCHoR9kRHkmUyhgJxl0eXw==",
"path": "testcentric.internaltrace/1.2.1",
"hashPath": "testcentric.internaltrace.1.2.1.nupkg.sha512"
},
"TestCentric.Metadata/3.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-L5Z3TgqmHwBIkDlrRBKjQs8AGOe2i9eeEznOfTnusHYZtp1dzc2m6trm9tLNCqq+crElcA6TNYidF77eMFvP8A==",
"path": "testcentric.metadata/3.0.3",
"hashPath": "testcentric.metadata.3.0.3.nupkg.sha512"
}
}
}
md5: AFB028A4A1A2225681BD674B566669A9 | sha1: A287E7F40CEF80860D5CAE06A0551880238547E8 | sha256: 9DF5514978B550A1C2AA95A4BB6D21EEC37C16BCC6789041B1531DCBC73C2DCE | sha512: E16E5F8054CD33C7E13C5D8B34B79A450040100D6E9CAEF746EED47916A099C0FCD38F34C8EBE2811FFDAE04128A5305AFF42760C3268C8EE71FCE3E13B4D52E
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
Nunit-agent only runs under .NET 2.0 or higher.
The setting useLegacyV2RuntimeActivationPolicy only applies
under .NET 4.0 and permits use of mixed mode assemblies,
which would otherwise not load correctly.
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!--
Nunit-agent is normally run by the console or gui
runners and not independently. In normal usage,
the runner specifies which runtime should be used.
Do NOT add any supportedRuntime elements here,
since they may prevent the runner from controlling
the runtime that is used!
-->
</startup>
<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->
<legacyUnhandledExceptionPolicy enabled="1" />
<!--
Since legacyUnhandledExceptionPolicy keeps the console from being killed even though an NUnit framework
test worker thread is killed, this is needed to prevent a hang. NUnit framework can only handle these
exceptions when this config element is present. (Or if future versions of NUnit framework drop support
for partial trust which would enable it to use [HandleProcessCorruptedStateExceptions].)
-->
<legacyCorruptedStateExceptionsPolicy enabled="true" />
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
<loadFromRemoteSources enabled="true" />
<!-- Enable reading source information from Portable and Embedded PDBs when running applications -->
<!-- built against previous .NET Framework versions on .NET Framework 4.7.2 -->
<AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
</runtime>
</configuration>
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}
md5: 557CEF4DB44D97A9BCF23C8813EEF95B | sha1: 5698FE83DDD0C0371D067F1446FECFCBDA7D21B8 | sha256: 8BE875F4AE0E53C53A215C1B3BA0C3CD2F6BF02643B6BFA746264F7B4FF21D04 | sha512: 65C542051CD7167146D81EDE6A8AE6A08BB02AA6EFFFB201B0526B1FFA81C77E8ABF29E8081466DE7C4B3040F7519B474B64929890FF58F2D752B8A6A77C7FFA
md5: 5E3A709BB7F0A5E1E27568297CD7A554 | sha1: F61D1134486E692B7A3FA84D09D5821E502BDABA | sha256: D87BA0A88B5D5755C085C88AD843A61BC9DB9C368BCC1B43098DE8374F2D13FB | sha512: E336C7A8551414AE02F4CCD80C5C243FAD9B6BA4345D3B14285C8431ABDD5A597C0A130ABE8E1598B84A602C77D72B39B42F4271951838115458ACBBBEEF765F
md5: B92063A6F7C9082218B01747CE2DA874 | sha1: BD5E0ACEF9EAFB529F01FC18FB27954CFDCF77F6 | sha256: 5D0A2E587D40AB7EC0E1AA5109A3693940D0DE0BF8D5D7934EC91D0C7CE54845 | sha512: 1CBF5B69B9E6298D0DEC94902F1CD7593813AFAF51D4F3DD9C345981959CC23476E089095B97EC3006ED7720E7E51FFFD7088D92D12EDFB93F7AF27CE87473A4
md5: 7F9841099B7363C19FDAF4D16AA6D1BE | sha1: 960A88913D92C6CFF45F7C4C064FE55912465824 | sha256: 0C0FF660BD7FAABDB0AC93AF43FAA5B00CD10536DA72C5AA75AA80D8C8589E38 | sha512: C19A1C7698EFDED03362C34DC86145FAAD1149E1354CBFAB2A4AC8EC461EBD2962E136BBFEB191AC0E52E5EC4604835AB45C0B5DEA2BE89292C68016EFBEAF33
md5: 6713789A4A26DD5DE3D4C08EFE295336 | sha1: 016E883596648614BAE79B4C6C3FDB169B92FA82 | sha256: 59870567760209B706D57534D887E27DB778C1565A353A017782CFEC4744228B | sha512: 291CDAEEC198DEA66FF85E35C8B8C1CBF24A3C1141FE8338BE12D0D1D39727BCB7C6945BF949D727C4F37E7D0C6A6371B83F165DB82DB595DF7DB1DBF937C3F0
Copyright (c) 2023 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: 508DEDC9FEAB342746C23529D015909E | sha1: 972707E74F64F2FBAEF14CA6568CF415B93D711E | sha256: 7EBD596E993390D5B5E93E54682B22EE987826721916CB77F9740DE8888568E2 | sha512: 1417F353676232661FF71A4A5B5C1BD68FC7E91E54E763A1A51350255BB0F9EED6C7A032FB2BA2A96AD0E2706057E05EFEE72E5959A37B3C4C6FFBD519E1B2CC
# NET 8.0 Pluggable Agent
A **pluggable agent** for the TestCentric Gui Runner, capable of running tests under .NET 8.0.
## About Pluggable Agents
Version 2 of the **TestCentric Engine** will no longer have built-in agents for running tests. All agents will
be distributed separately, as **pluggable agents**, which are a particulary type of engine extension supported
by TestCentric.
Of course, a runner without any agents would not be capable of doing anything useful. So, each runner we provide
will come with at least one **pluggable agent** pre-installed. For example the 2.0 release of the GUI will
include agents targeting `net462`, `net6.0` and `net7.0`.
The **pluggable agents** provided with a runner are still separate packages, but are listed as dependencies of
the runner package itself. This allows us to modify easily modify the set of standard agents provided for a
runner over it's life cycle and over the life cycle of the supported .NET platforms.
## Notes
1. All **pluggable agents** are being released with an initial version of 2.0.0. This is done to serve as a
reminder that the agents will only function in version 2.0.0 or higher of the TestCentric Gui Runner.
2. The package id for each **pluggable agent** uses the NUnit naming convention: _NUnit.Extension.*_ or
_nunit-extension-*_. However, no releases of NUnit 3 currently support this type of extension and it's not
clear whether they will be supported in future releases.
md5: 2D087F634DE88C9A8230BDFE2D9A0F23 | sha1: CFAAE0DD51836A71E87139BBA8B3C84ECFC5FBA6 | sha256: 3558F5814E412FE0483CFBBF83E28D7200C38B6865E2D07C43781807A22C258A | sha512: 2139D70F2DB1B49F925E8D4423632862A7C8DC4C78F89F94377B146A7B65CF3280CD78625097B8AEA5217CD0814CD4F83450AE908FCDEDD2A7B811CE7394F5E5
md5: AFE267655EB314EC628E17CA2193D6AA | sha1: 72A798AAF685229A789E959F3EC8360EE2800FBA | sha256: 1D085B4D2B7232E02292BAADD3ADA8DD2184D32AAEC6F9742717B597C1E3B260 | sha512: 40FF9DAC36ED791D45E3BDC4CB986D2786F556C36E41EF15D226F77ABB57AF7875ADECF0B837413A9C7872838AFAB5F7ED54BC6D75F6341D0930600D08D6AD9B
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 TestCentric Project itself. The binaries are
identical to those in the NUnit.Extension.Net80PluggableAgent nuget package.
Log in or click on link to see number of positives.
- Microsoft.Extensions.DependencyModel.dll (73e69da2a446) - ## / 72
- testcentric-extension-net80-pluggable-agent.2.5.1.nupkg (9d0fca119ed5) - ## / 68
- net80-agent-launcher.dll (c8632e6d92df) - ## / 72
- TestCentric.Engine.Api.dll (3558f5814e41) - ## / 72
- TestCentric.Extensibility.Api.dll (1d085b4d2b72) - ## / 73
- net80-agent.dll (4d2e50e0d76d) - ## / 73
- TestCentric.Agent.Core.dll (8be875f4ae0e) - ## / 73
- TestCentric.Engine.Api.dll (d87ba0a88b5d) - ## / 73
- TestCentric.Extensibility.Api.dll (5d0a2e587d40) - ## / 73
- TestCentric.Extensibility.dll (0c0ff660bd7f) - ## / 73
- TestCentric.InternalTrace.dll (598705677602) - ## / 73
- TestCentric.Metadata.dll (4198d5cd2c1f) - ## / 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 |
---|---|---|---|---|
TestCentric Extension - .NET 80 Pluggable Agent 2.5.1 | 251 | Tuesday, October 15, 2024 | Approved | |
TestCentric Extension - .NET 80 Pluggable Agent 2.5.0 | 491 | Wednesday, May 8, 2024 | Approved | |
.NET 80 Pluggable Agent 2.4.1 | 354 | Thursday, February 29, 2024 | Approved | |
.NET 80 Pluggable Agent 2.4.0 | 147 | Wednesday, November 22, 2023 | Approved | |
.NET 80 Pluggable Agent 2.3.0 | 34 | Sunday, November 19, 2023 | Approved |
Copyright (c) 2021-2024 Charlie Poole
This package has no dependencies.
Ground Rules:
- This discussion is only about TestCentric Extension - .NET 80 Pluggable Agent and the TestCentric Extension - .NET 80 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 TestCentric Extension - .NET 80 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.