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:

476

Downloads of v 2.3.0:

57

Last Update:

23 Oct 2023

Package Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

testcentric pluggable agent net60

.NET 60 Pluggable Agent

This is not the latest version of .NET 60 Pluggable Agent available.

  • 1
  • 2
  • 3

2.3.0 | Updated: 23 Oct 2023

Downloads:

476

Downloads of v 2.3.0:

57

Maintainer(s):

Software Author(s):

  • Charlie Poole

.NET 60 Pluggable Agent 2.3.0

This is not the latest version of .NET 60 Pluggable Agent available.

  • 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 .NET 60 Pluggable Agent, run the following command from the command line or from PowerShell:

>

To upgrade .NET 60 Pluggable Agent, run the following command from the command line or from PowerShell:

>

To uninstall .NET 60 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 testcentric-extension-net60-pluggable-agent -y --source="'INTERNAL REPO URL'" --version="'2.3.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 testcentric-extension-net60-pluggable-agent -y --source="'INTERNAL REPO URL'" --version="'2.3.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 testcentric-extension-net60-pluggable-agent
  win_chocolatey:
    name: testcentric-extension-net60-pluggable-agent
    version: '2.3.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'testcentric-extension-net60-pluggable-agent' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.3.0'
end

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


cChocoPackageInstaller testcentric-extension-net60-pluggable-agent
{
    Name     = "testcentric-extension-net60-pluggable-agent"
    Version  = "2.3.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'testcentric-extension-net60-pluggable-agent':
  ensure   => '2.3.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 by moderator Windos on 24 Oct 2023.

Description

TestCentric engine extension for running tests under .NET 6.0


testcentric.png
 
tools\LICENSE.txt
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.

tools\README.md
# NET 6.0 Pluggable Agent

A **pluggable agent** for the TestCentric Gui Runner, capable of running tests under .NET 6.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.
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 TestCentric Project itself. The binaries are 
identical to those in the NUnit.Extension.Net60PluggableAgent nuget package.
tools\net60-agent-launcher.dll
md5: 57F29F834C6F3EA85328BF4B0558542B | sha1: 0D1F656C82DB05744439F6C00E7FDE852048D47B | sha256: D3D3B72B6A01FA25EFF342012E25786E9FC4FB19481A0BA4AAFAA2EC3C9ACA18 | sha512: 6375F24090F579AB8FCDA8B3227692C7C2C620464376237C8AE0FD28EFBD6F3A7623E6C05C7A5826291C21F05174C7DE580E7AC12277F907713E15CF919EE796
tools\net60-agent-launcher.pdb
 
tools\testcentric.extensibility.api.dll
md5: C7B0E4B6F57CAC8B903C92F380DA0D87 | sha1: A66C361FAF2B40D5E2B67F71FEC1A5DE14DF3CA2 | sha256: 26F0C5A6754444B2F18662D9E36DC6FDCEDF0091D4FB09DB35CB3E56221B4E74 | sha512: 8ACE3EEB5F49281C9ADD7544F0C8AD2647E2E3CA34022AF8D2C04803496D33FEB216F5FE4DD3B1DE32A39C34719D49AC2D21C35327184DEFF1AFA48C193FEAF4
tools\TestCentric.Engine.Api.dll
md5: 9C22D12292A5EE44B416AD3DFD13E449 | sha1: BBEFD43D1EF5D6F7461125AA51953820F7B39D83 | sha256: 35D532D38F242EF9DCFDD02BB91EF35EE2D144A779AF1D53D61B5DA094AE0FBD | sha512: 1C87B7EF84F5574F9AB5AE2F1BC90550C876C2AEBB78C35D08233B6A968A916ADBC33F8CD8CA869FBD0DB2E738EFA75463905B878EBD78F7327AEFE4645C1125
tools\agent\net60-agent.dll
md5: B1FC6272F3C7394F7A972F5EA88606A9 | sha1: DD88578810556CBBF5460B3CEB4B0CB6901EB7B7 | sha256: 3A2D5B4F5B997836D8F9869DB88357C135C42FD36689219EE06D2A5461B55AFB | sha512: 3F89D55BA0ADB074518E8FD1CA2538534181DFBAE09D0F815FF0E59135F3100D0CA3095E7DA3F3BB55C46B666156C04D931C6045D68B543C2130B4A08E223D84
tools\agent\net60-agent.pdb
 
tools\agent\net60-agent.dll.config
<?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>
tools\agent\net60-agent.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {
      "net60-agent/2.3.0": {
        "dependencies": {
          "TestCentric.Engine.Core": "2.0.0-beta3",
          "TestCentric.InternalTrace": "1.0.0"
        },
        "runtime": {
          "net60-agent.dll": {}
        }
      },
      "TestCentric.Engine.Core/2.0.0-beta3": {
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56502"
          },
          "lib/netcoreapp3.1/TestCentric.Engine.Api.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          },
          "lib/netcoreapp3.1/testcentric.engine.core.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          },
          "lib/netcoreapp3.1/testcentric.engine.metadata.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          },
          "lib/netcoreapp3.1/testcentric.extensibility.api.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          },
          "lib/netcoreapp3.1/testcentric.extensibility.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "TestCentric.InternalTrace/1.0.0": {
        "runtime": {
          "lib/netstandard2.0/TestCentric.InternalTrace.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "net60-agent/2.3.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "TestCentric.Engine.Core/2.0.0-beta3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tm3GdanPZgn3IOm/MXfoDP2LiJo8VVC9g6VTcKbg6STbbn8zTJ7chYL2PmPzmyZSdKeIFaAqqk6lBKwSWgIhWw==",
      "path": "testcentric.engine.core/2.0.0-beta3",
      "hashPath": "testcentric.engine.core.2.0.0-beta3.nupkg.sha512"
    },
    "TestCentric.InternalTrace/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-akeZ3nnnfZAj9EBr9PyYpTFH24tl3UuhOebJ8ElUAI8MhVfRg/QksrKTfJ5SieB2skM8Pbx5faoAObK+LHDeoQ==",
      "path": "testcentric.internaltrace/1.0.0",
      "hashPath": "testcentric.internaltrace.1.0.0.nupkg.sha512"
    }
  }
}
tools\agent\net60-agent.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "6.0.0"
    },
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
tools\agent\TestCentric.Engine.Api.dll
md5: 3E6864105BFF3B03845BCC7A411A0623 | sha1: ACC4A25F214FE347C3B9DFBB448A5760398E7388 | sha256: C2B3AA6B3E2DE5A45B6BF8F7947C3CAA95EE1D9EBD8CDD7B47C5C583933A4DED | sha512: EBCF46094116A85E54D151BABC7967959E813EAFC000295789962C5B1AC50F4E6A548FE3111393778D70FC1A0F44F0C1418061D030ACB738F81011D2CD7F6104
tools\agent\testcentric.engine.core.dll
md5: 15AAA9ED340C1F62BF64F91A87D30830 | sha1: 56175EB766D67BBB70827CE7E09D95E385BABEED | sha256: A2C48ED279C93BF1EC541C478DD5C8DF06A781AD34205FE85FBD9E3C875764E6 | sha512: CEAF9153F5A84E59E43691E72A0DA4353694D20DE5D70213F7C1092A615ACD55863FB0A21335AB931F5308DBA0E74AEADFCD285E125659D99F72169A070EA51A
tools\agent\testcentric.engine.metadata.dll
tools\agent\testcentric.extensibility.dll
md5: 7A31D2487D55468DA17F9D335779057E | sha1: EA43CAE839955D7F3AF8780AA1F16446E5F26634 | sha256: 58F9336AFFE2825C53245CFEABCEA280584E24790AE5B979FCF7D4C180590E71 | sha512: 530F155A51EDA55D53A13107D2F3C9852A577AD9521E31E2AD3BAB6F959EC9BA6288C4D4737BE55B95B50D0050D43C75CD59D9C30346CCE7F95B846D662281A8
tools\agent\TestCentric.InternalTrace.dll
md5: 2CB3099FF077F4669F238BE1DB07924A | sha1: B3CB16E309A6B2E6E546747C9B89DC2719F956FB | sha256: 48E0ED73F879BC5430E16200FA851FF7D042F64DA55A579B22CA5352FF7C752F | sha512: A7514397804476624C5D1B5EAE31036C50B1E05CF0430B82DC980FA3E413EE4C2DF0619B92BE5553A3E91A28A75CCA79B1649F9DF0963E31CA05ED7EE75F91C6
tools\agent\testcentric.extensibility.api.dll
md5: 29FD8E71A4B66DF1D89B5DC41FF8D87A | sha1: 9D750A773EE841CC874480064BF8C408AB755030 | sha256: 93781539B6F332B4C4BD837873AFA072725F47A4AEEE3FAB990EEAFBA09DEEE2 | sha512: E5CE1DE2283F3EBE858B0B7C21A6E595B7C73CB9E71D93590C2555F65DB6D5AF121B7D0FF727DD9F8738B3F0F5BBB83708F3ED2839B9FD28E1DF9E0B96FB17D1
tools\agent\Microsoft.Extensions.DependencyModel.dll
md5: 8C222EE9AF624C8A47F04AC0F0ED5D27 | sha1: 88E6D44DF0C532CF70FAF3CC0ADDE67D416ECE0D | sha256: 693AD69D561F8533C9C45C41D8BCD9810547E2E862DFFB275B10B5EB0DAB9A6B | sha512: D0CE6201B3123A0311CB116DB62F6253223810A78BC3E025B9748A05A2285A41B256C180F7E7AA75202D6151365C2E07486C9B6FC7B939E1EFED9B54C84A0BE9

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 60 Pluggable Agent 2.4.1 281 Thursday, February 29, 2024 Approved
.NET 60 Pluggable Agent 2.4.0 80 Sunday, November 19, 2023 Approved
.NET 60 Pluggable Agent 2.3.0 57 Monday, October 23, 2023 Approved
.NET 60 Pluggable Agent 2.2.0 28 Thursday, September 14, 2023 Approved

This package has no dependencies.

Discussion for the .NET 60 Pluggable Agent Package

Ground Rules:

  • This discussion is only about .NET 60 Pluggable Agent and the .NET 60 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 .NET 60 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