Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

789

Downloads of v 1.0.11:

249

Last Update:

27 Jan 2021

Package Maintainer(s):

Software Author(s):

  • Totopolis
  • Liklainy
  • BerndGit
  • malickf

Tags:

kanban desktop task management issues tracker

Kamban Desktop application

  • 1
  • 2
  • 3

1.0.11 | Updated: 27 Jan 2021

Downloads:

789

Downloads of v 1.0.11:

249

Maintainer(s):

Software Author(s):

  • Totopolis
  • Liklainy
  • BerndGit
  • malickf

Kamban Desktop application 1.0.11

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Kamban Desktop application, run the following command from the command line or from PowerShell:

>

To upgrade Kamban Desktop application, run the following command from the command line or from PowerShell:

>

To uninstall Kamban Desktop application, 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 kamban -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade kamban -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install kamban
  win_chocolatey:
    name: kamban
    version: '1.0.11'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'kamban' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.11'
end

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


cChocoPackageInstaller kamban
{
    Name     = "kamban"
    Version  = "1.0.11"
    Source   = "INTERNAL REPO URL"
}

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


package { 'kamban':
  ensure   => '1.0.11',
  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 27 Jan 2021.

Description

Kamban is an windows desktop application for personal kanban boards


Accessibility.dll
md5: 151321E91970AEBC2DAF184AF8EEFBF2 | sha1: 38B1270E62FF51675C0D049D6FC8F28F5B2A27F3 | sha256: 2D5AA460B5928D7CC9EDB6C610F7791BE152D3EA96F34989CABD7EDCB28ADD30 | sha512: AA1AF239D14BD062A626DF24F529D5262D12ED654F9C1E7486045A243EFD2D5A2BC8A59BB5247316134BD64F6D60FA784E8931B3F33FD86D44CE723595A3B53B
api-ms-win-core-console-l1-1-0.dll
md5: E5912B05988259DAD0D6D04C8A17D19B | sha1: 724F4F91041AD595E365B724A0348C83ACF12BBB | sha256: 9F3608C15C5DE2F577A2220CE124B530825717D778F1E3941E536A3AB691F733 | sha512: C270A622D7887F4C97232EA898F5380459C565817F0D201CDB081EE82E3002B6E6248753A68DA896D3B1327F93E8E8CB0CA0DCAEEF324F610E0A1C7B542C6492
api-ms-win-core-datetime-l1-1-0.dll
md5: 16789CC09A417D7DEB590FFFE4ED02DC | sha1: 4940D5B92B6B80A40371F8DF073BF3EB406F5658 | sha256: 3B68D7AB0641DE6B3E81D209B7C0D3896E4FFA76617BBADD01EB54036CDD1B07 | sha512: 19E4F086CC2137EE60316B0736B3C6B3780578896DF9A826EDFE004BB74BEE8E051C511A84D8A7EA278A5F47C82B9C955394F629AB0BB0740ECB51293D9BE7B7
api-ms-win-core-debug-l1-1-0.dll
md5: 9476AFFAAC53E6E34405C4001F141805 | sha1: E7C8A6C29C3158F8B332EEA5C33C3B1E044B5F73 | sha256: 55574F9E80D313048C245ACEFD21801D0D6C908A8A5049B4C46253EFAF420F89 | sha512: F8E3476A09D888CAEBD50DA0EA2DEBC4006004E72AF677919413655AB4595622CAC524F1BC6C13406EE341AE0052A19ED83826AD530F652E73B2C65D4FA65680
api-ms-win-core-errorhandling-l1-1-0.dll
md5: A5883C68D432F593812AB3B755B808DB | sha1: 51CBB7BA47802DC630C2507750432C55F5979C27 | sha256: B3715112A7CA4C6CC0EFEE044BD82444D3267A379E33A3EC118D87E75604204D | sha512: 27153E29E99A905FA4C8B3EDE078644A3A3F29FDF7B98E387E39C5C60444E326C92AFD74DA8FEE225F7DDF39724A0DAEF68BA238F3CC64FB7860172B8F29D79A
api-ms-win-core-file-l1-1-0.dll
md5: 241338AEF5E2C18C80FB1DB07AA8BCDF | sha1: 9ACBEEF0AC510C179B319CA69CD5378D0E70504D | sha256: 56DE091EFE467FE23CC989C1EE21F3249A1BDB2178B51511E3BD514DF12C5CCB | sha512: B9FD37F01A58594E48FA566C41827B2B9499605D9E55C2178E83EE41C8C5F50A4DF2C85EFEA94CA586EA0EA4A6D984EBB7CA2193E9306FCB853B147B2C76BC2D
api-ms-win-core-file-l1-2-0.dll
md5: 49C3FFD47257DBCB67A6BE9EE112BA7F | sha1: 04669214375B25E2DC8A3635484E6EEB206BC4EB | sha256: 322D963D2A2AEFD784E99697C59D494853D69BED8EFD4B445F59292930A6B165 | sha512: BDA5E6C669B04AAED89538A982EF430CEF389237C6C1D670819A22B2A20BF3C22AEF5CB4E73EF7837CBBD89D870693899F97CB538122059C885F4B19B7860A98
api-ms-win-core-file-l2-1-0.dll
md5: BFFFA7117FD9B1622C66D949BAC3F1D7 | sha1: 402B7B8F8DCFD321B1D12FC85A1EE5137A5569B2 | sha256: 1EA267A2E6284F17DD548C6F2285E19F7EDB15D6E737A55391140CE5CB95225E | sha512: B319CC7B436B1BE165CDF6FFCAB8A87FE29DE78F7E0B14C8F562BE160481FB5483289BD5956FDC1D8660DA7A3F86D8EEDE35C6CC2B7C3D4C852DECF4B2DCDB7F
api-ms-win-core-handle-l1-1-0.dll
md5: CCE27FF9B1E78B61955682788452F785 | sha1: A2E2A40CEA25EA4FD64B8DEAF4FBE4A2DB94107A | sha256: 8EE2DE377A045C52BBB05087AE3C2F95576EDFB0C2767F40B13454F2D9F779DE | sha512: 1FCEC1CD70426E3895C48598DFC359839D2B3F2B1E3E94314872A866540353460EC932BF3841E5AFE89AA4D6C6FAC768E21AE368D68C2BB15F65960F6F5D7D5B
api-ms-win-core-heap-l1-1-0.dll
md5: CDC266896E0DBE6C73542F6DEC19DE23 | sha1: B4310929CCB82DD3C3A779CAB68F1F9F368076F2 | sha256: 87A5C5475E9C26FABFEAD6802DAC8A62E2807E50E0D18C4BFADCB15EBF5BCBC0 | sha512: 79A29041699F41938174A6EC9797FAF8D6BF7764657D801CB3AF15C225F8EAB0135D59CFA627BD02DD7459F7B857D62299E4D082586CE690627EBDF1267EBB21
api-ms-win-core-interlocked-l1-1-0.dll
md5: 39809CC5DABF769DA8871A91A8ED9E69 | sha1: F779CDEF9DED19402AA72958085213D6671CA572 | sha256: 5CD00FF4731691F81FF528C4B5A2E408548107EFC22CC6576048B0FDCE3DFBC9 | sha512: 83A8246839D28378C6F6951D7593DC98B6CAA6DBCA5FBD023B00B3B1A9EBA0597943838C508493533C2DE276C4D2F9107D890E1C9A493EE834351CFF5DFD2CAB
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 5D5FAE1A17961D6EE37637F04FE99B8A | sha1: 47143A66B4A2E2BA019BF1FD07BCCA9CFB8BB117 | sha256: 8E01EB923FC453F927A7ECA1C8AA5643E43B360C76B648088F51B31488970AA0 | sha512: 9DB32EC8416320DCB28F874B4679D2D47A5AE56317FDC9D2D65EBB553F1D6345C3DD0024294A671A694337683DD4E77254595A9CDBFE115C80D0EF53516D46AA
api-ms-win-core-localization-l1-2-0.dll
md5: 588BD2A8E0152E0918742C1A69038F1D | sha1: 9874398548891F6A08FC06437996F84EB7495783 | sha256: A07CC878AB5595AACD4AB229A6794513F897BD7AD14BCEC353793379146B2094 | sha512: 32FFE64C697F94C4DB641AB3E20B0F522CF3EBA9863164F1F6271D2F32529250292A16BE95F32D852480BD1B59B8B0554C1E7FD7C7A336F56C048F4F56E4D62F
api-ms-win-core-memory-l1-1-0.dll
md5: 6DEF20ED13972F3C3F08DBA8ECF3D6CC | sha1: 9C03356CF48112563BB845479F40BF27B293E95E | sha256: C2E887A17875D39099D662A42F58C120B9CC8A799AFD87A9E49ADF3FADDD2B68 | sha512: 5B4D2B1152BED14108DC58D358B1082E27DEFD1001D36CD72EC6F030A34D6CAF9B01C3C1DD8A9AC66D1937FCF86A6FE3469AC93B1E76D933A8F4B51C1F782F65
api-ms-win-core-namedpipe-l1-1-0.dll
md5: A056D4EEAAE37DEAB8333DCC4C910A93 | sha1: CB59F1FE73C17446EB196FC0DD7D944A0CD9D81F | sha256: 593FA2AA2474508AD942BBAA0FDC9A1BADD81C85B0DFF1C43B90A47C23AD5FB7 | sha512: C2F811994182EF51D0C011C19336179DA69357E5F284F787BCDB54F90C32768A959232A477534F7E62CD3D71A048A13E91B20042E2FE6AB108D606C7C8DF9255
api-ms-win-core-processenvironment-l1-1-0.dll
md5: F3B4AB35A65A8D938C6B60AD59BA6E7F | sha1: 2745259F4DBBEFBF6B570EE36D224ABDB18719BC | sha256: EA2972FEC12305825162AE3E1AE2B6C140E840BE0E7EBB51A7A77B7FEEDA133A | sha512: A88AFB66311494D6C15613C94555BA436CD2F75E11A49A448C9C6776DFBA24CDA25A44792A1E8B3E680C1AD3AD0574B43AC2328C6E41FF0832139C94B066DBF5
api-ms-win-core-processthreads-l1-1-0.dll
md5: 5FAF9A33BAB1D39DD9F820D34339B3D4 | sha1: 50699041060D14576ED7BACBD44BE9AF80EB902A | sha256: A1221836731C7E52C42D5809CC02B17C5EC964601631EC15A84201F423DA4AC4 | sha512: 73C25D1338DF9AEE5211FBB0E1B14E6BD853E31746C63BC46F44810622B09D52EE39B8E8A57C655DA63D3D3D4025C2CBA4D8673893D022417A2032BA3D935061
api-ms-win-core-processthreads-l1-1-1.dll
md5: D699333637DB92D319661286DF7CC39E | sha1: 0BFFB9ED366853E7019452644D26E8E8F236241B | sha256: FE760614903E6D46A1BE508DCCB65CF6929D792A1DB2C365FC937F2A8A240504 | sha512: 6FA9FF0E45F803FAF3EB9908E810A492F6F971CB96D58C06F408980AB40CBA138B52D853AA0E3C68474053690DFAFA1817F4B4C8FB728D613696B6C516FA0F51
api-ms-win-core-profile-l1-1-0.dll
md5: 7028CF6B6B609CB0E31ABD1F618E42D0 | sha1: E7E0B18A40A35BD8B0766AC72253DE827432E148 | sha256: 9E98B03A3CA1EBABDCEB7ED9C0CEB4912BB68EB68F3E0DF17F39C7A55FADA31D | sha512: D035CCFD0DE316E64187C18E6E5B36E14F615F872C08740EC22EF2C12D592E37D78AB154202926A56AB01D669EB5870DFF651280A882D6BF2A700C43DCD25AC2
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 2166FB99DEBBB1B0649C4685CF630A4A | sha1: 24F37D46DFC0EF303EF04ABF9956241AF55D25C9 | sha256: CDC4CFEBF9CBA85B0D3979BEFDB258C1F2CFCB79EDD00DA2DFBF389D080E4379 | sha512: DE27D06B1F306110B42D0ED2642A555862D0ADE7E56E5F2908E399F140AA5F43904E08D690BCB0D2F4D11D799EC18FA682DB048DA57D99CD99891E45ADD86371
api-ms-win-core-string-l1-1-0.dll
md5: B7CBC8D977A00A2574E110B01124ED40 | sha1: 637E4A9946691F76E6DEB69BDC21C210921D6F07 | sha256: 854DB7D2085CAACF83D6616761D8BDCBACB54A06C9A9B171B1C1A15E7DC10908 | sha512: B415EF4092FA62D39941BF529A2032BC8B591C54ED2050EA4730F198899F147539B2C0E97F3C4F14848C71066924C1848AE5F07779A1A47AB4C5E46F02BE7258
api-ms-win-core-synch-l1-1-0.dll
md5: 6961BF5622FFCD14C16FBFC1296950A4 | sha1: 5584C189216A17228CCA6CD07037AAA9A8603241 | sha256: 50A1542D16B42ECB3EDC1EDD0881744171EA52F7155E5269AD39234F0EA691DE | sha512: A4D0C15ACBFF4E9140AE4264FA24BD4C65FB2D1052A0B37BF281498F3B641FEF563C18115511829A23340C9440F547028D36015BA38CBD51AD0744D44D5CCD87
api-ms-win-core-synch-l1-2-0.dll
md5: 47388F3966E732706054FE3D530ED0DC | sha1: A9AEBBBB73B7B846B051325D7572F2398F5986EE | sha256: 59C14541107F5F2B94BBF8686EFEE862D20114BCC9828D279DE7BF664D721132 | sha512: CCE1FC5BCF0951B6A76D456249997B427735E874B650E5B50B3D278621BF99E39C4FC7FEE081330F20762F797BE1B1C048CB057967EC7699C9546657B3E248EE
api-ms-win-core-sysinfo-l1-1-0.dll
md5: DF50047BBD2CF3A4B0CF0567514B464C | sha1: F20AE25484A1C1B43748A1F0C422F48F092AD2C1 | sha256: 8310D855398F83CB5B9CA3ADEB358DA1354557AEC5C82C8EF91A29F79A47F620 | sha512: 5C3BFC2CCB2EE864B99F6709677474327E85889F4C962EA0A1EF9E1E876DC88B1D8E8E0F6C1422F634FF1C84A861C34E52EE07DAC7FDDE505B508BEA80562B9F
api-ms-win-core-timezone-l1-1-0.dll
md5: F62B66F451F2DAA8410AD62D453FA0A2 | sha1: 4BF13DB65943E708690D6256D7DDD421CC1CC72B | sha256: 48EB5B52227B6FB5BE70CB34009C8DA68356B62F3E707DB56AF957338BA82720 | sha512: D64C2A72ADF40BD451341552E7E6958779DE3054B0CF676B876C3BA7B86147AECBA051AC08ADC0C3BFB2779109F87DCA706C43DE3CE36E05AF0DDEE02BBBF419
api-ms-win-core-util-l1-1-0.dll
md5: A1952875628359A0632BE61BA4727684 | sha1: 1E1A5AB47E4C2B3C32C81690B94954B7612BB493 | sha256: A41BEDE183FA1C70318332D6BC54EF13817AEEE6D52B3AB408F95FA532B809F1 | sha512: 3F86180CC085DC8C9F6D3C72F5CCC0F5A0C9048343EDAF62239EB4B038799845388898408ED7E8EAC5D015A9BC42FF428F74585F64F5D3467DDDB1303BAF4F03
api-ms-win-crt-conio-l1-1-0.dll
md5: 6C88D0006CF852F2D8462DFA4E9CA8D1 | sha1: 49002B58CB0DF2EE8D868DEC335133CF225657DF | sha256: D5960C7356E8AB97D0AD77738E18C80433DA277671A6E89A943C7F7257FF3663 | sha512: D081843374A43D2E9B33904D4334D49383DF04EE7143A8B49600841ECE844EFF4E8E36B4B5966737AC931ED0350F202270E043F7003BF2748C5418D5E21C2A27
api-ms-win-crt-convert-l1-1-0.dll
md5: D53637EAB49FE1FE1BD45D12F8E69C1F | sha1: C84E41FDCC4CA89A76AE683CB390A9B86500D3CA | sha256: 83678F181F46FE77F8AFE08BFC48AEBB0B4154AD45B2EFE9BFADC907313F6087 | sha512: 94D43DA0E2035220E38E4022C429A9C049D6A355A9CB4695AD4E0E01D6583530917F3B785EA6CD2592FDD7B280B9DF95946243E395A60DC58EC0C94627832AEB
api-ms-win-crt-environment-l1-1-0.dll
md5: C712515D052A385991D30B9C6AFC767F | sha1: 9A4818897251CACB7FE1C6FE1BE3E854985186AD | sha256: F7C6C7EA22EDD2F8BD07AA5B33CBCE862EF1DCDC2226EB130E0018E02FF91DC1 | sha512: B7D1E22A169C3869AA7C7C749925A031E8BDD94C2531C6FFE9DAE3B3CD9A2EE1409CA26824C4E720BE859DE3D4B2AF637DD60308C023B4774D47AFE13284DCD2
api-ms-win-crt-filesystem-l1-1-0.dll
md5: F0D507DE92851A8C0404AC78C383C5CD | sha1: 78FA03C89EA12FF93FA499C38673039CC2D55D40 | sha256: 610332203D29AB218359E291401BF091BB1DB1A6D7ED98AB9A7A9942384B8E27 | sha512: A65C9129EE07864F568C651800F6366BCA5313BA400814792B5CC9AA769C057F357B5055988C414E88A6CD87186B6746724A43848F96A389A13E347EF5064551
api-ms-win-crt-heap-l1-1-0.dll
md5: F9E20DD3B07766307FCCF463AB26E3CA | sha1: 60B4CF246C5F414FC1CD12F506C41A1043D473EE | sha256: AF47AEBE065AF2F045A19F20EC7E54A6E73C0C3E9A5108A63095A7232B75381A | sha512: 13C43EEE9C93C9F252087CB397FF2D6B087B1DC92A47BA5493297F080E91B7C39EE5665D6BDC1A80E7320E2B085541FC798A3469B1F249B05DEE26BBBB6AB706
api-ms-win-crt-locale-l1-1-0.dll
md5: AB206F2943977256CA3A59E5961E3A4F | sha1: 9C1DF49A8DBDC8496AC6057F886F5C17B2C39E3E | sha256: B3B6EE98ACA14CF5BC9F3BC7897BC23934BF85FC4BC25B7506FE4CD9A767047A | sha512: BACCC304B091A087B2300C10F6D18BE414ABB4C1575274C327104AABB5FDF975BA26A86E423FDA6BEFB5D7564EFFAC0C138EB1BAD2D2E226131E4963C7AAC5BD
api-ms-win-crt-math-l1-1-0.dll
md5: 4DD7A61590D07500704E7E775255CB00 | sha1: 8B35EC4676BD96C2C4508DC5F98CA471B22DEED7 | sha256: A25D0654DEB0CEA1AEF189BA2174D0F13BDF52F098D3A9EC36D15E4BFB30C499 | sha512: 1086801260624CF395BF971C9FD671ABDDCD441CCC6A6EAC55F277CCFBAB752C82CB1709C8140DE7B4B977397A31DA6C9C8B693AE92264EB23960C8B1E0993BD
api-ms-win-crt-multibyte-l1-1-0.dll
md5: 4E033CFEE32EDF6BE7847E80A5114894 | sha1: 91EEF52C557AEFD0FDE27E8DF4E3C3B7F99862F2 | sha256: DFF24441DF89A02DDE1CD984E4D3820845BAFDFF105458ED10D510126117115B | sha512: E1F3D98959D68EF3D7E86AC4CB3DBDF92A34FCFD1BF0E0DB45DB66C65AF0162AB02926DC5D98C6FC4A759A6010026EE26A9021C67C0190DA941A04B783055318
api-ms-win-crt-private-l1-1-0.dll
md5: 50740F0BC326F0637C4166698298D218 | sha1: 0C33CFE40EDD278A692C2E73E941184FD24286D9 | sha256: ADBB658DD1CBECACA7CC1322B51976F30B36CCF0A751F3BAD1F29D350B192C9C | sha512: F1331AB1D52FB681F51546168E9736E2F6163E0706955E85AC9E4544D575D50E6EACD90EA3E49CB8B69DA34FE0B621B04661F0B6F09F7CE8CECA50308C263D03
api-ms-win-crt-process-l1-1-0.dll
md5: 595D79870970565BE93DB076AFBE73B5 | sha1: EC96F7BEEAEC14D3B6C437B97B4A18A365534B9B | sha256: FC50A37ACC35345C99344042D7212A4AE88AA52A894CDA3DCB9F6DB46D852558 | sha512: 152849840A584737858FC5E15F0D7802786E823A13EC5A9FC30EE032C7681DEAF11C93A8CFFEAD82DC5F73F0CD6F517F1E83B56D61D0E770CBB20E1CFFF22840
api-ms-win-crt-runtime-l1-1-0.dll
md5: 8B9B0D1C8B0E9D4B576D42C66980977A | sha1: A19ACEFA3F95D1B565650FDBC40EF98C793358E9 | sha256: 371A44AB91614A8C26D159BEB872A7B43F569CB5FAC8ADA99ACE98F264A3B503 | sha512: 4B1C5730A17118B7065FADA3B36944FE4E0260F77676B84453EE5042F6F952A51FD99DEBCA835066A6D5A61BA1C5E17247551340DD02D777A44BC1CAE84E6B5F
api-ms-win-crt-stdio-l1-1-0.dll
md5: 76E0A89C91A28CF7657779D998E679E5 | sha1: 982B5DA1C1F5B9D74AF6243885BCBA605D54DF8C | sha256: 0189CBD84DEA035763A7E52225E0F1A7DCEC402734885413ADD324BFFE688577 | sha512: D75D8798EA3C23B3998E8C3F19D0243A0C3A3262CFFD8BCEE0F0F0B75F0E990C9CE6644150D458E5702A8AA51B202734F7A9161E795F8121F061139AD2EA454F
api-ms-win-crt-string-l1-1-0.dll
md5: 96DA689947C6E215A009B9C1ECA5AEC2 | sha1: 7F389E6F2D6E5BEB2A3BAF622A0C0EA24BC4DE60 | sha256: 885309EB86DCCD8E234BA05E13FE0BF59AB3DB388EBFBF6B4FD6162D8E287E82 | sha512: 8E86FA66A939FF3274C2147463899DF575030A575C8F01573C554B760A53B339127D0D967C8CF1D315428E16E470FA1CC9C2150BB40E9B980D4EBF32E226EE89
api-ms-win-crt-time-l1-1-0.dll
md5: 6B33B34888CCECCA636971FBEA5E3DE0 | sha1: EE815A158BAACB357D9E074C0755B6F6C286B625 | sha256: 00AC02D39B7B16406850E02CA4A6101F45D6F7B4397CC9E069F2CE800B8500B9 | sha512: F52A2141F34F93B45B90EB3BBCDB64871741F2BD5FED22EAAF35E90661E8A59EBA7878524E30646206FC73920A188C070A38DA9245E888C52D25E36980B35165
api-ms-win-crt-utility-l1-1-0.dll
md5: 54F27114EB0FDA1588362BB6B5567979 | sha1: EAA07829D012206AC55FB1AF5CC6A35F341D22BE | sha256: 984306A3547BE2F48483D68D0466B21DDA9DB4BE304BEDC9FFDB953C26CAC5A1 | sha512: 18D2BDCE558655F2088918241EFDF9297DFE4A14A5D8D9C5BE539334AE26A933B35543C9071CEDADA5A1BB7C2B20238E9D012E64EB5BBF24D0F6B0B726C0329D
Autofac.dll
md5: C27BF722270EF4F171BD3F14CC20A45B | sha1: 979075488686CFC075E4712F8D12598F1C074FAB | sha256: 785910F740D5E34095F81578B37BC360758184034922239EBCACC5D0340F2CF8 | sha512: E62DF2B1AF84EB267CCAA24B2C85CDF0C523F46D5CDF914B1AA6A18EA837C9531C5962A59661C119EF399B3450E808C9ECE2FCE37B9EE6F4DC25163E54F9B867
AutoMapper.dll
md5: C7EB4C377174DFA8D841C10E70316BC6 | sha1: 78830797FABDA226AFAFB1F73F85712AD62F43F3 | sha256: 6B8C9EBE5F34023228ABC79DAA4E02767F9FEEF443FE11804AC7744F32338130 | sha512: 48A84F6BE4E489BE0958D2C0CD2888005BDA1C4E6D87F61460363678062D398EB87AEEB2A457C802C5949B26BA7E524A8B7A5E32DE8E9AE6C62B345462F80F65
AvalonDock.dll
md5: 467F51A4ED86B690B7FE6380B07C84FF | sha1: B2BF3F809927E1F4E83CDBC4BDA24B087DA7AE3D | sha256: 855A2ED61226F792F2782F1487AD58E463452DA875B3CAA44441ABFD401D0C40 | sha512: C915763BE46D6824E7ADA7BFC4E3E5CAFE7808AD4D53C5A7AF84412DF51E43D9D98744116380016753A2F691CD627BBE35E06DEC900084645BD94370363725FB
AvalonDock.Themes.VS2013.dll
md5: DB388BD1F8D15CB388A5936D2FCBDC5B | sha1: FB962EBF31DA6DA059704E86EE8D4BBD90D9F86B | sha256: 3590122D9197DEE52DCF25EBC35FA15FB1B3FADB1978AA9CDFFA5EBFFA2A8206 | sha512: B11D5954750DED2EE618D7802F184E621B291FEC17221C8760DE8BC7F53187971318571109C88281CC6BF20AD98C9310ED3F2411399E9E1C9BFB4EF188871200
ca-ES\AvalonDock.resources.dll
md5: 3A8675503085951088B92A1C95057550 | sha1: 1007E7B02B82D11D5650131E5D848247EFAE3D52 | sha256: 30106D1274B4E37E061ACC7EE9AD7786C7D77389835EB31B2700D805B4E5B6FB | sha512: 0D2920D6601F85D5087D6DB8211697B480705107889107CB4148EA8E4ECBB033980E2459D70E6D16E0F85826803FF63361247350B59C2BF20EDD55EA9B7730E2
clrcompression.dll
md5: AABB41E1D3EF1514D0492A0A7807E57C | sha1: 6D7148E725F8D3C44AEB836B77CDBAE1F8C608F9 | sha256: 98C74AC5EBFB294267D5CF19EC0F33E1C73E015C0BFEC2A90CBDDF2445AD3701 | sha512: 1453BF75DFE9A9F675C515576179AD0C1161886ED5B504F37E4255D3E78C289CA73F7A2EAB95EF239D39427BB63193E77CFE591713EAB38CD3C8D2B7CB50E530
clretwrc.dll
md5: 2409D655C03B1261F49DE9EB6A700EFF | sha1: 7C8908CA39D3FA3EE86B5D8D3C1A7F7A49333B64 | sha256: 4D0D8B51CEDAB2E774A4963B58BAD42032C7F5CC734F4199C40CC66E8FFFB095 | sha512: 61F8D912BAD4F7D26926C3F81426358CE8178436582142F04C9BD1F01AED76296B067230F4DE2DD6E83736F9A13E8C26FAF1084103757CB67922AB6C3F624DAB
clrjit.dll
md5: B4BD14E27AB7968DD242DC4DDA8CEBA9 | sha1: 5665C21C9DA2FC2875E96B902BA267464DFD9670 | sha256: FE141D255B0643A19C10335476564824A4DBE807D5C788AE798349CE8D3E8227 | sha512: 235A5880DB61CE25B695333D9466328FFF0F783DB5D3FE64EEB277B564B0920AF068F7156EAADC95144F0A804E55D4CE1E5D8EA6D8063A1930907A3719E99535
ControlzEx.dll
md5: 5EF218CD177E847B4F9A7D8BBB19F885 | sha1: 94B0E2A00AD8E9A6B95EC0156ACDB71B3B106DDE | sha256: EACBB58DCC86ECE85DAAA238FD765F4F6AA25BF7B04365A8C970D78B0A60461E | sha512: E2FC3A92125579F4D03C42488078B7E78CB8CA5DE31CB307B6B88034C76450A4C0ADBB9FB5213301D611576D1C82792CEFD94271AE35242AA82DAFAC045C9259
coreclr.dll
md5: 8A174EE15CA69DB3A4E1855C0CC2688A | sha1: FDD033BD1AD5A0F9301CBF441E8980839702ECD3 | sha256: 18F85AB1892354010D218FF64CA0AFCDCF8CEE2E721FB29747AA11757AEEA26B | sha512: BD79722571F8D9DD3C9DA4223CB604C35AB79287DB47F5A6800BC75090376F6A442F8F8C1A3D76127186660C16E11D5C54FE457252EAA9942534E097DF2F24F1
cs-CZ\AvalonDock.resources.dll
md5: 0CC3AC914C6235CC151184FD2649ECAD | sha1: 84117877178EF1F99681F43A57377432C2097397 | sha256: 815B9EFB3F6FFFE8B795D4474C7AC4A43F528528D79F3628D0D747654959B4D2 | sha512: C3C7CB78035F3EFDBA855399DA5BCAB1BF127B7801D90DD92F76A180173153AACE222E86B3BD5CC563B5488F979842C0162ED2E4944F43FB8D76D6D440EA2B93
cs\PresentationCore.resources.dll
md5: 0796C9E404078060EC8F181CB1D75874 | sha1: 4BEC897BEA0D5ACEE8FC987B6E4A79079FDABDB8 | sha256: E6E1F2FC679D5741118958508A6F0F52C0F8085B87A9225C54D8F183B4C85CE9 | sha512: B032E6CB16620FA954AAA9836DB7422102B5536E5F3FDD1DA3F1C44F7CB3E318E58C1593A1E2AD40D4F2EA8DBAD23FAF45940FDB324A4526126EE00A7912A6EA
cs\PresentationFramework.resources.dll
md5: 4057E8A2E061E4F1C4F5F6EBD5C86B31 | sha1: 8EAB878B4F88855AFB88E9B76D41558E1F50E9DF | sha256: 124654B15FE043361BF2357181A7330A4FDB92E593DFF597F129ABC184A3FA09 | sha512: A58541BE8A190EC6152545458E9A93AEB35A44751116D537D8811056B2B5BE5F9B4FA1ED544D82BDEB05223D677330185F889060DEFEF2E5018BF20DA049DEBB
cs\PresentationUI.resources.dll
md5: FC04C713A16719307F1B11AC83C0E643 | sha1: 26729E8DB204CB7FCF93D61DD9AF96175EEB6191 | sha256: 80146ED3816BDC5963E5E956DD483B7E60E2310EDDD715E6F2BF8B9464AC3A64 | sha512: C416674BC942FDFCE9298DCE3D256BA30479A7DF1B292EFD574012F6998BFDD3E47E8CCBD924FDB9BA5C81EE40C1374C65926D342C1329EFCC3A340F4D8A6136
cs\ReachFramework.resources.dll
md5: 3756A081445DE963AC748FD4D7541769 | sha1: B797615CC9B6D5512C4C201AD6B92F290C48EE9E | sha256: 2670E426333173D07EDA5856966B2E3655AAF93DCA12E266C5B1D739480DAB54 | sha512: FC4202570B82F792965ECBF026C49B7E6FD861AD6DACFB81E1F61CBE92F08FBF09C9CC29965B54E3CCC746D8C6D96D75175A57D5E05555A7F4707299DA456DD4
cs\System.Printing.resources.dll
md5: 8D893FC45A198A1EDA580D71AAB1F72C | sha1: D7A265A6D580A8318E082FB4C88AD40B58C11A47 | sha256: C433E7F1B0C98D27E05E132CF2EF0F4C1942F1941BF2A6FA0B69B8DDA58789FC | sha512: 50749CCF6A7E30D775F2B00077F5D7DB784D07FD603DECEB973C6B829241B54EC5C1C04833510180CF3ADD8D6EAD1FFE6970628D96A629D95E3D9FCADF87C21B
cs\System.Windows.Controls.Ribbon.resources.dll
md5: CE5295F24F003A09B6F3E087B9D1BEF1 | sha1: EF6C50965FBA7E277EE1718D8BE7B1E1FE78AF22 | sha256: 468AE9F2BDC5E6C695D8D31393BF31990FA95C36BA5448EBCC6FA0949B191AEC | sha512: 772C93691E37F46CCAD3E24307B216BD3680E19DA5499C5E2628EC046FC3D01B3413B9EE41BDF67396211A1072BC82533DA94856B272524A514C32A6E479CC71
cs\System.Windows.Forms.Design.Editors.resources.dll
md5: 29571BAC8543A0BD3054ECA10CE8A007 | sha1: 13254E180EAB8E8E483C6C922618FC33C1D1EBB7 | sha256: 780E55AB44D2F9EEF78FDFE79F856A1F59C907C1606DAC6290EEBBE4B932C4D6 | sha512: 0B0945B3CAD159A75418FA2BFDC579E5CEFE153EB74B337FD70D50C80753C11633F4D6892A905B50FA3682F86A14E5846FF362CD70EC11C638616651A89D0178
cs\System.Windows.Forms.Design.resources.dll
md5: CF228DE65DEFFBA1B6D42F8A8A976A59 | sha1: 641DB96BF6803E5FD3C3421E21EA12F38E98EDB2 | sha256: 145C7A3AA687C1FE309E663380FEE75855C95AD133DB12F232E6FE54E686C12F | sha512: 187F498EBBB4AA4192175DE9C55B23BA8B9BABC6936F2EE37DEB89B0A76447D79CCDE79C099F190269AC6161DA9C8AF38D0CB40F93A90DF3E665444C5CEB28A4
cs\System.Windows.Forms.resources.dll
md5: C7C43371DF17A5793F04BC838E09E250 | sha1: 9D86080CFFB3FF56959B160732453FFACEE5791E | sha256: C673D77D36ECC1E0D36929D2A08DF6BB6D9FF14B0A17D5EA872E2B32E2E9E2FB | sha512: 5D67ACD98933819E1E1EF5D13D0261EF4F72766FEC25EA45E80E444B0EE7172FA01D47C13A8A1F1E52555E70AFBB69F244D9E008CB8784E5F28CCFC948670DD6
cs\System.Windows.Input.Manipulations.resources.dll
md5: C63854EEC9BC13FAE7FD428BA530B44B | sha1: 9891AFDDE8D94B51EC5F0F4696F7A233040BFBFE | sha256: B01F8466356BDF24D23357F57B1C1A387B23CBD3BA01324AFC17D053DFFB3746 | sha512: EBA3AB1CA75C305EE39B70C4CCBEA6D9F55147BC1227530C4AD6E1798C15D4714B2A84F1B4C1809E0BC2A783C732873752D53D7CD2D2B78F5DD501C4C5FD6B30
cs\System.Xaml.resources.dll
md5: 0B7734022177D0DAA15CBB95CEDDFB3E | sha1: 56EBD0AFD0ACCFE217CB73FF1DA3A7A2AB755574 | sha256: 9814A32E573B71D9E8D4969F1654B8854ABEEF7BEE5F590733A953DA400AD39D | sha512: CE40AF3B031470F6DAD0AAF180FAF87A95C2B6EA00A11419531C8AE555A68C4934572918B37F0F973D3B2AB1634AC3E88D9BF3DF1A85928F82EA310CDC10701D
cs\UIAutomationClient.resources.dll
md5: 0907C12064EAE38496C78F24E662DFFF | sha1: 2AAB4E6FF867D354B4739A7DF9F99D38B20CFC5B | sha256: 5456E7C6DB216F2F21A228F93FD6D6ECB7705BD10E7E6B0676067C023EA38CD6 | sha512: B3DDC8B71AD8602896DB97CA72F44B856C387210AC43A832D00C4AE425A8C566EA521D7A3713926C88E9CFD0B3D7E7535A6371EA19F7BCA75F611F4F70D3BE9D
cs\UIAutomationClientSideProviders.resources.dll
md5: 4D173B83C520A41FFC1C5C7EEFFDA365 | sha1: D4A8EF6F66057D6E03E2049EFD94CE6B4FC352B0 | sha256: E18055292F184F481AA7F3B4A50E2252870A54BBCC8FE8421B04182A34C5A78C | sha512: 0024129BCDA30AE0D1FBCF2CF2759729240901E9D6519C4C45342A0C9B942724E36B6F946871B814B7576C2D5DD700961F67C09E6A2FB84920A2E59BB7F3D281
cs\UIAutomationProvider.resources.dll
md5: 4D892C2A1AD24570CD51C76C62840C13 | sha1: 3FC60088B401A728E91791E779E8C63960763BF4 | sha256: 557D8DB6D61CA70EE8D9310EAA8605786C0EB581BFF3A1F398F1554FF795B08A | sha512: E352BD12DF6085C0D55BBF80F3DD8FB409A66B9FFC208D02E436B63BCF08BAD232B190D85BFF958F1CC76B1632FD7DB00FF7DB005E0C35103E82D84674DD090B
cs\UIAutomationTypes.resources.dll
md5: 112A5019B60B262667090FC02F7384BA | sha1: 6653535ED7C94D9952EA9B66FE50EB89D2D1E5D7 | sha256: 9BBF984B2E4678D2CA3579CE151A1462B17F2CC21D9A8AC5AB16C6FF10C373C6 | sha512: 2A537344C6DA813225C687F87B9A4E8BF84247CBB49DF1842BCB9B2ADEC2BFD0A6AE60DDCD8942BABD8FCE1497A7B59FC892BE6147E7C0A540AB66C45A839A49
cs\WindowsBase.resources.dll
md5: 48AB65A723978D6235CAC87B9E716E9D | sha1: A357576694EFC24F494ECDDB97EBA265C5BDF3C6 | sha256: BD839B13733972483BCE00C8D7CE8A987C2B03EF4E5B09949DA51785C9CAC458 | sha512: 902D58B78EF341AE53FBA1397A825A0E36785B9875B2CDC1BECF5D9557AE39665CB86E1533305E319E4AB611F7DCE439174C3BDCDE8EA147E98156922B25DEEB
cs\WindowsFormsIntegration.resources.dll
md5: CAB9A73AAAC2342A437F259D98EB4BED | sha1: F9F57C2104603FC17D979961EBB9211A8D7ED34E | sha256: B85D468A60D849F701035C54A3962A39F5EB00C2069B32BC18B7CAD35ECA3B11 | sha512: 1C94741E310D5EE051DA20A1E52C3B0C8716935D793897E3DBA3298CCD59B15BAD688519A1B739401E8C3B63A6B2166A7E66EE26C58499D00AC393409AFAB660
D3DCompiler_47_cor3.dll
md5: 7641E39B7DA4077084D2AFE7C31032E0 | sha1: 2256644F69435FF2FEE76DEB04D918083960D1EB | sha256: 44422E6936DC72B7AC5ED16BB8BCAE164B7554513E52EFB66A3E942CEC328A47 | sha512: 8010E1CB17FA18BBF72D8344E1D63DED7CEF7BE6E7C13434FA6D8E22CE1D58A4D426959BDCB031502D4B145E29CB111AF929FCBC66001111FBC6D7A19E8800A5
dbgshim.dll
md5: 84E5C273F00B8E0BC1CFCAFFDE1919BC | sha1: 8044D18825CA2FA12BEBF6DD38953EFA13D25B7A | sha256: 5470DD45E82AE05C9EA30BE1B1AAAE6B7200F6D954B71C1A9E4692BD9839B9FB | sha512: 274109117B0774D59233FB5572A3AA2D08BA34A40891CA30529FF8E3102DC2BAB82E03E6699155199372C38482E49C6E49FBB9E59AD6C0D14B8F2C4DEFAF0DD7
de\AvalonDock.resources.dll
md5: 3E8BA036917FC3ACEA2D786427A9F53F | sha1: 55E1209D0EEFEA07D1987A456868BFEC23DA8F79 | sha256: 7C3B2D1488FA217FF3F20FDB4C1CF9B7F132157FA2634AF2290634361BC971C1 | sha512: 7CD97C01AC4CA93A7DBA84899BF65930998EF5C09E723FF8E71E77E2319E97B5560D50D8705C265BFE5E2B13F81E58953C9FA83F2AE617D968DC6BC0258E8C95
de\MahApps.Metro.resources.dll
md5: 344C32E42F77107DCB8AB935291960F6 | sha1: EC2D3D130FF97BC4E889077F8EDAAC6108BD4AC8 | sha256: 03DA2298027919138B8EC8CC307B9B71B84565816AF494C82FBA0310989E1C9D | sha512: BCF92AFAAC7B7E2DD51E89C9164816BBBCA126A986DAE72886BD66D705780D9D86F784DF2A138040FE22F35525CC0FDBF6C04B87C8B5EE3A5CDE453DD8EE5FC0
de\PresentationCore.resources.dll
md5: 9870BF6E36532F2A593252C36CF0F4F6 | sha1: 353E827B8611FA66CFDB16ED3DB327176D8CC5C6 | sha256: 6B273D27DD0543977257E5EDA795843EDD1B06DC2621E8477B97C9BAFBCDB8AF | sha512: 7FB58E58A30539AC0C27A9FE7939CACBD11CA7F924CDAA8E5F2737BD0A7A9A3B8119FDDDA02FDA6E2E3308844EA41F416994D920082C4C739F904B6F5B415D68
de\PresentationFramework.resources.dll
md5: 612DD21CD1CDCFBBFD10D83409B1B57E | sha1: 629CB50BDE6157FEBEC80B2A4320FD26DD5E8AC9 | sha256: 197D74A7E90D4EB1CACC6DD3474F645148E6019023BCB7D724F23F527CAFC81B | sha512: 480B3370A1145C3C2A26EA439892F7E6E4EC110A66AABE40C23BAA34772EFC04CC7B69EB34B09925F0E7FA49B48281EE04F1457A2605D5381A058186E33440C2
de\PresentationUI.resources.dll
md5: 21120BDCB07B8FB8DBE466C9AB59C1A7 | sha1: 135E213A9F42AE108B445FC0BC9B3F260B5CE51B | sha256: 88E54F206878FF4CB499DD8AD6CFFBC434FB93E8DFFACD8C77AFB8698F13C322 | sha512: 9EB924879894DEF90B3EE40C5FE22A9D51230B05E79478CDA00B600365356E89494112BF9C75D40C7A2BDF5A26E0EFDFCC65D5A4DF4CAF22929DA251652426EC
de\ReachFramework.resources.dll
md5: C6D0158BA788C3F0175B51096EC709CF | sha1: 9D9816EB27052CA56DE724D57354832F94B1A09A | sha256: 9F129B4AD38CE54ED8262FC1DA78CFFDBB86A9ED4943CCFC42825B85D3940069 | sha512: 354FF5A595F290A3F0882379F19CB57077E62D729E5F5F309201FAA6DFBE2C10D721AB0F6AF25D1B51E1E0F583A97C5ED7CDFC36C60483BB39B7B63A29C50689
de\System.Printing.resources.dll
md5: B327470B6C3958FB63FD06EBE271E95F | sha1: 6F3BF63EA26FAE1D1CB5A09CC2B8FC950A5AB860 | sha256: 3C6467999D35FD9B0359DC44B48EEF49B31BB46DD7BF30FA5A1B7FCC29F17F2E | sha512: 332303D239E54537F8ADDDBDAFFF70D233705111D10F949D57D01A5D55EB232DC1469C5E94C90E314E4843699856BA88A2247ADCF6B8A5BCCE9E3BC0B1FE0391
de\System.Windows.Controls.Ribbon.resources.dll
md5: 3941DE30825AFF4CAD8FE553C4C0C570 | sha1: 2993F829CC8C35E60BF403070353E693B8241131 | sha256: D387D1025B35C92CBDB2664B99EA42CE47720B92082BCEE8BE5246C4548D5394 | sha512: 7D2DE7F659451EBD3E0DE8D9152DBC850618BE5BDB3C41E1E6189C7CC86D89F6CC938469EBADF2BF2596020651C97306725A85FF65102E7195C9189BAD5E31DA
de\System.Windows.Forms.Design.Editors.resources.dll
md5: 242C86A428B94FC34B0C4382DF04F95B | sha1: 63948BAF84E9DE19A9F3CFA9AF26DC3063D0D7F8 | sha256: 503DA03BDF3B48821DCCB7CB4C75E1BFA3D5659E05BFC5FC8DC39C28AF321CE6 | sha512: 412B51D417D44DA65F303B3CCF139BB9667666EFE06BBD90B49EA8D0F07F259F94F3B9A3C75ABDCCB8511F55BC70A21E7EFA8794D1FDAD02A4E81EFFFC86C573
de\System.Windows.Forms.Design.resources.dll
md5: 67448457D81617A58DB4477DDAF60389 | sha1: 1510678D13A226BC87D01CEC526E54C97A30B892 | sha256: B407886DBDC077AE992FC2304CD2FAACFDE8B6BF1936A880C0AFE5CD3EEB2069 | sha512: F595777220ECA9D550A85EF146DAF58EF6E209A42B9F25B6ED935CA93CC7A2762F2A70C7B5272003EA4AAAF6256A8F07255C3C977F63681B35437266B2B2641D
de\System.Windows.Forms.resources.dll
md5: D1FA5A53902B80A3F876A8FB8A39B9BE | sha1: 494BAF4BF19EE601D0465EDD36F6F34B3C08C5A8 | sha256: 6DD949B9E5E1CAC7D56FCBA7F2F8B6DDBD61583FC5690965F29A884C04925C77 | sha512: F13DBE786F439C6E4E9DC5F86344B9D81BF7123EFF12CE459CC67BB88E291B7F9FC82E76A8A6E4C1979E1287BDA4A1CDCE8BBA90238F601DA9B7139150E88D32
de\System.Windows.Input.Manipulations.resources.dll
md5: A93B3B78CF8BA9D9910B2CBC082EC237 | sha1: C6B05B0C0A531573533263E85442BD9D814B9AD5 | sha256: 8D0D9243511E986DF1FB7441F0E29B8D90D5065A668F24BAC5B517B21C02CC2D | sha512: 86D1132B7675630A37A0A89B1BE118FCFB0D3EDA7C25FBEBC68A018BE09BD213624D1B3D86A8F73C4750735B47A9A7FE128E2116527DDFF49E43770CF7F9A00C
de\System.Xaml.resources.dll
md5: 25C76E809F748FDACAEAFB4C660DFBBD | sha1: 7AF03B949251705D283D7E33675A89045CEB8F64 | sha256: 95530685806AABD22EB70175D1897A38F0474AB73D8132A9849D32E7F0C45940 | sha512: 1C1F8E332BFA92931A774AB15FED1AAEB543BFAD0164DD2204A94F086FC53C6024C7335364B472BABFFCD25F9F7C117201D7CC6F66B256C721AA51798AB89D98
de\UIAutomationClient.resources.dll
md5: 30D4CBF8493BE5CF4702A5DE77BAEFCC | sha1: C9D2F208702849F5284E8233E20C81CC084EBA77 | sha256: F8065C9160FF516E429D0E4D9FACA49740444B289343CE7B73E5BE093CBA66AB | sha512: 68DA1A5829318CB2959065B48C1E534C9EED9635E13A70A4AC2ACEEA68C616A2819E8F88AAE958D52D0DE638A30DDCE9F5633980E42D7E6E9F6185214DFBF322
de\UIAutomationClientSideProviders.resources.dll
md5: 532302700307D794211232DFB4DDB3FD | sha1: 01DE492F4E24EBD8E10E39BFA3A88E0A6D00F93E | sha256: 10625F4CD24EFFC4E3F9048D657FA668BE1EF51526DBFE72564D2141526AC0DD | sha512: 008072E50B1C840B04643D1EC296DED2F7C274BED04B94E10BAF6F9BF0C2786DEC47C3FFEE12D6E8D9E68EDD42F9F5DA6BB2C7F0DA20D16E914E59D11A2EB9F1
de\UIAutomationProvider.resources.dll
md5: F9EEF60721680DF91F75F95327ED4280 | sha1: BA8754524BF2398ED03D4E1833B64CE421A582AE | sha256: AA351ED22A73566A51D2415D51CFD5EE4363F45A1C6CC09646B0A4C2B3EC21EC | sha512: 62A9C84B6416ABCBC81F4B77759249B49ECD7ECFA422D752112073C67F8C985ACF8B4D687F3C61E9FD414FCE4934C876190943BC837559C00EAA340308BA88BA
de\UIAutomationTypes.resources.dll
md5: 049D80C1DE32AA373D185D28888DB093 | sha1: 0FFEAB9F474198D0B91072E4EF0D9BFF45C28D2A | sha256: BE03AB7F38FF4C67C763040F847B921705008AE8AC58736AFE497A5F93170393 | sha512: EF006AFE96931623E725DD3F27D1A57EE59E5E2DAFB57EAF91E8960A4919A3C9B139A207760D0A187E8FFB8BEA1A52A7B2A4F3907CECDB89FDB711C5FC211610
de\WindowsBase.resources.dll
md5: 9DB034592F9E4CF5464BF54732B4A5C3 | sha1: 47ABE2A992CC99ABEA08E8DA7E7DF255C8351252 | sha256: B297E39846E407849CA5E4092E9AC1C943FC841CBB3D37794D34B9BC50B45659 | sha512: 4E229967F4093B569B06EC42E518AF4AE8E503C35D946A6A192A2FD746975CC6C6D9DE9602E6BDDEE728DEC3FDF26445E040E74FD554D4AB7B8545965B420459
de\WindowsFormsIntegration.resources.dll
md5: BE66BEA41F12989D1D5EB45DABA7CFB8 | sha1: 1961E6662BA24F6DE0188EDB672E4A1219319B69 | sha256: 95F14FF71C1E32D919036751673341FAA648B98C914B510A80D66B44DEFC3830 | sha512: A6EE7BEB2B588DBCF40EBEA768447C5AD819E23D58332373B007562B84A99C2587F3A584F606F2E0CA52A92DFCA4D3ADAAA4B6E9F1E4F95A8515A417F2144102
DirectWriteForwarder.dll
md5: 4D8C7E41209FD4774B49691DD7DAB8C6 | sha1: E4E8C77E6CC199430602E8134B5FF25B7E8BD7CA | sha256: 09F017FCF21B392CED814441811C532E3E8A2EC1C3A5F55724B8C9945B782BFA | sha512: EE77534BF28D75AAECEA5D257A9D9FF42D63BAC7CA064E5E8599CF6FDB024EA9473F93BEE7C31B21FEF9F8B431888231D8614F45FCBF5E3D2127873A47E9344D
DynamicData.dll
md5: A2B192D30DCF6E1A7CA59915BE004DC2 | sha1: FF329F2DD9B5691DF26F6EFBA8F30EFC1591A7B3 | sha256: F299CF7D9D62672F8A4164823B8F8C098C018C615DE77EC4383BB3CA63D238C2 | sha512: ACB57628E412A15EBC016B277CB881BB05B2E433BA2B52F41DFC9994FBD7BE18A3D07FD9760A2622F9D46E3414E734BCA880F380029BD5BB65AAEBE41E7E339E
EPPlus.dll
md5: E5DC77BF5277695E33153D184B0F8F5E | sha1: 0BEF439EEE31D25D4BF75F0EDF2D83E4AA481C61 | sha256: 6C26C40C5AFA8E9D5E127CBF2DC0B5B3FABACBCDDA9ABE730716B18FBA1A4F87 | sha512: 1C0F22906E76CD9524A4C134E1EB1BB0DB58AD7BF927587D3E6C34DE2FA6A4F32AF95741728009EBA54592E497575CDC278DAE2C2BAD58F44FC256423B803399
es\AvalonDock.resources.dll
md5: 9BB92F467E4CCE8707F3A714B7651D48 | sha1: FEF5B28DEF991A5424D52E2E1FA2C21866C6B385 | sha256: 478E70395D445C5E668306FF7CE552FC40F974075FF27CC0C68D10E4A06A1CC6 | sha512: 002865FA1F5032B422EC5EAF3A874709CA23C55F46538AFAB8FE09A1397442FCF94FF7CA312E162A8669D6F4C1892A7698EF1BD76AC5E7D0C0AE12C5FFAD91B9
es\PresentationCore.resources.dll
md5: 4E1276A1D72317CE4E50CBF3CEFE0A17 | sha1: 843D214418F204AA6659F309D9E929752D83518E | sha256: A29256CA4312ECB82E2F8F222604177A8A038AE233F8DB916DCADB2D3A66AEB8 | sha512: 803B6283AE544BAE506CA95DF9CDFEA1615227253F9B246638823BE4A19ADFE58E6C110B732382B60D36E332C4028761A5E6EA1C5381A60975A6FD69E7016D18
es\PresentationFramework.resources.dll
md5: A83C3AAFA30024DC9664A09021CBA234 | sha1: 2F986E7795B1D87AB5DB88DA00DA0285DC5CEE4C | sha256: 6EE20943CCEE6DFF65765768819ED7299F8B215DC58D6322452D7C309E0A385D | sha512: 9780D9B94C450DB4AA8B8C5C3680A0BB057605704663FA88A217EBB94363DB71A90096766BE3979673C4F4760296F71A6788128691AC2493ED9AAB69943BA3F8
es\PresentationUI.resources.dll
md5: E1643BAD26C3CE089D1DB2F0B2C78A70 | sha1: 623DF44062180060833A3EE39E030DDCB7A00FEA | sha256: 01569AFF61E98AE350086077B72DA47323D412ED3E12CAE7509D9069DBFE31DA | sha512: 89F4F3F5068B027180E755D2C022490B41520FDD9E2D473D13963D1D9A2D58FB309B97C93A4A54B7487EAD7A6F42CA6B55B11E3E84C609DF49A6913C2A7388C4
es\ReachFramework.resources.dll
md5: EFE4D6784CED243A32B4B4C6BA30BB2D | sha1: 3A586742BE77845B2BCE9708AB76979704C61285 | sha256: EF832754DE5591410CA38B6C7B258C1F2F1505CD825A263BA83E785F9376669F | sha512: AD7A3A9C93AD36549C1E6AAFD196E13E8827FB58682211FE88931BFD0936F91088CF6BA47D73744C20ABDE941739B1C1B58FD35D46A4DD156B7347E79E2A21AE
es\System.Printing.resources.dll
md5: 137EF7748D06FBDCC202AF82B9F222F0 | sha1: 86F3A6783E2E1CA215A5BEA91CD53DA387FA128E | sha256: F257244BC3800A7CE6636AA4430CB00AE8BA1A9521FB68157A03BF614AD62385 | sha512: 1293182E5AD54098BA7BE1BB4C25D576B247B496BC2C2B4576C763CCF5CD9B317221185B2FE603CA85E4E7146A04DA2247403C2F83077FF98DDB1C838A46A245
es\System.Windows.Controls.Ribbon.resources.dll
md5: 159A4DBBFA0F9F9B071CF1D0FB9ECE64 | sha1: 01E447EFB2B5ABE92F20518D103A2D2C5BAA4C0E | sha256: 29646352697A990D061685E3E29672534D8AD9162B4BB4C956C3BB134A6D189D | sha512: 551B59347BE7E7B86886B68B8CBF055EA08DB120082DDC3C4B450D70C5B3F981E5D67CC0C0C09F4248D9F6D63E0E351C79AD3C8889D172298E238AF640E2E58A
es\System.Windows.Forms.Design.Editors.resources.dll
md5: 61951E51E3CFCCF562C2548D09060971 | sha1: 419EC71AE40CC4ED71693F00AEC26945B8039481 | sha256: 860E901E7E9EC920C4215F1C20A5521786B171AB1E8D8B4464D1107C8E3D6E27 | sha512: 01F807C64E5FAF21BF85A083CF587BB7B063CE02C3D4D799016AA3D88B35BA3C73E713B559551E298A86D44D79A583E8B95F72C8717D108995E9FAFEC439D3E8
es\System.Windows.Forms.Design.resources.dll
md5: 580805E677881FD94893F806C9659650 | sha1: 728485D3EEB8B616C06846DEFC9EB4CC1BE51844 | sha256: 17ED59B0F3B7DBF128538A0050D640182CEEA5BFCBF4ACFA235689EEF0606583 | sha512: 489090C9AC63A18BDBA317B57E70FFBABFC7E02D5A95A21DC46331C94ECB4336FCDC47F007E84E45AE731F7F7DCED49033067ABB877795E4D63F47C0807C9081
es\System.Windows.Forms.resources.dll
md5: 7F70D1EB7A0635A9ADBC20750BBDEDA7 | sha1: 7530EB8ABDD4F199BD9859BA0661D83400991890 | sha256: 7CA05B158A42C93AA5CFCFC504EBFB9F08B96D2A9EAB5292BBCBF43D92DF85A0 | sha512: 95BD33B73E8EF37AC03572EE58C9170F749B39A73AAB83B786F4189C0ABCFF5C558C746603EBE22741EB48D48709AD3FCF039FF70A291C92E52BE901B38DA9B8
es\System.Windows.Input.Manipulations.resources.dll
md5: 3C182CB1C43B0EBFCCBBAB2A474122DA | sha1: 424CA2F6AE22B3F134509E80BDE29B3B16C55DCD | sha256: A3CCA279545A52EACCAF44836170533F3159BF3A502A27D52823DDDB228B2D6A | sha512: EE2EFBC4C64298CB0322F04C3B215C9FDB392C80CB857C1C09B3AD175AD79BF70B473F9254FA3381D42F918ED03BA62DCB850978768D9A4F2470A44CC837E7CA
es\System.Xaml.resources.dll
md5: 1A035DAF46D4AF2F935E20F34FB4CC84 | sha1: BDDEAFD2BCA58C127B96EE30E603EEA7A673DF6F | sha256: 84826D123B7F028A49D4922EFFABF9CEE26BAE06092E37EEC7E0008B22A5F9FD | sha512: 196CA6D4DA77D1C3E5395C9D38FD495BA755E0CD86C9A28F1664AD3AD18447084A83EC33582F75A84338672999EF501AD71822F6E3218D6E7E579D1122D99D0B
es\UIAutomationClient.resources.dll
md5: 58188440A551F805065D3855CCE2A5F7 | sha1: 1DFCD5DEF6FDA4F96D5857E2F4694016B57927EA | sha256: 82B62FEBB3CBD521A55972F5175647807DF31B2D280AEE3D504931491B2AB21A | sha512: AD9A2D186A2D42B5CEEA5283133EF76CC91560D2D93C050226A330312A4967A2AFAD67DF6D4125A10B7FAB78B40C2DA58817AF3A0B568142EA2678A49E712A51
es\UIAutomationClientSideProviders.resources.dll
md5: 663C043B24F344A8FFA2F0EFE32AE297 | sha1: D9D9C961FC0645203CFEFAF57C6198AD5914E21C | sha256: BC19BFD456D3020A9EA8C9DD65D0C147939B1B89AD2C8B9919D093320DD930D0 | sha512: 876653F8200640A78B6894E0B8051EE185892D6AD6E7F71B5636249DA34FBC1B35534006C1E3007534DF609E0F26BCDD85C0E94F3282E763F2C19F715F9AFA2C
es\UIAutomationProvider.resources.dll
md5: 29618CE00220E5998C662A41D509E6B8 | sha1: 231D78FD08E6DA32DFFE664FCB88ECD346882DB7 | sha256: C0F170C6A219F451AE6B6952A66024BD45FD7273398B70CD7E4CC575D26EFC07 | sha512: FDF7052E6354D29B27729C59139253D8F1747201F256A06EF3A4C7596B2ADA1CF42A67537E2B7B6C1F908C2381B5F9CB3188A6529ECEED0ADE7EBE23D75328E8
es\UIAutomationTypes.resources.dll
md5: A893232761A2B451D31DCFAFF04A03CD | sha1: 252A43766E7082988BAC5667328E7D1F497B8E5C | sha256: 2A828695348DDFC8F12ABA607693F2FC115F13259F2E62E85CD859962772F123 | sha512: 41A7DFE9FA0EE39EF6568D7938C2228B35256794FD767ED8B202A648E776EABEF29D424F83AAF62C821014101AADCB1789C2C966E6784EDC306EB5CB2DE9C757
es\WindowsBase.resources.dll
md5: 5CBC01DF2394AFA0EB02A79EF7974728 | sha1: E29299FEA81961C6784F3A124F9C4E1BEE076CB0 | sha256: 45BA875B8677B9DAEAB1E8A2734D0FF05697BE336AB9EE379D94C58ABAC8E93F | sha512: C53C052A91B119654471A53EF368C50723D32FEAAEE7A6344ADCBB3EB38CE8E3FB75F0F5D2351652013201114B54DF2E6BC58C3252713DD8F3795CF71B5583AA
es\WindowsFormsIntegration.resources.dll
md5: 53947F972168CACB0B7BAAC2918C118F | sha1: CE84996FC21CD2E4307C9652E3529483CDCD16AD | sha256: C09EB4BD9DE09BC3C11302FA4B6A44832F9A9EB38DB07BE81923A521813B3EB9 | sha512: F922E9DFBE2498AF6D1E801E40A06D224DE2F15BD6B0AFCE6A302CEF78DF49F5786B420669CEAE9EE7A6499D12A6FFB2B2CF852872F7C6A86E6CBCB6FA48E6DD
FluentValidation.dll
md5: 93A6104A7EFA223D5571E5C1B8859936 | sha1: 0209CE8B91633F0C87F5D2F0163F4883F9EDDE7C | sha256: 25F3EF28870E8583D0FB41F105B083DC9C33EDD36E6B273C4619167F0C6B5F20 | sha512: E0BF27DDA3715E56F939A493B13B9FB27796BB540A1E2EA0FFC3A8D049790AA9D3F5935D42DB577E76C0036F7E95387491983BC72BDC6EC4FFC2A45C06413841
fr\AvalonDock.resources.dll
md5: 6885FC450E319F0D0CF38D858A966AF2 | sha1: 54404E55F4A9338F4352F95DAC89CB6457C15D03 | sha256: 53AD295D1CBF68E1955D5F962B06FC1FB90540570ECCB19ADD7B497731EB7382 | sha512: 14C423EFE4BC3877FB60EC1674524E4A61995AD9F6815A8007236592694AE7A86BAB3F8B9A7BC51CD5ACC8019A179E433B42A3E359E71836975491D93FA2F0A5
fr\PresentationCore.resources.dll
md5: 5C994DC1B22A4B2F666A6EE5E1C86A46 | sha1: CBD68C8CBC33BDF87B2C5CA9B853968035821D6E | sha256: 57A31A74FEDA9053176A67EED080F368EFB5FC24C9A6C89EC1CFABC547024A30 | sha512: 9B08CA241A71ECC20F65EAF1D2A18E7FD310E4077A9D4C8A4A95D02DC9F2094BEC24469B4528E42208E6745DF4D845457E7BD9EFD0EA893D9B22FC8E5EB31024
fr\PresentationFramework.resources.dll
md5: 148B07936E2FD7AE77CB9DD14706DE79 | sha1: EACD79AF066F338CDA90ACE5B3D7713E8519DD8A | sha256: 457BACDA8E5C46C9E772B9A5A831D2A3BE3DB938B0F0B9CF57572A3D9BAE8FF6 | sha512: 4E018D6E25908AF69328C230F01B2E94D253BC05ECD51938141A2BE6A415322DC34F5AFDED9ADCD51967C9A36185E0377D5FFB76A48F097639328A0ABE7442F0
fr\PresentationUI.resources.dll
md5: 9332E5C5F9FFD6A69FB1ED3BF3B0FEA0 | sha1: B5BDA544430ACD648009A1C093C5B4AD9E79A289 | sha256: 83E2E61A7B6BBFD0BCBA4A6D92DCE76CF9FFC6A5F5C29BB617BCE3C665E1E2CA | sha512: 92D64A754BF7799F49B00BBC89BB5326EBED135E3353F6B7C65D6B247B103A17E4930A37854F5F0F8C547EA27BDBF5613EF7A64713921201B1BAA491005774DE
fr\ReachFramework.resources.dll
md5: CB94235DAAB8C30F52A514F060478167 | sha1: C4C9CF150B59ED39C14CF520ADF7D2AE879D0F49 | sha256: 52EACA5E06596569147CCCF3D38A8BCD8FC46939AB6644FABCAB90BD9743568B | sha512: 2359C8BC043122CB4AB5E819EE993BA68B345701B1E4D440961A0FB31E01FA2A24BA8825BE80128BCBD23849F2130196AC6B79261F6F18B7B59A56F9321DBB3C
fr\System.Printing.resources.dll
md5: 65EEB73590B2FECC9912376E9E44A901 | sha1: F2DA24A082FB5FBD1C42758DF39022E7AC33AB9E | sha256: 3FA2C53886FA613EFE1C054114A8A4AB09B7F51940B958AAD3E5CAA200F27311 | sha512: 7038BF55AD94932353237E85B6F06D118766D118E6D45DC431390FD97334895748E85B0BE5FC8F90CE4644E8FF6A88EA6D36FEC56E258B27A929AE95E53968C3
fr\System.Windows.Controls.Ribbon.resources.dll
md5: F4ACEA267FA623FEADC832D2AB4638A6 | sha1: FED0090B88A82969B76428339474529A6F77DB08 | sha256: 19B2CB8C7DACF843E95D3002D8B5666E98E1F55F2CAA65D7B7EAB5360B499865 | sha512: D879E295F4B469F28CAA44F8DC6810EABE15C6766BE5233AC1B3796BDCA909BD85F721217C359EDC0F94E72AD22147C90EBA2AE74E1981A4D81F0229EB0AC8D7
fr\System.Windows.Forms.Design.Editors.resources.dll
md5: E84DA232F854E6438B9F838B37322B5E | sha1: 286A76C991C6A78B1CADB52A07A372D70377486A | sha256: D7A67A77AF45E8C1478F081C62F698D65D7FBD0C0F29A67F607DD2C81412578B | sha512: 406D4FD84E8B73076FBEE455F2F3ECECBB89692FAB4BB014402FE5648C69E0B7B3760B54F70F8CF64D404B4E399026985BE5602A613AA39A3A89F462D4339542
fr\System.Windows.Forms.Design.resources.dll
md5: CA527ECAA94116E4C8786A593CD8BF8C | sha1: 5FDB7329469898181814E047A269A4CC4B5C1F29 | sha256: 8CAC6C2242C20A477E7932722ED0464609BAF122F45C6AC2C6848EDE16E5EF3B | sha512: 4C39B64307F63CEE0744B96494855F22A9F159867D120C8EF8CFCCD63FD60A806D46C0879015347549E2D57F6C8B328473C2CD365FC2B6E24ED6FA4EAEE6D8FA
fr\System.Windows.Forms.resources.dll
md5: E94BDC66D73E16C760010FA0CF59E989 | sha1: C176EF11568E4127EFAB5BC7FB668A8E2D893AF9 | sha256: CEE4597E9F23558BFC6DF7EE14B88186FAB59922F74858D7F746F9CDDFA0D1A7 | sha512: DE6E566EA0E2346E9E92B5FC7A6B53564A3C273D53B8353AA7996BB2C80FB14EFB3565031A1164A333B4AA20EF160A6707DAFB4BC146889CF7526CDA0E848544
fr\System.Windows.Input.Manipulations.resources.dll
md5: CE5668DE719318A1C135356FB921F6E7 | sha1: 2A9C8EE325F9E6D0512E4F100F346065801B9D72 | sha256: CD884E170127594A9DFF5E4B8BC044A3EEAEEB7ECB377B287B148CF76168591E | sha512: 7F928226C5AAD30E04E7E458A3E67C4AAD112800D91A34BB604E5D74757B0F93506192E5AE2F0BCED8604D67DBFC63DCA8CECFF1E00B36517BF1F3B86F1A2EB8
fr\System.Xaml.resources.dll
md5: DE44CC574AD71BAD2FEDE8F610876A90 | sha1: 585448214EAD89CBCC54C4604A76FE7B2FF50893 | sha256: 3EA1B5E2A754257B679E0BA120AF410A0C7163D555155E636B4ABAAACF13A80D | sha512: 078CBF2740DE6F2BD65A5632D729AB3248B4177A477E86D10684E145AA59A94BA170F19ADCBE3FEF66CBD7A019B25A5D171255EEC4794DED2EA19436A62C17E1
fr\UIAutomationClient.resources.dll
md5: D437352EA99DD9D2B1E7132B96A8D93A | sha1: DA6CBD416554450C52E2F10ECC184F8F1027A3EB | sha256: 41BA9BBA22C8D9D2D4820461002DC250E8DBECB3F7492D2C6603336928B2DB97 | sha512: FECFA5AE5FA643ADBE61BE71A259B1D415D4E3ED654CFEB6F699CA32DEC22EBF1E0BE47E3026AB2EACA9DD8C06D47CF54117DE1E883A6A34A88E4B0730C1DBCB
fr\UIAutomationClientSideProviders.resources.dll
md5: 5D1E6C2E6DE9C891A568B3C7716FA930 | sha1: C69C9F7B3002C93995A7C373A8D143037046B9C7 | sha256: F55697B742E36C68A0C748E08663D15F87A497F21B8D083E110285C9BBFDD976 | sha512: 55E107F9CFAE136935A31151DF267CB378D38D4F1193BE7D17307358B9EABC8344D98790CE96992FA28A5144A469C1C9BBD6604199C958372A8EA6D9F8CB1161
fr\UIAutomationProvider.resources.dll
md5: 1550CEE50C089445B5F58369F7B00917 | sha1: D2275812389FA5771DD0E7772171A291703E584F | sha256: 7B17EDFE029A946DCAC92E3261AE995BD687FEB2AE36F3FECE928320302BCEDF | sha512: D4C44ED37BEE8383BE0D29562A7188D8668EA5A492E41C46BD521E1EB3343D42542938AE868CC73648C748147B08843D621B1D60651A36DF4D829E1748E252A5
fr\UIAutomationTypes.resources.dll
md5: A8D55ACE73B08BC3F8B2077FFB8001B6 | sha1: C013C9F779B6F42D1000EB79B5CFE48032760FE6 | sha256: C640EEC31804E749FDA6CA79CB557C44E9CF98145C1F18F9ED472817B1B9189F | sha512: 85406E1CC78379A2ACAE068119C7F581E623CF14995C084C920B15A787021ECAE19AC160357897B9296392B29E8499DB17F331F3D39FC8671D92BCDA0F8803B5
fr\WindowsBase.resources.dll
md5: BC2700D8E15E0D032C4CC9F06C62C11E | sha1: 6B876E336507C6547984A45BE8D43C95899BF2BF | sha256: 8A6266102DB5C0D94E0FABBE7C4044A819220E348C0309142738777C498FADD5 | sha512: 90D78723314FACE427AF92AC9D12395ED6AEC035A210250A1BE3B7B704F85C1F8CBACCCCA967ADECCF00FB392CABF12B56E6E5375D2EC7B8E19AB6758DF7CBF6
fr\WindowsFormsIntegration.resources.dll
md5: 418BEC2FCE94CE6C54F2829A7E01F3D6 | sha1: B86D6F200E121BB2C04F1EA163DA4FD146E2E971 | sha256: 764AE519A1DB3131C7E9B56AB205304F883CDF3EF33FE32D93846AFB9A26476E | sha512: 07E8096C101035121637CF98883DDED2F4370B25DCF51CA43D6DE15F04AF7366E02DAC77D79177ECEB2BA1AD91242BE32A19C924BFAD68BB7C69CD31A44E9E68
GongSolutions.WPF.DragDrop.dll
md5: 83BC076B40EC347261A0DC460E5B1676 | sha1: 3679CDEABAA68DC9A6945BFC6153B96236F32E36 | sha256: 365B0F1F0226A605F9A5BF0F039B2D3491A1199902A831689AC0F34E1C16142E | sha512: 973A0E5A0E20C1D315F95589322829F7512B4E5B05342E5D8616D266366E025076CE36582A856D929D54BAEB1A8E599713FADD650458D9BD0624FB89E26097B2
hostfxr.dll
md5: 2979D98685723E1513262A8FF46D9ECB | sha1: AD667264697A28202955CDD52E17F33F6D5831E4 | sha256: 17DD0FAEA8D2A13B60BE4B2B60DE9AF7307B3298B708618BBA8911FB68B0A618 | sha512: DF9054225D1DA8A53912AAE6D1E20F339BA84207415086AEDB5022297DB9883A426AB44C4D80D87425830D62FF3429211A1F1FA9ADFFC4F334D76BE1C39CFB5E
hostpolicy.dll
md5: 0DE97A5809E4EB90FBB094AD4F54BB03 | sha1: EFAF12FF2497A2DFA8D3E198BCD3CB5B88775D7C | sha256: 160E40E6F4B4BD2DC51A380496411A4695297553BBB193A51089509BC2182D99 | sha512: AA65E6984C477F122E8A7B5B4EB20460ED123679B26F5FB1D03E7CFC4F409D1D97D49E3D461F9AA6747AB981EC244C427F942C1061AFD6D9DD8827711D1DD4C9
hu\AvalonDock.resources.dll
md5: 5899114DBD519931732EFEEC69052A87 | sha1: 1C3E23BA7AD0E1139AC862930B6E15EE46ABFB01 | sha256: 9C1882E5F3FB1AE498A5EDC67096F6F7D0EDFD82C3B012A17B1AB49341FC8E65 | sha512: A7D3B293B94CF0A73F3FEF0DA25061DC4B1BAC69ADA5D0ECD6930E4A9818F6FAA175852860A874F5F25AE0A4E26ED2EDAB96D97120C3E771FB09138715721CB4
it\AvalonDock.resources.dll
md5: 67DF30240F5DC7BD9A54F40DF9A99EAC | sha1: C7717EA5E98ABD7EDDECF0E8AD902D53D6239C69 | sha256: EC96F20CC95075BCDEB5C3F6E3A3E97609B06C207CFFC42D7394291853471BAA | sha512: 290554510E0411CC268665E24DE98698A9BBD209DAF9752C21767332CFAC78BC1260132E75E6DBE9C250826748AFA4CB236E44663079E2D8EE2C91DA47771717
it\PresentationCore.resources.dll
md5: A89A13924A69A10598E1147A92D232BE | sha1: 2E47C40D18EE96C15F831FC5A69E62C739DE39A4 | sha256: 0C5509AF1B3EE9E72A5E9035808DF9CD5CC356D187EED6C529BA66E76D16DB48 | sha512: 84E6BA5565115B0BFED83EF8905064546702290C214E6EBCC634061B54EE28C2974333B19C3E69333630F86669B7D8BCCB5B56E2E953026CD6E0EB4D9BF1CE68
it\PresentationFramework.resources.dll
md5: 55C1799CB26F897295AA9560B33E6C91 | sha1: A37E95EEC1A4301AA7CF70453CB6C9FE4785513C | sha256: 58EA8DAFF637DA8F50FD05CD7ECE274EDC493F126716E0B20837DA0A0DFF39CB | sha512: E8E7EA625E8415F629A537ACE31CD01A749FD092F3E086A86E87C43901A41B572CD8CECD13AF1CCBE4ED00AAAC3E67E896DDAD2EEB5F29DBBEDC5407341E33F7
it\PresentationUI.resources.dll
md5: 4BCA41C63C8CD673F77820A2E1145922 | sha1: 8D2FC59CF938EF60F2E2C9DAE7604337243FBA05 | sha256: B04398E80B671152109546C4CBAABB2A1597BEA19B32574B6F71A57744D46DFC | sha512: 55199902AF4BC3E22BD20BC008DBAB83C56CC39A24FE1C0B51A2DD1CA4FCF7FDE5D57233459F46D10E872DDF56F396B492720A589D0BD23294D3E5FCD25A90E4
it\ReachFramework.resources.dll
md5: 2EED9D6418670C080DDDDDA7E372037C | sha1: C9D91AE11034931E719D89E1072BA6FCBB4B9A8F | sha256: 623E34E8EDE9CDD8C749F4244087557D4797D957B3E9C27AD1DBE0D379BE0EE0 | sha512: 25FBAEA0EAE7E37F9B031A51EFD684C392CE2A85BE5A013CE5255510C1A9DD8061EE8A4A5AE4EE4DE930CEF47EC649070B04A3C7030FE53CF85EBF5241432176
it\System.Printing.resources.dll
md5: 9FB9BE051D3929665A95F968C6076271 | sha1: B80C8DF6EF21106F3630255003DAA088DF935850 | sha256: BC22016D3FF11BA304FCA60E802983F67418FD96596073427E9AB5997737D89F | sha512: 910897CF4FB1B79402012748B708FF0CBB40630BD9507BDDFD6E5DA81A129CD418D02D6DF857B1EF6CE077C2F8919DE925AC621F9A08FD331B4366D80354DECF
it\System.Windows.Controls.Ribbon.resources.dll
md5: 0D3D71A2F8984DA8CD31895D9C9E9F2E | sha1: 6DD37DAEAA89404C9A167AAB141126CCF855FD21 | sha256: 105B19F06ED374F74BD13FC236EAB5F02D8043D43D0C5523A4C4DB04D97A71DE | sha512: 6EAAB293911E62DCD262193FBE101D0F662F6A1E452EC75D6E9119ED32A92481EFD397CC65572C49228954E20270AEAA859E8AC8966E1FF3962C340D2827C0C1
it\System.Windows.Forms.Design.Editors.resources.dll
md5: F617FF41F98D8BBAAA7FCA15075A6C18 | sha1: 4C311CA61AB92F35490CDF8CB7EAFC89C70E52C2 | sha256: 49DD03EAF2C476BC569D559ED11214FD1E5BAFB8CEA9B030B3D9C6D664BD91FB | sha512: E37552F8227897676B46AF2D8C03D99ADAF1FBE00871774537755578E861721C068C0224FF9CC7E0F04B8119C06F9D04FF5AF25BD5DE5C1685931311C2159C7B
it\System.Windows.Forms.Design.resources.dll
md5: 17ABF10C3F72E62FBB27C2C2FD0D312E | sha1: C5EECD0FA80F7C9D67EBF60D17E047528B64B79C | sha256: A56F6995F1B3312C5A04FD3657439C254AB9EE3B940DE225D040CC84B9D01B4D | sha512: 5D3CBCD8184310361F49B0DDEB8B7CBB021857842E58CF003355CAD8F3257BD27547E7667B6E122A317A47E6EE76EF5BCA8C6B2FF24D7D225A9338601996B1C4
it\System.Windows.Forms.resources.dll
md5: 6C694203C8492F046E58324253A638AD | sha1: 10FF8D9DCDB4F7A92492361AC98961DC31B04D64 | sha256: 0C3ED582193C09C1DD3EB88CC9401102F3B2F3485820B4067CCC9F93DA816113 | sha512: 0AA99709D84A0A7D652766C82C719219242D0B2D48F453E1A88F8F88F8DEBB7462BEE510C1B0A86E0B6CE5714A14FCE2C969FA257259C6FCD64D66C1564E6975
it\System.Windows.Input.Manipulations.resources.dll
md5: 4F7FBB5506B9E2B52A2D3723768DD660 | sha1: B03DF26757C3AE70FBE192B1F8B4CA94CEE88279 | sha256: 2E7FEE4762F87BC109FC926F0003273959F0A343E6A1171772EACBDDF25FB1F3 | sha512: 2F754306A8777D89150CC730586B6CBEF64C3C88D4E4EFBA08E5E99C07F8DD03081CADE0160A3AD27F0E05C5479855950F06536B39D97357FBF49205ABD69C51
it\System.Xaml.resources.dll
md5: F12AF9872501DF91BE9D32F38F2B8D97 | sha1: 2A8CE3087E4ABAECBC63F37F6F1F3D45364CE54F | sha256: 2638022CCFB921218984BC82FB918BEFF5B1615087C467D9701ABE2D0D634114 | sha512: 0ADA596FC0F406493C3A7624D9A33F537879C21D677AADD3D48E3C36CEEE6CAEA1C40ADAB7FD391F0915713764450E9AB928DC424EDA9B909D3A94ABB5BB4FFA
it\UIAutomationClient.resources.dll
md5: 849BAB3E3C97C417E7AC5C217BAD102A | sha1: 667C4A213B6CD28696D036B4B048D8627BC61E44 | sha256: 993EFDACFC6FE891BA3A0C6C0CC7AB7C7CB41C4192E33A600016F973F307E6B9 | sha512: 650DA697EE3698703B8A844EAC8692D50618BD05D9AEDC3E3C0F6E729DCC664D7AEDA11A732BE100ECCBD1565C56FE4CEC563136AE0AF54C7D9E034FF69BFE39
it\UIAutomationClientSideProviders.resources.dll
md5: 28E62AAC314A14F3FC1874CD329724AA | sha1: E7B367C99316044B86D1812313C9277B4693192E | sha256: D642A350C60FD2E697EE220D4B59E1018025BDAB18E763962DA11A33E3A794F5 | sha512: CB974447142FBF4285D42818F815EA3A281D192152600253D555403A928F7B80207A1FA23CC8F9366133F25D6F83425C1F82BF953F4CDCFA48CA616356A88708
it\UIAutomationProvider.resources.dll
md5: 0D15A83469EB77D0282040E1B66B300F | sha1: 69F41E2F1B1103C1170E58C671EE0E50EA4AE589 | sha256: 18E0C4E78A3ACD9BF06FC93CEB5F89D3AB60B12619232E15F02E7C598A7C1B9F | sha512: 44A7AAF16CB866CC31620910706A7C22328F99ADE3C3CB994AFEB5CC7E60757ACE4C1ECFA825EB935632A4185BA97AD3EE1EFF3E01E6BBA8F7EBCB2BA40568D7
it\UIAutomationTypes.resources.dll
md5: 726FEA5144AC1FABA5A1B6CA292EEAEA | sha1: 5708A31772037C1B58EECAE8B7C1372633B96345 | sha256: 3031CA570FBB318783B668200FD0D5EF873D89368D9BD395844A7A1DC1F449D2 | sha512: EC034558548A86E1B968FBF0CC8BA50F8B96D8127E1A816EF6E95AD3ADD2B2F0ADEAFA716E78F6C283CCEE088A19CC77A3A1B8B28C0C7EF3F578548D3620489D
it\WindowsBase.resources.dll
md5: 0B07C286D433457D63F5E79D6FFD5BEC | sha1: E82839D6A2B3E8623922475798BAFBF7CD217968 | sha256: 8BE99AD749BA1405341E279857C0905200085855410C4245499060CD55FA2132 | sha512: 2F371BBCDD5FD618612C65A5E9EB52606BD6A73836A4574ADC7CB5BCF78D4F9DA089D1B230E695441336DE1B7B3C45AEA56111573B604F8DCB0E3103C6AB89B8
it\WindowsFormsIntegration.resources.dll
md5: 6F1ACE173DDEC5213E142CF1E3A7530F | sha1: 6D22856FEE3D9B7C0328946970EE96A468A168BE | sha256: 6B2547CE3B7D172204E06A625D6190D5082DCF69602350B6E1C0F245BF92EE5F | sha512: 63F01BB37ADD7EA361EF4590BBAE8ABD688CB88E7422BF475B4D670FA6E673F072DC0E3564FC252A9A8086D94A6505CAF21E9FF0A29EF41530122B1319727A34
ja\AvalonDock.resources.dll
md5: 78AEED9E2D2AC8C21EF4717D249608BC | sha1: A7EDEA5E7A9B7A6CDE2454E9AAD6860DD73B245D | sha256: 44772E51485515944AEAD72786F80238FC5CE9A40C5D2364F61FAE0A44980663 | sha512: 8367671C6609EF2B1424568CF58D701F4E2B05A3D9909745472B53AF1EFEB3BE64D07383D0536EBDE52DB267CDB0E8C53AAC39C8960AABC83938E1DB3CDAA35F
ja\PresentationCore.resources.dll
md5: 8659A5FD736C485B74DAEDA866CA54C3 | sha1: ABF18497B51C0E9DDEDAD319E108B902A40DE1D4 | sha256: 53D0B685B2CC7753BFBCFB1065417E4405B8E0C8FC74BFAC2B5E7FF9E5CBAE84 | sha512: BD13477D3DC8E3703CE276A7862AE2F1ECF1FB959C99B03278E768321A8C6EB7EAB9D3EA25F643889662CE6762C08B72413A493336263BE301CC8062CC3CE10F
ja\PresentationFramework.resources.dll
md5: B400B71F530379896F9AB5664E478D91 | sha1: BE6A5C0CE2661968E6EE03233E2F1AD505C8DA1B | sha256: A5AC96D2276DCD5704BC339326977C4CE0C004D97E7E372B1C25E8DCC1775BC4 | sha512: 6C9B84284A3BB41527D9113E686B9E5DBB6ED1E9251EB0AD32187FFDF9502FCDA0E85F50F96F3193A24E5D66C6E17771A9E3B9B46E6A065A0EF16B3CE0997B37
ja\PresentationUI.resources.dll
md5: 1B5F4B5CF075BB51D008F48E1ACDFB43 | sha1: EA8E4819E8D55C6E6D5850326339DA6465FD499C | sha256: F8A658FC7179988E60FDA9313C97CFF3DF12B6DF4A51E4DF34CF55430A2D4EDF | sha512: 76035ACD22758B7FEB3EC1584A0C23256792771DA37F13B2298F02A7076DC9CF2F5F3597502E2C0DF691EFF84FDC98BA1774ACD86D41CA8AAAF378C2D321F261
ja\ReachFramework.resources.dll
md5: 8E666F76B2B9B1D344F020514A1D88B4 | sha1: F1A0872CA79E00E18D5CC6A3BB3F815C215E0CD9 | sha256: 7E931C456EE65478318FDBCB9C2E799C630838165F973A92D2EAD83E6CDF89AE | sha512: 41B08B855D1B314E0820357065D1C1453D6E4311E4C0019A40E5D647ACAA49777EF0399710898D230ECB262023E461E5B870D315D85420FC37DFDDA34EE35690
ja\System.Printing.resources.dll
md5: 094D1AD337A10687E38420C4E9AF7F2B | sha1: 40DF286A17304D4011C84FCBA149E12ECA18D887 | sha256: EE3B77904959E0EBE70C6174CB209D45B0F5AE9F856C262FB6838EB85A6AF343 | sha512: 284FDA28E601F76AE078364D0F1A14B64E883C3A8597943BA882EC1331721F8387BFC955698C7D55C2E7E2A10CCF5D25D5BE30BC86C22896312D4D46EE9BF3E3
ja\System.Windows.Controls.Ribbon.resources.dll
md5: CAE713474CF0A2445069480AB4224EBA | sha1: 3644A408DC1EBF8099A7CE79087CFB0073316693 | sha256: 06AD038317522AFDB5941B09BFEA1FC2C516AB8D84FBB51B926DDF93344F179F | sha512: 4F1D2D598024F2BB68B813331F1BCA58FA68F716DC34CEFAF11BDACDE6AB809CD63CB6DF3B09AAA0FCBA8AD4FC2F5BAD082B7D6E4B157F90141DC093E72E4DCD
ja\System.Windows.Forms.Design.Editors.resources.dll
md5: E2E3D4A6A39CD8206E217F0350610D78 | sha1: 9643573EF1252929554C76400EF05743AF8AC735 | sha256: 4DB81200F82E5217027BAEB6A065DA9E2DE04549E9A7A3C793B12568A87B9A05 | sha512: 401D918090F1B815FF39B417F3167E5235E0BD010E2F0B933A73668CF914891525794D351D3916D877DEC709F09E2B17BFCA1CBA2E15F75E34202BD01CC3A5C7
ja\System.Windows.Forms.Design.resources.dll
md5: A18FB9366A6D4840C724A809A84A7780 | sha1: 8E7A5CAFAA5EE2EA586812B9736AABD12CB419BE | sha256: 28A4413BBA6319F65FF363CE6EF9731AA3C0510717416D1C6F64BACD6FFA07D0 | sha512: BC3869CD8CC5FD0E45D76A0C087D5D76D272DCA2CB8E1A57B62A34FC0EC711F488C8000552F3D7FEBAA2FB94B43F3610B4AC9ABA447CF591CD6CA239D1108929
ja\System.Windows.Forms.resources.dll
md5: 8C9080A5BD8F6D62DEF14246D084613F | sha1: 63C819129DDC77C83A2E1505D5DA7AAA97B17A2F | sha256: A0CE792592AFA061AAA14857B2DE3D59953D0F5F55819E71E5CEF51C9C3B4F1E | sha512: 9A5DC34D2E604C3EE3AE182E488990459C2557AD4F09798F1FB13F93F6EFA8B72F19285C9264BF3F4AADC3EFFC2B6E8DB4B5DC0AFA41AF0A1B567CDF53481997
ja\System.Windows.Input.Manipulations.resources.dll
md5: 58B35F6C3B3FD28685530888B8EEF12B | sha1: 2D344D00674165B079D40354E5DB626F27B9C6E7 | sha256: FF6D133E206D16B220C73DA9227A003C15BB0370C3F5FCF0CCA75EEB4E07A93F | sha512: 042E5CC545BD833E53AEAA77B5ECB5807123A6EA31E1039C4102D30F30543511A367A11A526F3DA1C7BE1D9592D609EA8390A37AEAAECA0B013333DE9836B9A0
ja\System.Xaml.resources.dll
md5: 61D1DFF7E02A05C9D27E3A8FBDB89C3E | sha1: 97AC6BF80D8B843BD3EC77DCAFCFA205FEDA6698 | sha256: A8E4588347C0178DA3EEFD7E7BF20A9C8699BC2AA9DEB940752365CED47465DB | sha512: F0FFCE6B94D356980597BFDE9C18295C5692538CA5B9E8253E10248DBDD696A417F33C91C42B4143099B98AC95DCF01D4AB66F4B40BA713B862BC6D8E29DBB78
ja\UIAutomationClient.resources.dll
md5: 67137A36DB171A6A8AB2419E980E4138 | sha1: A0998DDAAF56B8B4A73EEA0F13B19053561DA5CE | sha256: 34A568F6D2F675812752193029AE88A0F889FBAF8853310701F0CC70C39E3A90 | sha512: 1D19A88BC9873A54CC595EE08CD17522D5C036C159D108EEAE5C2E5E6B3EDA82D207455E465AE53768E93CC44DF0283C0B128B3DAC01FDA824A84A19D8068792
ja\UIAutomationClientSideProviders.resources.dll
md5: F269359514EFE116921E5415108ADABB | sha1: 84293C596E56DAB9E6ED0FBED7AEE2ED938B4F11 | sha256: 5DF005A11ADCAC3BDA7C210A1E8EA4F97F79F63888BD001D56BA91B217086D38 | sha512: 07152341D91C45128FCA36DEDBB0B582E0F497F056E05D8B984ACCEEF920534872F0D4FF807D1D037ABEB6B342EC6E433299A84DBA07FEB0B97CBE6A63295C69
ja\UIAutomationProvider.resources.dll
md5: C9775778CCB23157DF9469C990917AD6 | sha1: EDA4E9C26377515CAE6EC35E1A05AC250DCB2352 | sha256: C6153E10725A27FCBFAE1068D440FCAEF2565F26E58BDA757042069848AC3630 | sha512: 6F6AD7C2662C303BD4EF8A7ACC930D0F4F7B0CAB501296CD3F589D758CFC5D23963DF6B65AF8F0E170FCDB23358EFFF75EC3852254FAD3066D773B5EE16796E1
ja\UIAutomationTypes.resources.dll
md5: F90A224EF3261F62BA58BA4293A3069F | sha1: 40534524F3B45CAC3ED7F56423F81556F2CF2738 | sha256: 1DAD0DC4CB1ECAC1E8511C78C641D0B891110FBF326C8F74B3A5F1D4CD616025 | sha512: 0F0A5D68A79E8A9D1FD3569282A2B57EE642AA27BE860C136C8FFEAD8120A006E8D4565C13E93C2E1558679E37FD7B08F1E742A1B8B495872064AF2D1BCB9CC3
ja\WindowsBase.resources.dll
md5: C316B351670231787C32EF51C972E7A6 | sha1: 6D256D9E8D25153131C1FA408EEC0059DDE5D5D7 | sha256: B417D4C8B0C0CFE1FA479AE1A2B132C17C4421B12638BE7C1B846392FA957E8B | sha512: 02AA7FE61B874BF535C0DC65D3366A6ED2BB783049DF3F5835A745ABCD62CA429B0D8AAC8015219E9A117003FE5BD2E24ACD9FA7892765C46258A09DA28934E9
ja\WindowsFormsIntegration.resources.dll
md5: 2CC2957C0CD44E63E699D4D0C055287C | sha1: 741B0DD1F654542BBB75AE464F8FA08D27ED28FC | sha256: 6529AA028299AA1B8B8BFC2F6DA2CE08723932FAEEB480DCE1721A1AE882890E | sha512: 21B5B9B371C6C46DA6595E415D451E28E2E3D243AD19E4DB06AFF694153C3D41761B2F44D3506882EE21ADD2A2A0140A786D959D1B0A196ED6941C7708D80FC1
Kamban.Contracts.dll
md5: 85C7A8E04E1375741B7B59FF0DC5B429 | sha1: 32535792BDC857009BDFC31701B649B91768C2D4 | sha256: 29295F6B97DF15210185968E6F51274919E72540413953053EA4D99F504C80C7 | sha512: BCCBDCC5F763FC1AB22C7A1E448D0C59E529BE87CDC236962DBC17DDBE3A3993A8B23C1BAE73ABF8A0C7EDCAC72BCC1FB6C56D52DEBF21956E37F726E088F6E0
Kamban.Contracts.pdb
 
Kamban.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.1/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.1": {},
    ".NETCoreApp,Version=v3.1/win-x64": {
      "Kamban/1.0.11": {
        "dependencies": {
          "AutoMapper": "10.1.1",
          "Autofac": "6.1.0",
          "DynamicData": "7.1.1",
          "Kamban.Export": "1.0.11",
          "Kamban.Export.Data": "1.0.11",
          "Kamban.Repository.LiteDb": "1.0.11",
          "Kamban.Repository.Redmine": "1.0.11",
          "Kamban.Templates": "1.0.11",
          "MahApps.Metro.IconPacks": "4.8.0",
          "Newtonsoft.Json": "12.0.3",
          "ReactiveUI.Fody": "13.0.38",
          "ReactiveUI.WPF": "13.0.38",
          "Serilog": "2.10.0",
          "Serilog.Sinks.File": "4.1.0",
          "gong-wpf-dragdrop": "2.3.2",
          "wpf.ui": "0.0.2",
          "System.Reactive.Reference": "5.0.0.0",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.6",
          "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "3.1.6"
        },
        "runtime": {
          "Kamban.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.6": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.6.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.1.2",
            "fileVersion": "4.700.20.31603"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.31603"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "4.700.20.31603"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "SOS_README.md": {
            "fileVersion": "0.0.0.0"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.26901"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "clrcompression.dll": {
            "fileVersion": "4.700.20.31603"
          },
          "clretwrc.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "clrjit.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "coreclr.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "dbgshim.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "hostfxr.dll": {
            "fileVersion": "3.100.620.31604"
          },
          "hostpolicy.dll": {
            "fileVersion": "3.100.620.31604"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "mscordaccore_amd64_amd64_4.700.20.26901.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "mscordbi.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "mscorrc.dll": {
            "fileVersion": "4.700.20.26901"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.6": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "Microsoft.Win32.Registry.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "System.CodeDom.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Diagnostics.PerformanceCounter.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.IO.Packaging.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "System.Resources.Extensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.22101"
          },
          "System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.30804"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.31503"
          }
        },
        "native": {
          "D3DCompiler_47_cor3.dll": {
            "fileVersion": "10.0.19041.1"
          },
          "PenImc_cor3.dll": {
            "fileVersion": "4.800.120.31504"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "4.800.120.31504"
          },
          "vcruntime140_cor3.dll": {
            "fileVersion": "14.25.28508.3"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "4.800.120.31504"
          }
        }
      },
      "Autofac/6.1.0": {
        "dependencies": {
          "System.Diagnostics.DiagnosticSource": "4.7.1"
        },
        "runtime": {
          "lib/netstandard2.1/Autofac.dll": {
            "assemblyVersion": "6.1.0.0",
            "fileVersion": "6.1.0.0"
          }
        }
      },
      "AutoMapper/10.1.1": {
        "dependencies": {
          "Microsoft.CSharp": "4.7.0",
          "System.Reflection.Emit": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/AutoMapper.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "10.1.1.0"
          }
        }
      },
      "ControlzEx/4.4.0": {
        "dependencies": {
          "Microsoft.Xaml.Behaviors.Wpf": "1.1.19",
          "System.Text.Json": "4.7.2"
        },
        "runtime": {
          "lib/netcoreapp3.1/ControlzEx.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.4.0.50"
          }
        }
      },
      "Dirkster.AvalonDock/4.50.1": {
        "runtime": {
          "lib/netcoreapp3.0/AvalonDock.dll": {
            "assemblyVersion": "4.50.1.0",
            "fileVersion": "4.50.1.0"
          }
        },
        "resources": {
          "lib/netcoreapp3.0/ca-ES/AvalonDock.resources.dll": {
            "locale": "ca-ES"
          },
          "lib/netcoreapp3.0/cs-CZ/AvalonDock.resources.dll": {
            "locale": "cs-CZ"
          },
          "lib/netcoreapp3.0/de/AvalonDock.resources.dll": {
            "locale": "de"
          },
          "lib/netcoreapp3.0/es/AvalonDock.resources.dll": {
            "locale": "es"
          },
          "lib/netcoreapp3.0/fr/AvalonDock.resources.dll": {
            "locale": "fr"
          },
          "lib/netcoreapp3.0/hu/AvalonDock.resources.dll": {
            "locale": "hu"
          },
          "lib/netcoreapp3.0/it/AvalonDock.resources.dll": {
            "locale": "it"
          },
          "lib/netcoreapp3.0/ja/AvalonDock.resources.dll": {
            "locale": "ja"
          },
          "lib/netcoreapp3.0/ko/AvalonDock.resources.dll": {
            "locale": "ko"
          },
          "lib/netcoreapp3.0/nl-BE/AvalonDock.resources.dll": {
            "locale": "nl-BE"
          },
          "lib/netcoreapp3.0/pl/AvalonDock.resources.dll": {
            "locale": "pl"
          },
          "lib/netcoreapp3.0/pt-BR/AvalonDock.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netcoreapp3.0/ro/AvalonDock.resources.dll": {
            "locale": "ro"
          },
          "lib/netcoreapp3.0/ru/AvalonDock.resources.dll": {
            "locale": "ru"
          },
          "lib/netcoreapp3.0/sv/AvalonDock.resources.dll": {
            "locale": "sv"
          },
          "lib/netcoreapp3.0/zh-Hans/AvalonDock.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netcoreapp3.0/zh-Hant/AvalonDock.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Dirkster.AvalonDock.Themes.VS2013/4.50.1": {
        "dependencies": {
          "Dirkster.AvalonDock": "4.50.1"
        },
        "runtime": {
          "lib/netcoreapp3.0/AvalonDock.Themes.VS2013.dll": {
            "assemblyVersion": "4.50.1.0",
            "fileVersion": "4.50.1.0"
          }
        }
      },
      "DynamicData/7.1.1": {
        "dependencies": {
          "System.Reactive": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/DynamicData.dll": {
            "assemblyVersion": "7.1.0.0",
            "fileVersion": "7.1.1.11487"
          }
        }
      },
      "EPPlus/5.5.2": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Json": "3.1.10",
          "Microsoft.IO.RecyclableMemoryStream": "1.3.6",
          "System.ComponentModel.Annotations": "4.7.0",
          "System.ComponentModel.TypeConverter": "4.3.0",
          "System.Data.Common": "4.3.0",
          "System.Drawing.Common": "4.7.1",
          "System.Reflection": "4.3.0",
          "System.Security.Claims": "4.3.0",
          "System.Security.Cryptography.Pkcs": "4.7.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding.CodePages": "4.7.1",
          "System.Xml.XPath.XmlDocument": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.1/EPPlus.dll": {
            "assemblyVersion": "5.5.2.0",
            "fileVersion": "5.5.2.0"
          }
        }
      },
      "FluentValidation/9.4.0": {
        "runtime": {
          "lib/netstandard2.0/FluentValidation.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.4.0.0"
          }
        }
      },
      "Fody/6.3.0": {},
      "gong-wpf-dragdrop/2.3.2": {
        "runtime": {
          "lib/netcoreapp3.1/GongSolutions.WPF.DragDrop.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.3.2.3"
          }
        }
      },
      "kenjiuno.PdfSharp-WPF/1.31.5673": {
        "dependencies": {
          "System.Drawing.Common": "4.7.1",
          "System.Text.Encoding.CodePages": "4.7.1"
        },
        "runtime": {
          "lib/netcoreapp3.1/PdfSharp-WPF.dll": {
            "assemblyVersion": "1.31.5673.0",
            "fileVersion": "1.31.5673.0"
          }
        }
      },
      "kenjiuno.PdfSharp.Xps/1.1.7": {
        "dependencies": {
          "kenjiuno.PdfSharp-WPF": "1.31.5673"
        },
        "runtime": {
          "lib/netcoreapp3.1/PdfSharp.Xps.dll": {
            "assemblyVersion": "1.1.7.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "LiteDB/5.0.10": {
        "runtime": {
          "lib/netstandard2.0/LiteDB.dll": {
            "assemblyVersion": "5.0.10.0",
            "fileVersion": "5.0.10.0"
          }
        }
      },
      "MahApps.Metro/2.4.3": {
        "dependencies": {
          "ControlzEx": "4.4.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.4.3.5"
          }
        },
        "resources": {
          "lib/netcoreapp3.1/de/MahApps.Metro.resources.dll": {
            "locale": "de"
          }
        }
      },
      "MahApps.Metro.IconPacks/4.8.0": {
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.BootstrapIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.BoxIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Codicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Entypo.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.EvaIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.FeatherIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.FileIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.FontAwesome.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Fontaudio.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.ForkAwesome.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Ionicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.JamIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Material.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.MaterialDesign.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.MaterialLight.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Microns.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Modern.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Octicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.PicolIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.PixelartIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.RPGAwesome.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.RadixIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.RemixIcon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.SimpleIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Typicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Unicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.VaadinIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.WeatherIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Zondicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.0.6"
          }
        }
      },
      "MahApps.Metro.SimpleChildWindow/2.0.0": {
        "dependencies": {
          "MahApps.Metro": "2.4.3"
        },
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.SimpleChildWindow.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.49"
          }
        }
      },
      "Microsoft.CSharp/4.7.0": {},
      "Microsoft.Extensions.Configuration/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.10",
          "Microsoft.Extensions.FileProviders.Physical": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.10",
          "Microsoft.Extensions.Configuration.FileExtensions": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/3.1.10": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "3.1.10",
          "Microsoft.Extensions.FileSystemGlobbing": "3.1.10"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/3.1.10": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.Extensions.Primitives/3.1.10": {
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "3.1.10.0",
            "fileVersion": "3.100.1020.51904"
          }
        }
      },
      "Microsoft.IO.RecyclableMemoryStream/1.3.6": {
        "runtime": {
          "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll": {
            "assemblyVersion": "1.3.6.0",
            "fileVersion": "1.3.6.0"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.1.3": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.SystemEvents/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "Microsoft.Xaml.Behaviors.Wpf/1.1.19": {
        "runtime": {
          "lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.19.35512"
          }
        }
      },
      "Newtonsoft.Json/12.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.3.23909"
          }
        }
      },
      "ReactiveUI/13.0.38": {
        "dependencies": {
          "DynamicData": "7.1.1",
          "Splat": "9.8.1",
          "System.Reactive": "5.0.0",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/ReactiveUI.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.38.37760"
          }
        }
      },
      "ReactiveUI.Fody/13.0.38": {
        "dependencies": {
          "Fody": "6.3.0",
          "ReactiveUI": "13.0.38",
          "System.ComponentModel": "4.3.0",
          "System.Diagnostics.Contracts": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Reactive": "5.0.0",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/ReactiveUI.Fody.Helpers.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.38.37760"
          }
        }
      },
      "ReactiveUI.WPF/13.0.38": {
        "dependencies": {
          "ReactiveUI": "13.0.38",
          "System.Reactive": "5.0.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/ReactiveUI.Wpf.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.38.37760"
          }
        }
      },
      "runtime.any.System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "runtime.any.System.Diagnostics.Tracing/4.3.0": {},
      "runtime.any.System.Globalization/4.3.0": {},
      "runtime.any.System.Globalization.Calendars/4.3.0": {},
      "runtime.any.System.IO/4.3.0": {},
      "runtime.any.System.Reflection/4.3.0": {},
      "runtime.any.System.Reflection.Extensions/4.3.0": {},
      "runtime.any.System.Reflection.Primitives/4.3.0": {},
      "runtime.any.System.Resources.ResourceManager/4.3.0": {},
      "runtime.any.System.Runtime/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "runtime.any.System.Runtime.Handles/4.3.0": {},
      "runtime.any.System.Runtime.InteropServices/4.3.0": {},
      "runtime.any.System.Text.Encoding/4.3.0": {},
      "runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
      "runtime.any.System.Threading.Tasks/4.3.0": {},
      "runtime.any.System.Threading.Timer/4.3.0": {},
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.win.System.Diagnostics.Debug/4.3.0": {},
      "runtime.win.System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "Serilog/2.10.0": {
        "runtime": {
          "lib/netstandard2.1/Serilog.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.10.0.0"
          }
        }
      },
      "Serilog.Sinks.File/4.1.0": {
        "dependencies": {
          "Serilog": "2.10.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading.Timer": "4.0.1"
        },
        "runtime": {
          "lib/netstandard2.0/Serilog.Sinks.File.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.1.0.0"
          }
        }
      },
      "Splat/9.8.1": {
        "runtime": {
          "lib/netstandard2.0/Splat.dll": {
            "assemblyVersion": "9.8.0.0",
            "fileVersion": "9.8.1.54713"
          }
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Collections": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.NonGeneric/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections.Specialized/4.3.0": {
        "dependencies": {
          "System.Collections.NonGeneric": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.ComponentModel/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.ComponentModel.Annotations/4.7.0": {},
      "System.ComponentModel.Primitives/4.3.0": {
        "dependencies": {
          "System.ComponentModel": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.ComponentModel.TypeConverter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.NonGeneric": "4.3.0",
          "System.Collections.Specialized": "4.3.0",
          "System.ComponentModel": "4.3.0",
          "System.ComponentModel.Primitives": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Data.Common/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Diagnostics.Contracts/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Diagnostics.Debug": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.7.1": {},
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tracing": "4.3.0"
        }
      },
      "System.Drawing.Common/4.7.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.Win32.SystemEvents": "4.7.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.2.1",
            "fileVersion": "4.700.20.51901"
          }
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization.Calendars": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.any.System.IO": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.IO.FileSystem": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Private.Uri/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reactive/5.0.0": {},
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.7.0": {},
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Extensions": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Primitives": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Resources.ResourceManager": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "runtime.any.System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.any.System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Security.Claims/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Security.Principal": "4.3.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.Cng/4.7.0": {},
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.Pkcs/4.7.0": {
        "dependencies": {
          "System.Security.Cryptography.Cng": "4.7.0"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.7.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Principal/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.7.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
        }
      },
      "System.Text.Json/4.7.2": {},
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Overlapped/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Timer/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Timer": "4.3.0"
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XmlDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath.XmlDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XPath": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.6.24705.1"
          }
        }
      },
      "wpf.ui/0.0.2": {
        "dependencies": {
          "Autofac": "6.1.0",
          "Dirkster.AvalonDock": "4.50.1",
          "Dirkster.AvalonDock.Themes.VS2013": "4.50.1",
          "FluentValidation": "9.4.0",
          "MahApps.Metro": "2.4.3",
          "MahApps.Metro.SimpleChildWindow": "2.0.0",
          "ReactiveUI.Fody": "13.0.38",
          "ReactiveUI.WPF": "13.0.38",
          "Serilog": "2.10.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/wpf.ui.dll": {
            "assemblyVersion": "0.0.2.0",
            "fileVersion": "0.0.2.0"
          }
        }
      },
      "Kamban.Contracts/1.0.11": {
        "runtime": {
          "Kamban.Contracts.dll": {}
        }
      },
      "Kamban.Export/1.0.11": {
        "dependencies": {
          "EPPlus": "5.5.2",
          "Kamban.Repository.LiteDb": "1.0.11",
          "Newtonsoft.Json": "12.0.3",
          "kenjiuno.PdfSharp.Xps": "1.1.7"
        },
        "runtime": {
          "Kamban.Export.dll": {}
        }
      },
      "Kamban.Export.Data/1.0.11": {
        "dependencies": {
          "EPPlus": "5.5.2",
          "Kamban.Contracts": "1.0.11",
          "Kamban.Repository.LiteDb": "1.0.11",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Export.Data.dll": {}
        }
      },
      "Kamban.Repository.LiteDb/1.0.11": {
        "dependencies": {
          "Kamban.Contracts": "1.0.11",
          "LiteDB": "5.0.10"
        },
        "runtime": {
          "Kamban.Repository.LiteDb.dll": {}
        }
      },
      "Kamban.Repository.Redmine/1.0.11": {
        "dependencies": {
          "Kamban.Contracts": "1.0.11",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Repository.Redmine.dll": {}
        }
      },
      "Kamban.Templates/1.0.11": {
        "dependencies": {
          "Kamban.Contracts": "1.0.11"
        },
        "runtime": {
          "Kamban.Templates.dll": {}
        }
      },
      "System.Reactive.Reference/5.0.0.0": {
        "runtime": {
          "System.Reactive.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.0.1"
          }
        }
      }
    }
  },
  "libraries": {
    "Kamban/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.6": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.6": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "Autofac/6.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-22aXncFDye08TsXHobcxAoZFBeaJ9nrAxGzk9YHLLaIkYO7aeAA0Sz7Mii9qsfB76S1gdhebqMv8QsnknJMT/w==",
      "path": "autofac/6.1.0",
      "hashPath": "autofac.6.1.0.nupkg.sha512"
    },
    "AutoMapper/10.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==",
      "path": "automapper/10.1.1",
      "hashPath": "automapper.10.1.1.nupkg.sha512"
    },
    "ControlzEx/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pZ5z4hYWwE4R13UMCVs6vII//nL7hz+Nwn4oJlnsZJRGqJNy6Z9KnJiTZfly6lKFu0pMc1aWBZpx+VqFTQKP1Q==",
      "path": "controlzex/4.4.0",
      "hashPath": "controlzex.4.4.0.nupkg.sha512"
    },
    "Dirkster.AvalonDock/4.50.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I7WzgYJ1+91J2/PkkckV71k0xNP67SlbCiugi8HhFLbfvAsvRp0uMj+DLROTZMniZw8QB4QV6xj9WUyRR2pSWA==",
      "path": "dirkster.avalondock/4.50.1",
      "hashPath": "dirkster.avalondock.4.50.1.nupkg.sha512"
    },
    "Dirkster.AvalonDock.Themes.VS2013/4.50.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Y51V11DIAsnztihYqhDTpxDCqUzsA8UE/zLVKIr/XKZG/Kp3oo7Nt02PIHD0FJjcbYHtEYahUNsqtd0JHFDPyQ==",
      "path": "dirkster.avalondock.themes.vs2013/4.50.1",
      "hashPath": "dirkster.avalondock.themes.vs2013.4.50.1.nupkg.sha512"
    },
    "DynamicData/7.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pc6J5bFnSxEa64PV2V67FMcLlDdpv6m+zTBKSnRN3aLon/WtWWy8kuDpHFbJlgXHtqc6Nxloj9ItuvDlvKC/8w==",
      "path": "dynamicdata/7.1.1",
      "hashPath": "dynamicdata.7.1.1.nupkg.sha512"
    },
    "EPPlus/5.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSd638G6N8FPQIuNJ9s500hhl+Z2UhLG56DcsAhWgk1FV+KhlV8+WRY/SBPI0y/Ol6kG6u1jN44YgMkrMfJbjA==",
      "path": "epplus/5.5.2",
      "hashPath": "epplus.5.5.2.nupkg.sha512"
    },
    "FluentValidation/9.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MfOKZJoGX2B7sh0tEB8BU6pRL/ECvSKiNcrK9QsZ3aQYTVQKL9Fw0FR8qh4Wy9+DIQz9didDiMm0HfCOt6S62A==",
      "path": "fluentvalidation/9.4.0",
      "hashPath": "fluentvalidation.9.4.0.nupkg.sha512"
    },
    "Fody/6.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kBGlW/vBUvBSyCvFI3YICNl77gjUr0KMROlBTeBPN/+J3JMU57w1dpXPwjmU4ahdBTYLomzgxKLaJ3jVNuXuQg==",
      "path": "fody/6.3.0",
      "hashPath": "fody.6.3.0.nupkg.sha512"
    },
    "gong-wpf-dragdrop/2.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DNDROdFmlwn544P2qVF+f+aHRZmEp8ub8IrjvWgT3VAK7LfdN3BcEi9mSEzmt8hUqIdt1+B1VHkJUdK7kO/zKw==",
      "path": "gong-wpf-dragdrop/2.3.2",
      "hashPath": "gong-wpf-dragdrop.2.3.2.nupkg.sha512"
    },
    "kenjiuno.PdfSharp-WPF/1.31.5673": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uV1t/S5CoPWiaNQqQKTUiOwJ4l3qwVwMioIrHDDV6dFv7CydoSZnaYtBhPT/ve5HoE7MSjU9WKn7ITFXH2ryUg==",
      "path": "kenjiuno.pdfsharp-wpf/1.31.5673",
      "hashPath": "kenjiuno.pdfsharp-wpf.1.31.5673.nupkg.sha512"
    },
    "kenjiuno.PdfSharp.Xps/1.1.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NNC82MTtKQWEqZTBi5OgYmJ6jqB5xgl/FxLWYBABdsPNFyRsF48neF4qO51ddmIk+zhrUuVW7CFb8j7C7o927w==",
      "path": "kenjiuno.pdfsharp.xps/1.1.7",
      "hashPath": "kenjiuno.pdfsharp.xps.1.1.7.nupkg.sha512"
    },
    "LiteDB/5.0.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x70WuqMDuP75dajqSLvO+AnI/BbwS6da+ukTO7rueV7VoXoQ5CRA9FV4r7cOS4OUr2NS1Up7LDIutjCxQycRvg==",
      "path": "litedb/5.0.10",
      "hashPath": "litedb.5.0.10.nupkg.sha512"
    },
    "MahApps.Metro/2.4.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PZ4KcTZt18nWZmdjjYTZl/Lb8Larj7ObTsJSdMcvufp2hPzHp1SvLKK5cd+HYalXkuEgchJJ1u6yOF2ei117lQ==",
      "path": "mahapps.metro/2.4.3",
      "hashPath": "mahapps.metro.2.4.3.nupkg.sha512"
    },
    "MahApps.Metro.IconPacks/4.8.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G00GRXwBOzEIryBKOzbKH01SUUGMYKkIg3GQe0G/d1oZoRUJAeWN0Iw+WTs8ARU0CHzzvMAV00Z5y1mCB4pUPg==",
      "path": "mahapps.metro.iconpacks/4.8.0",
      "hashPath": "mahapps.metro.iconpacks.4.8.0.nupkg.sha512"
    },
    "MahApps.Metro.SimpleChildWindow/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9edJioDCEHC0+UMGfjgTlYknoXsa0U+AafZF0MVLWtcXw6893qsn0gkrDh+oaLakBuugSo0p1WbqYlPepiSPNA==",
      "path": "mahapps.metro.simplechildwindow/2.0.0",
      "hashPath": "mahapps.metro.simplechildwindow.2.0.0.nupkg.sha512"
    },
    "Microsoft.CSharp/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
      "path": "microsoft.csharp/4.7.0",
      "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==",
      "path": "microsoft.extensions.configuration/3.1.10",
      "hashPath": "microsoft.extensions.configuration.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==",
      "path": "microsoft.extensions.configuration.abstractions/3.1.10",
      "hashPath": "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9//fdlaFDxkfjYPgdwYySJCtjVNTYFqnqX07Oai0eendh+Jl/SfmSAwrXyMTNgRv+jWJ2fQs85MG0cK7nAoGdQ==",
      "path": "microsoft.extensions.configuration.fileextensions/3.1.10",
      "hashPath": "microsoft.extensions.configuration.fileextensions.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZRvVDPpYXYtZI2zA/xuzBeA7lOPXfhXNsPiMq3O7QhLuXIGoyeRN3Ssxh9uOA+wLjTQLZQVTmzQutTWwVyuvg==",
      "path": "microsoft.extensions.configuration.json/3.1.10",
      "hashPath": "microsoft.extensions.configuration.json.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pwu/7fpw1G7WjO1DxPmGfrw6ciruiLHH6k26uNex9Sn/s229uKcwds7GTBUAPbpoh4MI3qo21nqmLBo3N7gVfg==",
      "path": "microsoft.extensions.fileproviders.abstractions/3.1.10",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5zIjKJGUtuBSvPSOZEiX1MnuOjSl9L4jv1+f24lO076wtZ6cBTQ34EN0jbwUYJgRX1C4ZgoSdwFZ1ZBSo61zxQ==",
      "path": "microsoft.extensions.fileproviders.physical/3.1.10",
      "hashPath": "microsoft.extensions.fileproviders.physical.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TzHIUBWnzsViPS/20DnC6wf5kXdRAUZlIYwTYOT9S6heuOA4Re//UmHWsDR3PusAzly5dkdDW0RV0dDZ2vEebQ==",
      "path": "microsoft.extensions.filesystemglobbing/3.1.10",
      "hashPath": "microsoft.extensions.filesystemglobbing.3.1.10.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/3.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==",
      "path": "microsoft.extensions.primitives/3.1.10",
      "hashPath": "microsoft.extensions.primitives.3.1.10.nupkg.sha512"
    },
    "Microsoft.IO.RecyclableMemoryStream/1.3.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yIQcWha/0D5Y4ylTW41cpAWTa7xyH2FcHgsDGbw3IemhP6gwfDtn3Bn/dqNp8fLq26TZ+A+98oj9lAeqa7r9nA==",
      "path": "microsoft.io.recyclablememorystream/1.3.6",
      "hashPath": "microsoft.io.recyclablememorystream.1.3.6.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.1.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EHOcrXuq/ELOANMUzrpHmGIRlu7tVYyvGYsYUKLrTNMeQMTmdN97S6PP9W/NLD1WjqljGO+tapTS3XuLPlJ4QA==",
      "path": "microsoft.netcore.platforms/3.1.3",
      "hashPath": "microsoft.netcore.platforms.3.1.3.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
      "path": "microsoft.win32.systemevents/4.7.0",
      "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
    },
    "Microsoft.Xaml.Behaviors.Wpf/1.1.19": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5sPWkbqImc2t1aQwIfJcKsUo7tOg1Tr8+6xVzZJB56Nzt4u9NlpcLofgdX/aRYpPKdWDA3U23Akw1KQzU5e82g==",
      "path": "microsoft.xaml.behaviors.wpf/1.1.19",
      "hashPath": "microsoft.xaml.behaviors.wpf.1.1.19.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
      "path": "newtonsoft.json/12.0.3",
      "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
    },
    "ReactiveUI/13.0.38": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Y4/IYJqICXkDCz6u6POEhcg4EnKbOx4LMz7VzI/BEO/bKQ+l5IWe9VD3xsM7U/wo8aDcoSz1C5NkLqDWuGkqFw==",
      "path": "reactiveui/13.0.38",
      "hashPath": "reactiveui.13.0.38.nupkg.sha512"
    },
    "ReactiveUI.Fody/13.0.38": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VSpjdsoxWaS8Q4AH5lAjpLKT+TuGOU53jeO0S65OHCnQqxijHZbJtDiW1FIilSgkjBn47xONVn1n3KVKtMMilQ==",
      "path": "reactiveui.fody/13.0.38",
      "hashPath": "reactiveui.fody.13.0.38.nupkg.sha512"
    },
    "ReactiveUI.WPF/13.0.38": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oM+dYsfTKt9u5p35C7G8dbn5BTWdRir9kEQjgdTK3gz/T4k0nhAD31rm0mzRm9owSsr92NkFfbAg26JHj3cDaw==",
      "path": "reactiveui.wpf/13.0.38",
      "hashPath": "reactiveui.wpf.13.0.38.nupkg.sha512"
    },
    "runtime.any.System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
      "path": "runtime.any.system.collections/4.3.0",
      "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
      "path": "runtime.any.system.diagnostics.tracing/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
      "path": "runtime.any.system.globalization/4.3.0",
      "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
      "path": "runtime.any.system.globalization.calendars/4.3.0",
      "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
      "path": "runtime.any.system.io/4.3.0",
      "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
      "path": "runtime.any.system.reflection/4.3.0",
      "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
      "path": "runtime.any.system.reflection.extensions/4.3.0",
      "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
      "path": "runtime.any.system.reflection.primitives/4.3.0",
      "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
      "path": "runtime.any.system.resources.resourcemanager/4.3.0",
      "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
      "path": "runtime.any.system.runtime/4.3.0",
      "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
      "path": "runtime.any.system.runtime.handles/4.3.0",
      "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
      "path": "runtime.any.system.runtime.interopservices/4.3.0",
      "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
      "path": "runtime.any.system.text.encoding/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
      "path": "runtime.any.system.text.encoding.extensions/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
      "path": "runtime.any.system.threading.tasks/4.3.0",
      "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
      "path": "runtime.any.system.threading.timer/4.3.0",
      "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.win.System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
      "path": "runtime.win.system.diagnostics.debug/4.3.0",
      "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
      "path": "runtime.win.system.io.filesystem/4.3.0",
      "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
      "path": "runtime.win.system.runtime.extensions/4.3.0",
      "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "Serilog/2.10.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
      "path": "serilog/2.10.0",
      "hashPath": "serilog.2.10.0.nupkg.sha512"
    },
    "Serilog.Sinks.File/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U0b34w+ZikbqWEZ3ui7BdzxY/19zwrdhLtI3o6tfmLdD3oXxg7n2TZJjwCCTlKPgRuYic9CBWfrZevbb70mTaw==",
      "path": "serilog.sinks.file/4.1.0",
      "hashPath": "serilog.sinks.file.4.1.0.nupkg.sha512"
    },
    "Splat/9.8.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9pZzFEI/Zqu0CphYsiPwo2nD8p3kVKcDvPlcHKtYTQXf1g5fk6yn9Wg87DHK7cNP53dLpMYK6/uAZ8vRU90Xkg==",
      "path": "splat/9.8.1",
      "hashPath": "splat.9.8.1.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.NonGeneric/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
      "path": "system.collections.nongeneric/4.3.0",
      "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
    },
    "System.Collections.Specialized/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
      "path": "system.collections.specialized/4.3.0",
      "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
      "path": "system.componentmodel/4.3.0",
      "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel.Annotations/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
      "path": "system.componentmodel.annotations/4.7.0",
      "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512"
    },
    "System.ComponentModel.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMVuoQ+8bMQ/Z59M3s64num5AD74X5YSqVc7ibwGkPTfmmkl2W8VuSxLRJtpw4KzQrSKUgR0BLbF0adPfcTSGQ==",
      "path": "system.componentmodel.primitives/4.3.0",
      "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel.TypeConverter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZiP0DwTHJ+C+rdFqP47nBYUh5283kcwXIGY2zOVVhsJmVI/2tYiX2zNRdjRQRHsTox58Ydkec6h0pWSh8wAsw==",
      "path": "system.componentmodel.typeconverter/4.3.0",
      "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
    },
    "System.Data.Common/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
      "path": "system.data.common/4.3.0",
      "hashPath": "system.data.common.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Contracts/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==",
      "path": "system.diagnostics.contracts/4.3.0",
      "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.7.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
      "path": "system.diagnostics.diagnosticsource/4.7.1",
      "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/4.7.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fnb3qshElEe2lgIMBpc+Pww4xAjqa23yAAqTrtS9RX8uvnjoMJPTDbAVik2jYaOnFs3QpFMujYmAq0VS9101zA==",
      "path": "system.drawing.common/4.7.1",
      "hashPath": "system.drawing.common.4.7.1.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
      "path": "system.dynamic.runtime/4.3.0",
      "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Private.Uri/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
      "path": "system.private.uri/4.3.0",
      "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
    },
    "System.Reactive/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
      "path": "system.reactive/5.0.0",
      "hashPath": "system.reactive.5.0.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
      "path": "system.reflection.emit/4.7.0",
      "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
      "path": "system.runtime.serialization.primitives/4.3.0",
      "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Claims/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
      "path": "system.security.claims/4.3.0",
      "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
      "path": "system.security.cryptography.cng/4.7.0",
      "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vOYy7Jv9KsG3ld2hLt0GoERd82SZi4BelrbXLwI9yFBYX7kpbvUCWYo4eyevk47cuJXZ9ZLVAryANcc7iY71aA==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
      "path": "system.security.cryptography.pkcs/4.7.0",
      "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uwlfOnvJd7rXRvP3aV126Q9XebIIEGEaZ245Rd5/ZwOg7U7AU+AmpE0vRh2F0DFjfOTuk7MAexv4nYiNP/RYnQ==",
      "path": "system.security.cryptography.x509certificates/4.3.2",
      "hashPath": "system.security.cryptography.x509certificates.4.3.2.nupkg.sha512"
    },
    "System.Security.Principal/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
      "path": "system.security.principal/4.3.0",
      "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/4.7.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i2fOvznVVgOOTLUz8FgSap/MsR98I4Iaoz99VXcOW/e7Y2OdY42zhYpBYpZyivk5alYY/UsOWAVswhtjxceodA==",
      "path": "system.text.encoding.codepages/4.7.1",
      "hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.Json/4.7.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
      "path": "system.text.json/4.7.2",
      "hashPath": "system.text.json.4.7.2.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Overlapped/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
      "path": "system.threading.overlapped/4.3.0",
      "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading.Timer/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
      "path": "system.threading.timer/4.0.1",
      "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
      "path": "system.xml.xmldocument/4.3.0",
      "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==",
      "path": "system.xml.xpath/4.3.0",
      "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==",
      "path": "system.xml.xpath.xmldocument/4.3.0",
      "hashPath": "system.xml.xpath.xmldocument.4.3.0.nupkg.sha512"
    },
    "wpf.ui/0.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JJMlHOL149wvj6flgbR4bM/jdHOjXM4zevofa500zppSWge5k8JC5dYYSQCS9zXhynMYbIWbLPBduIru/4KWrw==",
      "path": "wpf.ui/0.0.2",
      "hashPath": "wpf.ui.0.0.2.nupkg.sha512"
    },
    "Kamban.Contracts/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export.Data/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.LiteDb/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.Redmine/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Templates/1.0.11": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "System.Reactive.Reference/5.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  },
  "runtimes": {
    "win-x64": [
      "win",
      "any",
      "base"
    ],
    "win-x64-aot": [
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win10-x64": [
      "win10",
      "win81-x64",
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win10-x64-aot": [
      "win10-aot",
      "win10-x64",
      "win10",
      "win81-x64-aot",
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x64": [
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win7-x64-aot": [
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x64": [
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win8-x64-aot": [
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x64": [
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win81-x64-aot": [
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
Kamban.dll
md5: 9F0284BC7B206F94BD6C1FB614A3DB85 | sha1: B4289BE7E93D504E51F2EC37F19BADEE2AC90BF0 | sha256: 48C42FCAFFF8593EAFCCD190B8B0D7EECADA9D848FD0D17E276113347991A82B | sha512: 864719BDA2E1D88B20F5486D787097126CC8B9D81465B0C2B3041CEDCFA44C634D3ED80308A1873AF864FE8EBE4A92A72B3F537EC941D58ECB29739E4C260A89
Kamban.exe
md5: 853F6369249F61177E449E3E8C461A58 | sha1: 7553CAC9372DE95FFB7368825568B44411B3D380 | sha256: BB0046EC049D02B16B51B792FA21B52F81822DCF9A8BD477A119DF43595FAD5C | sha512: 324F0ED410CE3079F03F4C1AB67DC8A6F09F8262534A48C5449DF6C28203F79938FA1BE8D25775B5D6854C8DD441CF53E4A5C1721644A654377944F1CD108F94
Kamban.exe.gui
 
Kamban.Export.Data.dll
md5: 0DD065AE8323DE6A3F674240B91675CE | sha1: 334F89ED81C5AD4F777B7AB372CF5B17073B41EB | sha256: B1489744B8FD33093940B06D35E796071FD8DD6D7E9DF7967BED4E2E6D0C8DEF | sha512: 25B868E9748E7CB2D5E87E695D28E5D5755513F7D91F45FBA780C2FFBBF4F1045DA2F3BC014CA45875188E240177D27AA1829A2F27AEEDCE805D79FC39F89144
Kamban.Export.Data.pdb
 
Kamban.Export.dll
md5: B4A8A6FD025DEBE1C410B3AA6EDAA74F | sha1: 6B66B0B25F160221F612C457E89755D1FFE9AFB3 | sha256: D1643252B2F2580A4C6AFEF76056D6C66320BB442E3E497FCDA93427702B762B | sha512: 8E13AFDE55074D7CF59F0B2467D8C48A50DEC59248A496AC255A9634A6ACCC9C1771AD7911CEA9A167CD45BC86B2D7EE773C0149E3D3E8A34BF9D6F470FF204B
Kamban.Export.pdb
 
Kamban.pdb
 
Kamban.Repository.LiteDb.dll
md5: BD896A77ED298481CE0884FBD0C2E8DF | sha1: 42736A82106B58EBAE8C603624FAF1DDB46B61E0 | sha256: A022BE6D7935D89699413D8E2FCC78FC861104AC02A056FC66F45868DA66B4E2 | sha512: 3C67C087E31147F1BBC64C557886A9725189C6EA3B7D9F059C3082C5EA020DC5E11635146298B08BC3511ABB2D252CCCE055D356042F3E8F72E34E267F34569F
Kamban.Repository.LiteDb.pdb
 
Kamban.Repository.Redmine.dll
md5: EE9FA383C09220BC60C6EB8CE9E0DCAE | sha1: 7BE42EBBC9793ADB22C2C2184222E279D6DF2087 | sha256: 92D91C02F03832FAF98B6B0FF7DD5BA729DB72FB184F5489AB547F30607BFF13 | sha512: 84EE3284AE0D9D658474B25E0E802758359FB9A3E187733CADB163F4BD4A4CF08CA3F28198AF5EFC9F724E2C53E63C83CFD9F0F4D806AF8D09A467776F8CD429
Kamban.Repository.Redmine.pdb
 
Kamban.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp3.1",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "3.1.6"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "3.1.6"
      }
    ]
  }
}
Kamban.Templates.dll
md5: 4E181A25FF5AAE9116032CC0D92DCD18 | sha1: 7A109AB3349905A50FB9B527748A067E27DC2959 | sha256: AEFD827181974CFE798F86591D219CA1B673322213928D52C43263D9E8F49CCF | sha512: B34F60BB4B4EFE8126BF2791450ABCC7537C1C86FF69CE3611C1F92E4F959B0FF60721653EE4E27C8C18F93A1D0263EE72538219406E5668EC1F102DB55357DE
Kamban.Templates.pdb
 
ko\AvalonDock.resources.dll
md5: B93DDA927F7A412375EBF8355F43D920 | sha1: 443B121910F7AA72BABB8BB66A60F8A38CC3B92B | sha256: BD13F577E6A17C368C54025519C24F6F7F60D14F6B9835DC675BED75AA000EC5 | sha512: B8E25A44E1467C41E84F11491B48A167C5AF3ED43A5C8DABA39B4AB936E78AB6133CFA25ED032EE1AF33CE28CE9A977A4A85AB6AE41CFB231B622EC20035312C
ko\PresentationCore.resources.dll
md5: D3AAB5DED2ED0389E2D49F54367F6B58 | sha1: FAF380AD076EE86B014400E1E2E08411CC9234AB | sha256: B9DEC53C68D82AFB728003875632ECF0A15BA1BD8ADC97D58636CF1422FBFDF7 | sha512: 58A361E767A095F87A2BFD48E45F9BD701E47740861B2D261D64631F94E0748BF958C2A34D10D529A92574B75B7C601B447D67AFF6A63436EDA796014EE9C40C
ko\PresentationFramework.resources.dll
md5: 1D77571A74DCFA3BE78E2CC6250D2CF8 | sha1: 5E2BAD87874E002335E1F72A83E5AE0693E18416 | sha256: A39CEC20AF7FAA87C6598008129A6E8C492E6AB7F59B11788FA58E62D65CDB6C | sha512: 2C6A47501219AB388A93D66BBB7C29BAD49F883492F268D9E312771E3B93B0012C9844F0E8670608E520125E9BB5D853A75D3BD37099260D93716631D1CBEC89
ko\PresentationUI.resources.dll
md5: BBD532CD2244F471106028D6A6DE846F | sha1: 88204299AEDBA5A537CCBEBFAE40EB98E11A9757 | sha256: D77E0848449527759B1A387569327C00D3602DECAC100D6251CF80A905425FE1 | sha512: 4231EF13D7A5A83C2A3567BD091917FE69D95FAD2ACCE729A8B326B272095814700151A26CECC57597DC05603A67421C1EFE53FCD18EE5238DC8B5506276DFCE
ko\ReachFramework.resources.dll
md5: AEBE54AF0CD131E84B8D45E549489B16 | sha1: 997B986B3A1AA57D83B701203FF42449D9766427 | sha256: D6C7A3AD1748E419C52E9021870082D1B16A383A052F8E54535EBE32D3E023B5 | sha512: FEC2392D3F0F572050787DA7F04D59738B0B5C165EDF3277366F8DBE51B8052A2FDD63DB429259FC30BCB46A3FB5DD6B7FB52C1B50740C9D5639511634CC9F1E
ko\System.Printing.resources.dll
md5: 14B5321019448FD5BF71E4C65A004CA3 | sha1: 5E48F5A852BFEB819E43C3629A7E916C12A094D4 | sha256: 0E164E788D191F88FA66581E5CBDEF8ED43765B80095D92044DC4CAAA1739033 | sha512: E058D276B23C852B99B519E1628824940763233E8D282383F2DEA796BC07DA25661C9CEF35C430569F4166FB1AB0BAE88ECA4F1F8D9D53ACBA10B08F263760DD
ko\System.Windows.Controls.Ribbon.resources.dll
md5: 2C80831875B1DC258304752A2E4C8500 | sha1: 378794A1F09241366A7095F4A3A577859F775E75 | sha256: AAE0568296CAF22008CE047BD3D4F47C7D6B81FD0F60C4A865746425CC75C302 | sha512: 7D86DE5CC5E107764923F7B67FC51E085CF88D920419192049A20C8B953F6300D64C56188BB8A050AD3CE8D6DE5B19D9A223CB38923BFFBF637D11CB35E46FF0
ko\System.Windows.Forms.Design.Editors.resources.dll
md5: DD0BF315435D719C674F3E7D96CBD983 | sha1: C1E910E9202723F60BA8981D57CA2D941220E44D | sha256: A774787A2AC3798CD7297A9B8A21EE976A80C0A506BA2044526429501B09E40B | sha512: B3348820C0B14EE096707EAA4C743B60CA65EC39492E8D50FBCBA66EAED0290E4E6FA6F457BAF2F3D0F81E08C487C69582DC9E6288743728176DBFC3AF6FE220
ko\System.Windows.Forms.Design.resources.dll
md5: 40B925ED1818449E893A2DF6668C534D | sha1: 5F52DE36733243181F868E00A673BC682276CED0 | sha256: 320D4BF2E9EFA3339BE56914A2D389E773823078B4D34726D90D4FE7CCD449E4 | sha512: F8A846265A27B6E0646FAFED3155444DFA349D4DF2D2B3081E5C7CC2BCCA2009D45BD8FF8F19938803F57828D2B8EEAFA45FBBAC7C98298705BBA8B2F1645629
ko\System.Windows.Forms.resources.dll
md5: 2134FCEAB77D2473B191989F438E58D6 | sha1: 7066554A45496560EA63EB8B073BE086E2EE1E24 | sha256: 54FFEC67C4034BB71DD088AF2D9A90CD138A196F12C9758F1872B0C5537DD06C | sha512: 0C4F7B1B844325E1FC782B7370B0C6F026ED5CDC00218E1A9CFDB9BC8D75E1FF43BCB4CA1D257DB0B9E14B610130B9656EDE395AA2EEF51181F64890DC40BD96
ko\System.Windows.Input.Manipulations.resources.dll
md5: 6C97128D82B126AF9700171C5D842247 | sha1: 21F7215458C4282708962ABBC1C142EB499FC581 | sha256: EEBF87AA4EAAB9794C446BA44E6A87181F672DF8D6AD52191ABF3E64006CA331 | sha512: A08B39DA3CC4B80DC5A895CB57DB7E6F42D8CBFEE75AE855D29DB1B9F40CE81EE4166A38A66F9B7E26CBE2A65D107EB45DAB00F5DC02BE8B69319EDAADB9F7DA
ko\System.Xaml.resources.dll
md5: F86BA03779DAB29A936786FB1649BA2C | sha1: A044A656E45A28270E3050684EB70B9455F54A97 | sha256: 2D03EEEFEADEBB17261DD7F44BFC2379CA3578C5B916B6A94FFF0FD12E0C1921 | sha512: A00D5DD15CE053D5783003C50DFD85C4A6F9EB32E44B4D11D93EB15C8A7099D0261BE9749F727300DD3EB156923D8F364F15CA61E0AE719506CBE5BBB7038460
ko\UIAutomationClient.resources.dll
md5: 842E6D789A00397BAC7B1531E85906B3 | sha1: ED1E2C06362893740107FAB1F4ECEAB3BF445E8B | sha256: 5EE5ABFEA33C821F8D42954560CAC593C790B025A7C532C68429610A938CF24B | sha512: A3190101649CC083BD877A62156ECB435D93805153A067C0E600723431E64400071C0DFB3FB6FA2F67F22C4E8CCF626AC4E92A6A3EA4A37B30837FBAD1EC2120
ko\UIAutomationClientSideProviders.resources.dll
md5: 7B0E0F28E9FDCCD68DE7EA7E82BB7449 | sha1: FCB49B447925736E7B6BAFFA1371F58112721C81 | sha256: 923CC39CD48B10E9AD68F559C980B7DA7EF44E407C441D47B367B8837CF3B276 | sha512: C502E8B100559A1B9BE09E4634D16A9FF535A0B8C2226A90206DE9C253E015D24CCF08D70D7DC130280CCC6B689ED1196777EA09CD86FC7D158D94F6F6C10459
ko\UIAutomationProvider.resources.dll
md5: 64AD0831651FA269D69C79D81D6F0B68 | sha1: 84FF1E69D041BF246156EDC47DA18BD5215959B7 | sha256: 27ECD5C9DCC0F8C66CCB9CAD5C0B7E6A64AECC61BB90059A40FCE3158B7C6731 | sha512: B98D7CDD30A1A252E3BDC04A4426235C82F24309C0CB3A0F6B4887E31F6E3096FFD52212CC43F71C4D05F26B633DC71C98116369FAD4B1F5A25A6A6ACF926D42
ko\UIAutomationTypes.resources.dll
md5: E54992D65FE2E1A5911270BB9371AD57 | sha1: 7CD9823A80830656ED374BC8E1E79E143088378C | sha256: D87EC5D78F4625BE8AE591D8FEAC2451D57B2B712F55E15EAFA62C3AE7934B22 | sha512: FB0FAEEB4C61FFFCFA2F9ADEA5A253B4ACABD07DFF2737DC74437799951854AAFFDBA1F9EFE9D7331478CC85164F79EECA3A1A52DA0DAB0C9BCE6ACF9C9972B5
ko\WindowsBase.resources.dll
md5: D15C1C5CFB77BC66CC52646B365A04DE | sha1: 38A8EA3B229FC5701341FF4846DBC2B5B1D9B7A7 | sha256: A2258B4316427BDBA43E58144F99C9AD154C4CF9E5FF90877F746122FD83A4E4 | sha512: 66742446D7258816DE6BB4A0DF1BA72840C0457D2E88BCD317692E14F71AC9B604C7450CAFC479A4D300550963AE3F37D4B07A7AA6BD473392F53BB6418CAD29
ko\WindowsFormsIntegration.resources.dll
md5: B16F77B05D41A0A871F837F9A888E0D3 | sha1: 16FD31A103A5F75F38666DD85C0DB3ECEDB3A421 | sha256: C4E7AFD0BDDA3C2C6C2C7AD05033EDAF9F98F0D141525CAAD9AC4CCC56E7CD7F | sha512: EDE8149C91C2AAFA5A743AE4C38456140B6255C0C3CDF5507B3074600B9A5BDB6D3C9F62B7F6B44C5A3C1A3749DE1E4D7E2948CA1CF80781A07AB219C98BCC4D
LiteDB.dll
md5: 14E57D621F6A1DB0FD136F41C2EE50F4 | sha1: 2E9470B5D83849E9673ED862AA8C92E6D7FFBAA2 | sha256: 411778AA4170432E603109C6FD02B93BDD311D38ABE681EAEB22280BF8CC6FCE | sha512: 215FC21F72B6A4EA3B76893C574FE2F9443ADA9C7DC0F0C8230A846B489E3371AAEA610E6D8D602E76839280C2FCC87376DC3FFDD1EA02058783D9FC0222789B
MahApps.Metro.dll
md5: 326123F94ED3088DA2388D669817895A | sha1: 004EC80D16802C8D6C6A70FF24067BCC4DB1B1DA | sha256: 5E17BB5C73C1073AD9FD3D560EBDC5A87C794081E05E7D2D7D9B5CF5E1CD3065 | sha512: 3DA65ED1C387C79444C7319A3D21C3DCDCC45B5E8E0723AED0B9B1C04634F2CA62C57A6170917A0CA38E96E5CF29FC7469D51CD06A129F3EC33F3456F049EAAE
MahApps.Metro.IconPacks.BootstrapIcons.dll
md5: 8FF607A2238045F811996921A07F7892 | sha1: E046540BB72EE9F60CCC9149F74164970D96B16D | sha256: 9C322485713B15177ACB0677A628E9B2A88360AB66A625ADF2BE53CDA26A6ED2 | sha512: D3539CB3E7815FC4FD84B8E98280B07EDB9572BD8006E5D9BB8852597CCDCDAF775CE17AB2EA0294E9F922C9D3B4714C3FF6C0D94976B7179B82CDD57313AA05
MahApps.Metro.IconPacks.BoxIcons.dll
md5: 17CD1268DF182EA2C890448D93E5CB8B | sha1: EBEE93EDFEBD8FC45C889BE374692AD39CE1BA12 | sha256: E532379E683E77226EAC91DFBC392F2FEC9215F11EFAE25732909225462E5FCD | sha512: 113B70904F3992EBC094F594BC33F007970CC7C0957F8D1BDE3A800890555CB0DEF4EC0278A71E9A971129A42D4847518CCD03D7FC634B3460CB750032FBA484
MahApps.Metro.IconPacks.Codicons.dll
md5: FB071945EEBB9FADCB8BE4432BD62BE6 | sha1: 2E9C9F32BC473F541CD3D420DDA617277AEC8B6E | sha256: 10E6F4D234D8DE620C007CAA409763F5C3C09B763469CB8C795EEFCFE3AF0177 | sha512: 8E862EE8AD0623E03B8D4D479F6567C9FFBAE6D075C0D402090DDFD2CD093FB8B9B3C7292D0DF93CE88DE249D6B0778C355FAB532AF3FE62B11D06DC25555A54
MahApps.Metro.IconPacks.Core.dll
md5: C77FAC5ECFE38A659E054E9382CC8F7C | sha1: 207E16665B99FAEA05DEDCF8BA12460842E03A80 | sha256: DC2F72A469C93FD4C72EC382ADD17F8DF6A6F7553B9086C99D8FE6C7767F19D7 | sha512: D8F562C222AAE793615ACA54FA6765B002F2CC8E8DF75A65612DAEBBD327267601B20DB21F1CB34027C2CC0C9AE6C48B40074BC4803C5DA93B1603E6FBEBF7A1
MahApps.Metro.IconPacks.dll
md5: 9CD627F1F623F4FC71838679D96F9D78 | sha1: 89D2125CF7BD473A190743B2ABF9E5EFBF6E349A | sha256: 3D6EB01587FECBE8806DE31B46736930F9CFC6D0BA4956A2D37AF187E229609F | sha512: 6AA9E888A3011D1854EBA02D1461B2397944B8E53903082FAA310F3916E3BB0E4FEE178283E808B15A1E65D752796CBFF0DA2FF85C6C63C8541AAC11EDF7F5E0
MahApps.Metro.IconPacks.Entypo.dll
md5: 2CB182304284270B0FC995D9D423E1F0 | sha1: 1C3736941C2B93A2A4050C1141B766DE994AA16B | sha256: 8EE565CCF8D3BC2A7FECC31454B031254C4856C58527101DE350AB352E15F935 | sha512: 41D2FE8934EAE36624D4F1DBD77B8590B40BEA3800CC8EC96664F20424DD43DA23D3255C272F5CBF28C269C9ABBF82FADA50ED4629606EB53AD77569421104D0
MahApps.Metro.IconPacks.EvaIcons.dll
md5: 2B90C642F08A4ED975102CD13F574779 | sha1: F17FBCCB9573C6250CA5B8CE9D2F5DEF9655017B | sha256: 893AA07C38E8DC272CE5BE4A5CAD3457894180FEC8F0B9EEB8B07D5F155C31E9 | sha512: 6A0276CBA1F9ED86C02BA19CD8DA04FBE76016483572D2493E856BD2DA1B077F167F212A2B628C6A33E0BB1EDA08D48E40F3E654823D4A3EE88EC6AB415E931F
MahApps.Metro.IconPacks.FeatherIcons.dll
md5: A78E213452C5839C8A4755B7AF0E0306 | sha1: C8B3F69D1F0B0182C803F406E21BE5989EAB0B42 | sha256: A29C33A4DCEEE70A5C49E06DFC959D3D750CBD33A7BA850C98E7BADF97DED3CD | sha512: 3A1CCBFB9817FD933064252996FEF1ABBEF3E6DD553B2E4CD7BDAE6747DBC25FCEA7CE3DC73290F3EB990F3A9C9B6E07266DCEE37B5F02BE49CD5A0140408E80
MahApps.Metro.IconPacks.FileIcons.dll
md5: E192FB2454B584AC2CD1EE8724F78373 | sha1: BA614B735F72F0634C0846F4361FEB96C0F6EF43 | sha256: 143A90FA07CD71B63FDBA6B39F98B0F3C440F624BE45B1E58F84F4154AB7BAE9 | sha512: BD723D03314967D26CD96AC54B2528DDDC48426D24C1AB3F08760F31B98D2F31FC503075C545030FB1964E2E432272F02EEA66549AE6549DF062E8C17F129CA9
MahApps.Metro.IconPacks.Fontaudio.dll
md5: 9CB13F5A62422834D65979F5918D1573 | sha1: 9330CE3531454697888AFCF8F955C505AE5119E0 | sha256: 7DB4B1808E83976BA174F105E76BCED809D2702DE9AA6F3CA941BEDD357079E1 | sha512: E90AABE70583A5DE384D2E50E0D6A6E13FFB81DE655714A0C8A2EE5792A0711EE3491A9457D1299E9F9B25487F714E1268B66610D874570F61AA6CEB41E0BCCF
MahApps.Metro.IconPacks.FontAwesome.dll
md5: 9786C94539AB96A9C236E5E8C1316344 | sha1: 8207A79989D9EF4144A0DB555F8949E495316987 | sha256: 468DBD64EC8868018FCB4609C761302638F6E4C551611E8E02AACED347F5EA99 | sha512: E57CF48F698B8B48B7AB7911DA9D01D893723D83ABE52E2ECD0095133F5F90EFEC1265EC85BFAF588C6CA22DC9D7C32B346A3700F52C82786CA28D10040748B5
MahApps.Metro.IconPacks.ForkAwesome.dll
md5: 5C336CF251A89A69518E73511F8D2771 | sha1: 5225D85FC31425C338678AFA57E85F64046E9C69 | sha256: 6A28D7E2EE5E51FB17BA2019B0155390EE9ACEC83D151226122D7318657E808A | sha512: 48F8712F590DE0CCE444F7061F4971D1DCDBC118272B85524D74C683DBB686982A149143A11050A3A3E329A03D2D4661758E945914459ACFB1E1ADE2F896D267
MahApps.Metro.IconPacks.Ionicons.dll
md5: 3EAF0263DE95F4E64E700DBDCFAE4333 | sha1: 778DD6194CB0A3C9374CC2BB21282DEF2D32C976 | sha256: A349C604BE3DB6143E3447A80FE05056999F49D0F9F320CC326C3EF6B04E39AB | sha512: B534FCEC1A973657D5BDA23AEEC8E572DAA7B0F8A740A7169B42D33BB43B8E719F222A731E06416CE1DFE2452B322C04D606750028B3DEA40CD37757167AE1F9
MahApps.Metro.IconPacks.JamIcons.dll
md5: 5055083C74EB00488ED00D67D2DE7724 | sha1: A66949837344B9BFE83FA711B5E8DAFAA047CAA7 | sha256: 1DF2E1DC7F734CFCBCB79A4C5FE67E34B50DA3ADB0CCB7290601E7056AC628E3 | sha512: CD19206283A858C13F281E13F3BEF2770D2F48975459577A360DD0E3BC5947E5B73195F544BEFE1D7E51E9CC5E8D9FED82658755D38705C87E74E9ED92E82819
MahApps.Metro.IconPacks.Material.dll
md5: CD45673AE02CAFB5F17F4F28FE20196C | sha1: 00E425AD1142775D955AD9280D0B98612D2B4141 | sha256: 248B1F3EC29932D991A6649735BE82149059DC089BEF02D7BF590FFB2CBE44D5 | sha512: 20C9240B8D357E7F099AC2FDBF62145477A4D898F895B0107446A3139B6D7D52075FA21BEDCEBE160639AAE06FFCBE523B8B48FA9712A04733B5BE65CC5F5C00
MahApps.Metro.IconPacks.MaterialDesign.dll
md5: E7D78F2A4A8E7C62B35C4A3703212B98 | sha1: E4581006754B0CA64427B6B8495F189DD2BB87EB | sha256: 7765765E0377B75C538FAD386CB89C2FD125D29B8485A01DBE073E5A7EDFB5E9 | sha512: A05208A60689E56DD4E70450166F980C6FCA02E98E5753ECB9C61429A62C035C2E0F7C9FC9958ECABFCB8770C61D0B053DF084064E0471F836632FCD4144EBDB
MahApps.Metro.IconPacks.MaterialLight.dll
md5: CA18AD3E5808E2C90697F9C648BF7D1F | sha1: EE7FFAF485B505BCBBF85B34075FB9432184BB26 | sha256: 3EB5DD3C7C20404154FA66D04516067FB64C482B41D628A9693EF46DAA1FECEB | sha512: EE2DCC81BE91D3163B6729BB928AA1FEB933F263A8071BCBA1256A604033F4D1501059F9864D2BB9A32659B07643D31ED12164CA5029993B41513534A4575DFB
MahApps.Metro.IconPacks.Microns.dll
md5: CC8CC37342320F1A426BC5001F119F5F | sha1: EE7DE51705C0B9A3D4C8FD8B837C33B5323A8E71 | sha256: 66279D0B1D4CB634579180A89256F38A5A0899C967FE4FB15DAB8A706222E03C | sha512: 98A4D32606F5620964FFA3471A9D3AB90BBD9F7DBE69C54D7552799664F8CFBDD960C6C5EFB2849B784451EB24584DAA96DCD2F9AD33E80EF51866CE89DE15AF
MahApps.Metro.IconPacks.Modern.dll
md5: EE20093BD594CF2600AB964DC9749A76 | sha1: 34F7BF178725A421F914B5A55D89FE763F5A949A | sha256: 931D14441860EE2049BE33A8C53A429E5A855C86AC35EE6A0305F2A7DE9C4EE6 | sha512: 9DC88EEA0CC014A0405868CB85E9D3CD0143446C4A970C12C5F5A211426BC7B9044587E6F783B83F3AD1775B68D35754F2BD76FF7B18AC402CFAB7A3E0F2C482
MahApps.Metro.IconPacks.Octicons.dll
md5: C157C62C8B5D104FC65E381C79A6B16E | sha1: C1B44A829BB8DDB0F94EAFE8F17C595DADB4D56C | sha256: 72E3B1D247EF929A63110297343DB322C2096195F272DD2E5CD1F338FD5DAD5C | sha512: FFD803F13744FC26690C32AEF0780984FA084C74DF3B792A71E7AC6599F342E6F5B596D4B9368D1E56651E815CAE3B36169E8E347BF77E10F01DEABA5E105DD1
MahApps.Metro.IconPacks.PicolIcons.dll
md5: 2BCF5AE4CDCD52D34669DCC2DC5B3E02 | sha1: 1676E2063DC5974A073DC184113316997F73C19F | sha256: FB0C57EF01F7B6FF66FA78090C75E6293851AF12176F440FE7265EDE3F584D77 | sha512: 57408DA4DCDE5308FA7A6AF3A9A9B0BA842544CAA35DAFA898A8D888177FDB4E0A9CED4A281395AE5D48B212503C4A12F64C32D6CEF02FD4BE1718F3F080D3B9
MahApps.Metro.IconPacks.PixelartIcons.dll
md5: 1D7CAF60B750EDA72F88E1908ED78ABA | sha1: B72DAA6673CA5BAFDE234F793004CF25647E4AE6 | sha256: E63291A73106C2C2DD47179FAC9031BADF5A3DB4A93EAA038B75B557AB580FAE | sha512: 2C463AAE9D8E7D7A8DEFF8DB64D0D35915BD440B00BEA0C161D40DF9AB72AC5395D63659B44AC37BD91C72DB9F45D271EAD91472045FC3DD148553A293F4CE8A
MahApps.Metro.IconPacks.RadixIcons.dll
md5: C684FBE32CCB97171BA238C76B4B8BFA | sha1: C500DB343C586B912FC9BBAA8C4421275A6BC2FB | sha256: DB60250B576CB495484E70BD02548642A277B10853CC48BB4C6C7C511CF47D32 | sha512: 20CFCF1E23A40BA8F76F4152F6F3E4F75676336F53B0CFAA0507EEA3A788735E8D816D6563965D282AA5746ADF13707C238179A47FBB6066345609BF5702528D
MahApps.Metro.IconPacks.RemixIcon.dll
md5: 32FF57B7C8D1EE48563C6193F4722B92 | sha1: 43DDB64C40AA482B262638707E0F1015F7F60792 | sha256: 6AD96BAD6185EA7503984C2086B6F6C405662858CBC8A3844C63BF1F25E64201 | sha512: 5512D9403FEC7D8BEBC9BA2611562697F06A9E8470273C6DE5FB2AF253A907EE59BA4B061E554E6883794B721CDDD168C91F1F3DE38C5A4C2E768F985CF9D20E
MahApps.Metro.IconPacks.RPGAwesome.dll
md5: A77B2CF5C49CCE2C18C5BC463DA8FC3E | sha1: BF8D96CE887755B8323B21D40407E97D05532395 | sha256: 9E3EBFEAE58327C18AEEBA2CE907E61588772B2A04144D58F08532AB49359A19 | sha512: D969CF922C78935978B7985B9AFF52A97AC1AED3B493FDDDE88BEB5EFFEF6C088FF9A25F58F1357E87EC745642BCF11BC4C495323A43EAB63A43969E5FB00D0E
MahApps.Metro.IconPacks.SimpleIcons.dll
md5: A41EFA6EC89A21F9069607B6C9CD3088 | sha1: 5D0234DC67F77331A7EB8592900A3BA497F69BE4 | sha256: 994061257102DDBBB54FE44E696FA6B638BCA853B6031B7979D9BC1948461943 | sha512: E6F2686F1E7009062A8DE1408ED96E4F3CE0FFA7A8A95AC1302BDEDA233DB7780EADC00724E2AEF2D2DC25E500AC47C50F03E30289BD124393DD6725B6DFFE7C
MahApps.Metro.IconPacks.Typicons.dll
md5: 9AB47B50F0FF05160F09D1802C70CC6C | sha1: 99BF4D785D7953309EE7B4D194D33731E2F2818A | sha256: 96BA56DC3E131542A4A70117EB5BE018D85F7170CBE60CEB8201466B74223318 | sha512: C0D970308504DCFFF52CEF6BF3E66FDBAC8B5B86E2E640F4A771467637C163501257EE231D7EE882DA32F0DCD9336A34BFF8926B409943113813A8A191D3A327
MahApps.Metro.IconPacks.Unicons.dll
md5: F55A1B9FE7469935E640213D47E878EB | sha1: 609E64950C5AAF16131F051784D5AB50333E3D4B | sha256: 7521B7F34D8E1280A6E4EC1E3F5D561C7D91EB8F75BA4A001E02A81CF88F57CA | sha512: 9D3F91C014E92D75B44473CB63381BAAD20AD4026099FBBAAAFC6682393D5BC5B4AFA77471F885389C2073E15BE939FAE20F9880CF7F15B0E42280FD60E55AC8
MahApps.Metro.IconPacks.VaadinIcons.dll
md5: 2B43B9B644F6620F39130A0F2032C880 | sha1: 101BC8ED5A0BEB4525E9FE0802BC2EB7C7A593B8 | sha256: BE0BD7F54C5C26674540F95CCA928664CDD96FA0A2A77F2A3B101609AB996133 | sha512: DFF64F7DE243CA80436C15B1C2B852410C80CC40B744335168698205BE6C589A40D8739A7A8F5D5F6F866E8118FF5E0E1A8C5FF00E1471465BEC83F6BA0343AC
MahApps.Metro.IconPacks.WeatherIcons.dll
md5: 28D1E475039D1136A155175AE18AAF3E | sha1: 3F9E571D2B64D1E71381F481BE4E2191CFFBAF50 | sha256: 812B76265685FD125FFCA0030144B23AAFEAC20AAC6A9EAB38AD1AF3522C4F8E | sha512: 22B4BAD1A540F41976B6509437283EE440EAFFC1F35FE7D793B5E12AF304109614136283A2918C181A07560E185633E1D35A1E254EAAF988432419126281FD18
MahApps.Metro.IconPacks.Zondicons.dll
md5: B37E46D82F1464854F3CB53485E3E67B | sha1: 11F8B2F23CD21ED2C4E41F6C1016607C042C04AE | sha256: EAEB478845E680DE40B3947D14F55030F6F47628E8E020BCB073514E53261711 | sha512: 6A69C6F36198DF6766CF950B042ACC8842DD40698EBD86CBD6557DA58A38DFAADFC955C85441AC7D89ACC8E5A060A52354C601667485709C3C0BBFF9EE9EBA77
MahApps.Metro.SimpleChildWindow.dll
md5: 12EB31C1649BA5C896FD1E75648F5B9E | sha1: 3AFC25262A5E87C0CDA13D13E01E3BB8667DA228 | sha256: B5EB5176CF9520EC99F158452167697DD9549368F3EC45611A56DBFCE762755D | sha512: BE5D21A99B7EB951EF84D8AE3EF0635CDEFDB14237EC472ACBBC6647DFBE4FCD2014D1049CC5593767F45DFE593F006F892BD3022B065739FE2E9C734B44062C
Microsoft.CSharp.dll
md5: 32FD0D1ED0A440B8CF1A2B1D0876540F | sha1: E436FDA9EB7C738EFF23D579CBE57A1503B5E2C0 | sha256: 322FE684AE5A495DDE532F521ABCD4FBD0BD8237D2CB14F5DCF451CEF7578D04 | sha512: 7B1DB6EBE0D47B85FA2B80B34557A74DD12D462E1DEBEFDF61F6B5E45556AD0E28226C242F620E088830F9F2E5FB80655168BF558C4ADC4F1CF55864F5D2B718
Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
Microsoft.Extensions.Configuration.Abstractions.dll
md5: 9BD7A6FE237E957B7FF886ECEC0F6327 | sha1: B2CE47915E21766DFB3B003BDFFDFDAC3D28EDB9 | sha256: AE2711BEA49989AF2274B3E3F00BD1EED81EA5F114274DF8A678A6F90F95254D | sha512: 60E60E75F298A56E6E06D40F54F895903F2D77C7173B68BEDFA707F499E9B8C690CE5153C8A37038EA9CD23DCBC748A0EBE015A6C58A1D0A736257D8239B8B1A
Microsoft.Extensions.Configuration.dll
md5: 6B08C906E93945516E5D056C3B4349FB | sha1: CBDBDA234DD20A4B23D659EA0666F0B761BC8991 | sha256: D93EDD15F44688F4E7A4093974B9BEF07C3C7A604370767C514BA7994D2EB077 | sha512: D53D7940FCB807ED2976857E665B91A9B3B164B38154640F342BDD9039AB4F44ABEBCEB98F9DAC38329F3F0295FFC62E40A14D1C69B07A0C118C17C6343B6BE2
Microsoft.Extensions.Configuration.FileExtensions.dll
md5: 461C1A561E8CFB822AE858ABE600AE73 | sha1: 904E0E69BF096BD43CF97E8F4D4B2B3592817A32 | sha256: 7B0C5D3EF457C59CB14A0CDE6E4685B16CD9B02D0A3D40C08F386F7A8DB8D5EA | sha512: B93D41AE29E7983BF6A25617E1DF38E717360B9E46B9E15E66FD15AFAF81890B681ABD80BF4FBB6BA3F77C56AFBC12630EEDFC39B6248A9E43EA542601D97EF1
Microsoft.Extensions.Configuration.Json.dll
md5: 3B1F7CC4C11185D49609CF4179275B0A | sha1: 1D9BD4107C23CB63235BE8411938D4E72198372C | sha256: 92634DF491DB0447BF63240A182D5F3FA2F15E1F8CBAFD37ACC9BEE3EFF02B21 | sha512: 1B1082D0B1DE9BB124244990C0E5295A2A32C97D7E201C8526C50211D16F922B263E2E1F728FB8EC2C700B55DA29561C9DBB8AE897CC212CBD87662D24CC7641
Microsoft.Extensions.FileProviders.Abstractions.dll
md5: D1FB38E44AAC6B25987D27CAD9781AD7 | sha1: 0BE6FFAD8AA15CE76F0E75B6EAFD97D937D3D384 | sha256: FDB8BA241D69B1E9A7E53E7B21BCCD51ABF35F0D17767F337072D3987C56EC19 | sha512: E47C8ACF72B594E5C69E0DB7648A45345E7114C30E9D65777CE0689463800DCF8C7D1FA69B715B9BAB0F9381FBB3C7C78D967F0DE267A07153A674F0F6045C1C
Microsoft.Extensions.FileProviders.Physical.dll
md5: 8ECF7E10185BD3DF52423264F1F0D16B | sha1: 4399E77DF7ED8CC8950D8DAF1457C1A48952E60F | sha256: A7BC5183F289BFB4878218303CC2C53B32C980970F52BCC0EF43A5F675735F87 | sha512: 96449356E300C1DAAEB7BF0B0C6E5CA318574A3976ECDE3CA9C36D9A4159E6B5DAB774E4C997EDF20EDEAC768C4AEF3372A3CB920D9EE98658C440DEFB2886E5
Microsoft.Extensions.FileSystemGlobbing.dll
md5: 70F368E59ADCCF939C5EEE1E5CF95F83 | sha1: FAF18B352504775FF488D09FF852C98F85CC2B0D | sha256: 920335C9917F85FDF917BE4F433F0536A2C938CE74BB71CAE14A0318870FDF98 | sha512: 242543AC05D8096119A6F3B052266332FB8765BC4C4DEA752A0EDEE7854088A58A0B4A9A427B6C436DC91D51B2ECF0357AE38A032669DC71B362287C83AD42C6
Microsoft.Extensions.Primitives.dll
md5: 88F76E57017623BD1A39804CAB149D89 | sha1: 2B1E473872DB787AD64309D0670562563142BDF4 | sha256: D6B60FA2A30A52FCA6D80338338D3C9CE398A0A183FD548E71FA536DF5BCB47B | sha512: 4F2CC7F5EE54815D8E37B02EC7D0244647CC57A9AFE7A5E8B69D4A28066E66142AEF61FCC85B1B89946ECBC71E73AFC538440D82C9C946F5B9E5D68BF7E95C48
Microsoft.IO.RecyclableMemoryStream.dll
md5: 6AEA997A81E2BAAAAF3E595645D81539 | sha1: 1167C34EBB3F2F6863156E6D4CF8CC3491154D7A | sha256: 8ED168D41371FC3238DCFCC8DDC702BE6D247AE1165DFAE6ECBA849D4DFF9F67 | sha512: 85975B79B670CE024649E58E28A4D45844BC0028184A4E607CE4732A2109C61B2FCD101C0AAC5F01EEDB34C1B32A9043DE22DABF06F853A4E05B9E2B8DD05F49
Microsoft.VisualBasic.Core.dll
md5: 13C31C019449357DB19D6BA0CCB767CA | sha1: BE0CBBDFBD43DA871716AF6097E72D72F672E16D | sha256: 4D5B9D9D822AE3BBF9B96399147F30AA74E77852235FAA7CC6BFE87E234D83A0 | sha512: DCB5198CD488E445764C9009D2BB1B1143F6E113D301780F1641BB5B42B563724261FB77318B1B9CA70BFF5D69772614C573ABD1F0CC81AB8646B06E7952345F
Microsoft.VisualBasic.dll
md5: BABE49EBF5E4F8CE49173008231F16EF | sha1: CE6E70A53A9AEE3A7C8B8EFC2CDCD53DC1617257 | sha256: 29D3E607AD5554640159B39110EB488DA6E3B094B546908508622D2636F86F04 | sha512: 1855208A1254447883EB23D66D1B175A1C07CD717F962EE38B487485C62936F5CBE364583A4F317A29575C1F49779CA584389503F2AFAFFBE4705262E31B70CF
Microsoft.Win32.Primitives.dll
md5: D960D586E6B981A54FAFA54A0A5C9628 | sha1: A2D5F93CB25D8DA97E9DFBDAF5ED44619B2FAC0E | sha256: FA17A7B0FF4146CE92CB4568BF92AC5ED2CBC835409ACF66527920BC8EC94888 | sha512: 8B1193DD57B8BE0DFA6E4CE941B6EEAC53B198D8186DA6CCDC530ECE86F50B02647F9BE935CEC1369DAEBC980FAD68C5167F4DE52E1749C9FB902CA55669864A
Microsoft.Win32.Registry.AccessControl.dll
md5: E393D72379F8ABAF20026B9119F0354D | sha1: 07D9ADB9D0852C9A46186AE4DD3D7325BAD2E081 | sha256: 34D387F7FC7453A80C32DD286610ECCDE9B41ECA94D85EF0DA67DA970CE3B962 | sha512: 99617719C80B462142C70EE51E1697A2C6607B8B3CC40C146008F023E84A5540B2845931480232D5948A1217BBEC4E228AE10EDFA8D12A17E5B2DE999FA7F7E9
Microsoft.Win32.Registry.dll
md5: 917787267F12BE0B2EE79B74B3519CB7 | sha1: A0E1974F98A8123DBF2993B9F6A0D861727A58D5 | sha256: 88F52635AC07707268D08585B1D379C8A4E1C8B8FBBE4B31F1456ACE0D871CF4 | sha512: A20726A0E8CE779C509D13480EF32F5FE3A150E49C3ECDB7B70595496D5058DDFCFCDBA02C5F073FDFE998CA3D9EE6166BE16DB85AEA35B20A44F5C08B75E25D
Microsoft.Win32.SystemEvents.dll
md5: D7C087B8D5A11CC0AEF3EB6396E19B16 | sha1: F2F343460E3662CED69ADC65C00E6545DC42B7EC | sha256: D13FCB16F32446523C5ABD96A38C970E1BE4EEEC3FBD069C877574AC2DD882C9 | sha512: DD7572E9536CA044759468F6E2765B17A4DF1A8E98420A109F9AD92BA77DB748CA75BE6B7CC782379639EA75949ED8F48984BF47E1929D1278958669D8C12D90
Microsoft.Xaml.Behaviors.dll
md5: 253C03FF786650BAC3D05996CB205D34 | sha1: BE8568A88D9E7C4A8D89214CECF1247F4C5E8DCD | sha256: EB375FEABDB2F1B1412685422237CC172BE1F8DC3E19F5380E12B9ACD997DD48 | sha512: 46AB86DECE97484248D813D7E21CB71219F771626254774A21B188034595ACB2088F30E133058D815DB2B92B2EF9C67DF96B2A52BD44D8DA05AE9AEC2FC055EF
mscordaccore.dll
md5: 61006CF2EF5CF7D15DA93DE8767DDA75 | sha1: 502636C05CBF1EA4DCFE66E9BA5218DD30BF4095 | sha256: BB358530F06B2772CE37A47F1D28DCC9A38E854D470CB46F2063467B4EA9CE0F | sha512: 20EE19A228A0A46E67AF355A4CDC5E848DFB472EAC31F25EA0401689293083F09029F7D2FC6B2AA81AA5405AA27297D1CD9555633D3706B74C62E7BEB3FCD7E8
mscordaccore_amd64_amd64_4.700.20.26901.dll
md5: 61006CF2EF5CF7D15DA93DE8767DDA75 | sha1: 502636C05CBF1EA4DCFE66E9BA5218DD30BF4095 | sha256: BB358530F06B2772CE37A47F1D28DCC9A38E854D470CB46F2063467B4EA9CE0F | sha512: 20EE19A228A0A46E67AF355A4CDC5E848DFB472EAC31F25EA0401689293083F09029F7D2FC6B2AA81AA5405AA27297D1CD9555633D3706B74C62E7BEB3FCD7E8
mscordbi.dll
md5: 3457F8123BC06123A46F0E44B2A66F45 | sha1: 48E6B6C9A283A44DE0172FB7562432188222C068 | sha256: 62D5623372BEE1AE984DCA09872E9D08D19633B083DC43B1AE337C1A54D6F85A | sha512: 8CD379CD66A736614B4CDC6FA929B1840781C8544BA30A205D6BE3F2263F56F314C0BB5EA69D2B082FBAAF4242D44613FB19BC6A7D26E6E5181375EED9F48F85
mscorlib.dll
md5: A2E91F80968569C49171C65925F6838F | sha1: 7521843E59971FD12193C96C9C954916AA33874B | sha256: 86CAEE28565F32D1B79DDE0CDC64C94AA3A86DB2CD948FCBC17690143F762C72 | sha512: 7F2A90C73FC60EB19BD9AF014FD3FD9E87CC235B5BFA6C95142993DB57726063D48A43B82E30E9576244AF1C23EAFCAD75B6D6C6DFCAA3360A3976F06C00D49F
mscorrc.debug.dll
md5: 03D0ECE4D27927A3EF69FEE39B179912 | sha1: A6B87F63D618A855F2891C433730D499C9C836F6 | sha256: 20950444EE2E33FCAD9DE832C20FA88BBC54F8FDEAB2A0EA9BE377B01F7ACCB0 | sha512: 9C443DBADDF549AD8CE29196D19F77D0B005B58387C13CC9A5B4F1A3AAE7BE7A21FAC9D5CAFB7209D728994DF2E76C5EBD383D0D40252746EF762A5969E5DE89
mscorrc.dll
md5: F512F26FC80B4BA91483A4B217DFFDF0 | sha1: F5F5FEFE4B9E6F021F5CA2BBA4311A73B782CFAB | sha256: 552EA3E21F753B0C964135BD8231504C4B25A53F895BEE3EF177C806CC86A25C | sha512: 4C3FBBE09C06A60AFBAC8EABEF39C08D9745D36BBF4E39627AE7EC86CD766F06FB2861454B147DFDB2BDB74CB641B8105A60C34E15B5E8B82876FCCB5EB73431
netstandard.dll
md5: 7A6106C8DDC3EAA15B30BD59272A44C4 | sha1: 7CE183A35F1DB8F50661F5CB63FA6F582E2FFA33 | sha256: 893966AB587BB0C066D84FBB6A739C87F61C73EC0DF2267C06E874097340A2AB | sha512: 037B7D28DA14749E91E939268FB2CCE7FA26745433B4265FC6DB1377293C04DF96FAB186BBA183D0D045252A8F1D0E00F5E9729B182BFBB16FA834512DE1E2AD
Newtonsoft.Json.dll
md5: 8D695A08392464A39D53520EC4E32238 | sha1: 8716EAA08EF7E8A1EC30B8C8B6EF39F779A06912 | sha256: FC4D97DF2D1F91009923A08BD8A519D0591CCA8B4C1F8676B9A887AE60038CA2 | sha512: 082535097629E6DB863B4E07F31D9D573998D77BF0624A4A73AA840F59F8E8E8F03A2193E9DB88D34F127FD94302C154C282805703BC058C0805E073A8567E50
nl-BE\AvalonDock.resources.dll
md5: E8ED5F8571EE653B8F71ABB977904D23 | sha1: CD180E61DA33C10BED94C6BA59701DF8AA210B40 | sha256: A4310B9442D43C693F1A131249F120156FB6E549ACEEE2ACBF46E1FBBFDD1999 | sha512: 6D086E0BF7E694BF7056CB49824D03D15EBF094149DBBDA025C974FA8523053E030EFF6BFE5F9DA4C035442C84A49D48ACBAADCEC139AC86FFD1E58E6E3B3842
PdfSharp-WPF.dll
md5: 4B23E00518D72530FD1C598EC4A9700C | sha1: 469D08ACCB989384C9608281CBC93336F78370E0 | sha256: FE74EC0EC93E5BC38E8DDBC07432D33AE12E8F0B41A25891C4EC0B2C58AE3202 | sha512: D2B93DD4EF7E04FAC1C559EDCE265C7A4FAA236C8C37B1696C838873715EC1D8082B75FABD0504FCE35F2D8DD137E72CC2826511EB364534C0426593994E53C5
PdfSharp.Xps.dll
md5: 1F5A52B3CEC0B1DFC7987F8F3CC18E00 | sha1: A9BEF9ADFB98A6C6D8332BB60BCE40D9BFE1FCDC | sha256: C8362ED2472770DB0889EE344FA8E1A9F25BAE60C1DEB3E36D02BAE33AE4B616 | sha512: 445D75DF540A34318A1617C23078289B7B203A10B4D35E283BFAD7233ABE3EF402D95ECC586841B304F1990D639412B3454C5962C76A0F621156D31EA78416D8
PenImc_cor3.dll
md5: B56062656C3D96940D03050D02186307 | sha1: 92B69F63FB67D4B5DA22C968186D1C2D2233EE4B | sha256: DBAF874BC5542699CBED14C41CB584BA8DC0CDF2933C19D4FA65DDD34CFAF789 | sha512: ECD646DA49E837685E3FCB6DF1893EE92762A8575F8D8C941F4BA342BBD4AEE01AEB3F389BD2B4FC0EFBF0EEF38512E5852A415E8D80A5B60FD8497A739A5BB0
pl\AvalonDock.resources.dll
md5: 2FE78161721D9ABFDAA65C256DAB4525 | sha1: 5BB4DB8D4BC883A4FDA8527016BB2A6D374BB708 | sha256: AC263A552B98B1A8B5ABA41B2E0AA801FAF8A22F4BBD81E25C6BAD2ED370957D | sha512: 59428BB6D6590D45CFA9BD32F3C2C39847001BB0B6FE5C54AE2D58C6BA9CD91F5C5C053CAC9DA5D50CF676ED5E0F8956FD1072F7ED4316ABF5C93C07A3798A4E
pl\PresentationCore.resources.dll
md5: C54985DD5B4D3941FA83E9480BFFC792 | sha1: E802063EF7D82393C3639054004D04AA8D2B06B5 | sha256: 4BCECD687BFDED26B7B21A1DF10AE273B55E91C796FF855C8940595DE3610AF3 | sha512: 6D7C9A207644DDB8A9909D78BCA980A6338B5CF00E2FF5E05AFCF1920A85B10CD17BFE9236E529CCADE5347A71A653582BE62693D9C07EA26D35F9B77309F6CC
pl\PresentationFramework.resources.dll
md5: DB05CEFDAE3A22F3E12662C62D024A43 | sha1: 00B9BE8785D74FC46DF73570F42C7F5DB7184F8F | sha256: 02FFD2726F5A445F5929EC325B363A7BF731548227EF2D8A6D5D40E9B5626CDC | sha512: 1F57BD08DFD3F7E5C9277812F9778981F0BF9242D2CAE1848BC5B0AEEF029A65F9CFFFF9E7D6B0D99D35A9A9DABB941489023FF0D81737974395BCD363C4D0DD
pl\PresentationUI.resources.dll
md5: 9FF14FAAC8A636C904106D76C3FAAC98 | sha1: CB59E5850B5AA52A848E254F12D11735B79B5BD3 | sha256: 8B447703C09C65689B01BBB3716823108341F8475C95660F8F6BBB5B206752B7 | sha512: 37D47AA4BCCC580AD786898657FB7DB53591A8ECD0F98ABC85B624C36D6A10D670436E5D2131C873566B0317A4576A85BCEB9D9253A9AFC17A4499835089D194
pl\ReachFramework.resources.dll
md5: EE2516C65E8C4BFAF7351536182A46F3 | sha1: B8D18F8BC04FFE506EEF187A00954F2E86007483 | sha256: 4C6F6B16A95EDCB403D90FDE824E056B4569C9BE296ED2B5FD0AD1221ACB82F7 | sha512: BEF4E711051E81A67F49B9FBDA034129C669272818D1E685836D53F882756DF31BB48D325A25AED0B8BA64B17CAA9E1B8F641A010802A01682F326B9F3225651
pl\System.Printing.resources.dll
md5: 1E2E87068683E8754D2EBE5C1F126C2B | sha1: 60E655F98FF741EE134F5555F8A4CBC90737A4F3 | sha256: E10726E63F83A78887C611BDC249DB43FF6095197A3C36DC46A8AA73B4C45F3E | sha512: 976A16DA9D9E62725C2DE62E97F09C5B3AE8EC5403B46E361DB49CCF70817C9C7684C0963FAF2F32E2DF0B229B63FE28B97992D0873E75C5B5F8E156DD8B2FE5
pl\System.Windows.Controls.Ribbon.resources.dll
md5: 063C300ED1F514DED9684A4C3BCC15F4 | sha1: 1310E480E2F04F33A566B2E4D5D72D60FC4A4953 | sha256: 5E612BA893206DBD2542D43724E1017BD9364F8D4BE8D7A66589586635A1E4C1 | sha512: EE49049093ED6ECF09CE11BDDA8DF26A2CF59C42545BEEB90813C612A318FBD415F49F11EE634F8C7E6E13E98D7F51AB6BC16B18FBD6DE96E5B279F9BECDA47A
pl\System.Windows.Forms.Design.Editors.resources.dll
md5: 00581161A23894935FE5DA1230A8B5F2 | sha1: 2095F46815D18C36BD297FB640C8FE58DBF2C9F5 | sha256: D4A2C2002AD2C546141CF7F1481297F9323113A12D8C5D7C100B9FDEAA7162E7 | sha512: 939C6F7EB0781BA4DC8665352D2BA874BBE364CD3172E399B4A38A1F3B3BFD6675FDC602AD3AAAA1AB1216B722EA7B59B2C36693D9FB3BF45FE206C49F3A4127
pl\System.Windows.Forms.Design.resources.dll
md5: 71E3A55D5D7501E53FBE3DAF9A06FFE7 | sha1: 236E23464A70599C617846404DD5192A1D3093F3 | sha256: AFE4366E3353105E67D254118F18C7330D7632C5F19D453F1EC0CA0CBD128BC0 | sha512: 24FEBDC6BE88B6ABD1C82A470874D59E46F7338008F607D2A99A042AE1AE4051B19FA7CCBCBC540049768397B8DD6569CA2224C05A1948608186112493A72C01
pl\System.Windows.Forms.resources.dll
md5: 4A0433FD4D4240AFC61A6AB7E835E236 | sha1: 3780C9137016B0B15FF85EB621A3AACFEB67CEA6 | sha256: DCD44324F552A11E564E72CCDABAFD469F3C834F3FFE3369B607CD123785DB0B | sha512: CD7864C76F5D5C79A33C4570BB63C07D786B1A5A240F218EFDDF265820601FC44DCA7434DB9555801BCEB2F014006CF4E66944802984329F2616FE032B173B9D
pl\System.Windows.Input.Manipulations.resources.dll
md5: 8D3A66FE90E398F972C07F2B04F51EDC | sha1: D1BF17FAE7CFA975F6989773798EEFB287C8D345 | sha256: 6315DFA1EDF622B4B6A090C93ED16988AA2C0A63C616668190D260CAD804A900 | sha512: B2E42DC7396E3E801F2953C1625D7B967622E1846A053841EA7230D533478E3E002A27AD5D91D0A064084F008A962C61D88562F308A507E786C966A4BA960A2E
pl\System.Xaml.resources.dll
md5: 1CC4A9F1C844C30CEB31602D49D379C8 | sha1: DA9BF5B8A5A0270D293924F4AF23F8A0F1737A91 | sha256: 0B3D2E4C15CEF9290F4DC1492A6E9113ECDDDB5F515A8C7D6F6A62D0507554BA | sha512: 2F3391BA2D28987935B42E9D998C42EAAAD1E76F523254697BCFC8360B4BF7E42D3BEBB822FBEFC471FA65D8E9ECABA80C5673F9BE88A7DE1D79C08482AFCF1E
pl\UIAutomationClient.resources.dll
md5: CE652B349BDE7230CA8EF9FD713A46AD | sha1: 77FB20910034511174B2A0586B2C410FAB39DA7F | sha256: 9CF16D73056CFE1E9468B8933CBE493155081B9196F1735A60A93DE230BA044B | sha512: FB4550C38AA5777610874654293495D7DEB6235B4921F12A806BED9250AD10B7F053D61395C52D1876A685049472F9B32C04C4E0BAAA9C08FF29DF9C63A81051
pl\UIAutomationClientSideProviders.resources.dll
md5: 77271EE844875D07B875CB786A9D260A | sha1: 06614CFF2D6D25C97A386E6B969B48AD6D6A2DBE | sha256: 2579E5C4DFFEFB510E8045681EF4E70CA4504EDF058E67C5C9CFF2687B16DB66 | sha512: 995DDAC2D140C67632F0BCEDB7332F16537016C659367BED3F24D2FFAFFAF0663FF3DADD363569C6C54AF69BE1EDC1EDA929B52A8960F5BA5732F019BC0FFC9A
pl\UIAutomationProvider.resources.dll
md5: 30EA7D215EF4F610BCAC6D69265B140F | sha1: 2246D5D058DA6C5B2BBC9689D78E976777C94723 | sha256: 6D3D3C37843BF92D0A65654202EE9BD33D17C8B36AA61D0C464621C121CD83EA | sha512: 93EF08C18F0D9E1169B3B44E3A49466CC647F6131FD8271A6770C1B6804B3AB9340CF602BCE1A0478FCBC042D55111BA83DAAED42C403BB0031D42614B3F37C0
pl\UIAutomationTypes.resources.dll
md5: B52F7FEE6D74D78251B5E1F1F96C8A1B | sha1: BEA7DCCF18AE71C405FE39D9EF57F520FE0B6803 | sha256: BE012A10B03477A7C29EB622AF22BB693DBF015A380D6F210927CD1C0696341E | sha512: 51ECD69482685B4A1E4AE79D7CA17672D0FE5E83C36B0910C1566FFBDB7EB98EC83B7BA392CB8B0653A5E862D457C0827F81139E9FD7DA13902459EE3254EB23
pl\WindowsBase.resources.dll
md5: 6AD180C129C016068DA890CBAAC40314 | sha1: 66F55E8303B52ED3451864E4FB6FC2EA035ED7E5 | sha256: 7E77544CF9DE45CB1E934A3A51D50FBF0D8E2524A0B0528B2C031AC001FB5A67 | sha512: 8F904E092E8B076EE23B48ED7E85A0151DBF4CF729714ABD41532AD4E73234CF406711252D070BD8C35F3C84424503034D1832EDF4D4D79E465BA6F6693A4537
pl\WindowsFormsIntegration.resources.dll
md5: AD40E55C47D495C1ECF816F7AD314C58 | sha1: FD1F01EAB85A240E77720235122D368720150ABE | sha256: A38335F5442430B48E2466F2D25EA2A4B7C2242EBBACD6DCC9B4C6BBEC28F488 | sha512: BA9B69713AC679D2EC04FA340FDAA7DFB1147A3318529961137D924D643A4D3367C5D22541F874473F365F8F744F443CC8ACB1C71A7C057EEED93F36E55BB15D
PresentationCore.dll
md5: A532F441A41DC3BDDB88A202C6E01014 | sha1: 5809C7F8B6086462A6A2D1FBD177F6AA00C5AF14 | sha256: BE862A4C58A70FB39583D346C9330C7A3D93FDAA3B6A30403EA32C054CC8D9E3 | sha512: 99B11E6C614DDDA5168091C41BEED6CE13FD1697170BE809D9E5CA5E65459BB53161222399A6820394E137796E4EAB5BD9D6AD85F592F5E432CD5B0C3838A4B2
PresentationFramework-SystemCore.dll
md5: 39198B2974C94FA6E742551847E603AF | sha1: A405D4BB3379F5F24EA62D66DBFFA35FF3255913 | sha256: 4BEA39F9BEE3E65273635ADE79F2E7B3C4DBEB63272974CFF390D825A1961831 | sha512: 7C9D8C9EE5C7D45D01E9DC3756E9D284235067ECB10BFF9F53376623E313A497DC97992EAE3F465393B60EA4BB8AB114BC870DDF908DEAECC00C3723E46CBB0D
PresentationFramework-SystemData.dll
md5: CEDDF2A93E61AF974713EE0229F1EEF8 | sha1: 6FFD6DAABF5B5A7BBE513B8EC77863134CE701C2 | sha256: 065B4C396A71157388701D35C8DA4FE68CF52736A9A3F3EFD7B93EC746CBA5D7 | sha512: D43DC0223D3F7BBC3BE342BF336AA06F63DFAC0378F9591134BDE84D0DCC0D3EB33D07CC24D48A7A37B5B584CB617AF4BA0C703DC1AFB272DFC2E6AEE58DC319
PresentationFramework-SystemDrawing.dll
md5: 27D207A80AA61E7FE829A28FD7981916 | sha1: 7C47C450B17923AE4EA85DA9B0C22C1859E55661 | sha256: 82B15C59F905341613AABD399FD17CCD50AD6D1AAD711F990BCF0F1065126AF7 | sha512: ABD92B524204625086D646F5EB31246653DDB74757DA5AB24F76EA94CF93EC4003063F728481BD7417B1CD250D798D15CC3054EF303A4E00ED885F20F595FB7D
PresentationFramework-SystemXml.dll
md5: D7DCC793A608AF5D6E846B9BCB37E5B1 | sha1: A284A6ED3606F664E0A0E291851B0EF164FC99EB | sha256: 5D0167FDF732617729C6F20B81B963B3ABE077B721850AEEF01A7F086AAE218F | sha512: C5DB5ACD88673C71BDD66515AE7C9AAC1327BA734724E1FF4C0AAF27B3F76FEA83601B5E79700E02F258E0B7DA90A028B2547BDFD5E87A5A25EC479228FDBD5E
PresentationFramework-SystemXmlLinq.dll
md5: A366C9B5192407CFA46678FAFFFF1450 | sha1: A67B5ECA92A145903F26317D20D5851C7ADF3933 | sha256: D753546851B0E1B67E29EDF8AC8AB24B5F9727B677D33B4F1E87048B3669F018 | sha512: 8333B1438A00E322EC76FA33A4C4D6E1F718B0ACEF977BF1911CB4471B1F318733E67894080FDF0B56208538F0F8E26872004CC916700620CC4DFEBBE863B72C
PresentationFramework.Aero.dll
md5: 233859BDD583B6D71D94B75B74A6117D | sha1: 803FF4568DEDF31D3B443FC9672A650EF1081EAC | sha256: 7D70C7E61DB4148B05AAF1F2BE834D8B1931CCAE5FE192611443E119C6A148B1 | sha512: E84007D82784D4C8318A5DE56D0362E95CDCCAEF5626DD74088D54933D317EFDED0FCFEFCBF42D883B34E2DDD21DE1F507A7AB2B8BB69A494D741895BE699284
PresentationFramework.Aero2.dll
md5: 069D1783CB1A7C8D7F97682FC8116C8F | sha1: ED165ABC748CD2D867F687E7CF9C48C8354141AA | sha256: 702BF5B09AC5A59773232A149D4636AD8B29EF0E0E277E023F7A1BD1AF6CF0C3 | sha512: 666A3A71CBAEC8ECAB11C229158D8C8295360FAAD6451C1A0F332A6771CA712D82504070177CF0AEA86678E78489F9C3DADB42F1778E79CF4C1F6A2B51586D7F
PresentationFramework.AeroLite.dll
md5: 0AB336A7BDF938DA8C74237A52EE5FBA | sha1: AA37FAF7AAD97583E311CAAD1AAFE7D59498E81F | sha256: 04BD1BF25F6F414D5C5DDD917C9A1560AA2DA0A3F1F6187C4009669590A42715 | sha512: 9B61CCFA224C2FE19422A134A60F5ED2168695CA347A165DF4804923423492FE81F1C7B356186AF9129E8BD3B0C855B1F08F2C371D148E7A43681EE6E11AEFAC
PresentationFramework.Classic.dll
md5: 47094038F06AE584BF1031A5F3F0A4BA | sha1: 62BE1F22AF9D87F1966A6C4BBD876FAC18C5DE7D | sha256: 398A86F8F718D6F3A4F8296A2D4FBEBF88179F23316F0B49B41BB78589CB379E | sha512: 37DAA3D25535C99E6AEFEC324C0BCD4E4682350EE1AFFD4E5FBE1A09D33FAAA610F7F28962E3E0D67C63947A7E6176875F5C7C6E7C45C523D887BB5AF4152C2E
PresentationFramework.dll
md5: 19F190351D46711E52DF9648F7FC7ADE | sha1: 690A4E5E8DD5EB2031284B2227C4702177765889 | sha256: E1F8E0B16D614C572595BE6594392A87850544314201F7A995672844FF9C21AD | sha512: B30EE942551E08E547F7003BA187E62370090F8986F6831E823C554011B88759B8DEEE91D08AFABA3324A0D15C059722C2C2477073FB40CACA8071348080FCC6
PresentationFramework.Luna.dll
md5: BE1D01360F72F927E6904F76B966025B | sha1: B0911E756880ACB07EEE26B4D33DA048A2449FF6 | sha256: DF3B364FF03C9243F2E72A9CFAEA96515A5190F81A65B2D60CC4261C0B9A90F2 | sha512: 393FAC0BB28D9B366EB137940847E1C1078222133A43D61C7850A8F35E3632669AED1E6EDF4C019A32540CB61D2F028D8CEABEF69FFADBA321A9A3A63664EEFB
PresentationFramework.Royale.dll
md5: 1F22BB69559A8EDB6B14E5FBE42C5934 | sha1: 5C77D88C8CCCF369C819119C4B3796B3AE2A7BA7 | sha256: 7328FFFEDB931DAF819323E913A3E536A659466656C9C37F69FFFF9AF3266929 | sha512: 68DED2ACBD9865E1DA51F2C19FE934AE895A1BC707763EAA5C050CA19AA311E3536ADFE79B61FFF4E9A243FC1035BB8CC8EA9A990075BE9328413A16453D6459
PresentationNative_cor3.dll
md5: 2BBB9528345E6A267DEED2D587D9BDD5 | sha1: 9D9CA8EBE1F5B5B54BE348E5C866DB889190F979 | sha256: F6BAB048905FBAD90D2EE4C694612CA00D51E5DC454C1C6858211C2D73F35BFE | sha512: 6EFADF53DABDCD2A7498C3C75C660A5FB1914ACC6CC0CF5FCA3BE8EA7FDF609F896E04180EC096CEE0B3F9CE5C2CC92F821D93AF99BC9427C8CD77D6D5EC71EB
PresentationUI.dll
md5: A9412BDA05679F1A6F23B5FE3C4DA73D | sha1: 65320064E8523D2754410C075804CD401AC684C8 | sha256: 64975664AF59C00EE0B1AD878BC7FEBC65CC98E078F2ACC22D73D11ACE4B1CDD | sha512: E193FCF0DB7EF4CC7D6AFE780BCEDD00B37846616C7259495C9EA48FA9381EEF033115649AD217B1985FDD026206716BC1893D64BF5C3D61A31A2BEF04B27BC2
pt-BR\AvalonDock.resources.dll
md5: 28F8CC9141B625D7F2E40A1A9B480582 | sha1: 8CF7E8913B21B61EC9D5E057BA8589714E03C63F | sha256: DACC01B7004C0A1AAD9950C949B5A526D74AE89906DF459BBF3C87092AD75DB8 | sha512: E857547FD6D439775E34523CA948DB7D80E23A5AFA36787D9CF02C16EE2CA02C376552BC5E50E2ED65AAF71A6971C43BC77C6251A584BC9E347532A91B15E13E
pt-BR\PresentationCore.resources.dll
md5: A97528C7F32DD9B7AE79D4956078521F | sha1: 065362E97C56C6F52C00AD1D60492CBAAC6FDB34 | sha256: 23B159B36CDE6376C64317ACB9FEEE8336A324A4B1D6F1CED9565FBE5D036BF3 | sha512: EF34AC3CF72EF4B07FE9075D46E4BB8D962B5D9B28DE63D11E311927B9248CCA3DC2B8A716F0BA910C0A307DE1583B48850D4690EF1F50D9B7118F8C3A54E9A5
pt-BR\PresentationFramework.resources.dll
md5: 8A5C66E8045FF009B131BC2DB4E66C5B | sha1: 1FE4E7FE59FEEA16196A6CAC3E1C5C3B9F51A9BF | sha256: 530F878308D304CEFE76C11F8272B51B4DBBD259C9014FA370240573B6B0A512 | sha512: 42D63ADB95948B65644BBF61326494AC2C605DB9F001818313B974F9B457CFFCAA9197C2F0E53ED3B0BE27D7B86C92E98F694D95061E4BB1899031334654413D
pt-BR\PresentationUI.resources.dll
md5: 0D20AC869BDBB53A29FF556AA28605FA | sha1: 4AEE7BC6CFB45DF1DCFA8FE7FE98F83A0DECC851 | sha256: 53D024A787E1DF4E50AB674C39DF9C3717D0BD255371E0D3A7303C9257AE3F5F | sha512: 1B1A11A01E5C178A96F83D706CA2B18C78CA9DDC6F8890BE6016A3CF00629611C5E833657A9D0E4230763E2E3A4E6D5091D52373675393677D3F206923D7AAD1
pt-BR\ReachFramework.resources.dll
md5: 9D4AE684AF04E6A772C12E20F18604F1 | sha1: 207BA11627F7D41A17F3D42B5A8F6FA7AC66B85C | sha256: A9779DD88A9A0AEB079E2A547B5C7DA4905DEE4EDDC465FD7CD1B5AC0D91E647 | sha512: 1EB90DAB7A815069EBBB6A9CAFFEB4E808E0700FB4E6E0FB68A666B25EE5FE7BE017E82D1D1334EE60675D42524F2ED97F6B62E118E0E484054F4BF6C97CDEF7
pt-BR\System.Printing.resources.dll
md5: 54001C605734D5E12515D94350638E7C | sha1: 8CE7E868A2791F134672BA42A19A295C44F6C214 | sha256: 8DF0650E30B108C377909ED111C291CC22C71B16A4F9A8E652F4720F64F59FB0 | sha512: 21D799013EA0282ABF6CCC27DA64F34755AE5C90C6474D43C09B3F8A5273364CF3B6DF08BAA7DD904AD18598441E7E4ED48AF987A935740105E27805A989DEAF
pt-BR\System.Windows.Controls.Ribbon.resources.dll
md5: 81C8D41F95B894B1E2A599F584D94000 | sha1: A40E220706DC398C45ABCE6080E2EB0743D994FA | sha256: B2EE126496E72C87371D386DC3EAF2F67BB497821B53E2DDC5EB9699346D33ED | sha512: D155946D801CC1AC0CF4E139D2F302B36C6C942040C81E47831758FDEC7E2C58ECD77354B9E936C3D49126FDF75A93D55E95269E7ECFEE09E7E3C913258069D0
pt-BR\System.Windows.Forms.Design.Editors.resources.dll
md5: ABFBEFFEBDE2F38295ED96D25A134F8F | sha1: D2D58FC9F3B7F3E8567EA1BBE367C2D47FCDA22A | sha256: E991A78D06E30D1479E96A49DDD518FA0A2FA45E4AE4234596CF1E938E9B5577 | sha512: 9F0EB1A5B4A5D62E492BF3CBE166B82CBF60BA257B3D87FE65D02DC6AB97F185460E235C3FE2E5DC4A27C38BABD6B3996885DA2BE1EBB7041B90EB14CC4825CF
pt-BR\System.Windows.Forms.Design.resources.dll
md5: 5BAA4DA03806C3921B3F3C446B011327 | sha1: 68F28EA9E58E9D3C6DCBE95581660B580F3D656A | sha256: 5F48AC1421472250A8B2D9874D0B93B2B3D227662BBAAE5BB01B6F0108BE0994 | sha512: DC30C2BE472582C23F2D15FA75BC7D79E3B0C4AE215475724179FB6FCBD265084A46AA4284785E8FB761A1E3A1F020AFA277E94763132EF60C77FF8D7A46406B
pt-BR\System.Windows.Forms.resources.dll
md5: 4BB693E13B0F7161B7A68E5FB1D72FBC | sha1: 6AD797D3E85D69EA8911F30A0885B3AA55BDEA46 | sha256: B8A8D24E96E7C70E33211B24C00623C036A2640484B2AAB2F5FDE8765934FD7F | sha512: 717A846F7902050154057DFC0B20B556FC10B0AC06EAB39A62F706805DCDB49600AD0D4C9C2CE2D1DB9A0859774EAC64745860069F0F3854D9905366ADD7ACE6
pt-BR\System.Windows.Input.Manipulations.resources.dll
md5: E494FF0A2C2C22D749A53060DB308880 | sha1: 78D496E8FF0B6B24DFE4243B79CCEB7967650133 | sha256: FFE37A02C3A69AACBF5BF11CFBEA5731683C41DF65A49C169F569AEDC4B107F8 | sha512: D67BA663631A05230DDCEC788769D30E362D68A3C81113697110298ECA1E1442310AD43FFD401FD1EE475906A0F66735CB41675BE2EA622B04DE3ED42F4A3B40
pt-BR\System.Xaml.resources.dll
md5: 0FCB48BA7CE6171BDF5F1C59A95F5E16 | sha1: EC5271A3C43724BFD0AA031A452EF9BF36CD9D75 | sha256: C302A768E1158661C3DEA3922E6AED0D051F1E81679857446924DA471D198976 | sha512: 0BE408E754090B9B4245174A515B2AC2E1F2431D4BF9AB9A6F5A075E521288196B08641E74F85F4CC0DDC28D2E7C26CFDE1FCDC39E61B2280180E193528E767C
pt-BR\UIAutomationClient.resources.dll
md5: 4E907B63E9F327AE3D647696281F6E9F | sha1: DB66F4226FB99F4846DE76EBF06D74389006BFB5 | sha256: 21276B9A798026B890BA568B640AE2E2E2C2FD7F5E7725F60B4B356E4D25E8D6 | sha512: DDEE3DCCEE2C5E8C15A256F69EDCFB0E02FFA2C916954ECF6BAE770CF1F29E030EC0512A09EDF0BCD13E55107577F4140A04F2E3D06FB7A945367321577519F4
pt-BR\UIAutomationClientSideProviders.resources.dll
md5: 33F08A2A7ED487786977C8107A309653 | sha1: 88931011500C9D3A00635D71BEB9446EC5983BC1 | sha256: D42FD8019866241248C5110CA95C5F904BDFACB468CAC1304BA262E55020D14B | sha512: 7EE6DDC58F9A76FEEB7CCE41DA262ED0BA736AE9AF145711B5F6052701089B74AB85E4DC4C5EDAB1C456EFDED6CEDED886B763634EFB83929760172E46D33F81
pt-BR\UIAutomationProvider.resources.dll
md5: D2305BDAA145950F0E5341D7FBABDAB5 | sha1: 4388CBA362DB761CB21975A4B5A1DC508695A317 | sha256: 21977BCAA8802A72C0270BFBFA1F2AB99BBFB9A8208A2D27C562623EE89BAD45 | sha512: A82088BE6C9A3C51A8A0696443099D1C4AEB6CDE6FCBEEE41E40EC568F5134AF7CCD058CE39FD91FD5970343BD9497F5FEC8F67F5EF8217D2B054C7CE41287E1
pt-BR\UIAutomationTypes.resources.dll
md5: A86AA7315696353A537C31B9621F08BE | sha1: 29A864049649E11BE6062EEFFD47C7B307E3FB70 | sha256: C86B3D3795EB9C3FD50C4A085FC758E494A3FED2AF281D1FC5EF3CBB67C881B5 | sha512: 535420180060EFC700B09CC65F1326CF255977E4492A1839CF95BDF6C7D71978DED95D645D05829273D30D87335F11BC5F744E4D4191EA393B84384D07EA7928
pt-BR\WindowsBase.resources.dll
md5: 8132D5F2F04B2872523135313D1ED3FD | sha1: EB1840285C2221758B7ED36426509A9F240BBAE9 | sha256: 604DEBF48B46AA590737E00BA3BA853ACD01E6B66810255E42B4BA58C8D95B8B | sha512: 55786CA07F9F4699FDCBE815CB6431315F603F5B37448678CF5092C1BFB24E85E38DF79A4E5BFCFBF8F56242F2E54FCFE9F60634B171520B16CF01621FC08B74
pt-BR\WindowsFormsIntegration.resources.dll
md5: D817851F51C1518F3783D77B74D99603 | sha1: DFF7E8A8F0E61252251D402DACF72A970BB2365D | sha256: A42C66E782587273E559C1AFCDBCA700390BBE35746906B1D1AFA005B78F92BE | sha512: D62BDD24E91E9F2734BD1079BAAA75A48A1E6A2878856D41A4E29954B46B68378EA60B993E3737D15B845E947FF8E4A2F0E70F410F6D018E0F2BA48F49AAA015
ReachFramework.dll
md5: 759EEFB8B825900E8B51C9199D926DE7 | sha1: 91CF5A1215E74D28B339649D4B2AE64B76669606 | sha256: 53B53992BDE5B5F042A1A0403FA789C856A6FB271B90B5993FE57341DC543335 | sha512: 801CFBB5641447BD27D716FEFB60A3DC11B6360CBAEE97828B64D54D3F81674F04ABA92CBCE4471BA2F4C7643B28F99EF7633E40FE56686018EBFB127E397943
ReactiveUI.dll
md5: 1FA56D542AE95D651373955A9AA561CA | sha1: 47321A30C44B33777B3883BCD9F625C1C86E3722 | sha256: 40777B9AEBCC68B3E87F4095FDDA6A59EBE121D5C5822BCE19661C52304B1788 | sha512: 284C4F45FACBB1555CDEBFE859C42841AA36A68EEE9E43A70CA8A6B6EB9CD195F8EE0253B08545C73D6702B4EB412AD33FA0C70823263C3CF029257066A481CE
ReactiveUI.Fody.Helpers.dll
md5: 566AAC726E9C984F216671AD1D77B86A | sha1: F0E2C4EDFDDBB00B22B1B9A8ECB42BD498A756A4 | sha256: ABE8EF0450C7AA92544299E09273CD5F0FA9BC611C6988889EA3F9C061795F92 | sha512: C6FC99BEAF2D6105FA36B282D9C872B99013D6C629E845E51334B0757010671D5F1D529ECC8F27279F6B874E3B465167C599E67C1BB523B7C33B7C307E882AD5
ReactiveUI.Wpf.dll
md5: A6FFB62574AB1A5EED43C6C88FF1B568 | sha1: 3B27A71E2BB60CE98C83AC2E9C81676078197E0D | sha256: 5F30D3E9E26141F2B6F64E136263C77CBD7AF5DA6210A00A1966AD130E4D72D6 | sha512: 85B5F1F0C41BF5BEA7DD23C20CBFCFD7E396E7E368CD915B1274E59119E954674DD00CD30293ACF23FA8658DA5DE400BF31159AB396E5CA6DF816B3EDAAD6FD1
ro\AvalonDock.resources.dll
md5: C4803EE6FE92327EFD8F35E4F6F87918 | sha1: 71BF64E10187BB25F0F2D6440B71647E344971E3 | sha256: 6D010ADF8351E6868664453FAA2BDCF5438B66F873A7F077322E85FECBDC7A03 | sha512: 2810535D5D98FD1DA91A29D549FFD1F04BA6D7978302BA8B420625A1D68CFF8F923B27F368B8316E8B891AEECACB5DBE88B0C67EA0FAD8ED5E9EB949600CC4DB
ru\AvalonDock.resources.dll
md5: 092178E6BE8CFA9208F0BFFF50E89138 | sha1: 6693E049FCE714163ED41233881EF1463F074F41 | sha256: 7402D840ACE49E1C9160E5F278400CC125A02956E4008B6D8F95465286D83E34 | sha512: 2B0ADD18F51BD407A5F554641B281F526CB50689FB79F297C6EAF7B7DFA26DE9C74A2C651D218F7DF67C6DE5140C181FB49B82E09DD78591E92A315CC4C8C5A2
ru\PresentationCore.resources.dll
md5: D5AE3F4A4B961D3C3D8E4EA83CA7EA9C | sha1: 67D8A8FD676DE4790135F76014B9DE9A42C1D740 | sha256: FAABE89FB824ADCC23B0CCCBD09CE908619847F60D13EE8423E3A2304BD8E463 | sha512: 11C0A3C3B9C7B9D567049EA7AC4D78DB766A7921E033B6CBB7C6AD432ACAC9ECE23457C697F6A65F7B057D01D0E822B26749137750807C4B3DE5FBC2703703EB
ru\PresentationFramework.resources.dll
md5: 93C45C4FFF0ADE02E6C2904DBE797C31 | sha1: 7FC8C057BF96098551A726702BCDE9689EAA76EC | sha256: A691EEE260A23E35F6EE5799F05A192E85AEFCDF65BA2A7737202383ABE08770 | sha512: 09154F2D24C666D99E36CB3F425E5AEE3EB384A9A42E45E4F95D81C0D8A63A477EF6F559BE0DE7D78BA53E6C0201E037225E84FE71D30E46C9E00F1C642DA7DE
ru\PresentationUI.resources.dll
md5: FE5C7F6A4D3EA621E9E06B607D7A295F | sha1: E0E67D27D83346EECC996AC581E9705625F973F1 | sha256: D249DC0A8D5743E096DEE312D01232A486AF0216342A951980BFDA2EB545CFE6 | sha512: D801ED8ED655828594DE77EBDB644D5BCDC3B76AE5C28402E8C592C86E429C2A109623D10AFAC150ADD168A9CB07999DE7E9078FD3259BB3725CBDF6ED59E62F
ru\ReachFramework.resources.dll
md5: 93BD2FF8790C873F6894439C094ACF06 | sha1: 3EE76246C912EE9AE665AE800E3EA5F1DE970B20 | sha256: E86D0D923E03F29B5553B9765334AC505F36B5748AA46BF1F4CB04B04531FA76 | sha512: C6BC582B519FA4BA8B3F0AA9D5868104FFB3BCE5EF8610242296E23A45467BAB068D3653F94DD44CA99C505D98D79CEF4B068C8725CC2308FABDF73BC05460BE
ru\System.Printing.resources.dll
md5: 6933FBE2D859515B6C40BD5800B8A3A5 | sha1: D36327D1B99E864B7517DA6A5EED57B980857D6F | sha256: 83B8C6F0D601D230AFF576358C1DE35B5946904A75180BB58FD0B537ABE44736 | sha512: 89A9FB3C5EDDEEA55402DE234ED0B01C1DEA1F84B5D348A0E23368E11C141DF6677C5EB158103ACF936C13E8EAF4C516A1D1C031918A2089DC3E74C7A5682423
ru\System.Windows.Controls.Ribbon.resources.dll
md5: B69B1C3CAAE8512D40C24CE785403FF7 | sha1: E0909AEBF3E341C25D2E8983D9D15399CB57C031 | sha256: 13510876C4962F46F36A0A387DDFCD53164F4594D8B4DD8B401E67E3137A703A | sha512: 8F2822D76065ECA6D1460DAF214795E223276101A72BBF0B290E7E043E3C33905382D11CF2BCE6B12B6FF5E9F7A871CCA508067AE1E40C2AC2E8F9CE402127F3
ru\System.Windows.Forms.Design.Editors.resources.dll
md5: 32F1FD5C7FB51CAF015F1D3911D81BC9 | sha1: ABF98A45751673DC2B0922E52C585DE6230EF425 | sha256: 82CA6A5B481E004AE927ACC8D9AC751B72B14AF4E6974E787446FFD5557D8A6B | sha512: 3DCAA0E0AB9FAC4C9B28BE6106A35D0D6C741FC51DD738CA135B725053E30759D6DEEA59C2205CF24C3AFF07DE731D4DB022D9A7CFA5FFAB1F6F0B8FB05F9392
ru\System.Windows.Forms.Design.resources.dll
md5: 0C6373D7EFAD91565E29F7AE147514B8 | sha1: 457CF494756B717F538B34B4B32FB6124B6C337E | sha256: 711051895699A35F536BA72148B5C6E2639D05B554EE6F73651492D1CC316D81 | sha512: 4364AF8E2F7A1C741F86131F74B939991700F39418A395E4C359D1C09E1740C31CD24E8DD65E7A96F1AED3A4A241C5EF23721ECC1E2954751D38427AE5EAFC89
ru\System.Windows.Forms.resources.dll
md5: AEB0AABD2179FAAE5089FFC6DA68A7F5 | sha1: 227BF21A4A29DE0F8BEA20A5B0C514048837C106 | sha256: F6ADEBC6725A20EA8878A3156DB360FAC6E99C3ED888BAC2BDF220D3B59BB99D | sha512: B92CEE588FE0AE09FAE9735B2F527F0ADF6824505C040D9ED527A558BEE245479B97602257FF1A8D34323BDD6E32EFAF1C999DF8BCC4D2AB518896123DAC7927
ru\System.Windows.Input.Manipulations.resources.dll
md5: 8E1F699E8CC8447F253C3D583C10E4F0 | sha1: 2AD22ED34EF44E37E0934214A35CD446FB0D5826 | sha256: 83F25F4B48AD19EF2F080F3F6DF07D682881B149FE66647B3A0D3F6580AA5147 | sha512: 0B3A5925E3A150832FF78FA675CF37345973E27E861E979581E0B6B34C97A185C0805A895B79B3D17A4D103792FD0FD006B95FE59F939E6468D57F9753E83982
ru\System.Xaml.resources.dll
md5: 9070D321AF34633920CE7148E0AE5AE1 | sha1: EC9DFA75F43E0825FB3D27F34410D486A659FFF4 | sha256: D0F67B820BF376DAA34424080557A410EBE76D4114D3D65C389389B1333A8E64 | sha512: 391DD9026D2AEB675C858CA0F3D5620A07279DE4359104B5E4F2D6AFD2AE855397D4AE61BDF8C7DA654AB5CF6A883BDFB43E16E0E143155BCE03E27FE42405A9
ru\UIAutomationClient.resources.dll
md5: 687695F84996F60BD17078551556D9B0 | sha1: ECA55A1A67CF6D72278903ED6074965B05CEE8D2 | sha256: BD3A9C5C7EC5C84F8CE8837020F79EAF73040B70DC05282D2A76B47749E933DF | sha512: F551B65628B35508BBD720148AD1F2B9A2E3753F2144E045B09FE28B76E5212060D05F1535DFBB82D5B71BA8EC91006E635475A8CF5036B8D3C5FDE101C6A29E
ru\UIAutomationClientSideProviders.resources.dll
md5: 528650591241E998018733D60701F32E | sha1: 40B6EB678B1664C3126DAC661C39A3878D89C4F2 | sha256: D8CDFACE7D0426C78395FB7808F923775DD547A00B35EB9CDFF651FC03205E18 | sha512: 5D47DE70E5EA2D377812A79F77109021E72E3D08B77CE174CD526FC061358690E1C835629F2696E26ED31FA710916ADFAEAC4D3F54694D1FB19CCDFAE328326B
ru\UIAutomationProvider.resources.dll
md5: 5CBA936B2830CC6F085687012CA385D5 | sha1: 72A97F27886D91894A073EF8A77D43767CBE2DF1 | sha256: 22BE18C769235474BF2410250F363C83486BF18B81CEE15AAC3DFAD7F06E1A26 | sha512: CCEBDDB573991C6E025D8F84076AF868E57BBB48226DE337C782D09FF937E08F007B3580DB4634A9DAC5C4152E43D2F947803D8422D0593ECFB6A302ED81A65D
ru\UIAutomationTypes.resources.dll
md5: 1792DCCCEA0E39711F2C962D02195B14 | sha1: 38444AFBD87355DC8B8B88442CAE1A0E49CCBC42 | sha256: FDD175FDAAF6B3F9DCCB5C5C732E08331EE7B88DCD58E20B2EC17A0A6B816FDA | sha512: 45C388E3E16681795ABF7F7FA428E18414B245DA3C1436EB4CFEA40E009DF993CE654D05E7E92BF6805DDEAB6977491B1F9EBBDF3EE35935159FFFC60962E661
ru\WindowsBase.resources.dll
md5: BD51D84A183D1A5775AC5E0A08F75A20 | sha1: 6CBE0EBE2A50164AC1985FAF4CAECF9A3D50C188 | sha256: 2874723A8FF07C17386719C7EAD94FA7168091D973B850EA137D43C79117AC6A | sha512: E0113FDCD58455E2D733F0B81888F5DB5340B52D33DAF4F742166C69C263CC2F9C6A4CBCF2A5548BD91CBD163CB01E54F2A0F10F47430FDC0DBABFA13BEA7C06
ru\WindowsFormsIntegration.resources.dll
md5: C4703AE599B81676614FB6E401338D3C | sha1: 08A35C4F743FDBA94914B4F2074E9DAFB226E9D6 | sha256: 7B11D85C24CE6D776B029101C346874DA5A99581D99339A38889BDDD09F83A55 | sha512: 3A0A9FD21556DD7F7FE3C7B1E98AA7E7E636BB55E6021349B6A035BA13E45A2FFECC5F6F8DD9B9135F054C0AA175B6E7584ADB4FD8891E98996BA69138352FAB
Serilog.dll
md5: 402AB73D3B13222FFF4E2B3A02B9916F | sha1: 0741B68739D9CB86911625667989AD80CDCBA724 | sha256: 9982A7ECC3E61633A3314821680DFDF4F788AEC75C2445B7B9A9754B04B0BD9F | sha512: 45A08DEBA7CB0ED48D444561C9E360AA43E78DABB92801D7D446C2D1679289A121BA4E4816992D26F3F783FC69BAA9903917ECEEA0CA832ACD9BA93789ED8078
Serilog.Sinks.File.dll
md5: 4B37311D81211053E72AA74E67E1DD98 | sha1: 47F7E51C2CD6F6B30866AC25E774C022708C09C5 | sha256: 7A89B833D7670F21D3FA7253BA7C34782C6A102F63679CE37EC94B86F98DD09A | sha512: 6007A77E520113CFDBBF8D996D634E1376077BB95ED897099458AD786035906ADC232A2DB388A82C0B2804C93E920469FEBDF2CA67338ABDA92D1CB9CDB0ED4F
SOS_README.md
SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime.

SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git.

Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos.
Splat.dll
md5: FE241B552C6DB0601D73E3A0A76D303F | sha1: FC167BC3D7833D767C1D78685E0BF6D9E677BE20 | sha256: F87E0A8F5D011BB23CF7723DE1D92E98C409DB27B034AD448C6D8011F7C8E23E | sha512: E399F450CBEEAA13C61533DB9A0668FF76A9BC317856A0E8D7D335FAD9D21E2F09547499EA9A3A2B4C3BF6A2306E92D87E52DB7C1B14059D0B27623E3C03918F
sv\AvalonDock.resources.dll
md5: 8F8749FDCDC00F10C3ED0E28724D5F86 | sha1: 95CF2E792F5F69332DEB4B22BC6B6370B7B7FA34 | sha256: C61A85516C3DE074CD13009D8EA6D4E8056495857269748EDC662D3FB18ABA92 | sha512: 7B2B66843640203549772B86095B3C82DD9B8D753B09A4C556323C85FCD9F5DC511EC60D1E88FF6109FB2ABC44BE2E1AB9A391A15CB6D4B6855F1D55DFFA0595
System.AppContext.dll
md5: 1430AFEF205603E9B7D8165969365BA3 | sha1: 126C680DC22A92BD148D561A650F69713D6BCEAE | sha256: EFA94105C2CBA146598AF0A026E16FCC078E3C846770CC3094B75495E310200B | sha512: 5FC430CADB4BFDB46DB316A24B5BD374D6BCA6A05BEEA29C8650EB851FA2F35D08EBB0AEF78DC660EA9E1EF06A7211F42AD02F1EAFF0FDA64CB7CC4C5D1D88AB
System.Buffers.dll
md5: F4E7ACD893F5806E0FD4AAC01F708A65 | sha1: 3709C72429C9B0187E2DF9B0C3B1C9A0696946FD | sha256: 96A2C82CFCADB65B084E6F2F2FDF3A5BFACE961FD4CCD94A58073D8F9FFF20A1 | sha512: 74D9F82D7094F716D4E79C59814C89651F4201A51E43C298390C92A23AF5EA833F9EA3BB0D545351BA40D5AF6EA33FB2C0FF9059EC60DEB18C7F6EB2CE07729E
System.CodeDom.dll
md5: 2447A189AE3B02D1FD1D952B331FF0BD | sha1: 6589EC1FA914BA806D2B0AB36727C33201AA366B | sha256: 2F41E10A61F91EA5AAD329D5F63BDDE100BE6254A33064ACB8D377B6577A39DD | sha512: 61403F0B74336CB4A9B9C4336224AB8678AC30C0D2D0BE342FF04990DA064B81AE62D725F888B01230AC4617E614D52CBEBCE5DFE8DCB4333BDCF0DBF9576309
System.Collections.Concurrent.dll
md5: 810F8144CE2B5692B01FE023CCBF6470 | sha1: 6732E852873512020E0AD5B5D1CDC0AE6291D1AA | sha256: 93CFBEEF1B0F9974F7FF76942ED8B2CE73CEDE788695B131D0F489F9DC594850 | sha512: C01499F79A894EBCE223AB26015B27B731FF61E39E8EF613D456DB08F5F41BC694246D377F83CA68E4E50A0C1877D96E0F3382932DA257D0BE34D56C32BC3EDA
System.Collections.dll
md5: 33E219A1412380F03E15289C1234AF06 | sha1: EEF5AE504AB543C3D8A31D960A27D9E48C59D211 | sha256: 2C1E568C927ABF818B8162F1125CC0A6B1A94B565C07FACF050F7AF27D8B6B2F | sha512: ABB98D045FC09B6F54FE5C6E29F00CB43EA33912E38F340742C3F9F345FC6AA6D53E0CB84A7B3468783797D24A41D1E68596F8DB7C28B51762DD152755DAC3A4
System.Collections.Immutable.dll
md5: 2AF9C5E03D8F82CD22EE2D0D4A0A6F38 | sha1: CB8CE87528CE8511EACDF8000A53B3E537D0C193 | sha256: 83FC93810DFA3D669E07A6BBF2F0A0FF9C945415D8E775610DB736B71366B4BD | sha512: 38083E30CC005BBD59ABC27CCF1CE7CD4EF6D0AFA1A64A2F8B147B84D18E6F3EEFCBBE4DC200951BD295E2E17FDAD49D337FF1A7EFD3C35EAC5B561871FB0E1E
System.Collections.NonGeneric.dll
md5: 7C4F16E0CAF3496C7754E35217F388BE | sha1: 6660EAB098C543F4F672531CBBBD3AB8C820EAE6 | sha256: DCF5E79F52F674FA0DD4FD2119DA93CBA1C76737A57305036CB906B9E2BA9DFF | sha512: 4195CE7270A9F6BA6E6F9E3A83F1FE408FA9CF225884363B5DB82C8DE1FE4A931A0985957CDF99B02A363AFEDE4EC8246524AD40B459BE5FC26CA5BB4F696187
System.Collections.Specialized.dll
md5: B5B64E7863572E2054DC15AC7FFF9F18 | sha1: 77B50266C246E489C7326CF46D18CB170BE3D125 | sha256: 4B3E8646AEA9C500A656C117CF436BD1EB52DAA1360EFBE1F929809F89910C6A | sha512: 8C37FEFC0C66F7BFA44B46580669F9FCB4052EAFF196201014B2FD1FA00151A40359733B1A96C22A4E8769C0CA22DB87970DD26EBD9CB4780E3B978EF5A571B2
System.ComponentModel.Annotations.dll
md5: 8B10B2732B51750BF7A44E2A53DE9122 | sha1: C8AC03ECF05AA2C014332ED09FEF3F0DA2555090 | sha256: 5AE0EDA0F2A78C5B41357E59C592B25A289F0858986C38077A00549CCFC871A9 | sha512: FC3653736B060452B64CC9944CB90B5CF2CFBBCC19E97B8FCDE2145C4A9970844F03CC4C77357E0C1F651B98ACCC2714E833AF0E6B847886FD9870484F729A76
System.ComponentModel.DataAnnotations.dll
md5: 422D01EEFA6315BADFE4BC1D259894DC | sha1: 3E235E663C1ADB134304DD74B43D028DF13C3B09 | sha256: 57AEA10F1B4138DAD766BB424CE3E48B71137037BC890DA414652C44C2E59084 | sha512: 924DECB83F59D537D09410E87873382C6B3E7F51E9E376E4BF3D5D394BBC5C93F06CE610FD3897CA6292C50951B0CAF864374C3FA2DEA229EAB7DB4435DF357F
System.ComponentModel.dll
md5: BAC0B294F6A979DD6307DFFA9EA67EFD | sha1: FABC65D746054D2BE0AA1DCD6A26A6C999448F58 | sha256: C17E88CB7053FBE914ED39F1575B57A43BE2B2118A330C483A5E7266455B6651 | sha512: C868949EAC0966C3308E987F4FA79A1B9EF6BB0262CE8D2901BE694AB63AE47FBE801222ADE7855BEF58CB365BE758FDB2F2678A655B0AAE9AF984C4A8E64D53
System.ComponentModel.EventBasedAsync.dll
md5: 5846D78384175FB2CB4DC4CB395ADF37 | sha1: 4631A1A1526AD6393C49780347CF39ABCFE1782E | sha256: C9154F17FE743298B6F07BAE5A512091572852A0D7C54F2C13A38B0DA9A068F4 | sha512: 515346794B23BB83A6489E7591CA6A1E5E62BA44509B2F64B973873EAD212DC2C065B11B21C26A068C3A96B98B8DCECEC71212A0B622621BA5A664C7D9E3EA6E
System.ComponentModel.Primitives.dll
md5: CE4573F3F2FD84912E6D2F5192FE5934 | sha1: 38CFE12DC611CDB3ADCF82FF008AEF54FA3C2546 | sha256: 0F34625F5E577885887D316455203713DB8C15A3A775AA87F3B7899CC5AB1EA3 | sha512: 9316A0681F8682BC06A8D7BC4556F71FB219686778FF24A4D23B2E2064780255F443FDD2A168CE0F514DA59ADD359156A774FD5E6895EC2F345FDA26EF6AF623
System.ComponentModel.TypeConverter.dll
md5: A4683AE2078AE257A2A64CBFC15354EE | sha1: 8992FFE3A2FA053DB8A85F8342534512948C7617 | sha256: 79DC96FF23947FDF4428484B50F8BC957444F40D00E82A0D25EAD617E0503503 | sha512: 9C08A06A2A0C0AA82703EBE90609D612B1F07DCAB0DA49D89E676F69768763251CAFFCCBE142ABD324878CCEDC8B35E3F6F2F7BCC81FEF6921BD2EB9D3C9008E
System.Configuration.ConfigurationManager.dll
md5: C55CFA82C97E1D31F22D96D7FB122131 | sha1: A690E25A940E645E07D72A70A2716D178F32558E | sha256: 8634B521EDC66799B45CACD21D3D6786A205FDA5841328AA6B0330C4A51FDB11 | sha512: BCE38E90F577BFECF88B2682881698B6CC82CAD1C7F07EA8D862301985E87EA3C3C69DD05C58AC7A69EA6F396BF5E0FA8DA47F4BB714D7AAD0F4F2DCBD1789FB
System.Configuration.dll
md5: FE7FA1E08C086CACED3595648C0E85E3 | sha1: 5E64585C4019358273F890063D38BF86492D1575 | sha256: 64BF501DD478687E7115A8CE5115428AA1DCD983EF99653836E9B16EBCA5AD80 | sha512: E359861A384CE3A5D4E42FE39D359C7E9B7344057F3FD29832E5CF95E6AF7AB72A6F20B6E8A544992026F1DFB7FE186174A3AAA409F7C0830EABA9CA85695E5F
System.Console.dll
md5: 070EB77452745A0D0ED6FE518B2A0B13 | sha1: 38C0D28882104AE33B9AD6D933FD4C8B08787BAD | sha256: 1ECD09069217C4954BAD59E4256F6DFEAE0DBB1A0087FA6F463E40C807B45ACF | sha512: 763DE4B679F8C8A332BE4EDBB31DCC6A3930D51DA9DBA56E9A9D7F2B348C258052F07BEAC917580211982847023E7EC8A1FA50CD9251A4090F56612AE2C0AC22
System.Core.dll
md5: D709B6737502B3370412AE8C7C24E7E0 | sha1: 64D3928A98FC35B73DEB8F83DA8E25206D6C96AB | sha256: 3C5CE1A62D1E8D28AE705A174EEDDF6261041FA37CA08F966BD5F1BCB1395315 | sha512: 6E071B14F3C51C5800862EEEB72107C8CDD0C1FFD1ADE35D488F6E3214216A7064C54E7F00C43E5C207176845648E5CFCCE656F9E0D1CCC0F9741F479DBDA204
System.Data.Common.dll
md5: A7BE71452940557476DC52B299800FDF | sha1: CCF7521F512F35A602AA5984E6457D5A99B156A2 | sha256: CBAEE827745485AC5E17BF2F90F6CF4192A515BBDF34E78A2DA8BD67240C0066 | sha512: 98DE352B8FEACCFA0D33DC9E719490F975AA614D58E56C0B96E1FA8F5C4A3E0ABD43E743A36442ECBA27B90099CEB6CF33E3C2C7DADCC90F0C164F7896822494
System.Data.DataSetExtensions.dll
md5: 4BB906885315ACBAA31FE81FA82AD746 | sha1: 2B79A014D628D31898A3DFF19CFD042CC5DF0830 | sha256: E05AABC0706C74B4F375373BC60D3CA931F58EB57080C24419FB99CBA203F2A0 | sha512: 9C109F47F65A7136A77F8EBCDC8C41473E524605792E97CEE4A79774598DC30ADC33E30D17B27543ED32065DDCA4A3924C5310C054E839EEF01968A4A1F43FAA
System.Data.dll
md5: D02E80AFF3F375E541AC0817E6F12A1B | sha1: DEF847976220BE81338E04C25EEF3E48ED9D408E | sha256: 722BAAD4DB0FA74B8FB117D089727A228684C2987FA88B4BD49E4A41B885702F | sha512: 57191AD22188F8F0E1AB460BB383A9980E3B3FA07D4BCB60BD3838138670E553F3DB27BBF0EC2A23BCA67B1CFC4D66BEE9CD45723A3ECE3B136FC42D0399B0AD
System.Design.dll
md5: 3A338E4D9D083767B1866194DA4E0529 | sha1: B7028DF5728BA18692940C748A8352C3ACAA413D | sha256: 5B612E14F6BF0D7A6471F06666F62555148BBE0054E27C2D60C9056C49726A5A | sha512: 060AD494FD3824F6AE19137AB45FEA67AB940C984A61DB845B01997A05429D2314E0DF1019308F5033DBFD7EA86BB43807B36E8A4D12B8DADDE74FA468188046
System.Diagnostics.Contracts.dll
md5: 5D3E950E70BA4AD8B8321587135FAD6A | sha1: CD41C43A6177A3F39BBD64A442E47EBA80448691 | sha256: 9DDB6D5C9836EC8DAD198E6DC342C7B9B2BDC09391B1D4764FC642D5D5A46547 | sha512: EF8803337A30E7FBB324C084B7A05C6E2A1A1518F6F12EE663AB33AED10235DB8FE94B6AE10293F2E54D315A2ED4F8260A97CF10E14515FE8DBEC1CFEFBC1C3C
System.Diagnostics.Debug.dll
md5: 3E0063469D7173C926E5F657CAFF7DC6 | sha1: 4B2D8FA5640612B74F5553D5D512BF8A6F0DAF0C | sha256: 0CFF339BD4038A6074DA137DC86FA06D140FFE97D25A58711179C2794AF6EA93 | sha512: 71131125361BD0EE3EEE1666C54F55DC0BB4E7DE069DCB147EC8FB346000623BB4F5F006337D920AE2F92A1B978AC4208F4A92DEAFDE857A5869EAE538D9052B
System.Diagnostics.DiagnosticSource.dll
md5: 8F0BC6C60AAE453F161A226BEA954A4F | sha1: 2415064590A6ACA820A085BAAB6493A08984A3E3 | sha256: 9236A1CA155CC44EFD4E4211AE51F08A89FCF4FD515E936D9DFFD049D1C553CE | sha512: 560ED40DCCD55D2A62DA9C07CF52CD4103274E2B370D243E81AD4D5CFFAD2286056F7888FBC8FE916541080A0B871799B80D2C1815A0B9134D9B3039A117A0EB
System.Diagnostics.EventLog.dll
md5: 86DAB0EA0250BC72A8526B232DE932FA | sha1: F800855F9C938FB49E150A834B8058F79C37ADDE | sha256: D9E9E56FEAE5B50BDC467898F7F967CB3F2E308E5BD4FE47BB34A8FE7278E30B | sha512: 6A2EFDA5A617CE6DDA99C534E7439CB208797C063651009D31AE89A71E71C882B959A5A68456E95FC57300B22E7D89980EE67CA9AA0CA04A0A76F82CB9C63FBC
System.Diagnostics.FileVersionInfo.dll
md5: 14B38F98100AB31406A229016BA85FF6 | sha1: 436CEAFB31CDB72A09B5A1C35F166641225375EC | sha256: 9B0AE20433F7EA21E3B2FE19C4A551865AFDD663ACBF84AE08EFCB3F1D9537C4 | sha512: E02D49A36A10945BFBF534967AD52225956542031EC9BE85B4013CFEF6D10E6CEAAC4A829429D71D2C53503DF96A625578128A52919500190CDA2A748B1ABDC8
System.Diagnostics.PerformanceCounter.dll
md5: 98F3C56EFB220BFF835467B05204ED44 | sha1: 798A64C73B21F269148A9354F54AC96C17EF45C3 | sha256: 9726AF5ABC5DD524225ED45F334C45237F61D2E56C2CA672E723144FEBF8A5E2 | sha512: 6659C81D06977F63FFE9376D7CFA5A67675616ECA702786E012D1F74F40DB9B850348D74DCF1DA9DAF7A61B7E40DBF928623D575EAD804E1E41CCFB5B0B8BA71
System.Diagnostics.Process.dll
md5: 7E049D088A80AD1133DCB1420BDFDBB2 | sha1: 6F81083C3AC10F4AA2FCA93DA55BC595F53F334A | sha256: 9398E376E74EAC38F3CD872FE84CEF061A38B02B5E98FCD4D9BEE3517C702B75 | sha512: 650289AD53DD66B0C8D113E9AD20C2C878ADB90A550BDB2AE97EE7405F34AA8B0746059953672B2C49BBB84B94703EA0F8F0313BC8EA70A17726DE7196DAF8C5
System.Diagnostics.StackTrace.dll
md5: A3206287FA7437B68FB7E4886793516B | sha1: F542C8CD9C1D4D8D897660A2F17B05D781AD601C | sha256: 1FF1613D40955E463C5397B1122B151B21DD7C59031D404C8775DADB0B01866E | sha512: F779C00C4BE8A6997D72C373864BBFFC62194DEE39FFE2D982B1F780266DA867B6C94C503578449329F0440B0FFE2F7A86484D24FB14DC530462FDAF3D023C7A
System.Diagnostics.TextWriterTraceListener.dll
md5: 43B0B421E360125142C977B95B17243C | sha1: 52D5C6E0BF6B1662459CB76ADB7779E19E5AC26F | sha256: 591545148A001DA2D97AF70B3A290B0880D478008703A56787F6654CCF357CA3 | sha512: 70E43ABF002289249B51FD70229EB168B2D9D00EDD95517D7DBFA316D4B681A7B4A4BCBEEEBF99AA8CA2D8084CADEF43857CE626797A5A4F62C90BA4C543D7C8
System.Diagnostics.Tools.dll
md5: 7E2308B6A5978D139E42CD01CB1ACD93 | sha1: E8AF4FC1B183DAB13422F2C5401449A0F3608161 | sha256: CC694F64EF9AAFD3607A098E7656A20AE10707C356DB4B3A18FA28007913DE29 | sha512: 28AB389260B1AB86AD38267FC1348BCE94A6B5A3D6DE1378AC5E64DD4D330BC717215778AA2062A2AB179D6049EDD66E62ABC23BA72A0A9049CB4E694E56BDDF
System.Diagnostics.TraceSource.dll
md5: 34AD0DD67A95C37BD249966EF5C22939 | sha1: 1C291FAD51DFD443A7CA095762763DD95E249BD4 | sha256: BFD4128CAB937602EBF24FA5AA320D4C59299138E29EFEA58B26A97F867ED21E | sha512: A2520E1B323215C1E883BCDA58AD381205F7EE8C1193C0D9918C848902638907D955A51E5C8E33D8F148B25453E1DE87795E63CD2D759EF541F8BA1E657237BC
System.Diagnostics.Tracing.dll
md5: AC49CC7A5827C9D70AC86CBC4B052A29 | sha1: 3833A95A2A0015D817A124B3F0811B61A8F9498C | sha256: F2E8CE65EA4CEB3734D3AC4881165D6131DE92A32EDB1DD09DC7DEB8D6E79604 | sha512: 814981EEF3B3174B47FFD1DD181DFE521C76E61BAFC3D6E3B8D99B5886050F8FB2FB8F162C2CE2D605506CC5646ADC3A2D90AEB2B807D237A75E923E3FDCA568
System.DirectoryServices.dll
md5: 1DAE13A37DDD6CD849BDEC0DB96E77C2 | sha1: C9A8C27B92D2B8C4660B7556319F724F14A27976 | sha256: 22DC86B581F6CE78411541317DDFD15D1266FE092F8E516D1046C8A9DA4191D3 | sha512: 8FA6EA412CDBD510ECEE4F12348A1194C0AB3432BE2D27D77B5C75A7D42016BB2F87C84A04861EFA0547DEA984DDE9CED1A3DE034FC68F762D5EF923A498D9C7
System.dll
md5: 164D52C385FDDE0E6890C264F025BD70 | sha1: 96869B4419D8E93D456BE74CCD0401E132BC56BF | sha256: A3A3388ECEF8FDFB10DFF3F462FECF3B4283577425D104A189166C9135615BC6 | sha512: 9EB716E46771F72D4B0652E465C338C42A5F68F641406E84F1B328439BF39177B540690A9E8F83F5D758C0E0335D7A633C0D9B3EDCB4FDA8A6E8C41F011248C8
System.Drawing.Common.dll
md5: 227662A04103EC47121FF8C1148AD095 | sha1: 131961ECEE4D07136A8CFBAC843AFE63D366B383 | sha256: 2C82DFAC8BDBC4D7302C4070E6699291E35A5F22257717364B411F248E82B2FE | sha512: 8349080D3A40962F9E783A7723763088CFF5ED1E37E2270F9356DC08EC1479D442E1EF776CC8CCA6095AB88CB712671F793BE0FF33FC286AF4B5B8673716E1A5
System.Drawing.Design.dll
md5: AE2B1332ED7CCADFDE65F14CB451C0D8 | sha1: 6BB5E4BF3F3A93C996B1B7FC6EBCE6E091FC621A | sha256: 7B682636D96A683CC88230D793EDF02DB03CA17BF7600761F427FD4075CE5EA6 | sha512: 8D9A3B025AA4935FD1E48E5C91852808BB35C359C091D9692AC5F5827855AE689FD1C6B935D3981AC6F9D8BACB55CBCE1BFF55B98594744DCA7647F12DB1A28C
System.Drawing.dll
md5: 168F709EAF503BF024A0184FBA9B53C4 | sha1: 3402E0FE43BBE49F8891E7BBC83F97718C8DEF87 | sha256: 2A0B858434D100AC602C0EB31B696A9EBACD1FC3C438521EF65125262320A4FC | sha512: 1C5FB9FD41750EBF71271100E1B34F31C636BB3FD718DDAB01E2C89D72D822C60E8A718B2D6414B4D3C3707A92356A17F745A9241BE02A075BFE19A3A8C4578C
System.Drawing.Primitives.dll
md5: 747502A976806ED4DF71AA16D739D6D8 | sha1: 7DE525C3F0719BDCD271F367371CC07A0284E202 | sha256: BC623A48152D3222AFB564367A82506584CE1B25BABFA8A851BA999BA08A8D77 | sha512: 63A4E72252D2A7AC75714019D695E4A8A1F875176C7ACA4362F1F90D41028042AD63D3577F9967F311293C4AC0F90F29A16344F3FB3733BC9C46B32F6287CFA0
System.Dynamic.Runtime.dll
md5: 4778F4910849946FDDFB7013ECC0FF3E | sha1: A6D8981CD4A6D6D753DAB2AD926D4E522C9C89D9 | sha256: DDFC94DC1C0572A56B41934DB3D781B6AEC719AED0920E8A394A9A0BEC8C3AAD | sha512: 0368BB2C1F24FCD10D741E3C69378A629769D746D36A75397FAA4FC4560D6094CC856A976CFAB1C2462F14316FC2268C234F14EB8C20242D9A3AE7CC59754A7A
System.Globalization.Calendars.dll
md5: C7D00D3EAC48AE75F59D3641693F5F0E | sha1: 6492214D7AE575A153B38D28CF5904E08B00321A | sha256: D67609D175D72316DA60CCB1F3A30D84481C945897272A66F1A9FFBCD6D4E506 | sha512: 37C2C4ABB335B34EDEA2FCAF05096DE98E015ACFC69F26B528701EBC5F3209F67E26A68D6B9CF0D8D25277ADD663238785EAA0678F8DB9C1E087AA5722FB2BD1
System.Globalization.dll
md5: 44AFE1D21A8EAC8FFD18DD14579D07E0 | sha1: 58E193CFB9757E130A3529A32D5678C257C3EAD5 | sha256: AE80177FA3A62B584E6EF661CC8580D218ED741439311BEA9DFEEA4E6768C928 | sha512: 9A9D22EAAB654316638D27E59715AB0515E6B843BBCB517E552163E2E45F60350ECC6612417803BADAC9D99DA67202E5E374DDEF9E662EC89ED5C56F87FAFF8C
System.Globalization.Extensions.dll
md5: 084C60241AD23FE4FD564EC7866AF9D9 | sha1: 2C8D877336FEFFAB090EEEB17F8BC9260C4CEF52 | sha256: 6617D73D7E8D19391E86E2A6CA4A8CD4DF4FEF9583126FCA6F4432B7F552B8BE | sha512: C21A3ADEC1B40E8F15E8ADAC4D94F679FCF0D4144A518D5A46E52C4C2E1FE9970FF0B9233ABC1063608CBB26D0B9FA327B81A0AABB8FAF92C4D1B727F16048DA
System.IO.Compression.Brotli.dll
md5: DC9FC773AC8F660A48EDCF724A96BFE5 | sha1: A12450D7D1B2573E4B13D0B6BEADB3B50B5068BE | sha256: 5F624F9B64D51B743F4D7210B24CB6C8F6FBC820B2102888C95B3A24CC371DA7 | sha512: D16FE3BB81C86788841D5B5BDCFE957F7A00CE8787589E6D7A3C19BECAA465066BCE2D7B6C29504E4EDAF56A2A48C198F336318678417299D1573EE28DA4C439
System.IO.Compression.dll
md5: 543F58DF43F68D3DB33295611394CB85 | sha1: 59CF8708A22186CF54AF0BE485291334DD7DCA25 | sha256: 0A990B5180C437620919FD336B1DB6EB25F1F7280E4532FEC89C03FA36AB38AC | sha512: 07C3C73C4DE51AB1FB373BF65D73A92AEE470F4B441087765296EAB3B9BC44E449A43CAEDB6B90021D9F9B187F46D76AC2ABC22F5DE8770F4576C06623F911AA
System.IO.Compression.FileSystem.dll
md5: 75265181931CF8FCF1C4806F75247639 | sha1: 134DB03C7892ADA819F20EA1AE4722941D70F4EB | sha256: 81D457464BB3C460D3CA2712FCEB80147C12532105A26CF080E3752E78726559 | sha512: 0EC03B35823EADB5459BC5760E23789767258F5053CF8DE4CDEE6CD82DC5DD2D24972944C9E75917CAD1FE34AD64005209D9BCB5582A270D6055F212A84D140C
System.IO.Compression.ZipFile.dll
md5: 79C1AA337D2F7CA8746337F26A2FF0D2 | sha1: CF69E40E65F9AB47C34FD81C85229C3374A3E677 | sha256: 6A13D668AD1FCF58A67C4F746ACF074F40DDC2FD06F0B81D55B65F44E39C7016 | sha512: 10EFB374AFA2FC9ACDD7C7B212EE4648EAC8338FB2F9837E11C4BD367EC5FB1F2A89AC9BE5A9624E2C89D4131E012DCDA49E045C59D30D555E1D46EFA80F62EB
System.IO.dll
md5: 8A186C09D5CB13B39AE937B7196900BA | sha1: 18A00433DF9F18E787860BBB0FADE39C2AF339AA | sha256: 9DAEBC7C77406A3CEFCB30E70AC9C574DEB7240B2CA791A6F7354BFFAA7226DF | sha512: 977747F81B30FC98AA1EA64554DAD88121047EF2A4774B7D0FE3D460482D4DF4CF8DB48A604AF8C23E0772564614BD3C85F397E93CA4AE9BFEB5B017D6469451
System.IO.FileSystem.AccessControl.dll
md5: D7E23BF3479110ED8FA007BE6E2C0502 | sha1: AA5C11705DAE60E3421DF422679C19B093FE3E7E | sha256: 225A1916614A9C59EDECDC219545F9DDA01BF1A1C0EE5DEFA938A1705550DA18 | sha512: 31439CC2DEA30C37E7063A10880880F8282FDCE59903385C2894DDD796884824D324006A4D6EA7884D2CEAAE0E2C14134737DBA22CF5FDD05D132DC952C9C6C0
System.IO.FileSystem.dll
md5: 3E91B2D29632B16F0757047544E8104C | sha1: 2FDB39E3A1D2883A94482BB567B9A1C0DA76D38E | sha256: 62D1199097FB7B1B0DAF8338E8BF13127389E2D0EEC0A9247DAA8B42035228F7 | sha512: F19324764E4CD4E9611A3CBA21B38BCDDC5FCA44A5C2EE3F664CE934AF20575265385463DF3DE3C90272A435E0AB046DE49133B2396DC645976CE4B6F9A277A8
System.IO.FileSystem.DriveInfo.dll
md5: 0388D8DE18AE3774637C0C26FB3C9EE1 | sha1: 44E32589DC76A682FBAEBEE39018699D03CEB2C5 | sha256: 68D8CCE1E0FBA5B9DA71E230359666BFF1FF0D372D43D9DE6648015F4D8C3E38 | sha512: ABA53F5AF13B75CCDA3F70900C5ABF1E3DADAA7AB1507E0B3C2C55EB633507A7CD8A66C2E45C3ECA6192900EC105867B0E8ED3CEB755AC651E02D3B565BA4F25
System.IO.FileSystem.Primitives.dll
md5: 67E0BE212340929AF80FDD36E3BB0CDD | sha1: CD14C8769D929284BB250A16451B3112756182B8 | sha256: 8E63C1F290803DE35FB03E76291A1B3F70AF9682F7CCAF6242AF6F39DADD5B1A | sha512: 180056BE2958B135E8EAA22D6749F5A706168958E745A8265E1A4254A868B7D053D5E0C501EE6C7FD5EEEE11D59950E288D35C71BDB8FC2291D292B22BA41616
System.IO.FileSystem.Watcher.dll
md5: 41EC4AEFDB14A3D594712C94E0B0DA0E | sha1: 9663150912483A479C73F6184D5927B832582D0C | sha256: 0FB4B3240A157538C18286BBF6622026E5F10CDD14093B24AA0BAAB153B1DB5F | sha512: 179F15360ECB04745F4D9B768A97A7AA0DEF716672469EF1BDDD675ED5DEA37099FA88BF363CE4143C857811088BCB86499B799B456F365CDE0538E96C5320B4
System.IO.IsolatedStorage.dll
md5: 8EC07BFCA12997085CAE6B41513AD267 | sha1: D6CCCF9C7E07F74902ADE19FA7B383EE606078D8 | sha256: 8049C549F3719D8B94AAC95DB5FEC3C7EF308C12B7C0A261DD632BB2A00F97EC | sha512: 0E2A0B34CE8302D518C3C59E5FD5B69C25239AFE5C79A5C14B62B86C945705DC34A1512245EA87E7D29999F6A485EC737C8A480932B667BF8097C9F11AD12A80
System.IO.MemoryMappedFiles.dll
md5: C8F51B021282CC573AB9036AF2125FA0 | sha1: 3E59BA6C8290B5D112384F5EC334D646F6202B63 | sha256: A075D6D4F05EC67405C856D47E17CF66F9C67DE741BC61B1C7ECD67F74099EF5 | sha512: 38C0D72759D2056B138A94A13212D6EAF1AFE98689B2C5BBF9C2271C59A69600EDED9488893A898FB21D784426797D54C463E39E7C18ACE9B26716F4B7377375
System.IO.Packaging.dll
md5: 0750FC67B07AB1D6F1C077525CCAC7BD | sha1: 906F21045487DB8E058258AC67C861134636D55E | sha256: 2C07DE55FBE4B1CBE2C32BC588BF794D8747890845279B293095737A10D06BB7 | sha512: 26A756258190C3120258CD8D53A4C2BBD865C3EBE989A2FC5151C7295BBBD29813DBB7280B05DE340915D884C4BB33C7B8B3D066DEBA8B213F89B5A07B150F4A
System.IO.Pipes.AccessControl.dll
md5: 36CFB1FFB579CD00963A36DA1788E8A3 | sha1: ED6EB1B7E9A9802E7533A2742D8EEDED20836DC8 | sha256: 6DD21CA8C39B08F4F6A0945E62696FDCCB28F068EF18CD0514CA7B50647E2A57 | sha512: B7E1DE7DD7B8CBA7E1D91D83AB7185FAEB7C6414962C14C9493ECCEEBE4CD3CE154EAAC4ED81CE703374A47405158D1D4CCD682072F7A73F1C3CA7B032433DC2
System.IO.Pipes.dll
md5: 407B5EE2CD29265D9919FD60A53AC8E3 | sha1: 7CE4387267A4B1760F3F5FF702D750237C1169E9 | sha256: E9A3AEAA629899F6A89ED931F9BC9812692F05BC598A4DAE773BC10369BC0D58 | sha512: 6F87DC60BB9CA4386B98468D8C3A7D666FAF17F63D5C08C3AB513B6B21D5E27D21F97C1CB497A81140AECC2E6E1C23A06960B43BC4FBE4327C7A75572BA90182
System.IO.UnmanagedMemoryStream.dll
md5: 6BDECFEA3E1B750F91FEF35C43AB5976 | sha1: 29225927C1F48C88C0DA73CB4B8898482E6C00F7 | sha256: 7E3BC143375D4F7435F111D3C44BEEB1C705B727C5429FB4AC9CA1C9A9EF00CE | sha512: 8691A2AA0A79B78D98278EC7D6CCB37DE2556335282C347164F68D8D701B897BD7D73402A739F108C4C6212BE8A982D1A034DFCDF8F3C6EE16DEF7FEF6E1EA36
System.Linq.dll
md5: 86C677B9FFAF5F69B09E40CC716069D8 | sha1: 4C6154B4F7BA47BD7F54961FE5023A1721356DBF | sha256: BE01FF9F23050D202EB81959F8D61B59BEBA41A7BCADB83CCAAEDE2C1DC4D703 | sha512: 5F32B9807A263C6771D7352F8044DB1AF8B5C97DDE58D207578BADA1506C1D06AC59854DFA028CF9611E360B09CF8A526EE01B3C8CB48AECE6C4BD01F25A0F0C
System.Linq.Expressions.dll
md5: F2EB0E624FE76D243DBC315C53E06FFD | sha1: D172B3B2D2FD1D7C7356F3B9DCC74C725E4FDA70 | sha256: 13E620297DB0ABD1986EE48F39428DD68302DB422EE92484E1001310189883FD | sha512: B53F75F1BE226521512AABC3A59851AF733EE844595EE478A7F075EECAB945D2C17787CF10005197EC460B9324CBE150AB85C57D5677D91666081E8D63BEE0B2
System.Linq.Parallel.dll
md5: B5509D698BC62E4BDB2F691FE09EFBBC | sha1: EF2172F99742AD13941203CBE49E2F41D6CC3BD6 | sha256: 16C50B55E420AE8AF92F905746E24E1DDC0E995D10A64F6734E5AC4A45F72CC1 | sha512: DF0B24763670D1C6D86CF923B53899F5AF81C141D253158FA8D0B6028C50C79CA25AE1BDF91F695F4165900A9D6D8D19BEE9CB91B5872CF6B5FEE2FB70955B85
System.Linq.Queryable.dll
md5: 2702EC33EF8A3C1F83F787E380903E65 | sha1: 21ECC56904B073ACE2D95610721D780C6E57334D | sha256: 7D528E251656589AEAC0ABE5803D2500B2CCAC9DA62FE824F239AA1A9D7408D0 | sha512: AA80E0919D6B2C81805A54B9C47E75F1066C9A82D9B95320E6079D5F47281BD3A8C23E52A7B42E398C41A586DE174535042EDF7EFE2372D08A6246F183C86D61
System.Memory.dll
md5: 4D05449C1568D90A487DA09D6AFCEDD6 | sha1: C55FBEE7DF36BF2FC0E7E0068F35BAE6CD5503E5 | sha256: AFB45ED85508AB816DF4B2604BDE9DF3C60864029A805B1BB2BE2FFBBFD77B06 | sha512: 1970AC830ADD6B1CE8545C1E67D4C90D6377F744F19BE973ED7966D7B8520406478373A39779B21303A6CFBC1DEA207D98432424DC03E709E6C48440928772D3
System.Net.dll
md5: EC6FD6CADD5AC3DF9AF88C0A739EE492 | sha1: 2EBAFF57CE869C8728884C30CE29CF39D38A36DA | sha256: B3E67B4645B955546A081357744BCDB9C4F7A96A41DD8131A64E4D77FDD1B9E7 | sha512: B2DA710995E128E12270537B06423F27A959C9463A4A3055DB697BF2253E099AA9ED239C9763ED61A4674B589E0C6271FAEFAC3F861F6AB549253E39DAD7CF58
System.Net.Http.dll
md5: B29A878D6B67ED3C50D3CD7787DB7DB7 | sha1: 58E31317F1A0BE48E44F7DBB4DBB0AE5EF35BEA0 | sha256: 697430B2B1C477A21AD7BA9E9EE45559C8B62881F299947DF970CE28F682945F | sha512: 3ABF58B75ADE9B5E9E12AED6568C64C36AEDBF111EB130DC577B164F67EB04961D57B146F202F9B69C5D739C18DA267B081787FC818871F7BB3D54000745DA9A
System.Net.HttpListener.dll
md5: E03094D361986B62D12E35E37F8B8511 | sha1: B43EA1BDD561226652C8D1F75DCD4F7EF7D76A5B | sha256: CB2AEA7F95EF531F5A0BC13436FDAD9635254C6D52CE79DB456619D5A483DF70 | sha512: 67449730BED0CFD246D19AD173FF3085034CED6EA52A4375E60034557553B2D8A7D6B4521EA7AE74CF596C411756C6DB7B53B9C07D3F2F43CE21CF488A2F04B5
System.Net.Mail.dll
md5: 022E167922AB35B441DF5BD68AF06CE9 | sha1: D1ADC6AF644DCED187249BC3F5EBE2359A6957B0 | sha256: 2E239B40746CDFFC0452C0BE22F3ECFB8EFE7D326C21AA12A6BF0C7F08B7817C | sha512: B7D9C69F1872CF4841D3E872C0AC29C685CC7FECD112F8EE79E8DCC1AFA4AD02A512A918F357AB2D13F6E4D9E282EB5EDBC212C7D691825603CBBBECAD55D241
System.Net.NameResolution.dll
md5: 8301DF7E1461E4C9E8ED8459E24B1CE1 | sha1: 7AE52E955923AE2370BEAFF56910F71682666B1A | sha256: 2C2A3127F207D46BC05A676EA6E7C07594FE5AB6C87CDC483253DE991D20398B | sha512: 143DE5B169BA3464D8BA94887FFD72C8BED104982C9D6C5488044C05237FA2D9CC66362819798E2784D3D4405EB6898BFD2EBCB4C0ECFD574D96B2FEE63998BE
System.Net.NetworkInformation.dll
md5: 9CE841BCCD681F07C7B3D25D76959F61 | sha1: B99A15125E1D1EE8C0D38D7CF0FAFA20D771953C | sha256: 9A04D4F5D1267087DBFACC2C4803B8B127BE7F0E730499E9ADAD30F5940EF5BD | sha512: D622E0666FFA57AA71B4E9D246037CB802A34C93B082B0D3E74620DE9208540E98D2D5BC446B4EAA72A1F550FB0FC714C36C449F86EF1F2FE2FFF27BDE1D5606
System.Net.Ping.dll
md5: 29424D98BF36555B61F347CEC2720B8F | sha1: 979A6FDE9AF131FB93CF632D3514C37EEBDA1C2C | sha256: BC6ABD167A204836FD5039E1B26F1C802B1CCAC3FC39FC03916428AA3B6F18ED | sha512: 2A947AAD078F242313BABC2D969468D5AC4F2527A4EDE5ACB73ED4DD5251B1CB1DA46425567A2A3D1FCE37644A4141BA5B9CC5698E2FB27F52E7A67DC5838DFC
System.Net.Primitives.dll
md5: DE9FAF5D87D791289256348ACD5DD175 | sha1: E8B50AC2708D67D2F396D372F5BAAB36221BDD31 | sha256: D17D7603C3C00124D607D12E4DE5E1EDDDB87D25AF96D2F2BD293397D6605536 | sha512: C4A4114BA3372054D2D5454D6F51AD9338691014A88D848A3EF4654A29FF3798614FB5FEC1D5D021B33FC14464B59412E05DF61C6A711110921C13C5A3FFB366
System.Net.Requests.dll
md5: C841D1C9674CDFBC5E11771BA1903C0A | sha1: D6E8AD87918D051C2CF543B37268C03926299887 | sha256: E0E8942F0CBAF6AAAEDF2760CC30C1C7FBBBB61EB8BCFC55284E8F19BFEAEC2F | sha512: 31FD592C2E1947B29DCFCE373A68D7894D15268C8D5FD29D7388695354623749C5CC82A64CDDEC2090D1839562AD5B6FF303321052D85E38766B0483B8F3DF03
System.Net.Security.dll
md5: CEB51427883E732A4E6450290E2F51F9 | sha1: 0B5B1C8B79AF6667E573B323A899730DB887E3E4 | sha256: 3FF65CAE0702E5F2E2C79687DD345B86559E3EFC2A4E82D7BC31F199B7E6CF07 | sha512: 46F57FEE0352D338B09261CCF733550B5EB0CA8C9EADF529C3AF6807EE4CFB26FC0DF7310487776A11E32355B946E3F75FE8FCFACFF24BDB2EAA6F29B5F692A4
System.Net.ServicePoint.dll
md5: E5173C6A3E61AA81E396BBDF3E57DFAF | sha1: 06FA28A043E50FFF2EC063782282BE82F4C3F547 | sha256: A598EAE6AC2943F13E3F19805C73CA6678BB4F8140414D7A0612661135AD5378 | sha512: 2D8B539ED1FB14E5F1F6C318E2E8281FD0EE07127782CF52019D14EFA0CA150144E2EF9A4A40FA6DF3C6DC660ACAE0CB28CDC64D7936E3F0C601C9A362AD5215
System.Net.Sockets.dll
md5: F61325ABE023A0E026E5CACA4FE53693 | sha1: C6B6DB35FA06B76E20A482D5269E158EE1C18B5C | sha256: 561DE011E02E69E66CDBF2560BD1870BA53974CC2CB34BF1F17D09940F466CFD | sha512: 0D29E5A12C14FC8B8CDC53E42611F958E4755B660CFCF32BA90F4F4BD5CAE03E601005B9CC601B01C010FD6C1B84AED7619CB91ED66B935E2171F666D92B990A
System.Net.WebClient.dll
md5: EAEED265C478376D39CA62BE36AAD2A4 | sha1: E673225869C3FBFD4F50174DB7E8B6086A226022 | sha256: 9A8391F80C5FAB9F9292BA1BA94A4F372836BED6CF1E7C41972037458E258AB1 | sha512: EBD0015FCB3CD335965752861733AE87A71716981BB4472652EB603F507E5DFF5C7397DE71EE36B81D0959F66D0C2C23F7FF0E4C2926F6B83F9B296470DC0460
System.Net.WebHeaderCollection.dll
md5: C4A3A6D6CEBB3313B3C6B49A4D4E3D2C | sha1: 28444FDB78148E7DDBB86D3B3D5E7AE910EE684B | sha256: 5A2BD17FBBE74895E96803E7F6B5C86AE6C7E1D4AAD51235DAB004A87F2D4BBB | sha512: 315532CA7893C484B854139627C81FFCDBB754C78DB81882992258C27899E092ABC978E51AA42F15BBE976EADDB82E4D2AAC77C6D7D6BDEBDFD92A5820C98E40
System.Net.WebProxy.dll
md5: 90BA8E83DF0BFE4D61EB1519FB64167B | sha1: 849BFFA31EB08D2B01F1539F567C4FB523B81BB4 | sha256: 5ADDD0FDDF75A780F44DB9D10BC80D2AC0D9C696C4D21D1E7FD324D3EE4A1698 | sha512: 7439D2EA332C346CA95CA906FA61FB1FA71442257F8E0FB6461396D5DB553250EC412212100393F4A89429C2587DD0A50BAA30447A680ECBC633BC38C9B52F05
System.Net.WebSockets.Client.dll
md5: 9C61645616B6D79EF5CEFB34A9A57279 | sha1: 5A7662D5DB8ED9CB1A48C77A151B2A1FFADAB01B | sha256: C4E67163D99D930B51D0289ACB36771BDCFD48361F32AA0087FEC37CEC7F2E49 | sha512: C4AD7839686ED703CC6E2E6BFFB1D21D7480ED2E8CF04A6AB78548916A27E317C08C8D72B7F0645AE96C1A77E8D9DA46279AC3E7D777E484202175D967C4CC2D
System.Net.WebSockets.dll
md5: A772788873963AEEA347E4CD36234584 | sha1: AA945B82BE9407EE9F76F4D0C78E7288EEEE3E69 | sha256: 95326B67659033E5ADBC8C69F0413DAE4E34FE5C0C39A9E3FC8B1D4DFFC7550D | sha512: 9564D50347814D93058159A4E0F461117359C7A95078A5A4F2DC25E9C9D8792B28163705892A36A0E7B011A3F02DDB03EFCB50FA9D5614AB0E59D2B75F0F27B5
System.Numerics.dll
md5: D679A0511122DD26824FE1342D5435C7 | sha1: 084A93A35ABA93B02B60339C7F50D59BE163B556 | sha256: 9096CD3851EF39C3441BE4FF0C70F70EE66DB8DC8C49AFB41988C84B0695D2F2 | sha512: E04544FA7BAD03ACB9464AF9852729CBBFF127FE5A8B9EE5C5261464ABF6FE1AEC55CBD40A7C274D85738FBA8B7C0150B37983854BA942220DCF7650A788AF6F
System.Numerics.Vectors.dll
md5: 333EBEFEFC1B86D22554A1DBA8605D6D | sha1: 63E5027EEC950C9EB3B28EF09F41459A9BDE5092 | sha256: 943702D35ECFB1B3E8CF46D36600924F4F90B7F53BA8A4C9F5B74C6E22BCF3AA | sha512: 513809DBEFA2F95A53E51A9574711407CB9A3934E7C48A30DD1576A5F4C2874E0CCCDE43552FA5C1D99D7EE25BAD701B1CED30D7A3EBC5AC8CC388B97912CA06
System.ObjectModel.dll
md5: 4C8DE286BF1C9D5DAF2CFFB8368A4C50 | sha1: 9ED9C396DE53296DAAE326579C2C33927951DA90 | sha256: C8B6BF36E164B2C7232CE895F33A462BAA52D8F430C0246885E5A8DBC7AA5BD5 | sha512: F66BF26299F7763411F8DA6C2CE5AA368E52A525E989F40DE2D4FA7E3B104FEFA0E7473D68317E458CF8D3684A3CE2B3F362AD21C36C10557249EB124DD0E88F
System.Printing.dll
md5: DDA865A163E7135641A8E5D7F4C2615F | sha1: FD54C336858226CC1902170FA9B6945DCA22D9B6 | sha256: 48E330CF1C1D28BD8C5EFD44B9E0865794BD26BAAC787B1124E024BF0CFAD1C5 | sha512: B6F94AA4420D620DD3F0E180BB5CE5D9EAFA38C5C45B2BCF825B6F0431094E85D4706C0307D6B71DCF3627F259333ECBB777E5734A75E61A9A6E9177D9F82B4D
System.Private.CoreLib.dll
md5: EE4623A8555029B6A263014ED35B06F2 | sha1: 40D81D9E842592F641F4C47C20070A4CDAA64BDF | sha256: 7805D51B647C5998410EC9390F723236C39B477C66207815A9ECB04CDF6F42AE | sha512: EABD4C8834408DF53FDD3BAB67C51662F5DC2ED2F2A8AFEE4F9DBDEC1B037C95BBE8D46FDDD2CCE1796A5F99BD887B5AEDFF89B3787A13551EFB55E33696B36F
System.Private.DataContractSerialization.dll
md5: 4E1B1C3C9F78CF6F04BBCE90E817D7FD | sha1: F65A1A8355E8CE5925E5DF06403C9E72CA0E3794 | sha256: EAA68E2A846718372EA98AE6102DC8C1B84C2E3B0CC64494ED31CFE4192CA670 | sha512: C48710DA9ECBBD6586BD6612E556201476923EF921F45A30187044588A7E635B5FB108000C0315EC56B6C9C10C7A67481344161E224BF0A51C24971727EFC942
System.Private.Uri.dll
md5: D6FF466CE00615F807C7BA7AE493A4BE | sha1: 0A337D4CC83211622954B9DDF55158DA772A1371 | sha256: 0102521F658AB730377FE7CEC0AD3BCEC560726F43AD0E7EE66B76010459DDCD | sha512: 5F55579D2737A3A200761C5DD9BC119B4EB166F1B5B96C9C09FF597D07E7B6B50669AD591A0065666E6E1B9DB18E5C1F2870F776EFE504EA120D87767A6026F1
System.Private.Xml.dll
md5: 144FA6C3EC809EF2478216F26BA5CDAD | sha1: FD77AA98FE55B2C768D9AE9FF52F728FEB4761B8 | sha256: 3BC0B36021BF87F79559AF348D00073D15D8145384D64411C8A254ECB8570C7D | sha512: E747A818419690E6A28F7A945DD68A73AF9B1B7A9C68783F4033F8E3C93EE8CD7EE3F01DE935BD99E0761A76DDEAF415E7DD06A35A0B5383868E19607C71A166
System.Private.Xml.Linq.dll
md5: 4BC398C1B72261BCB4096F6C32456CBF | sha1: 33A487B19E14F13E4575D9A7E195DA33722F7DBC | sha256: 678A45D74EBFB4CB6D320ADDB2806DE05621588F5596AF555301D6F234E13690 | sha512: E53301914209ECEDA51ABDCD1331B907A2D02E7A6030FBE496F0A9879ECF5BB75CA4560BE8D7869A4ACAC36CE54A8599DC41A359D5C48DF04D3881F7CE1FE61A
System.Reactive.dll
md5: 0C4EFD3A64F7871213B687206D2CCE40 | sha1: 64C62F889A49AE74ACBC4C1C632C06AE791766C1 | sha256: 37D023BF46C7AAD7C1C1F0819EEB09BEB61D139AD4CCF18F2FA38765AAD401A6 | sha512: B7ED116667D3602E9F065C09FC738C4D07C876C551802FD1A9A08E840E44D73DC40F5AB5786D224BD172FD54D00FD777757135A5A2E1CDD8C79B9BAA6F26546F
System.Reactive.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.Reactive</name>
    </assembly>
    <members>
        <member name="T:System.Reactive.AnonymousObservable`1">
            <summary>
            Class to create an <see cref="T:System.IObservable`1"/> instance from a delegate-based implementation of the <see cref="M:System.IObservable`1.Subscribe(System.IObserver{`0})"/> method.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.AnonymousObservable`1.#ctor(System.Func{System.IObserver{`0},System.IDisposable})">
            <summary>
            Creates an observable sequence object from the specified subscription function.
            </summary>
            <param name="subscribe"><see cref="M:System.IObservable`1.Subscribe(System.IObserver{`0})"/> method implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribe"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObservable`1.SubscribeCore(System.IObserver{`0})">
            <summary>
            Calls the subscription function that was supplied to the constructor.
            </summary>
            <param name="observer">Observer to send notifications to.</param>
            <returns>Disposable object representing an observer's subscription to the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.AnonymousObserver`1">
            <summary>
            Class to create an <see cref="T:System.IObserver`1"/> instance from delegate-based implementations of the On* methods.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/>, <see cref="M:System.IObserver`1.OnError(System.Exception)"/>, and <see cref="M:System.IObserver`1.OnCompleted"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onError">Observer's <see cref="M:System.IObserver`1.OnError(System.Exception)"/> action implementation.</param>
            <param name="onCompleted">Observer's <see cref="M:System.IObserver`1.OnCompleted"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0})">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> action.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action{System.Exception})">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> and <see cref="M:System.IObserver`1.OnError(System.Exception)"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onError">Observer's <see cref="M:System.IObserver`1.OnError(System.Exception)"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action)">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> and <see cref="M:System.IObserver`1.OnCompleted"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onCompleted">Observer's <see cref="M:System.IObserver`1.OnCompleted"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnNextCore(`0)">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnNext(`0)"/>.
            </summary>
            <param name="value">Next element in the sequence.</param>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnErrorCore(System.Exception)">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnError(System.Exception)"/>.
            </summary>
            <param name="error">The error that has occurred.</param>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnCompletedCore">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnCompleted"/>.
            </summary>
        </member>
        <member name="T:System.Reactive.AnonymousSafeObserver`1">
            <summary>
            This class fuses logic from ObserverBase, AnonymousObserver, and SafeObserver into one class. When an observer
            needs to be safeguarded, an instance of this type can be created by SafeObserver.Create when it detects its
            input is an AnonymousObserver, which is commonly used by end users when using the Subscribe extension methods
            that accept delegates for the On* handlers. By doing the fusion, we make the call stack depth shorter which
            helps debugging and some performance.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.AsyncLock">
            <summary>
            Asynchronous lock.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Wait(System.Action)">
            <summary>
            Queues the action for execution. If the caller acquires the lock and becomes the owner,
            the queue is processed. If the lock is already owned, the action is queued and will get
            processed by the owner.
            </summary>
            <param name="action">Action to queue for execution.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Wait``1(``0,System.Action{``0})">
            <summary>
            Queues the action for execution. If the caller acquires the lock and becomes the owner,
            the queue is processed. If the lock is already owned, the action is queued and will get
            processed by the owner.
            </summary>
            <param name="action">Action to queue for execution.</param>
            <param name="state">The state to pass to the action when it gets invoked under the lock.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <remarks>In case TState is a value type, this operation will involve boxing of <paramref name="state"/>.
            However, this is often an improvement over the allocation of a closure object and a delegate.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Dispose">
            <summary>
            Clears the work items in the queue and drops further work being queued.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ConcurrencyAbstractionLayer">
            <summary>
            (Infrastructure) Concurrency abstraction layer.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.ConcurrencyAbstractionLayer.Current">
            <summary>
            Gets the current CAL. If no CAL has been set yet, it will be initialized to the default.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IConcurrencyAbstractionLayer">
            <summary>
            (Infrastructure) Concurrency abstraction layer interface.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartTimer(System.Action{System.Object},System.Object,System.TimeSpan)">
            <summary>
            Queues a method for execution at the specified relative time.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
            <param name="dueTime">Time to execute the method on.</param>
            <returns>Disposable object that can be used to stop the timer.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartPeriodicTimer(System.Action,System.TimeSpan)">
            <summary>
            Queues a method for periodic execution based on the specified period.
            </summary>
            <param name="action">Method to execute; should be safe for reentrancy.</param>
            <param name="period">Period for running the method periodically.</param>
            <returns>Disposable object that can be used to stop the timer.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.QueueUserWorkItem(System.Action{System.Object},System.Object)">
            <summary>
            Queues a method for execution.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
            <returns>Disposable object that can be used to cancel the queued method.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.Sleep(System.TimeSpan)">
            <summary>
            Blocking sleep operation.
            </summary>
            <param name="timeout">Time to sleep.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.SupportsLongRunning">
            <summary>
            Gets whether long-running scheduling is supported.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartThread(System.Action{System.Object},System.Object)">
            <summary>
            Starts a new long-running thread.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.CurrentThreadScheduler">
            <summary>
            Represents an object that schedules units of work on the current thread.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.CurrentThread">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.Instance">
            <summary>
            Gets the singleton instance of the current thread scheduler.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.ScheduleRequired">
            <summary>
            Gets a value that indicates whether the caller must call a Schedule method.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.IsScheduleRequired">
            <summary>
            Gets a value that indicates whether the caller must call a Schedule method.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.CurrentThreadScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.DefaultScheduler">
            <summary>
            Represents an object that schedules units of work on the platform's default scheduler.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.Default">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.DefaultScheduler.Instance">
            <summary>
            Gets the singleton instance of the default scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; null otherwise.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.EventLoopScheduler">
            <summary>
            Represents an object that schedules units of work on a designated thread.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._counter">
            <summary>
            Counter for diagnostic purposes, to name the threads.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._threadFactory">
            <summary>
            Thread factory function.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._stopwatch">
            <summary>
            Stopwatch for timing free of absolute time dependencies.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._thread">
            <summary>
            Thread used by the event loop to run work items on. No work should be run on any other thread.
            If ExitIfEmpty is set, the thread can quit and a new thread will be created when new work is scheduled.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._gate">
            <summary>
            Gate to protect data structures, including the work queue and the ready list.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._evt">
            <summary>
            Semaphore to count requests to re-evaluate the queue, from either Schedule requests or when a timer
            expires and moves on to the next item in the queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._queue">
            <summary>
            Queue holding work items. Protected by the gate.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._readyList">
            <summary>
            Queue holding items that are ready to be run as soon as possible. Protected by the gate.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._nextItem">
            <summary>
            Work item that will be scheduled next. Used upon reevaluation of the queue to check whether the next
            item is still the same. If not, a new timer needs to be started (see below).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._nextTimer">
            <summary>
            Disposable that always holds the timer to dispatch the first element in the queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._disposed">
            <summary>
            Flag indicating whether the event loop should quit. When set, the event should be signaled as well to
            wake up the event loop thread, which will subsequently abandon all work.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.#ctor">
            <summary>
            Creates an object that schedules units of work on a designated thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.#ctor(System.Func{System.Threading.ThreadStart,System.Threading.Thread})">
            <summary>
            Creates an object that schedules units of work on a designated thread, using the specified factory to control thread creation options.
            </summary>
            <param name="threadFactory">Factory function for thread creation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="threadFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.EventLoopScheduler.ExitIfEmpty">
            <summary>
            Indicates whether the event loop thread is allowed to quit when no work is left. If new work
            is scheduled afterwards, a new event loop thread is created. This property is used by the
            NewThreadScheduler which uses an event loop for its recursive invocations.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ObjectDisposedException">The scheduler has been disposed and doesn't accept new work.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the designated thread.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
            <exception cref="T:System.ObjectDisposedException">The scheduler has been disposed and doesn't accept new work.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Dispose">
            <summary>
            Ends the thread associated with this scheduler. All remaining work in the scheduler queue is abandoned.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.EnsureThread">
            <summary>
            Ensures there is an event loop thread running. Should be called under the gate.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Run">
            <summary>
            Event loop scheduled on the designated event loop thread. The loop is suspended/resumed using the event
            which gets set by calls to Schedule, the next item timer, or calls to Dispose.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.HistoricalSchedulerBase">
            <summary>
            Base class for historical schedulers, which are virtual time schedulers that use <see cref="T:System.DateTimeOffset"/> for absolute time and <see cref="T:System.TimeSpan"/> for relative time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor">
            <summary>
            Creates a new historical scheduler with the minimum value of <see cref="T:System.DateTimeOffset"/> as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor(System.DateTimeOffset)">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial clock value.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor(System.DateTimeOffset,System.Collections.Generic.IComparer{System.DateTimeOffset})">
            <summary>
            Creates a new historical scheduler with the specified initial clock value and absolute time comparer.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.Add(System.DateTimeOffset,System.TimeSpan)">
            <summary>
            Adds a relative time value to an absolute time value.
            </summary>
            <param name="absolute">Absolute time value.</param>
            <param name="relative">Relative time value to add.</param>
            <returns>The resulting absolute time sum value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.ToDateTimeOffset(System.DateTimeOffset)">
            <summary>
            Converts the absolute time value to a <see cref="T:System.DateTimeOffset"/> value.
            </summary>
            <param name="absolute">Absolute time value to convert.</param>
            <returns>The corresponding <see cref="T:System.DateTimeOffset"/> value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.ToRelative(System.TimeSpan)">
            <summary>
            Converts the <see cref="T:System.TimeSpan"/> value to a relative time value.
            </summary>
            <param name="timeSpan"><see cref="T:System.TimeSpan"/> value to convert.</param>
            <returns>The corresponding relative time value.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.HistoricalScheduler">
            <summary>
            Provides a virtual time scheduler that uses <see cref="T:System.DateTimeOffset"/> for absolute time and <see cref="T:System.TimeSpan"/> for relative time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor">
            <summary>
            Creates a new historical scheduler with the minimum value of <see cref="T:System.DateTimeOffset"/> as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor(System.DateTimeOffset)">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor(System.DateTimeOffset,System.Collections.Generic.IComparer{System.DateTimeOffset})">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.ScheduleAbsolute``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ImmediateScheduler">
            <summary>
            Represents an object that schedules units of work to run immediately on the current thread.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.Immediate">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.ImmediateScheduler.Instance">
            <summary>
            Gets the singleton instance of the immediate scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ImmediateScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ImmediateScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.IScheduledItem`1">
            <summary>
            Represents a work item that has been scheduled.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
        </member>
        <member name="P:System.Reactive.Concurrency.IScheduledItem`1.DueTime">
            <summary>
            Gets the absolute time at which the item is due for invocation.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduledItem`1.Invoke">
            <summary>
            Invokes the work item.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IScheduler">
            <summary>
            Represents an object that schedules units of work.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.IScheduler.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.ISchedulerLongRunning">
            <summary>
            Scheduler with support for starting long-running tasks.
            This type of scheduler can be used to run loops more efficiently instead of using recursive scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ISchedulerLongRunning.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running piece of work.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <remarks>
            <para><b>Notes to implementers</b></para>
            The returned disposable object should not prevent the work from starting, but only set the cancellation flag passed to the specified action.
            </remarks>
        </member>
        <member name="T:System.Reactive.Concurrency.ISchedulerPeriodic">
            <summary>
            Scheduler with support for running periodic tasks.
            This type of scheduler can be used to run timers more efficiently instead of using recursive scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ISchedulerPeriodic.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.IStopwatch">
            <summary>
            Abstraction for a stopwatch to compute time relative to a starting point.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.IStopwatch.Elapsed">
            <summary>
            Gets the time elapsed since the stopwatch object was obtained.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IStopwatchProvider">
            <summary>
            Provider for <see cref="T:System.Reactive.Concurrency.IStopwatch"/> objects.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IStopwatchProvider.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler">
            <summary>
            Abstract base class for machine-local schedulers, using the local system clock for time-based operations.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.LocalScheduler.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
            <remarks>
            Platform-specific scheduler implementations should reimplement <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/>
            to provide a more efficient <see cref="T:System.Reactive.Concurrency.IStopwatch"/> implementation (if available).
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type. The base class implementation returns
            requested services for each scheduler interface implemented by the derived class. For
            more control over service discovery, derived types can override this method.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; <c>null</c> otherwise.</returns>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.Gate">
            <summary>
            Gate to protect local scheduler queues.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.StaticGate">
            <summary>
            Gate to protect queues and to synchronize scheduling decisions and system clock
            change management.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.LongTerm">
            <summary>
            Long term work queue. Contains work that's due beyond SHORTTERM, computed at the
            time of enqueueing.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.NextLongTermTimer">
            <summary>
            Disposable resource for the long term timer that will reevaluate and dispatch the
            first item in the long term queue. A serial disposable is used to make "dispose
            current and assign new" logic easier. The disposable itself is never disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._nextLongTermWorkItem">
            <summary>
            Item at the head of the long term queue for which the current long term timer is
            running. Used to detect changes in the queue and decide whether we should replace
            or can continue using the current timer (because no earlier long term work was
            added to the queue).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._shortTerm">
            <summary>
            Short term work queue. Contains work that's due soon, computed at the time of
            enqueueing or upon reevaluation of the long term queue causing migration of work
            items. This queue is kept in order to be able to relocate short term items back
            to the long term queue in case a system clock change occurs.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._shortTermWork">
            <summary>
            Set of disposable handles to all of the current short term work Schedule calls,
            allowing those to be cancelled upon a system clock change.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.ShortTerm">
            <summary>
            Threshold where an item is considered to be short term work or gets moved from
            long term to short term.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.MaxErrorRatio">
            <summary>
            Maximum error ratio for timer drift. We've seen machines with 10s drift on a
            daily basis, which is in the order 10E-4, so we allow for extra margin here.
            This value is used to calculate early arrival for the long term queue timer
            that will reevaluate work for the short term queue.
            
            Example:  -------------------------------...---------------------*-----$
                                                                             ^     ^
                                                                             |     |
                                                                           early  due
                                                                           0.999  1.0
                                                                           
            We also make the gap between early and due at least LONGTOSHORT so we have
            enough time to transition work to short term and as a courtesy to the
            destination scheduler to manage its queues etc.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.LongToShort">
            <summary>
            Minimum threshold for the long term timer to fire before the queue is reevaluated
            for short term work. This value is chosen to be less than SHORTTERM in order to
            ensure the timer fires and has work to transition to the short term queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.RetryShort">
            <summary>
            Threshold used to determine when a short term timer has fired too early compared
            to the absolute due time. This provides a last chance protection against early
            completion of scheduled work, which can happen in case of time adjustment in the
            operating system (cf. GetSystemTimeAdjustment).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.MaxSupportedTimer">
            <summary>
            Longest interval supported by timers in the BCL.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.#ctor">
            <summary>
            Creates a new local scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Enqueue``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Enqueues absolute time scheduled work in the timer queue or the short term work list.
            </summary>
            <param name="state">State to pass to the action.</param>
            <param name="dueTime">Absolute time to run the work on. The timer queue is responsible to execute the work close to the specified time, also accounting for system clock changes.</param>
            <param name="action">Action to run, potentially recursing into the scheduler.</param>
            <returns>Disposable object to prevent the work from running.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ScheduleShortTermWork(System.Reactive.Concurrency.LocalScheduler.WorkItem)">
            <summary>
            Schedule work that's due in the short term. This leads to relative scheduling calls to the
            underlying scheduler for short TimeSpan values. If the system clock changes in the meantime,
            the short term work is attempted to be cancelled and reevaluated.
            </summary>
            <param name="item">Work item to schedule in the short term. The caller is responsible to determine the work is indeed short term.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ExecuteNextShortTermWorkItem(System.Reactive.Concurrency.IScheduler,System.IDisposable)">
            <summary>
            Callback to process the next short term work item.
            </summary>
            <param name="scheduler">Recursive scheduler supplied by the underlying scheduler.</param>
            <param name="cancel">Disposable used to identify the work the timer was triggered for (see code for usage).</param>
            <returns>Empty disposable. Recursive work cancellation is wired through the original WorkItem.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ScheduleLongTermWork(System.Reactive.Concurrency.LocalScheduler.WorkItem)">
            <summary>
            Schedule work that's due on the long term. This leads to the work being queued up for
            eventual transitioning to the short term work list.
            </summary>
            <param name="item">Work item to schedule on the long term. The caller is responsible to determine the work is indeed long term.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.UpdateLongTermProcessingTimer">
            <summary>
            Updates the long term timer which is responsible to transition work from the head of the
            long term queue to the short term work list.
            </summary>
            <remarks>Should be called under the scheduler lock.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.EvaluateLongTermQueue">
            <summary>
            Evaluates the long term queue, transitioning short term work to the short term list,
            and adjusting the new long term processing timer accordingly.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.SystemClockChanged(System.Object,System.Reactive.PlatformServices.SystemClockChangedEventArgs)">
            <summary>
            Callback invoked when a system clock change is observed in order to adjust and reevaluate
            the internal scheduling queues.
            </summary>
            <param name="args">Currently not used.</param>
            <param name="sender">Currently not used.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler.WorkItem">
            <summary>
            Represents a work item in the absolute time scheduler.
            </summary>
            <remarks>
            This type is very similar to ScheduledItem, but we need a different Invoke signature to allow customization
            of the target scheduler (e.g. when called in a recursive scheduling context, see ExecuteNextShortTermWorkItem).
            </remarks>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler.WorkItem`1">
            <summary>
            Represents a work item that closes over scheduler invocation state. Subtyping is
            used to have a common type for the scheduler queues.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.NewThreadScheduler">
            <summary>
            Represents an object that schedules each unit of work on a separate thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.#ctor">
            <summary>
            Creates an object that schedules each unit of work on a separate thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.NewThreadScheduler.Default">
            <summary>
            Gets an instance of this scheduler that uses the default Thread constructor.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.#ctor(System.Func{System.Threading.ThreadStart,System.Threading.Thread})">
            <summary>
            Creates an object that schedules each unit of work on a separate thread.
            </summary>
            <param name="threadFactory">Factory function for thread creation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="threadFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new thread. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by creating a new thread that goes to sleep when work has been dispatched and wakes up again at the next periodic due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.ScheduledItem`1">
            <summary>
            Abstract base class for scheduled work items.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new scheduled work item to run at the specified time.
            </summary>
            <param name="dueTime">Absolute time at which the work item has to be executed.</param>
            <param name="comparer">Comparer used to compare work items based on their scheduled time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime">
            <summary>
            Gets the absolute time at which the item is due for invocation.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Invoke">
            <summary>
            Invokes the work item.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.InvokeCore">
            <summary>
            Implement this method to perform the work item invocation, returning a disposable object for deep cancellation.
            </summary>
            <returns>Disposable object used to cancel the work item and/or derived work items.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.CompareTo(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Compares the work item with another work item based on absolute time values.
            </summary>
            <param name="other">Work item to compare the current work item to.</param>
            <returns>Relative ordering between this and the specified work item.</returns>
            <remarks>The inequality operators are overloaded to provide results consistent with the <see cref="T:System.IComparable"/> implementation. Equality operators implement traditional reference equality semantics.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_LessThan(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due before a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is earlier than the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_LessThanOrEqual(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due before or at the same of a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is earlier than or simultaneous with the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_GreaterThan(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due after a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is later than the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_GreaterThanOrEqual(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due after or at the same time of a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is later than or simultaneous with the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_Equality(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> objects are equal.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> are equal; otherwise, <c>false</c>.</returns>
            <remarks>This operator does not provide results consistent with the IComparable implementation. Instead, it implements reference equality.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_Inequality(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> objects are inequal.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> are inequal; otherwise, <c>false</c>.</returns>
            <remarks>This operator does not provide results consistent with the IComparable implementation. Instead, it implements reference equality.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Equals(System.Object)">
            <summary>
            Determines whether a <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is equal to the specified object.
            </summary>
            <param name="obj">The object to compare to the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.</param>
            <returns><c>true</c> if the obj parameter is a <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object and is equal to the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <returns>A 32-bit signed integer hash code.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Cancel">
            <summary>
            Cancels the work item by disposing the resource returned by <see cref="M:System.Reactive.Concurrency.ScheduledItem`1.InvokeCore"/> as soon as possible.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.ScheduledItem`1.IsCanceled">
            <summary>
            Gets whether the work item has received a cancellation request.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ScheduledItem`2">
            <summary>
            Represents a scheduled work item based on the materialization of an IScheduler.Schedule method call.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TValue">Type of the state passed to the scheduled action.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.#ctor(System.Reactive.Concurrency.IScheduler,`1,System.Func{System.Reactive.Concurrency.IScheduler,`1,System.IDisposable},`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a materialized work item.
            </summary>
            <param name="scheduler">Recursive scheduler to invoke the scheduled action with.</param>
            <param name="state">State to pass to the scheduled action.</param>
            <param name="action">Scheduled action.</param>
            <param name="dueTime">Time at which to run the scheduled action.</param>
            <param name="comparer">Comparer used to compare work items based on their scheduled time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> or <paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.#ctor(System.Reactive.Concurrency.IScheduler,`1,System.Func{System.Reactive.Concurrency.IScheduler,`1,System.IDisposable},`0)">
            <summary>
            Creates a materialized work item.
            </summary>
            <param name="scheduler">Recursive scheduler to invoke the scheduled action with.</param>
            <param name="state">State to pass to the scheduled action.</param>
            <param name="action">Scheduled action.</param>
            <param name="dueTime">Time at which to run the scheduled action.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.InvokeCore">
            <summary>
            Invokes the scheduled action with the supplied recursive scheduler and state.
            </summary>
            <returns>Cancellation resource returned by the scheduled action.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.Scheduler">
            <summary>
            Provides a set of static properties to access commonly used schedulers.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Yield(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Yields execution of the current work item on the scheduler to another work item on the scheduler.
            The caller should await the result of calling Yield to schedule the remainder of the current work item (known as the continuation).
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Yield(System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken)">
            <summary>
            Yields execution of the current work item on the scheduler to another work item on the scheduler.
            The caller should await the result of calling Yield to schedule the remainder of the current work item (known as the continuation).
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.TimeSpan)">
            <summary>
            Suspends execution of the current work item on the scheduler for the specified duration.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) after the specified duration.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Threading.CancellationToken)">
            <summary>
            Suspends execution of the current work item on the scheduler for the specified duration.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) after the specified duration.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset)">
            <summary>
            Suspends execution of the current work item on the scheduler until the specified due time.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) at the specified due time.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Threading.CancellationToken)">
            <summary>
            Suspends execution of the current work item on the scheduler until the specified due time.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) at the specified due time.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Now">
            <summary>
            Gets the current time according to the local machine's system clock.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Normalize(System.TimeSpan)">
            <summary>
            Normalizes the specified <see cref="T:System.TimeSpan"/> value to a positive value.
            </summary>
            <param name="timeSpan">The <see cref="T:System.TimeSpan"/> value to normalize.</param>
            <returns>The specified TimeSpan value if it is zero or positive; otherwise, <see cref="F:System.TimeSpan.Zero"/>.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Immediate">
            <summary>
            Gets a scheduler that schedules work immediately on the current thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.CurrentThread">
            <summary>
            Gets a scheduler that schedules work as soon as possible on the current thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Default">
            <summary>
            Gets a scheduler that schedules work on the platform's default scheduler.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.ThreadPool">
            <summary>
            Gets a scheduler that schedules work on the thread pool.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.NewThread">
            <summary>
            Gets a scheduler that schedules work on a new thread using default thread creation options.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.TaskPool">
            <summary>
            Gets a scheduler that schedules work on Task Parallel Library (TPL) task pool using the default TaskScheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.Action{System.Action})">
            <summary>
            Schedules an action to be executed recursively.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.Action{``0,System.Action{``0}})">
            <summary>
            Schedules an action to be executed recursively.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in recursive invocation state.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action{System.Action{System.TimeSpan}})">
            <summary>
            Schedules an action to be executed recursively after a specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action at the specified relative time.</param>
            <param name="dueTime">Relative time after which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0,System.Action{``0,System.TimeSpan}})">
            <summary>
            Schedules an action to be executed recursively after a specified relative due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in the recursive due time and invocation state.</param>
            <param name="dueTime">Relative time after which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Action{System.Action{System.DateTimeOffset}})">
            <summary>
            Schedules an action to be executed recursively at a specified absolute due time.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action at the specified absolute time.</param>
            <param name="dueTime">Absolute time at which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Action{``0,System.Action{``0,System.DateTimeOffset}})">
            <summary>
            Schedules an action to be executed recursively at a specified absolute due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in the recursive due time and invocation state.</param>
            <param name="dueTime">Absolute time at which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsLongRunning(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsStopwatchProvider(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            <para>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </para>
            <para>
            Consider using <see cref="M:System.Reactive.Concurrency.Scheduler.StartStopwatch(System.Reactive.Concurrency.IScheduler)"/> in case a stopwatch is required, but use of emulation stopwatch based
            on the scheduler's clock is acceptable. Use of this method is recommended for best-effort use of the stopwatch provider
            scheduler service, where the caller falls back to not using stopwatches if this facility wasn't found.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsPeriodic(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            <para>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </para>
            <para>
            Consider using the <see cref="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)"/> extension methods for <see cref="T:System.Reactive.Concurrency.IScheduler"/> in case periodic scheduling
            is required and emulation of periodic behavior using other scheduler services is desirable. Use of this method is recommended
            for best-effort use of the periodic scheduling service, where the caller falls back to not using periodic scheduling if this
            facility wasn't found.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">The scheduler to run periodic work on.</param>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0})">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.StartStopwatch(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Starts a new stopwatch object by dynamically discovering the scheduler's capabilities.
            If the scheduler provides stopwatch functionality, the request will be forwarded to the stopwatch provider implementation.
            Otherwise, the stopwatch will be emulated using the scheduler's notion of absolute time.
            </summary>
            <param name="scheduler">Scheduler to obtain a stopwatch for.</param>
            <returns>New stopwatch object; started at the time of the request.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>The resulting stopwatch object can have non-monotonic behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.Action)">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.Action{``0})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Action)">
            <summary>
            Schedules an action to be executed at the specified absolute due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Action{``0})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleLongRunning(System.Reactive.Concurrency.ISchedulerLongRunning,System.Action{System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.DisableOptimizations(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a scheduler that represents the original scheduler, without any of its interface-based optimizations (e.g. long running scheduling).
            </summary>
            <param name="scheduler">Scheduler to disable all optimizations for.</param>
            <returns>Proxy to the original scheduler but without any optimizations enabled.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.DisableOptimizations(System.Reactive.Concurrency.IScheduler,System.Type[])">
            <summary>
            Returns a scheduler that represents the original scheduler, without the specified set of interface-based optimizations (e.g. long running scheduling).
            </summary>
            <param name="scheduler">Scheduler to disable the specified optimizations for.</param>
            <param name="optimizationInterfaces">Types of the optimization interfaces that have to be disabled.</param>
            <returns>Proxy to the original scheduler but without the specified optimizations enabled.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="optimizationInterfaces"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Catch``1(System.Reactive.Concurrency.IScheduler,System.Func{``0,System.Boolean})">
            <summary>
            Returns a scheduler that wraps the original scheduler, adding exception handling for scheduled actions.
            </summary>
            <typeparam name="TException">Type of the exception to check for.</typeparam>
            <param name="scheduler">Scheduler to apply an exception filter for.</param>
            <param name="handler">Handler that's run if an exception is caught. The exception will be rethrown if the handler returns false.</param>
            <returns>Wrapper around the original scheduler, enforcing exception handling.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="handler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerOperation">
            <summary>
            Represents an awaitable scheduler operation. Awaiting the object causes the continuation to be posted back to the originating scheduler's work queue.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperation.ConfigureAwait(System.Boolean)">
            <summary>
            Controls whether the continuation is run on the originating synchronization context (false by default).
            </summary>
            <param name="continueOnCapturedContext">true to run the continuation on the captured synchronization context; false otherwise (default).</param>
            <returns>Scheduler operation object with configured await behavior.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperation.GetAwaiter">
            <summary>
            Gets an awaiter for the scheduler operation, used to post back the continuation.
            </summary>
            <returns>Awaiter for the scheduler operation.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerOperationAwaiter">
            <summary>
            (Infrastructure) Scheduler operation awaiter type used by the code generated for C# await and Visual Basic Await expressions.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.SchedulerOperationAwaiter.IsCompleted">
            <summary>
            Indicates whether the scheduler operation has completed. Returns false unless cancellation was already requested.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperationAwaiter.GetResult">
            <summary>
            Completes the scheduler operation, throwing an OperationCanceledException in case cancellation was requested.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperationAwaiter.OnCompleted(System.Action)">
            <summary>
            Registers the continuation with the scheduler operation.
            </summary>
            <param name="continuation">Continuation to be run on the originating scheduler.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerQueue`1">
            <summary>
            Efficient scheduler queue that maintains scheduled items sorted by absolute time.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <remarks>This type is not thread safe; users should ensure proper synchronization.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.#ctor">
            <summary>
            Creates a new scheduler queue with a default initial capacity.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.#ctor(System.Int32)">
            <summary>
            Creates a new scheduler queue with the specified initial capacity.
            </summary>
            <param name="capacity">Initial capacity of the scheduler queue.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than zero.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.SchedulerQueue`1.Count">
            <summary>
            Gets the number of scheduled items in the scheduler queue.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Enqueue(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Enqueues the specified work item to be scheduled.
            </summary>
            <param name="scheduledItem">Work item to be scheduled.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Remove(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Removes the specified work item from the scheduler queue.
            </summary>
            <param name="scheduledItem">Work item to be removed from the scheduler queue.</param>
            <returns><c>true</c> if the item was found; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Dequeue">
            <summary>
            Dequeues the next work item from the scheduler queue.
            </summary>
            <returns>Next work item in the scheduler queue (removed).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Peek">
            <summary>
            Peeks the next work item in the scheduler queue.
            </summary>
            <returns>Next work item in the scheduler queue (not removed).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.Synchronization">
            <summary>
            Provides basic synchronization and scheduling services for observable sequences.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified scheduler.
            In order to invoke observer callbacks on the specified scheduler, e.g. to offload callback processing to a dedicated thread, use <see cref="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.SubscribeOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is <c>null</c>.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified synchronization context.
            In order to invoke observer callbacks on the specified synchronization context, e.g. to post callbacks to a UI thread represented by the synchronization context, use <see cref="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.Synchronize``1(System.IObservable{``0})">
            <summary>
            Wraps the source sequence in order to ensure observer callbacks are properly serialized.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.Synchronize``1(System.IObservable{``0},System.Object)">
            <summary>
            Wraps the source sequence in order to ensure observer callbacks are synchronized using the specified gate object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="gate">Gate object to synchronize each observer call on.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized on the given gate object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="gate"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ObserveOn`1.Scheduler">
            <summary>
            The new ObserveOn operator run with an IScheduler in a lock-free manner.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ObserveOn`1.SchedulerLongRunning">
            <summary>
            The new ObserveOn operator run with an ISchedulerLongRunning in a mostly lock-free manner.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.SynchronizationContextScheduler">
            <summary>
            Represents an object that schedules units of work on a provided <seealso cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.#ctor(System.Threading.SynchronizationContext)">
            <summary>
            Creates an object that schedules units of work on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
            <param name="context">Synchronization context to schedule units of work on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.#ctor(System.Threading.SynchronizationContext,System.Boolean)">
            <summary>
            Creates an object that schedules units of work on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
            <param name="context">Synchronization context to schedule units of work on.</param>
            <param name="alwaysPost">Configures whether scheduling always posts to the synchronization context, regardless whether the caller is on the same synchronization context.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.TaskPoolScheduler">
            <summary>
            Represents an object that schedules units of work on the Task Parallel Library (TPL) task pool.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.TaskPoolScheduler.Default">Instance of this type using the default TaskScheduler to schedule work on the TPL task pool.</seealso>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.#ctor(System.Threading.Tasks.TaskFactory)">
            <summary>
            Creates an object that schedules units of work using the provided <see cref="T:System.Threading.Tasks.TaskFactory"/>.
            </summary>
            <param name="taskFactory">Task factory used to create tasks to run units of work.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="taskFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.TaskPoolScheduler.Default">
            <summary>
            Gets an instance of this scheduler that uses the default <see cref="T:System.Threading.Tasks.TaskScheduler"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new task using TaskCreationOptions.LongRunning. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.StartStopwatch">
            <summary>
            Gets a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by running a platform-specific timer to create tasks periodically.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ThreadPoolScheduler">
            <summary>
            Represents an object that schedules units of work on the CLR thread pool.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.ThreadPoolScheduler.Instance">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.ThreadPoolScheduler.Instance">
            <summary>
            Gets the singleton instance of the CLR thread pool scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new thread. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than zero.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2">
            <summary>
            Base class for virtual time schedulers.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.#ctor">
            <summary>
            Creates a new virtual time scheduler with the default value of TAbsolute as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new virtual time scheduler with the specified initial clock value and absolute time comparer.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Add(`0,`1)">
            <summary>
            Adds a relative time value to an absolute time value.
            </summary>
            <param name="absolute">Absolute time value.</param>
            <param name="relative">Relative time value to add.</param>
            <returns>The resulting absolute time sum value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ToDateTimeOffset(`0)">
            <summary>
            Converts the absolute time value to a DateTimeOffset value.
            </summary>
            <param name="absolute">Absolute time value to convert.</param>
            <returns>The corresponding DateTimeOffset value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ToRelative(System.TimeSpan)">
            <summary>
            Converts the TimeSpan value to a relative time value.
            </summary>
            <param name="timeSpan">TimeSpan value to convert.</param>
            <returns>The corresponding relative time value.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.IsEnabled">
            <summary>
            Gets whether the scheduler is enabled to run work.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Comparer">
            <summary>
            Gets the comparer used to compare absolute time values.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ScheduleAbsolute``1(``0,`0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ScheduleRelative``1(``0,`1,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Start">
            <summary>
            Starts the virtual time scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Stop">
            <summary>
            Stops the virtual time scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.AdvanceTo(`0)">
            <summary>
            Advances the scheduler's clock to the specified time, running all work till that point.
            </summary>
            <param name="time">Absolute time to advance the scheduler's clock to.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is in the past.</exception>
            <exception cref="T:System.InvalidOperationException">The scheduler is already running. VirtualTimeScheduler doesn't support running nested work dispatch loops. To simulate time slippage while running work on the scheduler, use <see cref="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.AdvanceBy(`1)">
            <summary>
            Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
            </summary>
            <param name="time">Relative time to advance the scheduler's clock by.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is negative.</exception>
            <exception cref="T:System.InvalidOperationException">The scheduler is already running. VirtualTimeScheduler doesn't support running nested work dispatch loops. To simulate time slippage while running work on the scheduler, use <see cref="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)">
            <summary>
            Advances the scheduler's clock by the specified relative time.
            </summary>
            <param name="time">Relative time to advance the scheduler's clock by.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is negative.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Clock">
            <summary>
            Gets the scheduler's absolute time clock value.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type. The base class implementation supports
            only the IStopwatchProvider service. To influence service discovery - such as adding
            support for other scheduler services - derived types can override this method.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; null otherwise.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeScheduler`2">
            <summary>
            Base class for virtual time schedulers using a priority queue for scheduled items.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.#ctor">
            <summary>
            Creates a new virtual time scheduler with the default value of TAbsolute as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new virtual time scheduler.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.ScheduleAbsolute``1(``0,`0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions">
            <summary>
            Provides a set of extension methods for virtual time scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions.ScheduleRelative``2(System.Reactive.Concurrency.VirtualTimeSchedulerBase{``0,``1},``1,System.Action)">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions.ScheduleAbsolute``2(System.Reactive.Concurrency.VirtualTimeSchedulerBase{``0,``1},``0,System.Action)">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Concurrency</b> namespace contains interfaces and classes that provide the scheduler infrastructure used by Reactive Extensions to construct and
            process event streams. Schedulers are used to parameterize the concurrency introduced by query operators, provide means to virtualize time, to process historical data,
            and to write unit tests for functionality built using Reactive Extensions constructs.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ControlScheduler">
            <summary>
            Represents an object that schedules units of work on the message loop associated with a Windows Forms control.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.#ctor(System.Windows.Forms.Control)">
            <summary>
            Constructs a ControlScheduler that schedules units of work on the message loop associated with the specified Windows Forms control.
            </summary>
            <param name="control">Windows Forms control to get the message loop from.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="control"/> is null.</exception>
            <remarks>
            This scheduler type is typically used indirectly through the <see cref="M:System.Reactive.Linq.ControlObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Forms.Control)"/> and <see cref="M:System.Reactive.Linq.ControlObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Forms.Control)"/> method overloads that take a Windows Forms control.
            </remarks>
        </member>
        <member name="P:System.Reactive.Concurrency.ControlScheduler.Control">
            <summary>
            Gets the control associated with the ControlScheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed on the message loop associated with the control.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime on the message loop associated with the control, using a Windows Forms Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the message loop associated with the control, using a Windows Forms Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than one millisecond.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.DispatcherScheduler">
            <summary>
            Represents an object that schedules units of work on a <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
            <remarks>
            This scheduler type is typically used indirectly through the <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0})"/> and <see cref="M:System.Reactive.Linq.DispatcherObservable.SubscribeOnDispatcher``1(System.IObservable{``0})"/> methods that use the Dispatcher on the calling thread.
            </remarks>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Instance">
            <summary>
            Gets the scheduler that schedules work on the current <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Current">
            <summary>
            Gets the scheduler that schedules work on the <see cref="T:System.Windows.Threading.Dispatcher"/> for the current thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.#ctor(System.Windows.Threading.Dispatcher)">
            <summary>
            Constructs a <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> that schedules units of work on the given <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
            <param name="dispatcher"><see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> to schedule work on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispatcher"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.#ctor(System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Constructs a <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> that schedules units of work on the given <see cref="T:System.Windows.Threading.Dispatcher"/> at the given priority.
            </summary>
            <param name="dispatcher"><see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> to schedule work on.</param>
            <param name="priority">Priority at which units of work are scheduled.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispatcher"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Dispatcher">
            <summary>
            Gets the <see cref="T:System.Windows.Threading.Dispatcher"/> associated with the <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Priority">
            <summary>
            Gets the priority at which work items will be dispatched.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed on the dispatcher.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after <paramref name="dueTime"/> on the dispatcher, using a <see cref="T:System.Windows.Threading.DispatcherTimer"/> object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the dispatcher, using a <see cref="T:System.Windows.Threading.DispatcherTimer"/> object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="T:System.Reactive.Disposables.AnonymousDisposable">
            <summary>
            Represents an Action-based disposable.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable.#ctor(System.Action)">
            <summary>
            Constructs a new disposable with the given action used for disposal.
            </summary>
            <param name="dispose">Disposal action which will be run upon calling Dispose.</param>
        </member>
        <member name="P:System.Reactive.Disposables.AnonymousDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable.Dispose">
            <summary>
            Calls the disposal action if and only if the current instance hasn't been disposed yet.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.AnonymousDisposable`1">
            <summary>
            Represents a Action-based disposable that can hold onto some state.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable`1.#ctor(`0,System.Action{`0})">
            <summary>
            Constructs a new disposable with the given action used for disposal.
            </summary>
            <param name="state">The state to be passed to the disposal action.</param>
            <param name="dispose">Disposal action which will be run upon calling Dispose.</param>
        </member>
        <member name="P:System.Reactive.Disposables.AnonymousDisposable`1.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable`1.Dispose">
            <summary>
            Calls the disposal action if and only if the current instance hasn't been disposed yet.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.BooleanDisposable">
            <summary>
            Represents a disposable resource that can be checked for disposal status.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.BooleanDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.BooleanDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.BooleanDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.BooleanDisposable.Dispose">
            <summary>
            Sets the status to disposed, which can be observer through the <see cref="P:System.Reactive.Disposables.BooleanDisposable.IsDisposed"/> property.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CancellationDisposable">
            <summary>
            Represents a disposable resource that has an associated <seealso cref="T:System.Threading.CancellationToken"/> that will be set to the cancellation requested state upon disposal.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.#ctor(System.Threading.CancellationTokenSource)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CancellationDisposable"/> class that uses an existing <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
            <param name="cts"><seealso cref="T:System.Threading.CancellationTokenSource"/> used for cancellation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="cts"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CancellationDisposable"/> class that uses a new <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.CancellationDisposable.Token">
            <summary>
            Gets the <see cref="T:System.Threading.CancellationToken"/> used by this <see cref="T:System.Reactive.Disposables.CancellationDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.Dispose">
            <summary>
            Cancels the underlying <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.CancellationDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CompositeDisposable">
            <summary>
            Represents a group of disposable resources that are disposed together.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class with no disposables contained by it initially.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class with the specified number of disposables.
            </summary>
            <param name="capacity">The number of disposables that the new CompositeDisposable can initially store.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.IDisposable[])">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class from a group of disposables.
            </summary>
            <param name="disposables">Disposables that will be disposed together.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposables"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">Any of the disposables in the <paramref name="disposables"/> collection is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.Collections.Generic.IEnumerable{System.IDisposable})">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class from a group of disposables.
            </summary>
            <param name="disposables">Disposables that will be disposed together.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposables"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">Any of the disposables in the <paramref name="disposables"/> collection is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.Count">
            <summary>
            Gets the number of disposables contained in the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Add(System.IDisposable)">
            <summary>
            Adds a disposable to the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> or disposes the disposable if the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> is disposed.
            </summary>
            <param name="item">Disposable to add.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Remove(System.IDisposable)">
            <summary>
            Removes and disposes the first occurrence of a disposable from the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <param name="item">Disposable to remove.</param>
            <returns>true if found; false otherwise.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Dispose">
            <summary>
            Disposes all disposables in the group and removes them from the group.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Clear">
            <summary>
            Removes and disposes all disposables from the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>, but does not dispose the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Contains(System.IDisposable)">
            <summary>
            Determines whether the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> contains a specific disposable.
            </summary>
            <param name="item">Disposable to search for.</param>
            <returns>true if the disposable was found; otherwise, false.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.CopyTo(System.IDisposable[],System.Int32)">
            <summary>
            Copies the disposables contained in the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> to an array, starting at a particular array index.
            </summary>
            <param name="array">Array to copy the contained disposables to.</param>
            <param name="arrayIndex">Target index at which to copy the first disposable of the group.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="arrayIndex"/> is less than zero. -or - <paramref name="arrayIndex"/> is larger than or equal to the array length.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.IsReadOnly">
            <summary>
            Always returns false.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <returns>An enumerator to iterate over the disposables.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <returns>An enumerator to iterate over the disposables.</returns>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.CompositeDisposable.EmptyEnumerator">
            <summary>
            An empty enumerator for the <see cref="M:System.Reactive.Disposables.CompositeDisposable.GetEnumerator"/>
            method to avoid allocation on disposed or empty composites.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CompositeDisposable.CompositeEnumerator">
            <summary>
            An enumerator for an array of disposables.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.ContextDisposable">
            <summary>
            Represents a disposable resource whose disposal invocation will be posted to the specified <seealso cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ContextDisposable.#ctor(System.Threading.SynchronizationContext,System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.ContextDisposable"/> class that uses the specified <see cref="T:System.Threading.SynchronizationContext"/> on which to dispose the specified disposable resource.
            </summary>
            <param name="context">Context to perform disposal on.</param>
            <param name="disposable">Disposable whose Dispose operation to run on the given synchronization context.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> or <paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.ContextDisposable.Context">
            <summary>
            Gets the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ContextDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ContextDisposable.Dispose">
            <summary>
            Disposes the underlying disposable on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.Disposable">
            <summary>
            Provides a set of static methods for creating <see cref="T:System.IDisposable"/> objects.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.Disposable.EmptyDisposable">
            <summary>
            Represents a disposable that does nothing on disposal.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.Disposable.EmptyDisposable.Instance">
            <summary>
            Singleton default disposable.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.EmptyDisposable.Dispose">
            <summary>
            Does nothing.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.Disposable.Empty">
            <summary>
            Gets the disposable that does nothing when disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.Create(System.Action)">
            <summary>
            Creates a disposable object that invokes the specified action when disposed.
            </summary>
            <param name="dispose">Action to run during the first call to <see cref="M:System.IDisposable.Dispose"/>. The action is guaranteed to be run at most once.</param>
            <returns>The disposable object that runs the given action upon disposal.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispose"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.Create``1(``0,System.Action{``0})">
            <summary>
            Creates a disposable object that invokes the specified action when disposed.
            </summary>
            <param name="state">The state to be passed to the action.</param>
            <param name="dispose">Action to run during the first call to <see cref="M:System.IDisposable.Dispose"/>. The action is guaranteed to be run at most once.</param>
            <returns>The disposable object that runs the given action upon disposal.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispose"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.GetValue([email protected])">
            <summary>
            Gets the value stored in <paramref name="fieldRef" /> or a null if
            <paramref name="fieldRef" /> was already disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.GetValueOrDefault([email protected])">
            <summary>
            Gets the value stored in <paramref name="fieldRef" /> or a no-op-Disposable if
            <paramref name="fieldRef" /> was already disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetSingle([email protected],System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />.
            </summary>
            <returns>A <see cref="T:System.Reactive.Disposables.TrySetSingleResult"/> value indicating the outcome of the operation.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetMultiple([email protected],System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />. If <paramref name="fieldRef" />
            is not disposed and is assigned a different value, it will not be disposed.
            </summary>
            <returns>true if <paramref name="value" /> was successfully assigned to <paramref name="fieldRef" />.</returns>
            <returns>false <paramref name="fieldRef" /> has been disposed.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetSerial([email protected],System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />. If <paramref name="fieldRef" />
            is not disposed and is assigned a different value, it will be disposed.
            </summary>
            <returns>true if <paramref name="value" /> was successfully assigned to <paramref name="fieldRef" />.</returns>
            <returns>false <paramref name="fieldRef" /> has been disposed.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.Dispose([email protected])">
            <summary>
            Disposes <paramref name="fieldRef" />. 
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.ICancelable">
            <summary>
            Disposable resource with disposal state tracking.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ICancelable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.MultipleAssignmentDisposable">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be swapped for another disposable resource.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.MultipleAssignmentDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.MultipleAssignmentDisposable"/> class with no current underlying disposable.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <remarks>If the <see cref="T:System.Reactive.Disposables.MultipleAssignmentDisposable"/> has already been disposed, assignment to this property causes immediate disposal of the given disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.MultipleAssignmentDisposable.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.MultipleAssignmentDisposableValue">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be swapped for another disposable resource.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposableValue.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposableValue.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <remarks>If the <see cref="T:System.Reactive.Disposables.MultipleAssignmentDisposable"/> has already been disposed, assignment to this property causes immediate disposal of the given disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.MultipleAssignmentDisposableValue.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.RefCountDisposable">
            <summary>
            Represents a disposable resource that only disposes its underlying disposable resource when all <see cref="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable">dependent disposable objects</see> have been disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.RefCountDisposable._count">
            <summary>
            Holds the number of active child disposables and the
            indicator bit (31) if the main _disposable has been marked
            for disposition.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.RefCountDisposable"/> class with the specified disposable.
            </summary>
            <param name="disposable">Underlying disposable.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposable"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.RefCountDisposable"/> class with the specified disposable.
            </summary>
            <param name="disposable">Underlying disposable.</param>
            <param name="throwWhenDisposed">Indicates whether subsequent calls to <see cref="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable"/> should throw when this instance is disposed.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.RefCountDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable">
            <summary>
            Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
            </summary>
            <returns>A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.</returns>
            <exception cref="T:System.ObjectDisposedException">This instance has been disposed and is configured to throw in this case by <see cref="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable,System.Boolean)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.Dispose">
            <summary>
            Disposes the underlying disposable only when all dependent disposables have been disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.ScheduledDisposable">
            <summary>
            Represents a disposable resource whose disposal invocation will be scheduled on the specified <seealso cref="T:System.Reactive.Concurrency.IScheduler"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ScheduledDisposable.#ctor(System.Reactive.Concurrency.IScheduler,System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.ScheduledDisposable"/> class that uses an <see cref="T:System.Reactive.Concurrency.IScheduler"/> on which to dispose the disposable.
            </summary>
            <param name="scheduler">Scheduler where the disposable resource will be disposed on.</param>
            <param name="disposable">Disposable resource to dispose on the given scheduler.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.Scheduler">
            <summary>
            Gets the scheduler where the disposable resource will be disposed on.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.Disposable">
            <summary>
            Gets the underlying disposable. After disposal, the result is undefined.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ScheduledDisposable.Dispose">
            <summary>
            Disposes the wrapped disposable on the provided scheduler.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SerialDisposable">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the previous underlying disposable resource.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.SerialDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.SerialDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable.
            </summary>
            <remarks>If the SerialDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.SerialDisposable.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SerialDisposableValue">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the previous underlying disposable resource.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposableValue.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposableValue.Disposable">
            <summary>
            Gets or sets the underlying disposable.
            </summary>
            <remarks>If the SerialDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.SerialDisposableValue.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SingleAssignmentDisposable">
            <summary>
            Represents a disposable resource which only allows a single assignment of its underlying disposable resource.
            If an underlying disposable resource has already been set, future attempts to set the underlying disposable resource will throw an <see cref="T:System.InvalidOperationException"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.SingleAssignmentDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.SingleAssignmentDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown if the <see cref="T:System.Reactive.Disposables.SingleAssignmentDisposable"/> has already been assigned to.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.SingleAssignmentDisposable.Dispose">
            <summary>
            Disposes the underlying disposable.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SingleAssignmentDisposableValue">
            <summary>
            Represents a disposable resource which only allows a single assignment of its underlying disposable resource.
            If an underlying disposable resource has already been set, future attempts to set the underlying disposable resource will throw an <see cref="T:System.InvalidOperationException"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposableValue.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposableValue.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown if the <see cref="T:System.Reactive.Disposables.SingleAssignmentDisposable"/> has already been assigned to.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.SingleAssignmentDisposableValue.Dispose">
            <summary>
            Disposes the underlying disposable.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.StableCompositeDisposable">
            <summary>
            Represents a group of disposable resources that are disposed together.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.IDisposable,System.IDisposable)">
            <summary>
            Creates a new group containing two disposable resources that are disposed together.
            </summary>
            <param name="disposable1">The first disposable resource to add to the group.</param>
            <param name="disposable2">The second disposable resource to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.IDisposable[])">
            <summary>
            Creates a new group of disposable resources that are disposed together.
            </summary>
            <param name="disposables">Disposable resources to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.CreateTrusted(System.IDisposable[])">
            <summary>
            Creates a group of disposable resources that are disposed together
            and without copying or checking for nulls inside the group.
            </summary>
            <param name="disposables">The array of disposables that is trusted
            to not contain nulls and gives no need to defensively copy it.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.Collections.Generic.IEnumerable{System.IDisposable})">
            <summary>
            Creates a new group of disposable resources that are disposed together.
            </summary>
            <param name="disposables">Disposable resources to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Dispose">
            <summary>
            Disposes all disposables in the group.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.StableCompositeDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.StableCompositeDisposable.NAryTrustedArray">
            <summary>
            A stable composite that doesn't do defensive copy of
            the input disposable array nor checks it for null.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Disposables</b> namespace contains interfaces and classes that provide a compositional set of constructs used to deal with resource and subscription
            management in Reactive Extensions. Those types are used extensively within the implementation of Reactive Extensions and are useful when writing custom query operators or
            schedulers.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.EnlightenmentProvider">
            <summary>
            Provides access to the platform enlightenments used by other Rx libraries to improve system performance and
            runtime efficiency. While Rx can run without platform enlightenments loaded, it's recommended to deploy the
            System.Reactive.PlatformServices assembly with your application and call <see cref="M:System.Reactive.PlatformServices.EnlightenmentProvider.EnsureLoaded"/> during
            application startup to ensure enlightenments are properly loaded.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.EnlightenmentProvider.EnsureLoaded">
            <summary>
            Ensures that the calling assembly has a reference to the System.Reactive.PlatformServices assembly with
            platform enlightenments. If no reference is made from the user code, it's possible for the build process
            to drop the deployment of System.Reactive.PlatformServices, preventing its runtime discovery.
            </summary>
            <returns>
            true if the loaded enlightenment provider matches the provided defined in the current assembly; false
            otherwise. When a custom enlightenment provider is installed by the host, false will be returned.
            </returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.CurrentPlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Provider for platform-specific framework enlightenments.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.CurrentPlatformEnlightenmentProvider.GetService``1(System.Object[])">
            <summary>
            (Infrastructure) Tries to gets the specified service.
            </summary>
            <typeparam name="T">Service type.</typeparam>
            <param name="args">Optional set of arguments.</param>
            <returns>Service instance or <c>null</c> if not found.</returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.IExceptionServices">
            <summary>
            (Infrastructure) Services to rethrow exceptions.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.IExceptionServices.Rethrow(System.Exception)">
            <summary>
            Rethrows the specified exception.
            </summary>
            <param name="exception">Exception to rethrow.</param>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostLifecycleService">
            <summary>
            (Infrastructure) Provides access to the host's lifecycle management services.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.HostLifecycleService.Suspending">
            <summary>
            Event that gets raised when the host suspends the application.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.HostLifecycleService.Resuming">
            <summary>
            Event that gets raised when the host resumes the application.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.HostLifecycleService.AddRef">
            <summary>
            Adds a reference to the host lifecycle manager, causing it to be sending notifications.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.HostLifecycleService.Release">
            <summary>
            Removes a reference to the host lifecycle manager, causing it to stop sending notifications
            if the removed reference was the last one.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.IHostLifecycleNotifications">
            <summary>
            (Infrastructure) Provides notifications about the host's lifecycle events.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.IHostLifecycleNotifications.Suspending">
            <summary>
            Event that gets raised when the host suspends.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.IHostLifecycleNotifications.Resuming">
            <summary>
            Event that gets raised when the host resumes.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostSuspendingEventArgs">
            <summary>
            (Infrastructure) Event arguments for host suspension events.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostResumingEventArgs">
            <summary>
            (Infrastructure) Event arguments for host resumption events.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.IPlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Interface for enlightenment providers.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.IPlatformEnlightenmentProvider.GetService``1(System.Object[])">
            <summary>
            (Infrastructure) Tries to gets the specified service.
            </summary>
            <typeparam name="T">Service type.</typeparam>
            <param name="args">Optional set of arguments.</param>
            <returns>Service instance or null if not found.</returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.PlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Provider for platform-specific framework enlightenments.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.PlatformEnlightenmentProvider.Current">
            <summary>
            (Infrastructure) Gets the current enlightenment provider. If none is loaded yet, accessing this property triggers provider resolution.
            </summary>
            <remarks>
            This member is used by the Rx infrastructure and not meant for public consumption or implementation.
            </remarks>
        </member>
        <member name="T:System.Reactive.PlatformServices.SystemClock">
            <summary>
            (Infrastructure) Provides access to local system clock services.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClock.UtcNow">
            <summary>
            Gets the local system clock time.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClock.AddRef">
            <summary>
            Adds a reference to the system clock monitor, causing it to be sending notifications.
            </summary>
            <exception cref="T:System.NotSupportedException">Thrown when the system doesn't support sending clock change notifications.</exception>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClock.Release">
            <summary>
            Removes a reference to the system clock monitor, causing it to stop sending notifications
            if the removed reference was the last one.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.ISystemClock">
            <summary>
            (Infrastructure) Provides access to the local system clock.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.ISystemClock.UtcNow">
            <summary>
            Gets the current time.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.INotifySystemClockChanged">
            <summary>
            (Infrastructure) Provides a mechanism to notify local schedulers about system clock changes.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="E:System.Reactive.PlatformServices.INotifySystemClockChanged.SystemClockChanged">
            <summary>
            Event that gets raised when a system clock change is detected.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.SystemClockChangedEventArgs">
            <summary>
            (Infrastructure) Event arguments for system clock change notifications.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClockChangedEventArgs.#ctor">
            <summary>
            Creates a new system clock notification object with unknown old and new times.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClockChangedEventArgs.#ctor(System.DateTimeOffset,System.DateTimeOffset)">
            <summary>
            Creates a new system clock notification object with the specified old and new times.
            </summary>
            <param name="oldTime">Time before the system clock changed, or DateTimeOffset.MinValue if not known.</param>
            <param name="newTime">Time after the system clock changed, or DateTimeOffset.MaxValue if not known.</param>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClockChangedEventArgs.OldTime">
            <summary>
            Gets the time before the system clock changed, or DateTimeOffset.MinValue if not known.
            </summary>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClockChangedEventArgs.NewTime">
            <summary>
            Gets the time after the system clock changed, or DateTimeOffset.MaxValue if not known.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.DefaultSystemClock">
            <summary>
            (Infrastructure) Provides access to the local system clock.
            </summary>
        </member>
        <member name="P:System.Reactive.PlatformServices.DefaultSystemClock.UtcNow">
            <summary>
            Gets the current time.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor">
            <summary>
            (Infrastructure) Monitors for system clock changes based on a periodic timer.
            </summary>
        </member>
        <member name="F:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor._lastTimeUnixMillis">
            <summary>
            Use the Unix milliseconds for the current time
            so it can be atomically read/written without locking.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor.#ctor(System.TimeSpan)">
            <summary>
            Creates a new monitor for system clock changes with the specified polling frequency.
            </summary>
            <param name="period">Polling frequency for system clock changes.</param>
        </member>
        <member name="E:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor.SystemClockChanged">
            <summary>
            Event that gets raised when a system clock change is detected.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.NamespaceDoc">
            <summary>
            The <b>System.Reactive.PlatformServices</b> namespace contains interfaces and classes used by the runtime infrastructure of Reactive Extensions.
            Those are not intended to be used directly from user code and are subject to change in future releases of the product.
            </summary>
        </member>
        <member name="T:System.Reactive.EventPattern`1">
            <summary>
            Represents a .NET event invocation consisting of the weakly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPattern`1.#ctor(System.Object,`0)">
            <summary>
            Creates a new data representation instance of a .NET event invocation with the given sender and event data.
            </summary>
            <param name="sender">The sender object that raised the event.</param>
            <param name="e">The event data that was generated by the event.</param>
        </member>
        <member name="T:System.Reactive.EventPattern`2">
            <summary>
            Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TSender">The type of the sender that raised the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPattern`2.#ctor(`0,`1)">
            <summary>
            Creates a new data representation instance of a .NET event invocation with the given sender and event data.
            </summary>
            <param name="sender">The sender object that raised the event.</param>
            <param name="e">The event data that was generated by the event.</param>
        </member>
        <member name="P:System.Reactive.EventPattern`2.Sender">
            <summary>
            Gets the sender object that raised the event.
            </summary>
        </member>
        <member name="P:System.Reactive.EventPattern`2.EventArgs">
            <summary>
            Gets the event data that was generated by the event.
            </summary>
        </member>
        <member name="M:System.Reactive.EventPattern`2.Deconstruct(`[email protected],`[email protected])">
            <summary>
            Deconstructs the event pattern value into a sender and event data.
            </summary>
            <param name="sender">The sender object that raised the event.</param>
            <param name="e">The event data that was generated by the event.</param>
        </member>
        <member name="M:System.Reactive.EventPattern`2.Equals(System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether the current <see cref="T:System.Reactive.EventPattern`2"/> object represents the same event as a specified <see cref="T:System.Reactive.EventPattern`2"/> object.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.EventPattern`2"/> object.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.EventPattern`2"/>.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.EventPattern`2"/>.</param>
            <returns><c>true</c> if the specified System.Object is equal to the current <see cref="T:System.Reactive.EventPattern`2"/>; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.EventPattern`2"/> instance.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Reactive.EventPattern`2"/> instance.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.op_Equality(System.Reactive.EventPattern{`0,`1},System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <param name="second">The second <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.op_Inequality(System.Reactive.EventPattern{`0,`1},System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.EventPattern`2"/> objects represent a different event.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <param name="second">The second <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects don't represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="T:System.Reactive.EventPatternSourceBase`2">
            <summary>
            Base class for classes that expose an observable sequence as a well-known event pattern (sender, event arguments).
            Contains functionality to maintain a map of event handler delegates to observable sequence subscriptions. Subclasses
            should only add an event with custom add and remove methods calling into the base class's operations.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.#ctor(System.IObservable{System.Reactive.EventPattern{`0,`1}},System.Action{System.Action{`0,`1},System.Reactive.EventPattern{`0,`1}})">
            <summary>
            Creates a new event pattern source.
            </summary>
            <param name="source">Source sequence to expose as an event.</param>
            <param name="invokeHandler">Delegate used to invoke the event for each element of the sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="invokeHandler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})">
            <summary>
            Adds the specified event handler, causing a subscription to the underlying source.
            </summary>
            <param name="handler">Event handler to add. The same delegate should be passed to the <see cref="M:System.Reactive.EventPatternSourceBase`2.Remove(System.Delegate)"/> operation in order to remove the event handler.</param>
            <param name="invoke">Invocation delegate to raise the event in the derived class.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> or <paramref name="invoke"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.Remove(System.Delegate)">
            <summary>
            Removes the specified event handler, causing a disposal of the corresponding subscription to the underlying source that was created during the <see cref="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})"/> operation.
            </summary>
            <param name="handler">Event handler to remove. This should be the same delegate as one that was passed to the <see cref="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})"/> operation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.ExperimentalAttribute">
            <summary>
            Marks the program elements that are experimental. This class cannot be inherited.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventPattern`2">
            <summary>
            Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TSender">
            The type of the sender that raised the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TEventArgs">
            The type of the event data generated by the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="P:System.Reactive.IEventPattern`2.Sender">
            <summary>
            Gets the sender object that raised the event.
            </summary>
        </member>
        <member name="P:System.Reactive.IEventPattern`2.EventArgs">
            <summary>
            Gets the event data that was generated by the event.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventPatternSource`1">
            <summary>
            Represents a data stream signaling its elements by means of an event.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="E:System.Reactive.IEventPatternSource`1.OnNext">
            <summary>
            Event signaling the next element in the data stream.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventSource`1">
            <summary>
            Represents a data stream signaling its elements by means of an event.
            </summary>
            <typeparam name="T">
            The type of the event data generated by the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="E:System.Reactive.IEventSource`1.OnNext">
            <summary>
            Event signaling the next element in the data stream.
            </summary>
        </member>
        <member name="T:System.Reactive.ExceptionHelper">
            <summary>
            Utility methods to handle lock-free combining of Exceptions
            as well as hosting a terminal-exception indicator for
            lock-free termination support.
            </summary>
        </member>
        <member name="P:System.Reactive.ExceptionHelper.Terminated">
            <summary>
            The singleton instance of the exception indicating a terminal state,
            DO NOT LEAK or signal this via OnError!
            </summary>
        </member>
        <member name="M:System.Reactive.ExceptionHelper.TrySetException([email protected],System.Exception)">
            <summary>
            Tries to atomically set the Exception on the given field if it is
            still null.
            </summary>
            <param name="field">The target field to try to set atomically.</param>
            <param name="ex">The exception to set, not null (not verified).</param>
            <returns>True if the operation succeeded, false if the target was not null.</returns>
        </member>
        <member name="T:System.Reactive.HalfSerializer">
            <summary>
            Utility methods for dealing with serializing OnXXX signals
            for an IObserver where concurrent OnNext is still not allowed
            but concurrent OnError/OnCompleted may happen.
            This serialization case is generally lower overhead than
            a full SerializedObserver wrapper and doesn't need
            allocation.
            </summary>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,[email protected],[email protected])">
            <summary>
            Signals the given item to the observer in a serialized fashion
            allowing a concurrent OnError or OnCompleted emission to be delayed until
            the observer.OnNext returns.
            Do not call OnNext from multiple threads as it may lead to ignored items.
            Use a full SerializedObserver wrapper for merging multiple sequences.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="item">The item to signal.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnError``1(System.Reactive.ISink{``0},System.Exception,[email protected],[email protected])">
            <summary>
            Signals the given exception to the observer. If there is a concurrent
            OnNext emission is happening, saves the exception into the given field
            otherwise to be picked up by <see cref="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,[email protected],[email protected])"/>.
            This method can be called concurrently with itself and the other methods of this
            helper class but only one terminal signal may actually win.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="ex">The exception to signal sooner or later.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnCompleted``1(System.Reactive.ISink{``0},[email protected],[email protected])">
            <summary>
            Signals OnCompleted on the observer. If there is a concurrent
            OnNext emission happening, the error field will host a special
            terminal exception signal to be picked up by <see cref="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,[email protected],[email protected])"/> once it finishes with OnNext and signal the
            OnCompleted as well.
            This method can be called concurrently with itself and the other methods of this
            helper class but only one terminal signal may actually win.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="T:System.Reactive.ISafeObserver`1">
            <summary>
            Base interface for observers that can dispose of a resource on a terminal notification
            or when disposed itself.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="T:System.Reactive.IProducer`1">
            <summary>
            Interface with variance annotation; allows for better type checking when detecting capabilities in SubscribeSafe.
            </summary>
            <typeparam name="TSource">Type of the resulting sequence's elements.</typeparam>
        </member>
        <member name="T:System.Reactive.BasicProducer`1">
            <summary>
            Base class for implementation of query operators, providing performance benefits over the use of Observable.Create.
            </summary>
            <typeparam name="TSource">Type of the resulting sequence's elements.</typeparam>
        </member>
        <member name="M:System.Reactive.BasicProducer`1.Subscribe(System.IObserver{`0})">
            <summary>
            Publicly visible Subscribe method.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>IDisposable to cancel the subscription. This causes the underlying sink to be notified of unsubscription, causing it to prevent further messages from being sent to the observer.</returns>
        </member>
        <member name="M:System.Reactive.BasicProducer`1.Run(System.IObserver{`0})">
            <summary>
            Core implementation of the query operator, called upon a new subscription to the producer object.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>Disposable representing all the resources and/or subscriptions the operator uses to process events.</returns>
            <remarks>The <paramref name="observer">observer</paramref> passed in to this method is not protected using auto-detach behavior upon an OnError or OnCompleted call. The implementation must ensure proper resource disposal and enforce the message grammar.</remarks>
        </member>
        <member name="M:System.Reactive.Producer`2.Subscribe(System.IObserver{`0})">
            <summary>
            Publicly visible Subscribe method.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>IDisposable to cancel the subscription. This causes the underlying sink to be notified of unsubscription, causing it to prevent further messages from being sent to the observer.</returns>
        </member>
        <member name="M:System.Reactive.Producer`2.Run(`1)">
            <summary>
            Core implementation of the query operator, called upon a new subscription to the producer object.
            </summary>
            <param name="sink">The sink object.</param>
        </member>
        <member name="T:System.Reactive.Linq.IGroupedObservable`2">
            <summary>
            Represents an observable sequence of elements that have a common key.
            </summary>
            <typeparam name="TKey">
            The type of the key shared by all elements in the group.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TElement">
            The type of the elements in the group.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="P:System.Reactive.Linq.IGroupedObservable`2.Key">
            <summary>
            Gets the common key.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQbservable`1">
            <summary>
            Provides functionality to evaluate queries against a specific data source wherein the type of the data is known.
            </summary>
            <typeparam name="T">
            The type of the data in the data source.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="T:System.Reactive.Linq.IQbservable">
            <summary>
            Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.ElementType">
            <summary>
            Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.Expression">
            <summary>
            Gets the expression tree that is associated with the instance of IQbservable.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.Provider">
            <summary>
            Gets the query provider that is associated with this data source.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQbservableProvider">
            <summary>
            Defines methods to create and execute queries that are described by an IQbservable object.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.IQbservableProvider.CreateQuery``1(System.Linq.Expressions.Expression)">
            <summary>
            Constructs an <see cref="T:System.Reactive.Linq.IQbservable`1"/> object that can evaluate the query represented by a specified expression tree.
            </summary>
            <typeparam name="TResult">The type of the elements of the <see cref="T:System.Reactive.Linq.IQbservable`1"/> that is returned.</typeparam>
            <param name="expression">Expression tree representing the query.</param>
            <returns>IQbservable object that can evaluate the given query expression.</returns>
        </member>
        <member name="T:System.Reactive.Linq.IQueryLanguage">
            <summary>
            Internal interface describing the LINQ to Events query language.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQueryLanguageEx">
            <summary>
            Internal interface describing the LINQ to Events query language.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute">
            <summary>
            Attribute applied to static classes providing expression tree forms of query methods,
            mapping those to the corresponding methods for local query execution on the specified
            target class type.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.LocalQueryMe