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:

8,170

Downloads of v 0.6.1:

236

Last Update:

19 May 2019

Package Maintainer(s):

Software Author(s):

  • Petabridge
  • LLC

Tags:

petabridge cli akka cluster clustering distributed admin

Petabridge.Cmd

This is not the latest version of Petabridge.Cmd available.

  • 1
  • 2
  • 3

0.6.1 | Updated: 19 May 2019

Downloads:

8,170

Downloads of v 0.6.1:

236

Maintainer(s):

Software Author(s):

  • Petabridge
  • LLC

Petabridge.Cmd 0.6.1

This is not the latest version of Petabridge.Cmd 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 Petabridge.Cmd, run the following command from the command line or from PowerShell:

>

To upgrade Petabridge.Cmd, run the following command from the command line or from PowerShell:

>

To uninstall Petabridge.Cmd, 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 petabridge-cmd -y --source="'INTERNAL REPO URL'" --version="'0.6.1'" [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 petabridge-cmd -y --source="'INTERNAL REPO URL'" --version="'0.6.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install petabridge-cmd
  win_chocolatey:
    name: petabridge-cmd
    version: '0.6.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'petabridge-cmd' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.6.1'
end

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


cChocoPackageInstaller petabridge-cmd
{
    Name     = "petabridge-cmd"
    Version  = "0.6.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'petabridge-cmd':
  ensure   => '0.6.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.

Package Approved

This package was approved as a trusted package on 19 May 2019.

Description

Petabridge.Cmd helps you automate, manage, and monitor Akka.NET applications of all shapes and sizes. It's available as a simple commandline tool that requires minimal setup and configuration overhead.


tools\Akka.dll
md5: EAC9C9FF0A96D8AC78539A075B48F72E | sha1: 7B69C479D76B2F5F30A66423E9FC0F748202D1BF | sha256: CA3808497971F9BB9C183BC11317D55CF841DCFA55599CF01C20B22F3F51B63D | sha512: F5912CB39B7827B09B171B138DF98AF3FC6DA3D2FB8480952DB6DF1722C549D65216F58345980F7D4EBBC21E3E3A43F33CBBDC08F657796E20C87F856464E9CF
tools\Google.Protobuf.dll
md5: BD05D3430AD22737D6EF4E8C90254A1F | sha1: F31DEDD0C808FF0EF6B5FB99F35F6148261D8994 | sha256: 203CDCB3390828DD96D29308BE01C164A2252DDB9EB39FA1587417A96482B684 | sha512: 8655AD0405B168057D339DBBD1E536DFF8E053E0A0339AE11481E3BAE7660879EAB9F532CE2306D711B1C2BF2F4D7DA681CD4470189D8D383B90A8CFE17CC25F
tools\license.txt
Petabridge.Cmd - Terms and conditions

Preamble: This Agreement, signed on Apr 14, 2017 (hereinafter: Effective Date) governs the relationship between the end-user of this software, (hereinafter: Licensee) and Petabridge, LLC, a duly registered company in whose principal place of business is 3310 Louisiana St., Houston, Texas 77006 (hereinafter: Licensor). This Agreement sets the terms, rights, restrictions and obligations on using Petabridge.Cmd (hereinafter: The Software) created and owned by Licensor, as detailed herein.


License Grant: Licensor hereby grants Licensee a Sublicensable, Non-assignable & non-transferable, Perpetual, Commercial, Royalty free, Without the rights to create derivative works, Non-exclusive license, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.

Limited: Licensee may use Software for the purpose of:
* Running Software on Licensee’s Website[s] and Server[s];
* Allowing 3rd Parties to run Software on Licensee’s Website[s] and Server[s];
* Publishing Software’s output to Licensee and 3rd Parties; and
* Create and use plugins that use Software's APIs and extensions.

This license is granted perpetually, as long as you do not materially breach it.

Binary Restricted: Licensee may sublicense Software as a part of a larger work containing more than Software, distributed solely in Object or Binary form under a personal, non-sublicensable, limited license. Such redistribution shall be limited to unlimited codebases.

Non Assignable & Non-Transferable: Licensee may not assign or transfer his rights and duties under this license.

Commercial, Royalty Free: Licensee may use Software for any purpose, including paid-services, without any royalties
Term & Termination: The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
* became insolvent or otherwise entered into any liquidation process; or
* exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or
* Licensee was in breach of any of this license's terms and conditions and such breach was not cured, immediately upon notification; or
* Licensee in breach of any of the terms of clause 2 to this license; or
* Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.

Upgrades, Updates and Fixes: Licensor may provide Licensee, from time to time, with Upgrades, Updates or Fixes, as detailed herein and according to his sole discretion. Licensee hereby warrants to keep The Software up-to-date and install all relevant updates and fixes, and may, at his sole discretion, purchase upgrades, according to the rates set by Licensor. Licensor shall provide any update or Fix free of charge; however, nothing in this Agreement shall require Licensor to provide Updates or Fixes.

Upgrades: for the purpose of this license, an Upgrade shall be a material amendment in The Software, which contains new features and or major performance improvements and shall be marked as a new version number. For example, should Licensee purchase The Software under version 1.X.X, an upgrade shall commence under number 2.0.0.

Updates: for the purpose of this license, an update shall be a minor amendment in The Software, which may contain new features or minor improvements and shall be marked as a new sub-version number. For example, should Licensee purchase The Software under version 1.1.X, an upgrade shall commence under number 1.2.0.

Fix: for the purpose of this license, a fix shall be a minor amendment in The Software, intended to remove bugs or alter minor features which impair the The Software's functionality. A fix shall be marked as a new sub-sub-version number. For example, should Licensee purchase Software under version 1.1.1, an upgrade shall commence under number 1.1.2.

Support: Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.
Bug Notification: Licensee may provide Licensor of details regarding any bug, defect or failure in The Software promptly and with no delay from such event; Licensee shall comply with Licensor's request for information regarding bugs, defects or failures and furnish him with information, screenshots and try to reproduce such bugs, defects or failures.

Feature Request: Licensee may request additional features in Software, provided, however, that (i) Licensee shall waive any claim or right in such feature should feature be developed by Licensor; (ii) Licensee shall be prohibited from developing the feature, or disclose such feature request, or feature, to any 3rd party directly competing with Licensor or any 3rd party which may be, following the development of such feature, in direct competition with Licensor; (iii) Licensee warrants that feature does not infringe any 3rd party patent, trademark, trade-secret or any other intellectual property right; and (iv) Licensee developed, envisioned or created the feature solely by himself.
Liability:  To the extent permitted under Law, The Software is provided under an AS-IS basis. Licensor shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred by Licensee as a result of Software’s actions, failure, bugs and/or any other interaction between The Software  and Licensee’s end-equipment, computers, other software or any 3rd party, end-equipment, computer or services.  Moreover, Licensor shall never be liable for any defect in source code written by Licensee when relying on The Software or using The Software’s source code.

Warranty: Intellectual Property: Licensor hereby warrants that The Software does not violate or infringe any 3rd party claims in regards to intellectual property, patents and/or trademarks and that to the best of its knowledge no legal action has been taken against it for any infringement or violation of any 3rd party intellectual property rights.
No-Warranty: The Software is provided without any warranty; Licensor hereby disclaims any warranty that The Software shall be error free, without defects or code which may cause damage to Licensee’s computers or to Licensee, and that Software shall be functional. Licensee shall be solely liable to any damage, defect or loss incurred as a result of operating software and undertake the risks contained in running The Software on License’s Server[s] and Website[s].

Prior Inspection: Licensee hereby states that he inspected The Software thoroughly and found it satisfactory and adequate to his needs, that it does not interfere with his regular operation and that it does meet the standards and scope of his computer systems and architecture. Licensee found that The Software interacts with his development, website and server environment and that it does not infringe any of End User License Agreement of any software Licensee may use in performing his services. Licensee hereby waives any claims regarding The Software's incompatibility, performance, results and features, and warrants that he inspected the The Software.
No Refunds: Licensee warrants that he inspected The Software according to clause 7(c) and that it is adequate to his needs. Accordingly, as The Software is intangible goods, Licensee shall not be, ever, entitled to any refund, rebate, compensation or restitution for any reason whatsoever, even if The Software contains material flaws.

Indemnification: Licensee hereby warrants to hold Licensor harmless and indemnify Licensor for any lawsuit brought against it in regards to Licensee’s use of The Software in means that violate, breach or otherwise circumvent this license, Licensor's intellectual property rights or Licensor's title in The Software. Licensor shall promptly notify Licensee in case of such legal action and request Licensee’s consent prior to any settlement in relation to such lawsuit or claim.

Governing Law, Jurisdiction: Licensee hereby agrees not to initiate class-action lawsuits against Licensor in relation to this license and to compensate Licensor for any legal fees, cost or attorney fees should any claim brought by Licensee against Licensor be denied, in part or in full.
tools\Microsoft.Win32.Primitives.dll
md5: E77E3E543803CB14FB80495E8D9165BB | sha1: 941C0F38C7F36D7EC2E7AF5D5E11B980524C6830 | sha256: 5CC46549139D74F35BCF366E863DB5898411ED18040F816861C5A28021C1F499 | sha512: 591FC9406ABA8B597D1A4FCFA324DEF40AE80EBA3CF39926E229AA318F06B16A30DE55DE98941EEE70E483FF120409394DC10912FE0754F3DE6EC9A89F868374
tools\netstandard.dll
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
tools\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
tools\pbm.exe
md5: CEF76A3364979A68BE7DD56872245FFA | sha1: 0ECFFA3F26D66CAA83377F5D8A67740A20AA4613 | sha256: 68DB124181618EA4A1209E79BBBF8E25BAC049A0E549887A0823503B0E44A3C0 | sha512: A79B7E062EE48D33161A10EB6CD9AF27F6C92C79AF216374C71AC29DB4B46F0429BDA6942D396F5FB560B8F8190BCDC6444A1E802DE717390ED10BD7AC0C4AF9
tools\pbm.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\Petabridge.Cmd.Common.dll
md5: 9CF1C532B2765CDC93F5060282EC952C | sha1: 188368EF385E14353D9D40D1B16F33AFE05AC288 | sha256: 024FE4E74352A5452BD75E4DE024E36055781BE0F33636E91C1CD15D57BE7034 | sha512: B6B7663F4316F8319CCC0E93FD0AE04EA85ABE4189CE94C8809D71936EB8BDE1253861EDF1B7F19832618056D22F34B73F197D7542F24CC91C9E5777CFE87902
tools\Petabridge.Cmd.Common.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Petabridge.Cmd.Common</name>
    </assembly>
    <members>
        <member name="T:Petabridge.Cmd.Common.ArgumentsExtractor">
            <summary>
                Utility class for simplifying the process of extracting <see cref="T:Petabridge.Cmd.CommandArgument" />s
                from a <see cref="T:Petabridge.Cmd.Command" /> received by the server.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Common.ArgumentsExtractor.ExtractArgs(Petabridge.Cmd.CommandDefinition,Petabridge.Cmd.Command)">
            <summary>
                For a given <see cref="T:Petabridge.Cmd.CommandDefinition" />, extract all of the arguments from a <see cref="T:Petabridge.Cmd.Command" />
                of the same type and return them into an easily accessible <see cref="T:Petabridge.Cmd.Common.ParsedArguments" /> collection.
            </summary>
            <param name="definition">The command definition.</param>
            <param name="cmd">The command of the same type as <see cref="!:definition" />.</param>
            <returns>A <see cref="T:Petabridge.Cmd.Common.ParsedArguments" /> collection.</returns>
        </member>
        <member name="T:Petabridge.Cmd.Common.ParsedArguments">
            <summary>
                A set of parsed arguments from a <see cref="T:Petabridge.Cmd.Command" /> given its <see cref="T:Petabridge.Cmd.CommandDefinition" />.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Common.ParsedArguments.IsArgumentSet(System.String)">
            <summary>
                Check to see if this argument was set.
            </summary>
            <param name="argumentName">The name of the argument.</param>
            <returns><c>true</c> if this argument was set at all, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Petabridge.Cmd.Common.ParsedArguments.ArgumentValues(System.String)">
            <summary>
                Retrieve the values for the provided argument.
            </summary>
            <param name="argumentName">The name of the argument.</param>
            <returns>If the argument was not set by this <see cref="T:Petabridge.Cmd.Command" />, we will return an empty <see cref="T:System.Collections.Generic.List`1" />.</returns>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandFormatsReflection">
            <summary>Holder for reflection information generated from CommandFormats.proto</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandFormatsReflection.Descriptor">
            <summary>File descriptor for CommandFormats.proto</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.Schema">
            <summary>
            Uses a schema to describe the type of data included in a response
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Text">
            <summary>
            defaults to what we had in PBM v0.2.2
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Tabular">
            <summary>
            tabular data pretty-printed into a grid
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Metric">
            <summary>
            metric data used to represent samples of values
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.MetricType">
            <summary>
            The type of metric
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope">
            <summary>
            Generalized envelope class
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.CommandDefFieldNumber">
            <summary>Field number for the "command_def" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.CommandFieldNumber">
            <summary>Field number for the "command" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.ResponseFieldNumber">
            <summary>Field number for the "response" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.AllPalettesFieldNumber">
            <summary>Field number for the "all_palettes" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.SinglePaletteFieldNumber">
            <summary>Field number for the "single_palette" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition">
            <summary>
            Defines a command that can be transmitted over the wire
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.IdFieldNumber">
            <summary>Field number for the "id" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.DescriptionFieldNumber">
            <summary>Field number for the "description" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.ArgumentsFieldNumber">
            <summary>Field number for the "arguments" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.Arguments">
            <summary>
            the set of arguments
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TableDefFieldNumber">
            <summary>Field number for the "table_def" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TableDef">
            <summary>
            If this is tabular data, define the columns here
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.MetricDefFieldNumber">
            <summary>Field number for the "metric_def" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.MetricDef">
            <summary>
            If this is metric data, define the type here
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.AllPalettes">
            <summary>
            Represents an IEnumerable&lt;CommandPalette>
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.AllPalettes.PalettesFieldNumber">
            <summary>Field number for the "palettes" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette">
            <summary>
            Defines a command palette
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette.ModuleNameFieldNumber">
            <summary>Field number for the "module_name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette.CommandsFieldNumber">
            <summary>Field number for the "commands" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.TableDefinition">
            <summary>
            Defines the schema of a table
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TableDefinition.ColumnsFieldNumber">
            <summary>Field number for the "columns" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricDefinition.MetricNameFieldNumber">
            <summary>Field number for the "metric_name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricDefinition.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition">
            <summary>
            Defines an argument for a command
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DescriptionFieldNumber">
            <summary>Field number for the "description" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.SwitchesFieldNumber">
            <summary>Field number for the "switches" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.Switches">
            <summary>
            the set of switches, ala "-s", "-S"
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.IsMandatoryFieldNumber">
            <summary>Field number for the "is_mandatory" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.IsFlagFieldNumber">
            <summary>Field number for the "is_flag" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.AllowMultipleFieldNumber">
            <summary>Field number for the "allow_multiple" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DefaultValuesFieldNumber">
            <summary>Field number for the "default_values" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DefaultValues">
            <summary>
            , the set of repeated values
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse">
            <summary>
            Defines a response to a command
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.IdFieldNumber">
            <summary>Field number for the "id" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.IsErrorFieldNumber">
            <summary>Field number for the "is_error" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.EndFieldNumber">
            <summary>Field number for the "end" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.StructuredDataFieldNumber">
            <summary>Field number for the "structured_data" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TextDataFieldNumber">
            <summary>Field number for the "text_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TextData">
            <summary>
            populated only if this message is a TEXT type
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TblDataFieldNumber">
            <summary>Field number for the "tbl_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TblData">
            <summary>
            populated only if this message is a TABULAR type
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.MetricDataFieldNumber">
            <summary>Field number for the "metric_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.MetricData">
            <summary>
            populated only if message is a METRIC type
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types">
            <summary>Container for nested types declared in the CommandResponse message type.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types.DataItem.KeyFieldNumber">
            <summary>Field number for the "key" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types.DataItem.ValuesFieldNumber">
            <summary>Field number for the "values" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TextData.MsgFieldNumber">
            <summary>Field number for the "msg" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.TextData.Msg">
            <summary>
            the text-based message
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TabularData.RowsFieldNumber">
            <summary>Field number for the "rows" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.TabularData.Types">
            <summary>Container for nested types declared in the TabularData message type.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TabularData.Types.TabularDataRow.ColumnsFieldNumber">
            <summary>Field number for the "columns" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.MetricData">
            <summary>
            The metric payload
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.TimestampFieldNumber">
            <summary>Field number for the "timestamp" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.Timestamp">
            <summary>
            used for timer types
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.CounterValueFieldNumber">
            <summary>Field number for the "counter_value" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.CounterValue">
            <summary>
            used for counter types
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.GaugeValueFieldNumber">
            <summary>Field number for the "gauge_value" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.GaugeValue">
            <summary>
            used for gauge types
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.Command">
            <summary>
            Invokes a command over the network
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.ModuleFieldNumber">
            <summary>Field number for the "module" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.ArgumentsFieldNumber">
            <summary>Field number for the "arguments" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgument.SwitchFieldNumber">
            <summary>Field number for the "switch" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgument.ValueFieldNumber">
            <summary>Field number for the "value" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.HelpCommand">
            <summary>
                Special case. Used to print help instructions for the specified command
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Command">
            <summary>
                A command to be sent to the server for processing
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Command.Empty">
            <summary>
                Special case for unparseable commands
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Command.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
            <summary>
                Creates a new instance of a command for processing.
            </summary>
            <param name="module">The module (or palette) that defines this command.</param>
            <param name="name">The command name itself.</param>
            <param name="arguments">The set of provided arguments.</param>
        </member>
        <member name="P:Petabridge.Cmd.Command.Module">
            <summary>
                The name of the command palette for this argument.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Command.Name">
            <summary>
                The name of the command being executed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Command.Arguments">
            <summary>
                The set of arguments associated with this command.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandBuilder">
            <summary>
                Fluent DSL for building <see cref="T:Petabridge.Cmd.Command" /> objects.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandDefinition">
            <summary>
                Describes the lexical structure of a command.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandDefinition.BuiltIn">
            <summary>
                INTERNAL API.
                Used to signal that this is a built-in command,
                which receives special case treatment from the parsing,
                help, and validation systems.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandDefinition.WhiteSpaceDetector">
            <summary>
                INTERNAL API.
                Used to validate that there's no whitespace in any command names, per
                https://github.com/petabridge/petabridge.cmd-issues/issues/14
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{Petabridge.Cmd.CommandArgument})">
            <summary>
                Creates a new command definition.
            </summary>
            <param name="name">The name of the command.</param>
            <param name="description">The human-readable description of the command.</param>
            <param name="arguments">The arguments provided.</param>
        </member>
        <member name="T:Petabridge.Cmd.CommandArgument">
            <summary>
                Defines an argument for a <see cref="T:Petabridge.Cmd.CommandDefinition" />
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandArgument.#ctor(System.String,System.String[],System.String,System.Boolean,System.Boolean,System.Boolean,System.String[])">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandArgument" />.
            </summary>
            <param name="name">The human friendly name of the command argument.</param>
            <param name="switches">The set of switches used for command on the commandline itself.</param>
            <param name="description">Human friendly description of the commandline argument.</param>
            <param name="mandatory">Determines if this is a required argument or not.</param>
            <param name="allowMultiple">Determiens if there can be mulitple instances of this argument or not.</param>
            <param name="isFlag">Indicates of this argument requires a value or not. If not, then this is treated as a flag.</param>
            <param name="defaultValues">Optional. The set of default values that can be provided to an argument.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Mandatory">
            <summary>
                If <c>true</c>, then the <see cref="T:Petabridge.Cmd.Command" /> who depends on this will fail if this value is not provided.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Name">
            <summary>
                Human-readable property name
            </summary>
            <example>
                address
                host
            </example>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Switch">
            <summary>
                The switches used to identify the command on the commandline itself.
            </summary>
            <example>
                -a | -A
            </example>
            <remarks>This can be <c>null</c> if the command is mandatory.</remarks>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.AllowMultiple">
            <summary>
                If <c>true</c>, allows this argument to be used multiple times.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Description">
            <summary>
                The description for this command. Will be printed out during HELP commands.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.DefaultValues">
            <summary>
                Optional. Represents a range of possible default values. Mostly used by tab autocompletion.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.IsFlag">
            <summary>
                If <c>true</c>, then this argument requires a value. If not, then this argument acts just like a flag.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ArgumentDefinitionBuilder">
            <summary>
                Fluent DSL used for creating arguments for Akka commands we're defining.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandDefinitionBuilder">
            <summary>
                Fluent DSL for creating new <see cref="T:Petabridge.Cmd.CommandDefinition" />s.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandHelp">
            <summary>
                Prints out help information for a <see cref="T:Petabridge.Cmd.CommandPalette" />
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandHelp.Palette">
            <summary>
                The palette for this <see cref="T:Petabridge.Cmd.CommandHelp" />
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandPalette">
            <summary>
                The range of commands supported by a given module.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandParser">
            <summary>
                Parses a space-delimited string into a structured <see cref="T:Petabridge.Cmd.Command" /> object
                for a specific <see cref="T:Petabridge.Cmd.CommandPalette" />.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandParser.Palette">
            <summary>
                The set of commands supported by this parser.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandParser.Validator">
            <summary>
                The validator for this parser.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandParser.Parse(System.String[])">
            <summary>
                Parses an incoming string into a <see cref="T:Petabridge.Cmd.Command" /> belonging to <see cref="P:Petabridge.Cmd.CommandParser.Palette" />.
            </summary>
            <param name="args">Tokenized commandline arguments</param>
            <returns>
                A <see cref="T:Petabridge.Cmd.ParseResult" /> structure indicating if the object was
                correctly formed into a valid, recognizable <see cref="T:Petabridge.Cmd.Command" />
                belonging to this <see cref="T:Petabridge.Cmd.CommandPalette" />.
            </returns>
        </member>
        <member name="T:Petabridge.Cmd.ErroredCommandResponse">
            <summary>
                Special case for error messages.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandResponse">
            <summary>
                Message sent in response to a <see cref="T:Petabridge.Cmd.Command" /> by an petabridge.cmd host.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandResponse.Empty">
            <summary>
                Special case. Used to terminate a response stream.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandResponse.EmptyStructuredData">
            <summary>
                A default, empty value for structured data.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandResponse.#ctor(System.String,System.Boolean,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String[]})">
            <summary>
                Creates a new command response object.
            </summary>
            <param name="msg">The message from the server.</param>
            <param name="final">If <c>true</c>, indicates that the server is done sending responses for this particular request.</param>
            <param name="structuredData">Semantic data that can be used by the client for other types of rich response formatting.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.CommandType">
            <summary>
                Defines the schema used for the formatting of this command
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.Msg">
            <summary>
                The raw message that will be printed back onto the console
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.StructuredData">
            <summary>
                Optional. A string dictionary containing structured data that can be formatted and used by clients
                in more semantically-friendly ways.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.Final">
            <summary>
                For streaming responses, indicates that this is the final message in the stream
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.IsSpecial">
            <summary>
                Indicates that this is a special message which has built-in handlers on the client.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.IsError">
            <summary>
                Indicates that this is an error message
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandSwitch">
            <summary>
                Used to indicate the different ways a command can be called on the commandline.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandSwitch.Empty">
            <summary>
                An empty <see cref="T:Petabridge.Cmd.CommandSwitch" /> instance.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandSwitch" /> based on a list of provided switches.
            </summary>
            <param name="switches">The set of provided switches.</param>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.#ctor(System.Collections.Generic.HashSet{System.String})">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandSwitch" /> based on a list of provided switches.
            </summary>
            <param name="switches">The set of provided switches.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandSwitch.Switches">
            <summary>
                The set of switches supported by this command.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.Contains(System.String)">
            <summary>
                Check to see if this <see cref="T:Petabridge.Cmd.CommandSwitch" /> contains an individual switch value.
            </summary>
            <param name="s">The switch value to check.</param>
            <returns><c>true</c> if this switch is contained.</returns>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.Overlap(Petabridge.Cmd.CommandSwitch)">
            <summary>
                Check to see if two switches overlap with each other.
            </summary>
            <param name="other">The other <see cref="T:Petabridge.Cmd.CommandSwitch" /> to check.</param>
            <returns>The set of overlapping values.</returns>
        </member>
        <member name="T:Petabridge.Cmd.CommandType">
            <summary>
                Defines the output response type produced when invoking a particular <see cref="T:Petabridge.Cmd.Command" />
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ParsePart">
            <summary>
                INTERNAL API.
                Used by the parser to determine which stage it's at in the course
                of parsing a command string.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ParseResult">
            <summary>
                The result of a parsing operation.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.ParseResult.Parts">
            <summary>
                Internal API. Lists the semantic parts of the string as they were parsed.
            </summary>
            <remarks>
                Used by autocomplete.
            </remarks>
        </member>
        <member name="T:Petabridge.Cmd.Serialization.MessageEncoder">
            <summary>
                INTERNAL API. Used for framing outgoing messages.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Serialization.MessageEncoder.MessageLengthHeaderSize">
            <summary>
                We use a 4 byte header
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Serialization.MessageEncoder.Encode(System.Byte[])">
            <summary>
                Frame a single message
            </summary>
            <param name="bytes">The raw message bytes.</param>
            <returns>A bytestring with length frame headers.</returns>
        </member>
        <member name="M:Petabridge.Cmd.Serialization.MessageEncoder.Decode(Akka.IO.ByteString)">
            <summary>
                Decode an incoming message and produce 0 or more messages depending on header values.
            </summary>
            <param name="byteString">The incoming data.</param>
            <returns>0 or more individually framed messages.</returns>
        </member>
        <member name="T:Petabridge.Cmd.Util.CircularBuffer`1">
            <summary>
                Base class for working with circular buffers
            </summary>
            <typeparam name="T">The type being stored in the circular buffer</typeparam>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1._head">
            <summary>
                Front of the buffer
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1._tail">
            <summary>
                Back of the buffer
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1.Buffer">
            <summary>
                The buffer itself
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.CircularBuffer`1.Head">
            <summary>
                FOR TESTING PURPOSES ONLY
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.CircularBuffer`1.Tail">
            <summary>
                FOR TESTING PURPOSES ONLY
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="T:Petabridge.Cmd.Util.CircularIterator`1">
            <summary>
                INTERNAL API
                Used to iterate in a circular fashion around an <see cref="T:System.Collections.Generic.IEnumerable`1" />
            </summary>
            <remarks>
                Used for circular tab autocomplete.
            </remarks>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularIterator`1.MoveBack">
            <summary>
                Allows the iterator to move backwards all the way back to its starting position
            </summary>
            <returns><c>true</c> if we're able to move backwards, <c>false</c> otherwise</returns>
        </member>
        <member name="T:Petabridge.Cmd.Util.ConsoleExtensions">
            <summary>
                INTERNAL API
            </summary>
            <remarks>
                Used to help create text-wrappable columns for printing on the console.
            </remarks>
        </member>
        <member name="T:Petabridge.Cmd.Util.EndpointParser">
            <summary>
                INTERNAL API.
                Designed to help extract IP address and port from startup arguments
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.EndpointParser.Parse(System.String)">
            <summary>
                Parses the string into an <see cref="T:System.Net.IPEndPoint" /> or <see cref="T:System.Net.DnsEndPoint" />
            </summary>
            <param name="endPoint">The endpoint we'll be using.</param>
            <returns>
                An <see cref="T:System.Net.IPEndPoint" /> or <see cref="T:System.Net.DnsEndPoint" /> if endpoint is a valid address.
                Otherwise <c>null</c>.
            </returns>
        </member>
        <member name="T:Petabridge.Cmd.Util.FixedSizeStack`1">
            <summary>
                Stack with a fixed size number of members - old items get pushed
                off the stack
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.FixedSizeStack`1.DEFAULT_CAPACITY">
            <summary>
                Default capacity for fixed size stacks
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.FixedSizeStack`1._buffer">
            <summary>
                The buffer itself
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="P:Petabridge.Cmd.Util.ICircularBuffer`1.Capacity">
            <summary>
                The gets the max capacity of the buffer
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.ICircularBuffer`1.Size">
            <summary>
                The current size of the buffer.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Peek">
            <summary>
                Peeks at the next message in the buffer
            </summary>
            <returns>The object at the start position of the buffer</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Enqueue(`0)">
            <summary>
                Adds an object to the end of the circular buffer
            </summary>
            <param name="obj">An object of type T</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Enqueue(`0[])">
            <summary>
                Adds an array of objects to the end of the circular buffer
            </summary>
            <param name="objs">An array of objects of type T</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Dequeue">
            <summary>
                Dequeues an object from the start of the circular buffer
            </summary>
            <returns>An object of type T</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Dequeue(System.Int32)">
            <summary>
                Dequeues multiple items at once, if available
            </summary>
            <param name="count">The maximum number of items to dequeue</param>
            <returns>An enumerable list of items</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.DequeueAll">
            <summary>
                Dequeues the entire buffer in one dump
            </summary>
            <returns>All of the active contents of a circular buffer</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Clear">
            <summary>
                Clears the contents from the buffer
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="T:Petabridge.Cmd.Util.Tokenizer">
            <summary>
                INTERNAL API
                Used for parsing command line arguments while preserving quoted strings as single arguments
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.Tokenizer.Regex">
            <summary>
            Matches singly quoted, doubly quoted, and unquoted strings separated by spaces.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.Tokenizer.Tokenize(System.String)">
            <summary>
                Tokenizes a string and splits it via spaces while stripping trailing and leading quotes.
            </summary>
            <param name="raw">The raw input string.</param>
            <returns>The tokenized output.</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.Tokenizer.TokenizePreserveQuotes(System.String)">
            <summary>
                Tokenizes a string and splits it via spaces while preserving quotes
            </summary>
            <param name="raw">The raw input string.</param>
            <returns>The tokenized output.</returns>
            <remarks>Used primarily by the autocomplete engine.</remarks>
        </member>
        <member name="T:Petabridge.Cmd.Validation.CommandValidator">
            <summary>
                Validates a given <see cref="T:Petabridge.Cmd.Command" /> against a <see cref="T:Petabridge.Cmd.CommandDefinition" />
                to see if there's any errors with the structure before passing it up to the server for processing.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Validation.CommandValidator.#ctor(Petabridge.Cmd.CommandPalette)">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.Validation.CommandValidator" /> instance.
            </summary>
            <param name="palette">The palette of the command we're going to validate.</param>
        </member>
        <member name="P:Petabridge.Cmd.Validation.CommandValidator.Palette">
            <summary>
                The palette of the command for which we're going to validate.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Validation.ValidationError">
            <summary>
                Reports that there was a validation issue with a <see cref="P:Petabridge.Cmd.Validation.ValidationError.Command" />.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Validation.ValidationError.NullCmd">
            <summary>
                Singleton used for when a null command is given.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Module">
            <summary>
                The module of the command / argument that failed
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Command">
            <summary>
                The name of the command that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Argument">
            <summary>
                Optional. The name of the argument that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Value">
            <summary>
                Optional. The value of the argument that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.ErrorMessage">
            <summary>
                The validation error message.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.HelpInfo">
            <summary>
                Optional. A help message with information on how to resolve the issue.
            </summary>
        </member>
    </members>
</doc>
tools\System.AppContext.dll
md5: 3189DC028A0C31D1079CDF30185F9CEE | sha1: CCCF8F4DCE1F711B58D711B8DF2904451F1EAE90 | sha256: C1A97D8A3B3A3BBF6B7BEC068A6AD2D14EB87B4299FEE4492964F3AD90BB7461 | sha512: 1134F98EAD3D40B2D8C9748BD58B401C5A47D0E87707785E9AC64E3B80B2843C9ED37E258A2543BF9263E90EAAF7F3945A41FC4D90D3D058CA8408B67561DC01
tools\System.Collections.Concurrent.dll
md5: C7DFA045C67625069D5B7414D077A209 | sha1: D1988B1B00937C5CCE17E9127B2925B23457FD4A | sha256: 46417273B3BB9F84D979E54BCB033ED630A0EBF05A8DEC663479B8AFC297C449 | sha512: F4527C19790A912F3F1C10C71EBB603BDCA3E1C5A7D2BED24A6A2995DCE8C7E68E5F4BCB4BF85B1F19FAE0382162C904E55564109654C6A7A4EA7CF7499B108D
tools\System.Collections.dll
md5: C5D19D34FB7DAF7BDE74003366CBBB55 | sha1: B1F617AD8CC3FB4094980B257AD0A0A60112ABD1 | sha256: 340A9024060E5F9BDC7AC7D99F6850022CB0B536CCDC69204FF1944BA25B9B70 | sha512: 7D3B2F67F61910E120BEB007ECF2BA189D0C31177E8ABBF4CD7418CBB058DDF7F4A27C1FCCD3894BF7859CC31054EAFE58DC5A27EF3CBC0A243C91CDCB1868B0
tools\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\System.Collections.NonGeneric.dll
md5: 447296AF762C8D001314BD0E76E517DC | sha1: 3C9061A3D9AE38F41009E39B003305E50974DF14 | sha256: 4DA12197F874659F6435C6CD9223B52A4743E66AEEF38DF150C76C287B8151D8 | sha512: 22A817116EEFE61162587C15834CDB4EE0724E7E04DACCCCFCDE965A845057089547387827F03BD64442080C318457A7056356A59639B46098EC1E18586E86A5
tools\System.Collections.Specialized.dll
md5: 6E65BED12B35CDA775CF8627C1A6C50D | sha1: 58A5C1FD858FB95F92F6477578648D8C88457B6C | sha256: 99E66DDEC5B564E59CB94CE67B2662E8CD16F69E9865556E1D83C720BFE3CACA | sha512: A08BDDE06C0BC70804E875518B1900FE3A398219AEF30047377EC70201BC315E46E62548E77A13D483AD4BC7854ADA854D02D4A600E55C6C94BD4BDE2F11833D
tools\System.ComponentModel.dll
md5: 158C7591A27D81F6EA6E01C42839A6AB | sha1: 247211CFB2693437F13350F5AB1562665929E956 | sha256: D9C95B8C9CCD9C48FACD59AFB33B4A015032192A4C3A81B8C9736A0D1BEFA546 | sha512: D945D85A943E51ECAD68C2EE4992F4323F4E9892E47FA08D24FA66CDA4BEF39EC3A0753761B2C2B539CA87ACBCC8AC1F2C594E8F43181B0FA56FCB854F9ED34B
tools\System.ComponentModel.EventBasedAsync.dll
md5: 1C6523FDDA4DC8259F7E11FF0C768FD5 | sha1: D89FB641652CD3F35AB55BBB2D9A29ACDD0158EF | sha256: 1DEFADDD1FA9D360A5EC0A0BF11E1C1AB56937627B90EDBE56610394248C4A97 | sha512: 15B01B719A82BC6E4FD5426F4EC3397CBB3CD1D6EF3CDA98B4503240B263798F8EC58019B57951A9ED5AE65347D16ED76A81DACD397E65D3A2D5ABCA3541D2A8
tools\System.ComponentModel.Primitives.dll
md5: C89825C9F9FF0A72405995031101F38A | sha1: BEC7ECB02FEDF904F281DED29D6FAAF8C6263132 | sha256: FB3A2FFEDD8FB58F21751BDED5B22406319E1910801718CF375F30383A9B18B7 | sha512: E2C7DFDF28570576D1A14788A9AB3846867E787C7D1836E43716E973A10080C7F7481A64BFC6643F33CFCD303CB2337B11D5BC29155A33EE911B339904DA023D
tools\System.ComponentModel.TypeConverter.dll
md5: 02A471A21DF8A1AA9B021363E4686A1C | sha1: 5E0B26932C1A21E589565BB71E2D4CB985C1EDA1 | sha256: E60CF4CFE4B11BAECF8BB5EF70F35131663D2E42B9EC6AC598156B4C50584FBA | sha512: A68F52BB3AC41AF9296F2E24975DAFC05AF36F052B33049F3173429BC336973E7BE441B709B96E9C4BF6789351EF09AC94C67D3858A94B0F751853B51F732000
tools\System.Console.dll
md5: 32609E30CEA5F5B67F435CE1BEEC0F17 | sha1: 66A39B1327AFE14DBB821631AE6F8D6F024BCA41 | sha256: 8ECFE1B60EAFE76DC566939B672A6B0F72E49F0DB6A80C305746B90C94F3B878 | sha512: E64D6D3E57755554BD0E2FA0921F775298E0C262E0346CE65883E4A57B2C1094D1F62FE2A8DB9EE7F15B2071690C500595BDAFE5BA59D441E88A3351C7A6B720
tools\System.Data.Common.dll
md5: E3283475E67FFAED61697F6E1D223CE4 | sha1: FDF5D18FBE28BDB5D476448234013632B3D3E4FD | sha256: FEBA97FC79516CC8B7F17AF80ADE972025F24DC89F4C6543DFD66DEA14B1368C | sha512: 1C11F9F45292D5C592592923E401696339B398D32C678E071F4841C2E631CDF7D6CB0DFC66ACCADD1826CD6EA65B34A5F2A0A5B1F626B10BBF89814B0ED9899B
tools\System.Diagnostics.Contracts.dll
md5: 05545B0DF80756D4F8F53635A528EE11 | sha1: E78EC2B3B6F4ACC119DD8459F6CC1118CBA27F94 | sha256: CFE3DC6E2F91F25477894CF4DAC76FD4065655F0F6ECF29EFB8DEC2C073D3652 | sha512: FFC18DD177BD27C37E211D6610F74655B1CCE11C17F0D304DF8BCA977E8C372E8A7721C49BBD7FF8F1605872BC075F6F1B699E7B764E60D5FA41A49277EBD9C4
tools\System.Diagnostics.Debug.dll
md5: 0F89B25227E36665CE1A95A9382DAF10 | sha1: 10D6C75E34B6ADE60DEF4403164EBE3F7CC6FAE7 | sha256: C52D4366BE7DDBDA2E60436C9B66A2A5D46CB0D552DC0E3CFA558C4EAE4087C8 | sha512: 430488CB6601A8CE9E975E04BC48345F6B84D119A4F0342AC0B4A29FE4CE02143F915C370BB312C6DF5276823AF9831F0034E9F53F95955DE5527A6D74974780
tools\System.Diagnostics.FileVersionInfo.dll
md5: C2EBF6BDE635D314A8330D00F35A912B | sha1: EE1BA261FE3601D69899AF05CA31A018AB39768A | sha256: 1D04F47A706F2DAB4812CF09C5D89F719E94586DB3E9D078DC54571305833A74 | sha512: 7AD8C70253915C21EC38E826CCEE6D90D39280A603B84C1A6A83CEB2808856305A9F9C92244BDEEE15CB43DD4DD372861FE519DF0C3A7F716337F570E56B9BBE
tools\System.Diagnostics.Process.dll
md5: 4DEF05A458EF9EE06187A7554B9964A5 | sha1: 07FDAEE49402E14EE405566A5317A36AA0B68800 | sha256: 190455DFA567C905EF082DAE8655D979E56B8E9A52F23020E83C4740921E0C6E | sha512: 57EC4A97569116B137E7F14F3A4005FD8D9C375D482DBF7171D73BD9E277E8AB7DBAB67C137B03BAB812DAF10161B1F0F588973E14F9D87DBFA81B77B2D5BC7C
tools\System.Diagnostics.StackTrace.dll
md5: 1AF53E2A0D2089D3FD32A25012913FFD | sha1: 08DD6CC26D34A0FF186C5078F25537918A1BABE1 | sha256: 9E4010C184BA434D4504D3A8DAA82C279C957C70861744B353B39D16423102E4 | sha512: FD1EB383B1A609F900129E41CB10C8E9C133F5609D818F4C264840240A4D2CB73C33FC28C1B18F91A7D970DA597470BAD8D59ED741F3DBA0B999560DA90D06C7
tools\System.Diagnostics.TextWriterTraceListener.dll
md5: F82DA8D9AAC9C2FE7A95BCE22739AD8C | sha1: 1FB84D2A7151C7011C554D43E4CF31560F87D52A | sha256: 905AB69DFBC22C465FFFF40FC37D7DEC42054E5818F22878FFE00C596F166527 | sha512: 353FBBC7CC4733116B45B725BBFB1ECD07B47061752DC96A0A1D20B8891BD5D00081B77D9973538333CD1C03F1D5C10C6211BA30131020ECE5C206E367C138C9
tools\System.Diagnostics.Tools.dll
md5: 1A904A720BB28D5DE655B3C3B8E21A3D | sha1: AB0ABD2B8DD13AF0431B91CE777ABEB5E5A3FBCE | sha256: E5138C229A97895939A048BF7D30D1996C26D3860D256AC72D4CBB0878E129E1 | sha512: 5BEBB7E8836B073BFE68A07A327C1F8770FC76E23DB7D815FFD29C23F4C29C89D27857EF41C0AB227742089D0946FA7E1C88BEED2EF8FFE15BE0E8F367ABC4E0
tools\System.Diagnostics.TraceSource.dll
md5: 043C8FC69D9A563D4F522409427510C3 | sha1: F846B2938071543C709B8A06B85DB8B0DE727383 | sha256: 3353C6E64A8CE31FDEFCC30059361776F9C285E81E642E9E2AD27410112C31D8 | sha512: 38AF71F6E32EC335A5F77C10137E4D97320FB18E0C71EBAEF9017D64053720D2748BE7231467E88E9C11CED39F975B04CE383914558A00801B61ABCE25710D6E
tools\System.Diagnostics.Tracing.dll
md5: BF3EF994EE26A4C56013BFB8644DAA9D | sha1: C4BDFA58131B328EA90EC68462E4A2425CA4A044 | sha256: 12273B54A841FAF49EE8825E0C82FDEC0C206514543DDFF6AE2DCDCFCF0FBC82 | sha512: A82C8E511F62FBF10CC3127BC423BEEA2C261FF390212DFA49748717C40EFE3C6DA8A9566791DDBDF7576DABE2194F0F9A3C2BD52FFECF4B08CB81D8B77D569F
tools\System.Drawing.Primitives.dll
md5: FBCF673793BE07842DDB313FBB1D35EC | sha1: 0C05B9B23ABDC214E91E3BE76EB8C0E260BC65AF | sha256: 4DED50BF86D5E741E4A07DC1110CF4814B0E44EC71B31C7A4714245E1995F106 | sha512: A266BD6A3D6C61EBDBAAE5DB0248B2DAAC4A95037980E284AC0A72ED34F168497EC6C4982FDE9A0DA0BDBF8EF08BE4C891FC51B6CEED82CF6248F4A6D1061573
tools\System.Dynamic.Runtime.dll
md5: 5D8F0E14A4902178C0AD2FD7E3CA4D7A | sha1: 2266DA58898F094BAACC679E36E60C2C84614B01 | sha256: A69350E5D17DC245A2AA3322F9D02B25A56C3F85101391DC0F4E613821D2E4E8 | sha512: 59BF3AC2C88C8E5CC1B012EBE611EFF387232F2C8A619624AD539623BCC8A44D612E69CC22550EBF4EABB8A1FAB32FE3CE2976AD90C224981317E19A6B92C41A
tools\System.Globalization.Calendars.dll
md5: BDB2621CAC76BA73D58DC5DC96795D17 | sha1: E741B7827C19EF84A3C4E2540F6642FE88E9F26D | sha256: 317829C25E9499D476EBF7D40F3BF7244716FB78EF1BF181E103E96F7C269E06 | sha512: A1FC75407F98E9C3317426CC15D7714E8041A7C1DA9261D0634ED25FD3510F8E8726F7117664AFFE0514CEDB37E5CC72FFC40403FC36EAB7C7B0AA575D7A10F3
tools\System.Globalization.dll
md5: 27453F0DBBBE24B80A059A878B7F4EC6 | sha1: B1BB499722A2663873545A0CBED95624B1604A61 | sha256: 8AE92AB9D8B130AABEFDB29F86B8CD8A9EFD693DFAE27FAA8F8687D573E41D63 | sha512: 3AD90351BD585B6C9F57EE823802F289AB7EEA6A280C12FC34080BC8B4BCBC9408D72779BE7D71D2906EC160DD99A017685B11EDE399FFC5F0856DE91850EF3F
tools\System.Globalization.Extensions.dll
md5: 1083CBD0E9A42364194220BDC251F736 | sha1: 93872FFC3E71D0D45BE928FA3DD67187319E914D | sha256: 024FD28EFA750F0BF27C66B2D9CA57485039F904A856F222654F2901C8CBFAFC | sha512: 26D943F2FB4E53F7CD7A539517BC1848868885671C6B47EF70014FA69A4EE888B55A390FA8CF184A5D733D8B5E4DB7D31DAFF3932698A5E4CF9D2F9999647B32
tools\System.IO.Compression.dll
md5: 4C04033327216DE42C6D5F0328CCF605 | sha1: 60CF7E167B8CEEBF51A0597A5B372A5DD032C0AF | sha256: EE122F5880B89E4B9079A18C4EC5A8FD8A3E8A9831B3812B5D333E7D01212C6D | sha512: FBE8181BA15A75CD6BECF281484C526A1EF68767DD439597469FFB9C8008C0685A8DB97C57CA2A0E3442FE6465BD6D1870F133E104F3538C33A1AF2C71CC3BC5
tools\System.IO.Compression.ZipFile.dll
md5: 625391B95871F03C5C4D979AB138C858 | sha1: C00BA3391DCB62838F195E7F267FA48723563D22 | sha256: A47B52EE8AEE726CFA0C2C8D260BCB28229CF869F20C3251A8FB77E0C14474C1 | sha512: DC97BAB7CEF443887FAA44FFC269A8C6FB70597B1FA907F58C96684145A2B60A41C245866D626B42A9C42D1C9F89E694BD0487EB143601E20436F6E37400DA71
tools\System.IO.dll
md5: 34D4192F3C9CD1E7439BCA999EC0808A | sha1: B9B7B19A51BDEB13044FFF6036B0943A8A6EBF69 | sha256: 5EB58FF553E346CBF178C1A5B8D408139BA6CCA9E46CA4A43EC6AD938EABA3D5 | sha512: C9877FC41D105C794E4E5CF23242A397662804723C7E65518487D02E02D9F352A4CD269BBA8C1488D9915FD32785C68E9C50DBB2178D1D19683414D0E5F36344
tools\System.IO.FileSystem.dll
md5: 289C6FCFCD39A65FC0470D44D1456B4E | sha1: C0549642BCB883D0C78DEF12AE326608CD0004F3 | sha256: 53C808E09D80C9E8903409B3ACCD545B81F25C07C3CA3C0979D6FBC84E2DAD5A | sha512: 6087EB33C7F40441CFD0ED566672F20013E3CE54F1565E915A09A61328BBA2D9F6B589663FC1BEB96CE192970FA7E430B5103508EF7222AA548428ED8CF4228C
tools\System.IO.FileSystem.DriveInfo.dll
md5: 0AC0F02D5CF83D2A2ACF00E2BA578477 | sha1: 2B737ADC9E8433E6D188A66ADBA16BA250965AC2 | sha256: 25A29095ABCAF9554C70EFCA4EC70B4F39B96C16B1E42E4D654A7DAB6BEA0DE5 | sha512: A1A4252AFE6EAE92272A17BB7B924163BD0284BBC36A843129215D6EE5B82EF9B9070F05D35EBBE8CC8BAC436A7A6CA7F91FBCEF46AE45BF047E1C2C4829B261
tools\System.IO.FileSystem.Primitives.dll
md5: 3BD423B223095F718BE997224A55A3D3 | sha1: 9A690FE4B9D77E058AD101216033A817A5FC8180 | sha256: 15A86CB6D6858977EE7AB6ECE1D08A587AE38C8648DA6B9E5B480D5A4669F715 | sha512: 23409A13550A679C6E6A7B92C8715DDFB5CA9429209B7079D25B99E8803ECB59507F093C7B666EFC9CDCEE8C3ECDC700B348429A3D4982E2CA63E0E642899A03
tools\System.IO.FileSystem.Watcher.dll
md5: 7CF4B3FB631C4A3D5FDB009CC61E79DC | sha1: 547E1FA8A84AD03E017E52DC92955BEFA2954185 | sha256: 3056892DD79CD03BC52E263DFF4AB5833D138681AA7CF3E9B2694DC9BDE1A380 | sha512: 628204D4977DA89DC07263FD851E70CDE630D1ED4860E7902F836AC285816F983004FF7F2B5FDAAE0BFBCB877B216FDEA7EDE3E849638367F99A6AD4BB88632C
tools\System.IO.IsolatedStorage.dll
md5: 8CF8B0EACBC451F526A3BAA53AB2C485 | sha1: 8757543AE58F495C852B442522ABD67637AA7773 | sha256: F1FC888F1CD51CD4CAEC54117D2529363D3505EDE627B3B355CD4552BA0F853F | sha512: C7A06C3673973632C930DF735BD669CCC3C42D214E7329177866AF359DB3E5F79E52638F725A04ECBEDEE6F8AD879CCBF8C070CFC360977DEAAAEE4C3154676F
tools\System.IO.MemoryMappedFiles.dll
md5: 3710B7DC4D648B4D0FE97DD1A3439E2C | sha1: 407484FFB22075221A671D42D9A8B8533BAD1A02 | sha256: 811C92B72DB158F33686396E6BEA0327593229783804B44C3693CA1973E80982 | sha512: 10ACEE88AC338EE37DDD575BC45CF760620677DD7E829EE21E2A23BF0DFFFEDA2399B2C38D2D3A7191DE0D1938EFD4F136137D80262364C72B1C9176E45942F0
tools\System.IO.Pipes.dll
md5: E96EF530E15CB7951D420C6039DF0FBB | sha1: 7BDA2CB970943CE33565107F5E27D16979EB44C2 | sha256: 578E0D0856998919896A126BD233D84082600383A83273E24878B8073A366FE4 | sha512: 90F496B750287D09A4BDF1DE008E0F0112CFF7D6229BC3E41F8C7EC8A65DA4FBD471DC81C5BC218D927383BADE50C98FF3B6F125CF73BAC7DA16A57ECDBED02E
tools\System.IO.UnmanagedMemoryStream.dll
md5: 4C702213AE6EC8F546AE7E4CA79BC611 | sha1: DDBCC85332784F0837BD8A079A656885700AF289 | sha256: 256F2032B63A76107FF03AAFBA70FF49457AF3BA657B8CD84D32B9E3ED4194B6 | sha512: 443C7910D02EFC2BBBBAA26D602F3D46DA95C1B0E11CCA25D03CEF926419D47334C652C37021F04DCCEE58A2A130D66D425D0A2A3C8B31A7CFA1FBE936C1146C
tools\System.Linq.dll
md5: 5CE9B64F91CA685FC688FE7A170E4065 | sha1: 9FABAFF57DD602EE423E3169AF0CC8607B9DC7CD | sha256: 2BB9C7BD7E232B11E65791CCDAC584A1DB4AC5EE5BB0E6E14D9C0EF48665AF3C | sha512: 712695BCEBA9932AA2E75855BC868F40D4FED8884A23CBB9EBFA55AB4EDAA2775074D4A88D8DB372FF4B2BC5F51C51B4EEDA5C347518B71E24E8CD88AF0E83DB
tools\System.Linq.Expressions.dll
md5: 4A62071D61F77E2358F686E0F34EE629 | sha1: D1D1AB41F13C66D854C68AAF90FE5B13F42AF258 | sha256: 31126E8304882E07DBFEE8427D67B8B2F0279664AA2200130403C3A31E487A91 | sha512: 2019983587FD6D1C5F17A85E50835B86F784A8D6025B61635F4AFC12F6E858C397BFB6B0E2D4A551AE0563EC8DB46EBA1095C5725411A0A535653669ACA7EC7B
tools\System.Linq.Parallel.dll
md5: E4C9EA00DFD6BDDBBED190C695647118 | sha1: 11C30ACD87A9C1B2B658DF18112A884EDE3DD744 | sha256: B367A696F20346D41FB32144DC925439EF8245F87DE47FC7B42F39248BD0EE52 | sha512: 692B52F691B55172412F760AED7EC448F1C320338F410E64BCF43E220C6D772CBA787B0E2CEFD16C5F96A12E3ABAEA3CA881FFD78ADE697BFA3A13FA83C8ECEF
tools\System.Linq.Queryable.dll
md5: 46A4DCA08377BEA1BB9461133C577CF7 | sha1: 8CFAF843B36B87ABFB5B804688B7BDCC772DE179 | sha256: 609AC8C02F8B5C87F7238E5B71840831EDA24820A431AD15A9BFF309E36D12E3 | sha512: F6E1670160EC330791497F5178E74958A87868E376BABF7BBBA1EE6637694196BD5F7C08098814595FBCD7E898B8A369347DB2F7A31BABBB7DC34D1697286197
tools\System.Net.Http.dll
md5: F9709C7BF7F2B6F729CDFF9AE191FBE7 | sha1: 95D11F857ABA67F35BA5DF94A8F6CD2A7D62A252 | sha256: 3737246BB9983665E98020BBE5A6644BE4A751CFEB423571261EDD5DB60BC70A | sha512: 5C174D3D7A83DF20B2C81D1285F742D8CA2E81139DE94339D38D00918575023B5F1095E1B6B07B0207A4E6275A4C4FBBEA205C59ACF198470EB4B2672CB6B2FF
tools\System.Net.NameResolution.dll
md5: 301B84BD664A629D2B0E654DF0F6EE71 | sha1: 3FEFF5CBC9CEE00230C050D6909A73EF5D72F361 | sha256: 82B3CF8FA0706E690EEAA27972817F15F318133A2EE48841726F1AFA395D96C6 | sha512: FA182FB338F6C0AAEABED2299641F7D0FC7AAF4B11AEFC446C561896274D30A647D3D7E2C15A21CF685B3B18F21AF844F6A8F0C39EB9B9C4311B4925334CF466
tools\System.Net.NetworkInformation.dll
md5: 43E25DFEAC4E1A7F0CA785A3CD8B8414 | sha1: 91DDF0727E5151885B1DA95CC67BB2183A69EE3F | sha256: 1D3B8139DC2FF171DF5DAE342AEFE9C811E3422D80CA1E82319F701456199106 | sha512: A0AF1606C43A229D90DD613F37E400EE61BA6AC64ADEDD723A4948EF43B946D70CB77E43DD31D9C778F0A7F8BF1FA940176CA1578F3D06E758DE935D4A9D4BBE
tools\System.Net.Ping.dll
md5: 63A4184D7A2AB1E06742E3BC344C940B | sha1: B15AB00682EA5AFECB8C0662684B91A782B56B40 | sha256: 3F901B283A32E2DE903EDF517C49EC4A316052B1C9B70F936A1B9AD67D3FC106 | sha512: 3554FD7765DB322B4E0DF5B61B92A3F32887E76434CACE2B1D3701D7C40CB892F39BAED29AB87123C08611014AA4EB375EB919F029A54269D73FEC3A86C6B8AF
tools\System.Net.Primitives.dll
md5: 60DA2F3A8CA7BBC4D8BC089DC57421DE | sha1: A11AC57A6FB50CFD74338F384606EAAB11F7BF90 | sha256: 2A1CFE7174076B0533D5E01CF5A4A88D8F4436118D8CD6F8C68408FBE677D2C7 | sha512: BA92441F89350F88AE8D576D6FEFD4725660D3D0DD3ECA7BD7FF95D4142A60CBA494FEB0C58A95D62A559B48F3CBD74177BF645075C6443D81DAE5A66F60DF5B
tools\System.Net.Requests.dll
md5: 9A77256338847D6245CF8A7225AE68D8 | sha1: D134E02D89A727100A9F40C5F235E91EC2355DCB | sha256: 91F9F2A679CA25F0B78E27CC22E9BFF3229AB5FB5F5229B53C8E96AF4ADA3630 | sha512: A51934A68F84282F33F5CDF47A14D060DAE34D2478E91AA4D10C001CA2B62347D3F55B18108614D0A24EE029FEE8B4B578A14C29F666C320263F3FC59C3EB324
tools\System.Net.Security.dll
md5: F5F2315F911CF0F57F04DF214C35FEA8 | sha1: 7BC7B195B478E254E60F825B1CA793D65AEB333A | sha256: 7306DE043C1EFC75D5BFBB025924A7A6AA4D03CAE94945998FC7337F8BFFA5EF | sha512: CD60AE588AECBE8AEF11DA01B849AC230988E3E430A3F59AB8FE9010C8A9A5758F78342C46C350F4B4D9EA9F946954F4E3BA7F54DF6B24D30FC82E86B99829D4
tools\System.Net.Sockets.dll
md5: 7EF6D856739E60463575FBD707DADA64 | sha1: 9500D12C94B54E2868253C3C808AAA1F70F21991 | sha256: 0D6C641EA737D6DBB5C4EAC26DA68FE099E22600151AD0F804F67FB4D3102114 | sha512: EEC0E6BD4E4423D987D7FA9EDFF495EBE529CD4824858CC327A4599C9F873F1B6B40AE4A6A03FA106F759F4D951AEB9A732C8271FCE38B78539BBC5AA3A6B5AB
tools\System.Net.WebHeaderCollection.dll
md5: 50F7AF69C12E844AE0FE145E1FF0F9F8 | sha1: B5BB9A4B363C16C4F7C18749CFD298EB7494C721 | sha256: 648BD9493AAAA0928AAAB22AD1CF4638BBAAFB476961E9EE9692C38B93C5CFD1 | sha512: 61742A5245C4E1796194677B3AFE0956167330BCFAD5F502633D1F5C119A99B1B3CA9384E90FCA3B3EB8EFF0F02B94C51BAE53692769689B4B480BCA9F1A6FE7
tools\System.Net.WebSockets.Client.dll
md5: 87D8539BA0BD138EDD9EA3EB0D2A08CE | sha1: E316F413908388A5CD560C0E05B9F553B198B0EB | sha256: 95DA24C0489ADFBDBA5C1CE5B0058D549E6A8274B5B6A54EF07F4E400A3F520F | sha512: A9BFF43F217F67617D98164BAF73630B8E591BD870E0EFE7CB7CFCEB4B8053B4E03F852384E829EA54AB0B51BF9BF6B2A626BE3729D7E2E9CA81BA8362CEBC20
tools\System.Net.WebSockets.dll
md5: FA1491E7C75887F431B5521A095F3E03 | sha1: 4C09ABF51C9400392B89142955E4C5F2194B404B | sha256: EC448B13FE3258E2AD68E582727139CA839F9D9879013D1CC7A4C73B694F04BF | sha512: 62A59FFB1EB988BF31C6AE8AB82FFD7526C991009A9205386867EE8EAA97DA1732BD2B3A7092E536B5A5B73EF6B3381CBAC48E6D56C15DFE2AC43391740A8DCF
tools\System.ObjectModel.dll
md5: 8EC42D62C143CB954B52CDE9B8644063 | sha1: CCF311B887D3D0CDC22F021AA4E932003FB8CAAE | sha256: 75FFB46C769F455F4C12FA201DA613C24EBF95AADC3F52A125B983DA8426AFD0 | sha512: 0C0E9F810FD877CA298B0E091EA4F9743C8B1F6FB9EC3843ACA81D91F309333043F0156EF83E39CCDB23E0FE7B1668C9FD5389405E1C67C0A1E44C5AE39415CD
tools\System.Reflection.dll
md5: 01DFBB9AB99B6C88CF715D1DB6B8C1E1 | sha1: A4E6CEDDE9735588B24BD4EA12F30858855FC309 | sha256: B84F0219E99BFE28FD2F7B6F3ADEBBFC940E439ABF208D3803C69B0F416F3A03 | sha512: 0EE985C42E7393AD44C7253969E46E6B5347BD3FC2BC812A8C2E197F95174CFC6520382988D2D751C9FE4320431F51D8C6DFF8E3EDC3EF8F7EBC9E1C9A1FEDE4
tools\System.Reflection.Extensions.dll
md5: 9A20F2E64F271DAC847D7DBD6108DE17 | sha1: 2E54EDECCFCDED3025EDCE06F683EC11C6351AC7 | sha256: 95CC9A5AC40170C83570D25240A5E1DF334817837B411A85DB09E02FD17A454F | sha512: E40D071AABFF60DD2D000F52C267F9CF714613763B66CDB5F6D8B4B6AB910B5B9560761D1855E229F58CAD252A500FE7184A43A74455925F7FCB50191A197A6B
tools\System.Reflection.Primitives.dll
md5: E04B822FDE35D496087A775633ED568C | sha1: 9B2E7533E0A1C0220CCE99420EE67E6A9EE7F7DA | sha256: AE2AC046D24D3828D2A2B88E8B921B8195652F741CC865C4C8272C05BAAA3669 | sha512: B2260BD9880532577FDB7FF969F092932F11CFFD04502D661316860D4FC28B0CCDCCAC31B2C7689EC66B9E25555AFD727F0564675BF10BE25F7E92CEBA921F9C
tools\System.Resources.Reader.dll
md5: 1780AF77C79DB3637280995D0D48FAF5 | sha1: 770DE5FF8F4DBC7A9BDF7C5DAA485703140C6EBD | sha256: 8DB41BA5631AC16022101A304AD8681B3262CEFFC96000C8BB5E5EEBE5B28AF6 | sha512: AEAF71D5FF375100B533572D68369729FC8F4297240403C378115E97E0DCB7CC2859A8C6431FF4AFEEA8F0D5654A98D289F7B27C221A85F107303A1203A9AD4B
tools\System.Resources.ResourceManager.dll
md5: F6E8A3D65F188129239721CE0277E1B3 | sha1: ABF2174ADC81242C93FD6503CD5FCBB729613E7B | sha256: 623A99324A09D8862012385C79A092BE705C4E30A831401F0A2CBB6CD2F2CC28 | sha512: 033A9CF690C59684BF9F2BA78BBDEECEA10504D2947DBD6E3A7EF9F3E52B1AC38E79E5EFECB96F2D70B2296256738BA4814D6D38CD515BF49073F792CA206C5B
tools\System.Resources.Writer.dll
md5: 4E37D0B9E70A8E08A3F2BBAE7A043427 | sha1: 023B8FDE8AAB67B42E12CC4D91307378EAD9FA5A | sha256: B7121DF764558476280F903EBA523DB3EF072A6522CD5566B3B335E0873CA05F | sha512: 142A7F312DF1333D8E55AFCCCDF19C3E89D741121A3AABA5A4D6169C46F229018F8768F3A22FF544743A73E0FF421A8909EDE63BA9F76C8AD1A0B25565BC3118
tools\System.Runtime.CompilerServices.VisualC.dll
md5: B0FCC03F918147F206B9FC221EABB209 | sha1: 897310611BE2552D2D1C0F39CB111C6661279060 | sha256: 4BC0ECDD5C0FC5D8850DDFA163508A0C3CBE70439ED9CBA7F9459D952D72E726 | sha512: AB8006375A0D4918E80243DBF008DD80299EB5AED70E0CA327053D4309B778E957CBCD2D9DC0DB76A2D48FF03904253EEA048159C7747EB120E202B1888901AA
tools\System.Runtime.dll
md5: B5058947915A4C4F9D246846D074734D | sha1: 251FF6EEEC84D62438A27AF2416CF7BF98FAA20C | sha256: 146F425A850D7F5E5781D19C0BC66A846E188CF06A606B76E0DC1DE49BF3E213 | sha512: F6CD0FCD3E82A626D39C4218BDC38F92210C190C7903ADEAAEED3FE3AFCA25A7F4B95BDC5DE4A1FB27A57D37DBF13F039D9A97E4E0F5EB6CA0FE9FBC25EFB583
tools\System.Runtime.Extensions.dll
md5: 75F1FA7AAD7854D6DB0EBBEF4257F05D | sha1: 574797AFC9A7110F0678E94C97A14D89978AEA5F | sha256: 1DFCE39A8D787C495D75FDFA0C9D641DE68838C392589BA9F0092442A13C450A | sha512: E5AAD3CEC1E02FF56DE1B9888C28840007ABAB3BF54B3E09D77C2AAB6F2DB469629E1372A3580307F3BC191F3EB754264BC0B8F1AF001286F8529823C1BBAC51
tools\System.Runtime.Handles.dll
md5: C1F2B11294F7660C8E78400D04FA4350 | sha1: CD931617ABB5F20AE241073D4377D7A6A81899C0 | sha256: 8FF4FF16051472B67336F114CE9047BB70841A6BACEE644B694B191C5A096E36 | sha512: F831254B9A8B9DA37CD7C886AF1D5DA14AE49F47670F269BF47B8A59EFD66F86667B2DA4B312B0D59B2193AF0B490C927F78F5421089D2385D22CE8A223246EA
tools\System.Runtime.InteropServices.dll
md5: D32A6883E404A81B84E3EA78D016F003 | sha1: F57EFE934711C2B4E907C2F199394CA7894719D6 | sha256: F80FDEC8B32B74DD3DB0AFA30AD7F461F33121FF534BB26819C8053EC585CC64 | sha512: A3798C98462064429112F92CA59EB89E983D60CA9D586C89174044E9C7911AD3E21D93112D9F1FACF8816E088CB7F6DCC9D2A298D1E8CB5EE36AC8EDF692489B
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 1F528399B6860A7CB0C3DBFCE49F809A | sha1: 4B4C6EA160BFF578049962BBCE5871D7A511C439 | sha256: 180C25D74EF942D9B7F44BA79C9B2ABB9EA15AC1BD7BE3FB785DD6A9D04A7322 | sha512: B9531F11F24EE99615ECECAA62E9870CC346871291A1EC7D715CD8DC0307778AC2F3BF09FFD8D261AB40E7C362500F288DA2CCFE5B505ED5BD6B57D727CAC59E
tools\System.Runtime.Numerics.dll
md5: E1B2A4249BA35D88B2A366A3538AB262 | sha1: 4CEEB1B1FE53503381BB8FBBF26B8538CBCF409C | sha256: 74F224D752A36001F8EF48237EE35E24018E6CD677C01ACCD4F3984BCDEC535E | sha512: 5949B292851AC53CA7BBFEA2859FEA6F99F7B9AA2FDD75FC0E0D71CDF81303091850B7B3F34662E8A635588DC3328EFAFE58C3200C3A8DAA0603206D7EB1C930
tools\System.Runtime.Serialization.Formatters.dll
md5: E5D1AEA3F0BD2C7EDA414D1B74A4CA0A | sha1: 48955907F104A536CC1486F469D4C11820590516 | sha256: 2A147BB36B36E020ED038CF41D046E6DCB974585BA92A894374B53C49B58A97E | sha512: D70664CD329933EB8AF9AA41F576142E28092D826858D2EE2A6A93C904E4994C1DDAE9D4E1DB04E780349D22D5CA4797B2CB63192ACCBAF0AD1AFE801676E61A
tools\System.Runtime.Serialization.Json.dll
md5: 12354970BF06E846057B2CEB0883A58E | sha1: 5FB973D68B03B7DA78ED940679E56D76CB39C1BF | sha256: BCB2E306508082AA24E234D2766611BF077C35685D163077741C002E752A4EFB | sha512: B4464AFECC27E36FD9FB4D920987D53A96F7C32EEDB639E1C5A2A8503F906D577325432B447AEE17A220B38FF08741528158461053F1740DEA405B2629135171
tools\System.Runtime.Serialization.Primitives.dll
md5: 651EB553DD0054DE281BB5A33118D469 | sha1: 22484FE2D8DE12954139C79C4DFA496D4069958D | sha256: 8EA7A396DD030F36E2E436583A985D5015DB38FE231073BD7B15FBC19EC97C1E | sha512: 8CBB9D3E19EE0D7D00D3C10A59DCCCF86757ECA96E1D0AA794EC26CBC2A81FD107F52B4EE1CE92B985902468F11CACD2F1EE75534C1F2638D30BFF4AC09F42B9
tools\System.Runtime.Serialization.Xml.dll
md5: 6C842AB7BE852567FAAF0F4B9ABB1735 | sha1: 5F26B22AA90EEC433DB8585BC8BAE0324970BFD5 | sha256: E20D60882460EC4BC802D38B92C990EEEA0A77DDA986564F0BA724FD404FA458 | sha512: 6C013D80A720ADA2492963F090F856F20C2C45326965AD5062BF391894F52586E2560D988A886A9B0A5CE2D27B884D2FB7BA61DA3C1AC44384F0AC11D8D0A5AB
tools\System.Security.Claims.dll
md5: F187DCF1B08D7F371DE1167CF5FFD332 | sha1: 2DE3E8F74737964647107C44DEE754F7AF5B421A | sha256: 2891B01FD8BD48556D5AB605A79F0CCACE70979F25D7699CEA20C297095B6A6A | sha512: 45BA007E3D7A0C4A213310F724BE9FCA183ADDC789A8CFA1CF6F416221465545EF66BA907C2C148545F7042582D16648486CF5C298769B648644239D18E7BDB6
tools\System.Security.Cryptography.Algorithms.dll
md5: F9F8A73FD6AD2B59AE2CBD15E69656C4 | sha1: A3179369C91681F3BE25A9E4F126C2B478E92A81 | sha256: 2DC4BF2E1C70CE80ED9A6FE38199EBC16B5EAA6BD08BF69BE42D8AE6A8410C1A | sha512: FF7F515BEC132377679679243F1DAAA1AFB9EDDDA17EC4929458CAC5CCA247E8703AF9523888D337BFD2BC80CD08C8C971D01E117E63434C3278AAF5F848C8AA
tools\System.Security.Cryptography.Csp.dll
md5: 6E33D764E239D896D05BA977166F0651 | sha1: 47675F2F4DAF21B6442DC54CB29088996EE65084 | sha256: B411BD4E2DA19941D5AFACD982E15C23BC609A1386E4E33BE710A2AAF27EE38B | sha512: 41F8959E2EA13D09AD31A93990E821A737A85801729E11284079FF6CBE6661F95203CE987FFE8FC433DD136D220CFA416AE84DBA6FB6326234BE38D190E0CD64
tools\System.Security.Cryptography.Encoding.dll
md5: 8C1F2FF9BA5463EBA23E9CC7091AFDC8 | sha1: B742665AE14856F3324351C09745BB1950594C2F | sha256: 6BC9D834054D4EA379AD670DE6950D77D9A47787CB6040C4024D8A3177EE2B28 | sha512: 2D8D2DCB555DDBE3D6CE3791E0FAA3023D49791F0AF10AFE97AF3E667EE61B7034525F0B452196762A31B23665A47ED6CF1D6F6C582FF6EB7269EED2E78639B6
tools\System.Security.Cryptography.Primitives.dll
md5: F86D549F71B8E2D10AEFAAD9F069CD72 | sha1: BF1A05AFB5BA6B23A28CC2B7DD3398643C2A0507 | sha256: 388ECCF11E75275D49453388AAF6F753C00F02D988C8426AB2EA517658AAAE98 | sha512: 7FDC8982BC1BCB4D1B6B24C5634D7DCC1B0EC562479A69E6483BDB93673A86AFF398FAFEAFD8D5F4DBDD3C0FC3A5AE14F2541DA90DDDE2D6B65F12F70D69D5A1
tools\System.Security.Cryptography.X509Certificates.dll
md5: 9C3A6B0A4D221E9EFB8A33DAEEF513E2 | sha1: A8D76B3C84FE6707A42C5F0265DBE6D94C47CE8A | sha256: 122A09B81E5EA4310B6A8764F3AC3A945E71B628354A75822814DF1EC5941CE6 | sha512: 1E098260D53AB24957968378EC7FDC190B0877D45AD698BA2C62EA31865841B48DD4388CDB097F42DEC81E8A1E00009277E56C709F22BBB4671347E8AE2D12D5
tools\System.Security.Principal.dll
md5: 755CE791260F35C7F5D362AD30FB18E3 | sha1: 878A19DFAACEC0AC5B5F06F18BAD481D0F1E3305 | sha256: D41D2A7A214414DFBE8D330B0A108FD52CB27E87C90BCC6A5E87784644C08E3E | sha512: BB8D5331CA6ECB28C71B308441586C4D03A09B4BA03EBF573115820318812097938ACAFE2BCC3FF8EF5B2AF9DA93603B75C05AA00AEE95E95883E919591DAB88
tools\System.Security.SecureString.dll
md5: C0A42FE1474B63B300C325E626D58015 | sha1: B07A6C2E38B53C8714736010C54944D5CD09965A | sha256: D0E58BED87FAD8752C4E5B0B76DE50CBBAFE8F3E721DCD7FF9D08E604E2E137F | sha512: 3E14EF0A101C602C496FCB1006DD0F5D3764FF71176BB5BA5910A6E8C156E2075433C9DCED4232713102D2983B8491F6B7FBBE6B9064F4FBECEFFE8C70665448
tools\System.Text.Encoding.dll
md5: 4ED99B958BC59234D6F54293D652BF5F | sha1: 61A121AF948A8F05B339E38EB2082DC7C8247EFD | sha256: 2CCC0FCBA2D58CACB57F3527A6E8D9DD8640C10461794D159EEEA1342922F189 | sha512: F02DDB72D3E16E041EE5BE8E5B7D26602CB06E47285A872FC3F685BF642E537920F46750671DB601E802FF3B76D66405529E51412AEAD36C077CF41C95BA30A6
tools\System.Text.Encoding.Extensions.dll
md5: 3A89FC99C4D8E3A8A4971CA6D79D92DC | sha1: CD6ADDCA149665BF18E59E30E77B90ED3B95AA66 | sha256: F8AAF3A7B00F21D33EA75FC11DEB2B135F1F1C2D8CD5701D0F33959BE9B95F10 | sha512: 1CC9DFB00A94E87A7385B4C95E1D8E2BD1B5BC8569A219D9658FE2DFC76EB14CEC018624B1C1494A4F9BDCDDB4C231C10D010D4083C0A896C467C8C9CC04A780
tools\System.Text.RegularExpressions.dll
md5: BF03880D75FFA00478C275BBB899641A | sha1: FE94AE37BD69993A7F4279B41CE81EE5B668AFA2 | sha256: FA817789BF7B9F49CDF9443F54620582C46C0205C26D8069361B96B71A32A227 | sha512: 6D061FE9DDDE48EA67CC3A7DDB7EDFBC8D4EA14B4B36B6EAC3FFD8E933FA5EC8577BECA59AE3A78B87280BC38E51D02BEA13DA2E981EE6411A2F2BA01AAB744C
tools\System.Threading.dll
md5: BCF76C1F61035488B4382CDC407A8811 | sha1: E9E7B7EEE14CBA448089A8DE192EA79F92A81771 | sha256: F1535DAB9F3A935990BADEBDB0E702787D80C3FC38626BDDCCDA10C880151202 | sha512: 3A5C4EE6BFD123844262084BECD3A12EE400560354374E01548635061D854CF57EE21A0726044710FA463787902E1AAB212729A00FB95BC752D4D51E73E04C45
tools\System.Threading.Overlapped.dll
md5: 659DF4CB3A5C8FE391918EAA733B941F | sha1: 31BF5863655414C238EF7A8B02E39057050F6CA1 | sha256: 88CA2A3089B0155804E9A3C1738CE249655DDDA8DB33FAE37ED16A006CFF7180 | sha512: 7CA454D16173AE3EDCCB97C74008EF2B614671FB895E1F47060C750211B0A0CD3F43B087A80D53A27142E34ADD955C416CB08BF1E6A1D385A40E7B9D51846E68
tools\System.Threading.Tasks.dll
md5: 810FF57936CEA8040A5C86451E6EFA03 | sha1: 0077A0F48F8D671A3DD4948F2906EFE5D7827E36 | sha256: 2E4C029F5DCFC24567CCF84F51E1541D57F08EEDF1244A761E70331D66AE71FE | sha512: 8175B57168275F9CC55A6ADF6F0511F7F334BA5E72A1DF3DFCC0A2150BA8E5BDE102524445068DD32BFE22DE4C003A5555FA880C6810E3494B5E8614ED170F7D
tools\System.Threading.Tasks.Parallel.dll
md5: 578F05ED5378AC8A0B4E31C604CCDDFA | sha1: 4E5C5F9AA9E9CBA27014D743328CEB7E46446C50 | sha256: 79E8BD561F6D7C6D50E40E369911936C6A717BE328076B32ED55AC52F798A692 | sha512: E6AB98B82FE4A4D372D5B9A04A032184DE66D11A903A04DD3F3D52493FFF1BB646736BF05A627946AB888B82B2929B0143FDA44D260C9CA313CAC125AFDDB030
tools\System.Threading.Thread.dll
md5: B3CBF4EE86F48C4352F2BF87EC691D53 | sha1: 703798D01C496BAEB12971C1A9854449E9A4B017 | sha256: 9FCB32A357D88346950F0C5DBAA14BB40FDF6D5B29109CF306C0DB745CC3D8B6 | sha512: 61DD2583EE502451C416C590F4201C2A74DCB84AE608ECBB1F6FD21010B81DD1C477653BAF14E3E9B2A2A9EB26974E3A868C62C435A76C60A8A3C9AFBA46A467
tools\System.Threading.ThreadPool.dll
md5: 59EBBAD7082BBDAAAD0EE639CE0D84D7 | sha1: C51CA3A66DE6DD9F38970E0D47FD425A57F6A2D4 | sha256: 3C9E4BA1DFF252C3559806137A91BE89287D24498AD0EECD7DA7A397EAD62210 | sha512: DC6D8E7CA6012B6C15CEAC65B7D622C8783105B8556933CEE69AE1452A102A73BF29F3F174D84F744B2B8F85BFE29C05097394B35FBC92A5A9054B3BDBDB3913
tools\System.Threading.Timer.dll
md5: F18CA9820CF14DF44DA11266DFD61704 | sha1: E277365EE5057F300606DE63C3F8F11042248713 | sha256: 3166019BC4DCB6A7BFD0B899BDA73156EFF674AD73D95600E48FEDC654EDFD2F | sha512: 820BBB1A1EF0DB2FCFAC27B75023B0ADE09BB745E49014DCD97E9A12A9306FB3BF4FE3BEBCED5F81051B95E9F12F28F7D9B361A33ECFF6C4C3B8F7ACF6FD284A
tools\System.ValueTuple.dll
md5: F46EE25B09DF63909566878EB376F47C | sha1: 3DDC2721E3E745A028DEC5BAA93D15DFA8BD7920 | sha256: FD121879919358C0286BF7E01A484C9A67468559DEBFE4CB666877B84DA26E20 | sha512: F1EEAF368C171212FDB655A0A81F8A18D7B6772350EA9041F68555E43BAC7814C557242494ECC55C0733EB884D41616A49A2896D78CFFACC1E24E61C6ABAB030
tools\System.Xml.ReaderWriter.dll
md5: 994A1415BB4F35789EDF8C4C6FB1A94F | sha1: F3AF9BA55B68F6B9DA3FF94A26710B7D3EB52918 | sha256: 45380F5C57679ADB89686639054A7EF2A1AECA1970D81C8838B798A15C76BC07 | sha512: 424A00A5B4A28006451586D61567C3C77FC837CC8130C9F67093EA68B50761BB311F1CDE0765281F541A792A1773C5BE635EC10BC8E0424927C607C48120C6F1
tools\System.Xml.XDocument.dll
md5: 10A9078433E9FC83F914569FE3D262A2 | sha1: C0F25D1C12A329BBBEA3471056CEC70C4E8DEB40 | sha256: 1D51C1B75E9E80B8684D78426ED39E83DCE4DDD7E28362FAB95E35D3C88F8E87 | sha512: B2E3149FD35974FE4C0CC7EC603442CD8F26B61A68B9ECC10982BD7B6EACB6ACAF46186EB7F7EFD667BB0A6379489948CE5B3E088ECCCAF6C6CAB0701F8F0F00
tools\System.Xml.XmlDocument.dll
md5: DAFB81BE96C9E021ECEBC95EACCADFF0 | sha1: 551D71B70130FF7A1CB5480A61225DF346118858 | sha256: 9CFFF6672CA70FE96CA560707C645E8BF0D5DF1F7B4710672BFA69972B4A51A5 | sha512: 4F48C02807240F9E08DF4318BF3EA6A290B9C562497A59727AE8AF18697D7A9BB02C917F0AE25CE0924DE48EF7B0532D675061C816E3085E261C262BAD952758
tools\System.Xml.XmlSerializer.dll
md5: FA005CB10DF9BD1CE252C2566796E106 | sha1: C39B03490E895A529B98FE88BF5BB43504D97624 | sha256: C7E7CBB08366F3648409F09214A62961583A78D505097042E85A099EBBB802DF | sha512: 56AFDBD0413C38C56B4742C5BD075BB37D9946C78D63A416927807EEC93825DE35E3C523317D206366D05C76F6CAE4E41E2E2F03138591C0268F6EF80A7FFFE8
tools\System.Xml.XPath.dll
md5: 47CEC8C94B0368DD525DBB7089D3DD6D | sha1: BFD95E3BFE343F3F8D81CC18489FE93C055E80F6 | sha256: 4ED25040B8BD0CA0867CEE2CAF96B96DF00344D7EE291B54D4BE2CEB252AA079 | sha512: F89C5993E8A43620FF9EC5076DB683C751502F3A0AFE6910C37BEC3790930FE84EAABCD55F1D7D9AB6BF9EE76861C33491619BD2D0C4CD345E99ADD45268EED6
tools\System.Xml.XPath.XDocument.dll
md5: A1AA5497D7AC4D52228CBF2A60174E03 | sha1: B89F59F508AA6EC151B280CA4C66F63E2A4A589A | sha256: 8067FDEFBF4CCB11D0F1F0C41BBD7269763CC49C97579B666D71A32621C59CDA | sha512: 4503C715ADB650F1DCACDB5AD7CF76769573FADB36A473265F93B6727936AD959E1DCDDE8054868F3948BECE9EEF8A23CD3A44982A31C058BDF6F8CFA5907B02
tools\VERIFICATION.md
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 Petabridge, LLC. 

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
Petabridge.Cmd 1.4.0 34 Friday, January 12, 2024 Approved
Petabridge.Cmd 1.3.3 17 Wednesday, January 10, 2024 Approved
Petabridge.Cmd 1.3.2 89 Tuesday, July 18, 2023 Approved
Petabridge.Cmd 1.3.1 95 Thursday, May 4, 2023 Approved
Petabridge.Cmd 1.2.2 101 Thursday, January 19, 2023 Approved
Petabridge.Cmd 1.2.1 45 Monday, December 19, 2022 Approved
Petabridge.Cmd 1.2 42 Friday, November 18, 2022 Approved
Petabridge.Cmd 0.8.5 357 Monday, May 3, 2021 Approved
Petabridge.Cmd 0.8.4 87 Friday, April 30, 2021 Approved
Petabridge.Cmd 0.8.3 124 Thursday, March 18, 2021 Approved
Petabridge.Cmd 0.8.2 185 Tuesday, November 24, 2020 Approved
Petabridge.Cmd 0.8.1 129 Monday, November 16, 2020 Approved
Petabridge.Cmd 0.8.0 341 Wednesday, March 11, 2020 Approved
Petabridge.Cmd 0.8.0-rc2 119 Tuesday, March 10, 2020 Approved
Petabridge.Cmd 0.8.0-rc1 131 Tuesday, March 3, 2020 Approved
Petabridge.Cmd 0.7.1 160 Tuesday, March 3, 2020 Approved
Petabridge.Cmd 0.7.0 276 Thursday, October 3, 2019 Approved
Petabridge.Cmd 0.6.3 248 Tuesday, July 30, 2019 Approved
Petabridge.Cmd 0.6.2 223 Wednesday, June 19, 2019 Approved
Petabridge.Cmd 0.6.1 236 Sunday, May 19, 2019 Approved
Petabridge.Cmd 0.6.0 207 Thursday, May 9, 2019 Approved
Petabridge.Cmd 0.5.0 299 Wednesday, March 6, 2019 Approved
Petabridge.Cmd 0.4.1 262 Friday, December 7, 2018 Approved
Petabridge.Cmd 0.4.0 202 Tuesday, November 27, 2018 Approved
Petabridge.Cmd 0.3.3 549 Tuesday, February 27, 2018 Approved
Petabridge.Cmd 0.3.2 404 Tuesday, December 19, 2017 Approved
Petabridge.Cmd 0.3.1 465 Tuesday, September 19, 2017 Approved
Petabridge.Cmd 0.3.0 358 Thursday, September 14, 2017 Approved
Petabridge.Cmd 0.2.2 430 Sunday, June 25, 2017 Approved
Petabridge.Cmd 0.2.1 378 Tuesday, June 6, 2017 Approved
Petabridge.Cmd 0.2.0 420 Sunday, May 21, 2017 Approved
Petabridge.Cmd 0.1.2 397 Tuesday, April 25, 2017 Approved
Petabridge.Cmd 0.1.1 352 Friday, April 21, 2017 Approved
Petabridge.Cmd 0.1.0 391 Wednesday, April 19, 2017 Approved

This package has no dependencies.

Discussion for the Petabridge.Cmd Package

Ground Rules:

  • This discussion is only about Petabridge.Cmd and the Petabridge.Cmd 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 Petabridge.Cmd, 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