Downloads:
539
Downloads of v 2.2.0:
55
Last Update:
20 Nov 2023
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
testcentric pluggable agent net50.NET 50 Pluggable Agent
This is not the latest version of .NET 50 Pluggable Agent available.
- 1
- 2
- 3
2.2.0 | Updated: 20 Nov 2023
Downloads:
539
Downloads of v 2.2.0:
55
Maintainer(s):
Software Author(s):
- Charlie Poole
.NET 50 Pluggable Agent 2.2.0
This is not the latest version of .NET 50 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
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install .NET 50 Pluggable Agent, run the following command from the command line or from PowerShell:
To upgrade .NET 50 Pluggable Agent, run the following command from the command line or from PowerShell:
To uninstall .NET 50 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-net50-pluggable-agent --internalize --version=2.2.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 testcentric-extension-net50-pluggable-agent -y --source="'INTERNAL REPO URL'" --version="'2.2.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-net50-pluggable-agent -y --source="'INTERNAL REPO URL'" --version="'2.2.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-net50-pluggable-agent
win_chocolatey:
name: testcentric-extension-net50-pluggable-agent
version: '2.2.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-net50-pluggable-agent' do
action :install
source 'INTERNAL REPO URL'
version '2.2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller testcentric-extension-net50-pluggable-agent
{
Name = "testcentric-extension-net50-pluggable-agent"
Version = "2.2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'testcentric-extension-net50-pluggable-agent':
ensure => '2.2.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 Windos on 21 Nov 2023.
TestCentric engine extension for running tests under .NET 5.0
Copyright (c) 2021-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.
# NET 5.0 Pluggable Agent
A **pluggable agent** for the TestCentric Gui Runner, capable of running tests under .NET 5.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.
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.Net50PluggableAgent nuget package.
md5: C39F75AA7048BDCADF031B8851A4A0F7 | sha1: 0B6DD40C75AA31A545A44C3F22AB925CF3882210 | sha256: 71957BE6E7D00B8FEAA005094DF346E7C2ADF651A4C2A020CE035B0426130A4D | sha512: A00CA61196C8115B3B44AC814480D574900BE4943E57F22E1C8EAE6D02E59A5C8F11EF5BFFE8040D721B606FE305204B37C1D6415ABA1F5B29281E19AFB187C4
md5: C7B0E4B6F57CAC8B903C92F380DA0D87 | sha1: A66C361FAF2B40D5E2B67F71FEC1A5DE14DF3CA2 | sha256: 26F0C5A6754444B2F18662D9E36DC6FDCEDF0091D4FB09DB35CB3E56221B4E74 | sha512: 8ACE3EEB5F49281C9ADD7544F0C8AD2647E2E3CA34022AF8D2C04803496D33FEB216F5FE4DD3B1DE32A39C34719D49AC2D21C35327184DEFF1AFA48C193FEAF4
md5: E8C94F8F8E49012B35FFC7D7905908D6 | sha1: 17C226EEF5F9908E26C0DD06893EAB92BCDCA19B | sha256: 35D3D0C55DE5BBAF80DBF331E04440B8848B95D42ADB7AC2EE14ADA081504494 | sha512: 3D79C4D7FE248E74664308FA844934DF7E0D774BB6B7B7F7D0376D9FD86F13EA20FA510A95473654BAB31C3AB38F324B4F49D996FF12AA5A016E69117162BAD5
md5: F1D489AE41BB838CA6B6F6398E36EAEA | sha1: E4D8C375C7813F8BF7E2483D016C159FCA64C1D1 | sha256: 1ABE901229B3EF39384FCB581D2301430CBC52684ADD9F09F5FA8CA3CB1B26DE | sha512: 673B05CB2B8979429FCDAFE6702DB26B942A4A389C6DD46575E4B137358212B10B79FCFF53F54AF5C659CC16A583B3FB01ECE0C28D766152F79B8DFE733FD821
<?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>
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"net50-agent/2.2.0": {
"dependencies": {
"Microsoft.Extensions.DependencyModel": "8.0.0",
"TestCentric.Agent.Core": "2.0.0-beta4",
"TestCentric.Engine.Api": "2.0.0-beta4",
"TestCentric.Extensibility": "2.0.0",
"TestCentric.InternalTrace": "1.0.0"
},
"runtime": {
"net50-agent.dll": {}
}
},
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
"runtime": {
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"Microsoft.Extensions.DependencyModel/8.0.0": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5",
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "8.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"System.Buffers/4.5.1": {},
"System.Memory/4.5.5": {},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"runtime": {
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.Text.Encodings.Web/8.0.0": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"System.Text.Json/8.0.0": {
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "8.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/System.Text.Json.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"System.Threading.Tasks.Extensions/4.5.4": {},
"TestCentric.Agent.Core/2.0.0-beta4": {
"dependencies": {
"TestCentric.Engine.Core": "2.0.0-beta4",
"TestCentric.InternalTrace": "1.0.0"
},
"runtime": {
"lib/netcoreapp3.1/TestCentric.Agent.Core.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"TestCentric.Engine.Api/2.0.0-beta4": {
"runtime": {
"lib/netstandard2.0/TestCentric.Engine.Api.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"TestCentric.Engine.Core/2.0.0-beta4": {
"runtime": {
"lib/netcoreapp3.1/testcentric.engine.core.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"TestCentric.Extensibility/2.0.0": {
"dependencies": {
"TestCentric.InternalTrace": "1.0.0",
"TestCentric.Metadata": "2.0.0"
},
"runtime": {
"lib/netstandard2.0/testcentric.extensibility.api.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
},
"lib/netstandard2.0/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"
}
}
},
"TestCentric.Metadata/2.0.0": {
"runtime": {
"lib/netstandard2.0/testcentric.engine.metadata.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
}
}
},
"libraries": {
"net50-agent/2.2.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
"path": "microsoft.bcl.asyncinterfaces/8.0.0",
"hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.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.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.Memory/4.5.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
"path": "system.memory/4.5.5",
"hashPath": "system.memory.4.5.5.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.6.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"
},
"System.Threading.Tasks.Extensions/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
"path": "system.threading.tasks.extensions/4.5.4",
"hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
},
"TestCentric.Agent.Core/2.0.0-beta4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9tXeC4SadVlvvLgCv+1Vc5sQI9pPjHntswprArhoZsqYYY21U1WvGEZDfJOS1kHVa6ohaLTQoX9PrLaYjsf9Kw==",
"path": "testcentric.agent.core/2.0.0-beta4",
"hashPath": "testcentric.agent.core.2.0.0-beta4.nupkg.sha512"
},
"TestCentric.Engine.Api/2.0.0-beta4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TnooVhVpLaHaL2Eq8sfqMaMSY0dX4B1/zq7mPk9NhR9SY35DnW457Qkvc3AXvtDZFJxcxnkhApbmsTBw8INN4g==",
"path": "testcentric.engine.api/2.0.0-beta4",
"hashPath": "testcentric.engine.api.2.0.0-beta4.nupkg.sha512"
},
"TestCentric.Engine.Core/2.0.0-beta4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VX1dt9UD/5TniA7Njca1rZjk7AaBq42bvg7A/GpXdWDRuaWTe4ErhamO8mysEtwGBSzAMA/b3UIMSnZBvEpxrQ==",
"path": "testcentric.engine.core/2.0.0-beta4",
"hashPath": "testcentric.engine.core.2.0.0-beta4.nupkg.sha512"
},
"TestCentric.Extensibility/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yEfx6jnNexSZR8lSMqtvQ2ogOLChXC22h1B8Vz1HIbOJev33Bs/XKu/8+mzAxzXNRvDtX2AY+pATJoZoMRipzA==",
"path": "testcentric.extensibility/2.0.0",
"hashPath": "testcentric.extensibility.2.0.0.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"
},
"TestCentric.Metadata/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uxQYLwa3uX33zm2K9OA75C6uxA2ztOf5cKR2M5sqQxiMxw95IA1gRaKkzUnhu51ez/rJEHqmpmCsccCf+t8dLg==",
"path": "testcentric.metadata/2.0.0",
"hashPath": "testcentric.metadata.2.0.0.nupkg.sha512"
}
}
}
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}
md5: F3E48A6E815788D0146308EB1666C1B0 | sha1: 29D35E3E44586C22ADD39B8A800259018111C06B | sha256: B19E211698ED18EB8E247CF93235A28F603E43411EC9F9C25A470C84419C2EB2 | sha512: 7D85BCC08C85FB7544A3B77EE1479C8D6F63F17985479AC48B63298CEC9F90443A2C6341D76F144051366D9104D2460349F1B4D6A47601A95A06BA15DE5A9D86
md5: 113BBB574BD69CA81608C82C8AF69327 | sha1: 76A32F074D1208CB05034D56DE8F01805B56A4C2 | sha256: 750AC0D49CB043704A696F6199472C01990F782089CABC3DB97772D1EE6A0AC4 | sha512: 23D4B8912FD3FD8CEE3F75AA00DF4F35A08C93FD2A8A8820BB015331677FAE9AD85D8EC3FEF32D97076B810034441DB4F7236E23AB62251DEE0CF5658735361C
md5: 8C1CCED8307017C2E032B6017A2E04DD | sha1: 4830A95766876C62858EFFC5B179DDBB172F8AF1 | sha256: 52138AFF3A4E9FC09D43F73B854FA585473ED5F8FF67368D1B6117BF713DB0C6 | sha512: 75E4E6F444F6DAD4652D9CD0803DF2AA0429470442F9B09D91FC5D9557CA1C5BFF406A8DFFEDB92120A2DEF8E4D949F41EB4C422A61835CE291B8EA7A44D89B9
md5: 29FD8E71A4B66DF1D89B5DC41FF8D87A | sha1: 9D750A773EE841CC874480064BF8C408AB755030 | sha256: 93781539B6F332B4C4BD837873AFA072725F47A4AEEE3FAB990EEAFBA09DEEE2 | sha512: E5CE1DE2283F3EBE858B0B7C21A6E595B7C73CB9E71D93590C2555F65DB6D5AF121B7D0FF727DD9F8738B3F0F5BBB83708F3ED2839B9FD28E1DF9E0B96FB17D1
md5: 7A31D2487D55468DA17F9D335779057E | sha1: EA43CAE839955D7F3AF8780AA1F16446E5F26634 | sha256: 58F9336AFFE2825C53245CFEABCEA280584E24790AE5B979FCF7D4C180590E71 | sha512: 530F155A51EDA55D53A13107D2F3C9852A577AD9521E31E2AD3BAB6F959EC9BA6288C4D4737BE55B95B50D0050D43C75CD59D9C30346CCE7F95B846D662281A8
md5: 2CB3099FF077F4669F238BE1DB07924A | sha1: B3CB16E309A6B2E6E546747C9B89DC2719F956FB | sha256: 48E0ED73F879BC5430E16200FA851FF7D042F64DA55A579B22CA5352FF7C752F | sha512: A7514397804476624C5D1B5EAE31036C50B1E05CF0430B82DC980FA3E413EE4C2DF0619B92BE5553A3E91A28A75CCA79B1649F9DF0963E31CA05ED7EE75F91C6
md5: B984BE2A4FC05E9F83E7446B4455806D | sha1: 3A9CD4A322A8F91E67552A87B079A4652805848A | sha256: 136D5965CF4768E8420B547A8BDDEA882921F426C371833D558A858A2F0C235A | sha512: D0200FFCEB4F850DB6A7B3E1D7AAB6B996AE8F26971472ECA3E80D0AB4C763FF13F628A48C1CE02BB9D695A90986F872B81932EE8B7AA45B5CDF67080BB55B71
md5: BA29AD2468CA0CEC6566DF9ED96AD25C | sha1: BEB6C5E3ED64C0BF9B45137C4E5799B8494253F5 | sha256: FCB094A5D710B2F914762BEDE2EA81EAF560625C59E88CA34B2C493428C6E883 | sha512: 72A381979EA3B01B38DDE34E0913B9E21190C123AE0976085865DC14CF0A7254F0A59AC26ABDC60D03375EB25BDBF0180AE88CDA9344F535F726E4F6B8EFB92C
md5: A54BFCAAD28BC997E64046832838D9C7 | sha1: 1AC78AD4B7A2799F5E63CB705815B2A79B738E93 | sha256: 5AD1F348223F281C34B9B857445A1C3412A430026EF049AEAC641C53A92408BE | sha512: 581E9ACBDBBC010005396E13EC19205A288334DB63B135ADE7CC3B4CA8B5CE3D6766E629428433D6BB3F55AA4EBA25563C5D50A22E0EBAEE1B7E76407B24D044
md5: 6EA728751192BBAF25403424FD5634FE | sha1: 9B076E5F2D3869E3ABF5422055CE8257255F1618 | sha256: A533A809B4BB8B0272C7338FA2D455EAA75EB38D8A094E9C3A6BAF7E626F5C8F | sha512: 774B940429A1F45BA2C7851F3FF105D112CB6F60C905B2969DA685FC0EEFA59A127AE15B46620B73C836FEF194A10EB98E11E25E44631C85B081DFB99D3FE5FE
md5: 6B70913E2E56E374ED6732834DCFAF51 | sha1: D3D9B62B9D887F73D4E45FCF44D7EC95D4F0DB6C | sha256: 363D39EDDD1555C65AA61AD5656087C795A3790F434AF92DE5FC527AF86A4B55 | sha512: CF6542A2705DBC1249DE4E1152F028669A93FE8B7BE96261A1A01B26F69AE4858DB0AE8D7325ED430C97D53F8C46884EC31D19791CF5C14FA493F7D0D192EACB
Log in or click on link to see number of positives.
- System.Runtime.CompilerServices.Unsafe.dll (a533a809b4bb) - ## / 75
- testcentric.engine.metadata.dll (55efa956cb6b) - ## / 74
- testcentric.extensibility.api.dll (26f0c5a67544) - ## / 71
- testcentric.extensibility.api.dll (93781539b6f3) - ## / 71
- testcentric.extensibility.dll (58f9336affe2) - ## / 71
- TestCentric.InternalTrace.dll (48e0ed73f879) - ## / 71
- TestCentric.Engine.Api.dll (35d3d0c55de5) - ## / 71
- TestCentric.Agent.Core.dll (b19e211698ed) - ## / 71
- TestCentric.Engine.Api.dll (52138aff3a4e) - ## / 71
- testcentric.engine.core.dll (750ac0d49cb0) - ## / 71
- testcentric-extension-net50-pluggable-agent.2.2.0.nupkg (66c396d2617f) - ## / 64
- net50-agent-launcher.dll (71957be6e7d0) - ## / 71
- Microsoft.Bcl.AsyncInterfaces.dll (136d5965cf47) - ## / 73
- Microsoft.Extensions.DependencyModel.dll (fcb094a5d710) - ## / 70
- net50-agent.dll (1abe901229b3) - ## / 71
- System.Text.Encodings.Web.dll (5ad1f348223f) - ## / 69
- System.Text.Json.dll (363d39eddd15) - ## / 70
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 50 Pluggable Agent 2.2.1 | 484 | Saturday, March 2, 2024 | Approved | |
.NET 50 Pluggable Agent 2.2.0 | 55 | Monday, November 20, 2023 | Approved |
Copyright (c) 2021-2023 Charlie Poole
This package has no dependencies.
Ground Rules:
- This discussion is only about .NET 50 Pluggable Agent and the .NET 50 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 50 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.