Downloads:
981
Downloads of v 2.0.0:
55
Last Update:
07 May 2023
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
net462-pluggable-agent testcentric nunit extension pluggable agent net462TestCentric Extension - Net462 Pluggable Agent
This is not the latest version of TestCentric Extension - Net462 Pluggable Agent available.
- 1
- 2
- 3
2.0.0 | Updated: 07 May 2023
Downloads:
981
Downloads of v 2.0.0:
55
Maintainer(s):
Software Author(s):
- Charlie Poole
TestCentric Extension - Net462 Pluggable Agent 2.0.0
This is not the latest version of TestCentric Extension - Net462 Pluggable Agent available.
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
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TestCentric Extension - Net462 Pluggable Agent, run the following command from the command line or from PowerShell:
To upgrade TestCentric Extension - Net462 Pluggable Agent, run the following command from the command line or from PowerShell:
To uninstall TestCentric Extension - Net462 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-net462-pluggable-agent --internalize --version=2.0.0 --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-net462-pluggable-agent -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" [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'" --version="'2.0.0'"
$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: '2.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 '2.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 = "2.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 => '2.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 by moderator flcdrg on 11 May 2023.
This extension allow the TestCentric GUI to run tests under the .NET 4.6.2 framework.
Copyright (c) 2021 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.
TestCentric Net20 Pluggable Agent 1.0.0 - March 30, 2021
This is the initial release of the net20 pluggable agent and is the first
pluggable agent released. Pluggable agents allow the TestCentric Engine
to support agents for executing tests beyond those that are built in.
TestCentric Net20 Pluggable Agent 2.0.0 - December 2, 2021
This release of the net20 pluggable agent is compatible with the TestCentric
2.0 GUI and engine, which is still in development at the time of release.
It should not be used with any earlier versions of the GUI.
Features
* 2 Distribute pluggable agent as nuget and chocolatey packages
* 5 Update net20-pluggable-agent to work with latest 2.0.0 engine package
Build
* 14 Use TestCentric.Cake.Recipe for building agent
* 16 Add publishing and release to the build script
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.Net20PluggableAgent nuget package.
md5: 7AB53799EE4DA177148D8D9A4D27EA77 | sha1: 9242969B91FF45821FFF253794897B88754D0BF9 | sha256: 7687580B199BD51EA3AB97A41B481C6A186AFD2AD08EB4692A4571A55C1E042F | sha512: 0D5D9937EB50A114330083531EEAEEDFE2D1BF1114AB0A372527C0BBDCCCCD5E151919D5A67F9646858B02C2E41FD81679ECF5AFEEB7767DC9D235BC197CD1B0
md5: 06A46EDD18D055C2BFF509B273FDB256 | sha1: 37ECD1CE01A757C1870A1C98B316002A1F14DCB0 | sha256: BA3C92F7AA62A0B5FE7C0EDEAC4635AF45179BDACC6BC018ED8E700F72359D53 | sha512: CFA4DF99859E13B4F68E8ACA1810D9243DF5F3EC57415252CE0F3CF1544D055599B2600F70172C76B6AA03F4AED552146FEC1C38746372E5748A3D065D99CA2A
md5: 6C9B19ABCA59D4DFF73953C7DD735257 | sha1: CDE16D938C98D4380B181EA1044C0517F0ECB25A | sha256: F82C11045E9EEE25AF4090278153606EC67947D9372FD046C506819AACB5084A | sha512: 4D3ABB87DBF8ECF76AD6D838584980F5FB8970ADF71A57DB47CC60236E1E71A1285902EB2CBF9012C17302240981320A7ADAD696B9384493D2D53F3EB9576ADD
md5: 5EBA8B22510D79CB352EC9ED0BDB8ADA | sha1: 35EC10C037C1E8EA1159F149C17147985096C998 | sha256: 7FD383B3B2F81AB86BD8E67494C6EAB14B2E37D7C65A330C255B300D61FFB12E | sha512: 8E60CD698C0AA1B1FD6022CEAB7618C327DB747C736FD9EFFDA43BEBCF58EA1EB3E17130231A9DFA3144948B3AC290EAED89E39F197CBB69411ADE8631A4E61A
<?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>
md5: DDC17C65C2CC949F0A7743DEFFEEA9F4 | sha1: CC0BD47C512B07AACD33AA50C1352957DA7C6A88 | sha256: E00D9D6AB1D8F1B4E20EF151648082CB468E8B363B64138A434DA97A0B715C84 | sha512: A81D27B54D9D5430BCBA28F6909BCF7D8AE49955D6B6AB3DB5C9FB0A51508918C72232DE612C28E76082DF66E2AB11F986FCFB5FE0880034A87C207F6D2E7FD1
md5: 5DCF17E2E4EEE7D0271A4217C6F553F0 | sha1: 3D1BC7BED70F821C7824583A4CB04B10572FCD6B | sha256: 568E1ABA44724AF6419C332189E69F446D6C57EF7E171713D7541EA636AA332D | sha512: 003E4F45A68121F48937F5DECACC7173FE372EAE0816A24E82008C536EA4BACF3248465DEE890E8B763A2FFDA693559606BF137135899087CF2DAFD4A1EF0EDD
md5: FC725596D82D610B384718757D129849 | sha1: 5308FAD5EDD5C751960FC46613945EF2B9AF6363 | sha256: F56FA1F71733096CC74FB6AF0338E0130D9D1C6AB77B59ADC049CBA681141DE3 | sha512: 208FE1B9A6B1DDC7A9E8E92A8B81415415932D417EB39C6AA5BFCCB032FACF3F5229F2B4A893F8AB8A0D978A05CD8898FD4399F3B6AEA40A8A1FFCD23C8A8067
md5: 06A46EDD18D055C2BFF509B273FDB256 | sha1: 37ECD1CE01A757C1870A1C98B316002A1F14DCB0 | sha256: BA3C92F7AA62A0B5FE7C0EDEAC4635AF45179BDACC6BC018ED8E700F72359D53 | sha512: CFA4DF99859E13B4F68E8ACA1810D9243DF5F3EC57415252CE0F3CF1544D055599B2600F70172C76B6AA03F4AED552146FEC1C38746372E5748A3D065D99CA2A
<?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>
Log in or click on link to see number of positives.
- nunit.engine.api.dll (ba3c92f7aa62) - ## / 70
- testcentric.engine.metadata.dll (8a1098f54f72) - ## / 75
- nunit-extension-net462-pluggable-agent.2.0.0.nupkg (66b2652e7cc3) - ## / 64
- net462-agent-launcher.dll (7687580b199b) - ## / 69
- testcentric.engine.api.dll (f82c11045e9e) - ## / 69
- net462-pluggable-agent-x86.exe (e00d9d6ab1d8) - ## / 69
- net462-pluggable-agent.exe (7fd383b3b2f8) - ## / 70
- testcentric.engine.core.dll (f56fa1f71733) - ## / 68
- testcentric.extensibility.dll (568e1aba4472) - ## / 68
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 | 777 | Sunday, September 3, 2023 | Approved | |
.NET 4.6.2 Pluggable Agent 2.1.0 | 35 | Sunday, September 3, 2023 | Approved | |
TestCentric Extension - Net462 Pluggable Agent 2.0.1 | 114 | Thursday, May 11, 2023 | Approved | |
TestCentric Extension - Net462 Pluggable Agent 2.0.0 | 55 | Sunday, May 7, 2023 | Approved |
Copyright (c) 2021 Charlie Poole
This package has no dependencies.
Ground Rules:
- This discussion is only about TestCentric Extension - Net462 Pluggable Agent and the TestCentric Extension - Net462 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 - Net462 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.