Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

FAKE - F# Make

This is not the latest version of FAKE - F# Make available.

  • 1
  • 2
  • 3

5.23.1 | Updated: 21 Oct 2022

Downloads:

58,312

Downloads of v 5.23.1:

308

Software Author(s):

  • fsprojects

FAKE - F# Make 5.23.1

This is not the latest version of FAKE - F# Make available.

  • 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 as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install FAKE - F# Make, run the following command from the command line or from PowerShell:

>

To upgrade FAKE - F# Make, run the following command from the command line or from PowerShell:

>

To uninstall FAKE - F# Make, 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 fake -y --source="'INTERNAL REPO URL'" --version="'5.23.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

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

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


choco upgrade fake -y --source="'INTERNAL REPO URL'" --version="'5.23.1'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install fake
  win_chocolatey:
    name: fake
    version: '5.23.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'fake' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.23.1'
end

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


cChocoPackageInstaller fake
{
    Name     = "fake"
    Version  = "5.23.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'fake':
  ensure   => '5.23.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 24 Oct 2022.

Description

"FAKE - F# Make" is a build automation system with capabilities which are similar to make and rake.
It is using an easy domain-specific language (DSL) so that you can start using it without learning F#.
If you need more than the default functionality you can either write F# or simply reference .NET assemblies.


bin\api-ms-win-core-console-l1-1-0.dll
md5: 501EF92789251F51312BD6D91EBB2E3A | sha1: 2547C014A19CB0E06CE82F9132AB25898EE6B034 | sha256: 213CDEFFC15C734E42565C90512491113652DE9E52694AE335131D0E24F91DF7 | sha512: C87327C7D8385C10B203133920D6BF0C945CD9F9CD7213C2F70C2A756A4EA0A42205D6DF5BD38B028F5CC41D1311B7EAAB8B340634F7C9B582255B8EFFBD389A
bin\api-ms-win-core-console-l1-2-0.dll
md5: D6C4BBCC368C0A6FF00DE4A274CE8B37 | sha1: C87FFE41CC22CF525A7DC4866B88FD98D1C47923 | sha256: 45A155E9B60F068FBC3EA8DD73552905AFEAE49270BEA6BBCCB4AAD0AA696F2D | sha512: 2D3CFCB70E1E26156FCF5200A491419A48BBEC903C408FBCC4F6D7D5235DA627E6FB45678C47A241A1C7D3C159300955B535086BBE27713EBAA463E79287F5B8
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: 247EE0EC4475C244EFC4204B4DD0F6DA | sha1: A05C0D6A8EB1D76642EAF38A316785394F43B737 | sha256: 05BACCF67FC6360068A9836A1A5EBF0E62697E92990665A6B73CE6C8A4A1B633 | sha512: 51E1D4EDFD44908F81498506B007DBC25DD1F88440FD06B692EC90863F100DD8DB196B890520460C9B41F571ABE828D54085148C71714F32DBDDEA01CD8C597B
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 2E73BB0452F6C5C9DE3157DFF1997B65 | sha1: BF2D5386113120823245F35FAABC642107707D63 | sha256: 1C2705257C272C7736EF10B81D65F28FC76B4D34412B8DB72F5A23B530D847E8 | sha512: 6FD865037DE04219EE01375B3DA9BEEC1EC29720D8CA16094AD64BD089CC7F8B47A025A0D1F746DE7E718492EF1D97E9622F886BDCC3DD76771DD13D76CB3693
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: C17D0AD1FA14E8D6F200A5C56B1A1471 | sha1: B0BCCB0B0B4D376CBB21EB26FCAC4533983B2E0A | sha256: 8B3669326BB61770FB013E4D9A9E1722A1C6E4699BE4EB61A620BDB64871CB78 | sha512: 659F392489FD927D010CF9F59197F68AC6FF38570B8582B795E6FDEC5EABAAC2F9ADAA742FAC914032FE7D308C182FC2029050D1E5461218128C18E37DC6EF90
bin\api-ms-win-core-file-l1-1-0.dll
md5: BC38504B2764C4BB7E676B1437CC22A3 | sha1: EF1B33CC2DFBACEB22AF08B6CAA53C2F74F760DD | sha256: 6FF3EBD6589CC824E00A9FC548CFCAF8221E046A07F9FB822900D288B9010A2D | sha512: 6EDB22AB8BEB58BB3BCA1D6E10AAED76CA79226174ACDAAE591CA4817631B4262770BF9F8A2EA191593973A6D4D1510EBB7C0ECA04E10464C203FAA5D2D6DA9A
bin\api-ms-win-core-file-l1-2-0.dll
md5: 7D64AEFB7E8B31292DA55C6E12808CDB | sha1: 568C2A19A33BB18A3C6E19C670945630B9687D50 | sha256: 62A4810420D997C7FDD9E86A42917A44B78FB367A9D3C0A204E44B3FF05DE6D4 | sha512: 68479DA21F3A2246D60DB8AFD2AE3383A430C61458089179C35DF3E25CA1A15EBA86A2A473E661C1364613BAA93DCB38652443EB5C5D484B571AB30728598F9B
bin\api-ms-win-core-file-l2-1-0.dll
md5: DCD09014F2B8041E89270FECD2C078B2 | sha1: B9F08AFFDD9FF5622C16561E6A6E6120A786E315 | sha256: 6572965FD3909AF60310DB1E00C8820B2DEEF4864612E757D3BABAB896F59ED7 | sha512: EF2AC73100184E6D80E03CE5AA089DBDDB9E2A52ADF878C34B7683274F879DCF2B066491CFC666F26453ACBD44543D9741F36369015BD5D07E36B49D435751F6
bin\api-ms-win-core-handle-l1-1-0.dll
md5: ECB4C11534A4A85BEC986517033AD8F8 | sha1: 43271481ADF4CD3791CA5A4D2EE539ED3B83A0AD | sha256: CD5C2A10518023D9238F526AF78D2FDA8265CD10DB0EDD97BE29049ED7AA331C | sha512: 083977F07F9EF8DED2EDF0BE280A28CB189F95CB572529F1E1401EA7C4691CC4B29FD056B0582011D3BB39E32563376FBD6E88A5CFA4C2A7A5CE9BE2C32627F1
bin\api-ms-win-core-heap-l1-1-0.dll
md5: C3CF59AC80E3635B9EADB5C6305831A5 | sha1: 1F74263E0405138698108ACC64BC787E7C1C6A6D | sha256: FF80C5E44535B1B623A0320DF677A6C6DD106F8A5E14CFEE49CD3C9D47589646 | sha512: 4ACCAD2D7A649BE76AFC22E4B2209C81CA81FD9E5A79B6C54E97B4617AC3107FD3BC96B5617FBBD93072D4520CD2EE97323085C7DE3E1E59EBD915AF56E791F5
bin\api-ms-win-core-interlocked-l1-1-0.dll
md5: 41E5FDC93A68E86207213CFBB49DB0D6 | sha1: DECE00CDD02CB853356A3476825FD0275905C8CF | sha256: 4C1E732B43EFEC26D8CC467A5FFC13F062B3E3111CF369A8C94253711C77C330 | sha512: 3CE02E70429EA5F56A607021A93EF52974188405078EC7BE8C91490D7F2996CCED38564CD182039B3B6A14F1C2EB72A0E6792B009D93272EA183C37E2B2A8608
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 922CF0ACE984C8FFEE4F5D505CE5D575 | sha1: 3296FAF55DBBBDFF04385278E6BDD8F383D64408 | sha256: BBDFFC7563C7E4EABCE9FC8FF8A3160C7E4D75D5BD50786CC6621E131F668D40 | sha512: A812719A2C11B9C0BD2AEF07F709DF83E6EEA5F8BE8FB1E348C91A4340DD22D5603CC3B555CC26548E6BEA926C66A9F2A96FCE6B2C9BDC55213A81526CF09403
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 3979437D6817CDF82DA474C8A1EEFB0D | sha1: 5E96FE40993ACBC7C2E9A104D51A728950AD872E | sha256: 3DD2E16B6F135CDD45BCE4065F6493540EBBAF2F7F1553085A2442EA2CF80A10 | sha512: 4F64C6D232FDAE3E7E583CB1AA39878ABBFBBC9466108B97A5DCE089C35EB30AF502B5B212B043C27C1B12B23C165BD2B559060C43D9E2EFCDDA777B34F0066B
bin\api-ms-win-core-memory-l1-1-0.dll
md5: EDEC633DBC568551ED587065C743AC59 | sha1: 4D9D5A85797C832942CDD8F00673B1666DE8AE35 | sha256: 031B58E1621211ED8F41AED863E5E4C05C271D5FDF8ABD51AA8E9D5EB3536511 | sha512: 18EFFD73DDEEF38D69FA3223EECD1996FDDBDC49FC592BB942F60541CB20E0A28E5E220D7CA2F5F06ABD52FA2A70EC478765C8C8606764862C3AEF86DEABAC0A
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: E4CA639679FD3FEEC6A0923676D75E0D | sha1: 5711C60F0C452CDAA380A43424FF8538623FF4D5 | sha256: 1920E3AFA821558BADEABA7BDA9B8FE4ED5A5E7BDBB9F85B31D92FC0452030F4 | sha512: FBFCF57972AFF31BAA74DA9FC4158F155B9A6244768832376B9716E7D053FA34EDAADE8FC8F50D841A13D736FB63967C56EEB15A7DB9BA0B41588D27E842EC0B
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: BC8C1B65A3FABA02EA3412113F2DE75D | sha1: 761D2D0B3C13F5076B97874CD0B6D57A97A9EABA | sha256: 5009391754032B93BC3F950B5E17D4ED7BFD37941170F97F65C596D9ECDF8E75 | sha512: B7E87E031F7437A115D9F76AA2A2CD59F34042448A098951773F32286DD7F3F57979C3F0E7026138CE4D4C3C6F6D4F6838A5C306EF874C02914D9272091744E3
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 95C3F386F30F7D0E68909D7B7C43246F | sha1: FB81C7F1F0F444DAA5B3299580528196AD50E592 | sha256: D7716BA9DB032B306BE6B48E93B379B4E0A9E763A12671441422507236ABECB5 | sha512: 8AC039726C23BEE52C7F5E1CBD8B40D9D0BF7FDA0B322666B38F004E3BA65AFAFFA16494C38B588F6B4A27F91B69A9ABC0F190D120325C8BCAC741FB4A02A87E
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 4DA67FEEFEB86B58A20B3482B93285B3 | sha1: 6CD7F344D7CA70CF983CADDB88FF6BAA40385EF1 | sha256: 3A5D176B1F2C97BCA7D4E7A52590B84B726796191AE892D38AD757FD595F414D | sha512: B9F420D30143CF3F5C919FA454616765602F27C678787D34F502943567E3E5DFB068FEC8190FEA6FA8DB70153ED620EB4FE5DC3092F9B35B7D46B00CC238E3BA
bin\api-ms-win-core-profile-l1-1-0.dll
md5: 97C67B3BDADCCA4FE30F720D7128A625 | sha1: 52EE534A3CBFA86F8B895212154D610C8EA9ECE7 | sha256: 49E587C970471A29BC49B8ACE18510B4BD2B1A561484314CDDDDD10FBF5334DA | sha512: D4E92A2AEFE890966CADE724D93811C8242C6E6A54A0F29FAC0CBEB517D96DC57C535F939A477731EA55BD74BABC4DAF93384DA00DE0104BD0122868A1260AFC
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 04CE356D4A5D956BE5531A1D60D00A8F | sha1: C65C6AE9FF7A96A8276AEA4C357D2080591163A9 | sha256: 0D365A06FAD099CFA98DC2DDF0CA16DABBC5319B99C29B49BE25F3C9809DA2D9 | sha512: F59569F4C1BA9D19492C1B1AF41E1FE28732EEA8BE065CF069ABC01300D84059C87179688E25800D44FF3C60E5847BC14F4423B08ECE56862EC75ACC445BC50E
bin\api-ms-win-core-string-l1-1-0.dll
md5: BC3B85970CD46063F11D39E18166746B | sha1: 5B957EDD3FF4EF0B72F1CA29853C1BC1630BDC85 | sha256: 3C48D059B21126A3755E676758DF54B6779C975D13CFD10990A3C29CCFD95571 | sha512: 93290660D9CE8D8F1391AD7C0F3BE9AB855F78004B30842283136BC61971B715FAA29D02E00B158E3F1EE56D52CD0AD090C511E464D251DBBA51E835DF6079F3
bin\api-ms-win-core-synch-l1-1-0.dll
md5: 68A8AD8A1B296DD3203C53D163089E64 | sha1: 171ED7617B7C186DED4B09A250B9C94AAA1AA8FD | sha256: C8925EE61E3135ACA8B56498C0304BF0DB981930D1E3D36CCAE2F84791C86908 | sha512: 91D93C1C2D8AA5343EF2BD316106CC28E3BA5A48E2C1647BA7054FBFAF79B1B9CDB3298899D0EC63B795C7D5A23D73D2AE7A1902FC8136B29F9340AA95227C37
bin\api-ms-win-core-synch-l1-2-0.dll
md5: C250B2E4FF04D22306BF8CE286AFD158 | sha1: E5C60B7892FF64CBFF02D551F9DBF25218C8195B | sha256: 42367B6B7285BDDC185C0BADEFE49E883646F574B1D7D832C226F2D1CE489C5B | sha512: A78C4DDF98330698C9DA8D1D2C7C3176F22DFABF0900008CFF1F294F56A2A14B52BECD09BA37A065D544F58617911B3F5850614B5AABD0EC7DAF236F29C9B10B
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 5358E9B3DAD8730ED4B2DA280161175F | sha1: 91066FF0FB55FD30E3C554655D6EEC47A13A1773 | sha256: 77B5019D54AA05AD70D0C1BEC4A7EA5F3BA499B493C03EA198B27CEB8509D1AF | sha512: 061B63B1965D3203116AAA7E026420D5BB3A0874237671E14A31ABCA889DD728575F625EEE3117FF26DCFEC9D842306CDDFA134C2FAE9947BFD46D7D9EB50F1E
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: 3339350008A663975BA4953018C38673 | sha1: 78614A1AAD7FC83D6999DCC0F467B43693BE3D47 | sha256: 4F77ABB5C5014769F907A194FD2E43B3C977DF1FB87F8C98DD15A7B950D1E092 | sha512: A303FD57DD59F478A8D6C66785768886509625A2BAF8BF2B357BB249FC93F193AC8C5C2C9193E53738805700E49B941BF741D6C4850A43F29A82424CCDDA191B
bin\api-ms-win-core-util-l1-1-0.dll
md5: 75CE488183D0627B89BAA0B174CF2C2F | sha1: E66C1BAC9625AFE091A0EF4B46615BB07103D442 | sha256: 8C2D5915B436C2848CEFAC33AE47E5BA1E96EBA0310B9836F069BB5C767A7D42 | sha512: 6A6DB2DFF988E8175C5FDA3DC7FC8925C2CBFEE90088DE50715FCA3010C3C47E0E554329126B1B345B19C5EBE5CD867A81FB904C7E47AA1B41963D856A1CF7DE
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 42A40EC9ADDF68F5B66878FED7C9A8A6 | sha1: 339A41043F7DD28CADF8CA6A578B292351EB3565 | sha256: 8594D0EDA4E4367BC3473032552C5D0F9931C283E6C4CB8D7C1E7D9F61E13506 | sha512: 84826C1C35DEFEBE8D5A3DD7EF8C14C8BCBDBC51AB34062F65565680D133AD5DF443F0F8BDB84D09838D1169B34092A06AAD3A795EE214252097022BEA83E4C6
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: EB07D1E84FD3FD83E71C1EA7AE8498A3 | sha1: B162375E93C40955244342D18902BFF8ED902674 | sha256: 687BE4F560DC3FB96BCDA9332617A2D4B1D587411DD1C31AD088146AC0B24A76 | sha512: 5787637599E1EC9F086C78BFA4CE7D49A8374404DBCE8D884E90282B366A446EF3444288ADD0F3741C642BEB01266555053091BDEE2EE70BF6126052BF1564E0
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 392B572DC6275D079270AD8E751A2433 | sha1: 8347BBA17ED3E7D5C2491F2177AF3F35881E4420 | sha256: 347CEEB26C97124FB49ADD1E773E24883E84BF9E23204291066855CD0BAEA173 | sha512: DBDBD159B428D177C5F5B57620DA18A509350707881FB5040AC10FAF2228C2CCFD6126EA062C5DD4D13998624A4F5745ED947118E8A1220190FDB93B6A3C20B7
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 9806F2F88BA292B8542A964C0B102876 | sha1: C02E1541A264A04963ADD31D2043FA954B069B6B | sha256: CF601A7B883BB4FB87C28B4A1D9F823D2454B298CDBCB4DA4F508DB8BD1278BA | sha512: D68CB926DE3CAA498AD2AEA60E2C5DBB72F30836A6AD9BB11A48F2CA706656981D9332DAE44769CCF6F8DE3B2EA1507983440AFBE1322520F2FD1674CD8DE823
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 1747189E90F6D3677C27DC77382699D8 | sha1: 17E07200FC40914E9AA5CBFC9987117B4DC8DB02 | sha256: 6CC23B34F63BA8861742C207F0020F7B89530D6CDD8469C567246A5879D62B82 | sha512: D2CC7223819B9109B7CE2475DFB2A58DA78D0D3D606B05B6F24895D2F05FB1B83EE4C1D7A863F3C3488F5D1B014CD5B429070577BD53D00BB1E0A0A9B958F0B1
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 1BCB55590AB80C2C78F8CE71EADEB3DC | sha1: 8625E6ED37C1A5678C3B4713801599F792DC1367 | sha256: A3F13FA93131A17E05AD0C4253C34B4DB30D15EAE2B43C9D7EC56FDC6709D371 | sha512: D80374EC9B17692B157031F771C6C86DC52247C3298594A936067473528BBB511BE4E033203144BBF2EC2ACFD7E3E935F898C945EB864DCF8B43AE48E3754439
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 7481E20041CF8E366D737962D23EC9DE | sha1: A13C9A2D6CF6C92050EAAE5ECB090A401359D992 | sha256: 4615EC9EFFC0C27FC0CFD23AD9D87534CBE745998B7D318AE84ECE5EA1338551 | sha512: F7A8E381D1AC2704D61258728A9175834CF414F7F2FF79BD8853E8359D6468839585CB643F0871334B943B0F7B0D868E077F6BD3F61668E54785EE8B94BF7903
bin\api-ms-win-crt-math-l1-1-0.dll
md5: F4E9937296EC528938A3C28A48687F5C | sha1: 961390A2C5E08336857C8A39B254B2BFE3D8BDC6 | sha256: 190A2CC8C8E47FCD4D07B4E260E247FB3B5FB4661AA50F7B05158CD062D80762 | sha512: 00CCF9326E593236F57C39FFCD3AB1A77C54755C5F938207AD548D64D60A7468EA21F6E340D385E6576BB049BCA1DD318DA572C5808C353DDA1C4629FD99BC42
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 34CBF951DFE519D8CC0034D13026BB26 | sha1: 156E860545717772C0B290AC9BF6883D9769419F | sha256: B05A5303C9C1059216787E878884B96474480AE5505DC60BE97095F8CDF876D5 | sha512: 5E812C17866EDF300C21F8D5EE121EE8B4225288FF10A937870356EE2DC780A54FB3244AB6A01CE8FF2FD2D2FA023377335D8DA13F09B8C8E6FC30C6EE53CECC
bin\api-ms-win-crt-private-l1-1-0.dll
md5: C79DDCFA529DC335ED3E5D538243BF92 | sha1: 1C960C665242142ACA25DF06A0BC29C73126BC73 | sha256: E5799A718CFA39B0B6CCDC88F3732CD5DD13C5E4A64DE6CFF4ED4EBA20DE3371 | sha512: 07A36836DAAC82A993C198402633CCAB80AC1046BC3F85EBAC7BEF6219B6C8A8C3AAC88E96D1143E33E113A7A73F8B6DFE0D7C91920AB9F23B532D64FA5D3589
bin\api-ms-win-crt-process-l1-1-0.dll
md5: C498A15DE6A91156009C6E5BC0DE1FF2 | sha1: 1B015D9F793518BE3C579FDC4334BF81E6F4E874 | sha256: 194F04516084785A9650EAC58777AE7ACEBD90D5FABC3E21CEBDF705CC0D34B6 | sha512: 898107D0D34A6668C7D00E2C4818023F7ADA7229EB06E7BCF7BF745575F30F8DD58503FBD266F9F5498DAD915E7344000684A0CF533781130C471A30307EDB67
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: 047C779F39EBB4F57020CD5B6FB2D083 | sha1: 440077FC83D1C756FE24F9FB5EAE67C5E4ABD709 | sha256: 078D2551F53CA55715F5C6A045DE1260CE331B97FD6D047F8455E06D97EF88DC | sha512: 95A57D79C47D11F43796AEA8FD1183D3DB9448DEE60530144B64A2DD3CD863F5B413356076C26101D96DD007EBF8AFF9E23CF721BA4E03D932C333B8E5536B73
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: 10E9DFC88BF784847E7B9AAB82E28D0C | sha1: CB750CF87D561CA32F5860854DA374DAE6C9F2AD | sha256: E6BAB87156C9E7AE14CE36A754EB6891891A22DDFFF584B706538152017FBB0F | sha512: 29C2EDB44CADA75EE8CCAE1B55A405C8282C937450913196D54B6DA1A1E121451C6E14A92A200574984961FA8C649D8A40CAF58EA50A33D42A7DFAE4439091C2
bin\api-ms-win-crt-string-l1-1-0.dll
md5: 1F1D50AA4553E77F6B90AE13BD56A95C | sha1: CF421A298F485C2A000791E1840EDEDEEA19BAD0 | sha256: D343529D2A49CBB89D644DEAFCE573B873AB45E0BF57E2D906B2F2A964D7BD9A | sha512: A08BDCC2883066A8BDB9336EEC5C7F8593202C367CE75A7D7390ED4C6E0E1DBE80B7AFADEEE78F12AC0386D70AC360AF12BF0FF3285ACDA0425789038951F180
bin\api-ms-win-crt-time-l1-1-0.dll
md5: FA5327C2A3D284385D8DC3D65935604B | sha1: A878B7CDF4AD027422E0E2182DAD694ED436E949 | sha256: 704AD27CAB084BE488B5757395AD5129E28F57A7C6680976AF0F096B3D536E66 | sha512: 473FF715F73839B766B5F28555A861D03B009C6B26C225BC104F4AAB4E4EA766803F38000B444D4D433FF9EA68A3F940E66792BAE1826781342F475860973816
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: CEFAB9071EC289D88BB312816E62CA82 | sha1: BD95BD97332EA21506171924ACDE4F4248A2EE6A | sha256: 340CED80FBCFCA804925FF680DA1929F68B95959FD7E4D0C9F67322BB5FE2155 | sha512: 03C4B2B155392DC02370994D28B78D18C38CCBB0C594866AE31DB54111F0F18E264E1378ACDE0F2638E19871D7E3DF7CA3365AD63C0DE689C331F6E5B14E3582
bin\BlackFox.VsWhere.dll
md5: F8C72683E5365DBC46B284997F6BD044 | sha1: 902CB7415D41E4A9DD8730E6FF9FC14A0478DB71 | sha256: 7C006118CF94D5972699B933D78279BAB46150436C6D1A238D36130746C812C7 | sha512: B5FA3291618AF25103A12D07DBD92D98AEE649B3DD60B2AB5FD200B42BFE0A308361B98CFC35FAE4EB41132F70BE94667358077B1F09369EE84235748109DB2F
bin\cachedDotnetSdkReleases.json
{
  "channel-version": "6.0",
  "latest-release": "6.0.10",
  "latest-release-date": "2022-10-11",
  "latest-runtime": "6.0.10",
  "latest-sdk": "6.0.402",
  "support-phase": "lts",
  "eol-date": "2024-11-12",
  "lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
  "releases": [
    {
      "release-date": "2022-10-11",
      "release-version": "6.0.10",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-41032",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41032"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.10/6.0.10.md",
      "runtime": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "vs-version": "17.0.15, 17.2.9, 17.3.6, 17.4 Preview 3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b760400-58d8-4b6a-a44e-6d4468041136/3d3f29fa7154c975f1e558f0ce7f34a2/dotnet-runtime-6.0.10-linux-arm.tar.gz",
            "hash": "75e6c380a00f253d06e33aae36403da2e31bdb4c41705455cbdb4aecee6cec05d7ab95ae90493f44e34360ffa00265a10e8295d780db8ae37225578afbcbead7"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/21bc0b9c-669f-4d59-9e6b-d16d1917afc0/fd3fce1337cef07b2e3763d754becb05/dotnet-runtime-6.0.10-linux-arm64.tar.gz",
            "hash": "94d182d2d80f3cc9caabbd12e3afeef4af93269a331b64276985496e4a77040785c25b85c58cfc8093f4199e8c6da6de8128157dadfed41c82d991f57df7afdd"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e2fcd51d-b4b5-4b18-9781-03725e0f8698/319cf1066c7b16c177364c2b3b8e34dc/dotnet-runtime-6.0.10-linux-musl-arm.tar.gz",
            "hash": "cac7100cab3eb35e76867fb6a7a2b7b361355d634205f2d6669757c9091d844a332b74c184f0ce566457d1548c2a490563dceefc584d64c2db3fd9d2c9b58797"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/503f71f3-de50-42ee-b57e-6a657a311729/f2e94dd72400ed84fec1b325ac7c362f/dotnet-runtime-6.0.10-linux-musl-arm64.tar.gz",
            "hash": "4f00918771c56856231c715ad9f1febcdc39127ac0265c97da76375ba20cbc7109ee696dae72e5f5d8fa1998588e697a4a6785c919e96a7bda7408a500cc59e1"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0962aa41-5e26-4382-94bb-9bf15faf146e/8968881c7f465e73626235470b0faf6c/dotnet-runtime-6.0.10-linux-musl-x64.tar.gz",
            "hash": "0277e5f81ee0b28b262ee4b0de5e62d4599acf95f65dba12a562ad682675e9aa9d1d4fb5b6d3a49bac481afc405fa2596a48407ba5225093e5d6effd69aa0105"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48fbc600-8228-424e-aaed-52b7e601c277/c493b8ac4629341f1e5acc4ff515fead/dotnet-runtime-6.0.10-linux-x64.tar.gz",
            "hash": "8a074c93845416f69f035f2d0e16251dd2bd5abcdfcb7863afd59a5ddc78fa03aede8f79b42c7ca857fc19c8dea53d43da4e4a311f35f6f2eaf9fd64afc8f9e4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6afedb21-384c-4110-9856-189c169b231f/843a9a27982eaf00b0bb8ed5a9626401/dotnet-runtime-6.0.10-osx-arm64.pkg",
            "hash": "2fec69c2413d7437b1b180d3d8037e8369fe8d90cb56ca82df52177847847c56d707c6d781e3d014ffa54e7f9e8eb9b46b829dc3b21a01ad2c8895c54475ad69"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f48a8f09-4b5a-40b4-ac4d-197d6ac53038/3cdc2003e07ccf4b22e9bf9a0313a5dc/dotnet-runtime-6.0.10-osx-arm64.tar.gz",
            "hash": "0b9eef6d820b86b64969de1d45b8201fded72b4a6339883c3f7180c1a97b19e1962cfe8664c7868fd1a20998deba7cb00f8f35f6b2d6ff6d414f1cc4ff2fcf07"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cf60908-695c-4d98-a502-47ba21c9f9bf/8163b98d2c2a4f725af448adbe1047a7/dotnet-runtime-6.0.10-osx-x64.pkg",
            "hash": "ed948c9376d748b39bcb73f0de779d2d76c70917568adc683371320ec5f41a85f66dbdee93a27a1fc8a92f1477965be454b4b5290b5e05ee0d4356dc2a59fc26"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f088e65a-26aa-4da3-a3e5-b4e7e419add8/79a7a79a56eeb08b0646f34952a00091/dotnet-runtime-6.0.10-osx-x64.tar.gz",
            "hash": "dbd077f32b2fe22a6672f702f42b1f0af963082d9e4f4907d60951b16b70fc9827ba29773728870b1d59c9c538cbf4092fc823641677da96476059dcace57d5c"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d61e401-55e3-498f-aa6a-de0a29ef2d8d/39d3d5ff136e14a6cc3621b4d8202495/dotnet-runtime-6.0.10-win-arm64.exe",
            "hash": "75059b9edb5efddd6660a1475227fea8ed0a487d7226e1147984bb3d57754cc1cafc8cba9409e82e2fb0b43508dcfc931e7f39953a43903ce9a45f81ddeb5ddb"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3ca8276-8a53-4c46-9486-bbdf32ea8481/114a1049ce0f1efab0b59663ccfc34ed/dotnet-runtime-6.0.10-win-arm64.zip",
            "hash": "6e13d21b03fd688e1bbf9b4fc26708dea637f080ecf9fa4113db2b2b7c0e179f18af79bf594fcbba12063cdbf9db4d0dafa64cb19415682cf8fee84b1c74708c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/50336bc7-7fd1-4a12-b5a2-81ce0219edf9/8d862413975808de0d835888e41e49a7/dotnet-runtime-6.0.10-win-x64.exe",
            "hash": "23e4c862afef34a2c0d6476a93274ce0158d28f1609e0404737663e4be17263e61e5a8760382fb125d288a0965394e3d04b9e1c77f99de80a2c590dd295b8732"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e764b48d-970f-41b5-a23b-c0f78a42fa03/16c9c1d0e5d168c6acbdfc1236f635b8/dotnet-runtime-6.0.10-win-x64.zip",
            "hash": "2adffe00d6d905bc61435c7a1a56ca901d7489521ef28d8593e8573cff223dac6a92839c6119e0bd1bc06dcd9a407cdd7d90fe55edb3fed3beea7b4a311f91cc"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aaf0e61e-c5f6-4ead-9324-d0ff07e4c3de/677f360ffac9ba1b7a062cf4e5265ca7/dotnet-runtime-6.0.10-win-x86.exe",
            "hash": "8b9a8b8922bdffb2ca45333e9d516c3d77cf1439e5d40890a5769b83bc2b39511b164e5902a8c4092e632705eaa062dcaad405e745a134cc6b435db11e502372"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e7a6898-148f-4524-bfb5-a846049c7b6f/1e0c24eb4228adbe9b446dda64957bc4/dotnet-runtime-6.0.10-win-x86.zip",
            "hash": "3e9a28ce5b5bb93d293689b2b00f47455bb3c890f7fbf21fc4cf52e6d23b27d49aa5777712d7c4716ba84a044c1ca36a2388f8369f09503aa9ee006aea8af9ba"
          }
        ]
      },
      "sdk": {
        "version": "6.0.402",
        "version-display": "6.0.402",
        "runtime-version": "6.0.10",
        "vs-version": "17.3.6",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
            "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
            "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
            "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
            "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
            "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
            "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
            "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
            "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
            "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
            "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
            "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
            "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
            "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
            "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
            "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
            "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.402",
          "version-display": "6.0.402",
          "runtime-version": "6.0.10",
          "vs-version": "17.3.6, 17.4.0 Preview 3",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
              "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
              "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
              "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
              "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
              "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
              "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
              "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
              "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
              "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
              "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
              "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
              "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
              "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
              "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
              "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
              "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
            }
          ]
        },
        {
          "version": "6.0.305",
          "version-display": "6.0.305",
          "runtime-version": "6.0.10",
          "vs-version": "17.2.9",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2f5729be-273f-45fd-a1ec-f91695951839/a26275ca2b4abf646c7783c5a409ff31/dotnet-sdk-6.0.305-linux-arm.tar.gz",
              "hash": "ae7ab7920e1ba2833ce55c44116e4400fdebd8ce48d3b193b590b938e25909a647a34706f32dd4fe2a8468ff61a8bc962d7c8dfde5404293b6254c5e980f46a6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/031e2cdb-71ae-4f10-8862-e2883ff82f03/fdbd377c5d84c1c07c4b8d1c87cca6bc/dotnet-sdk-6.0.305-linux-arm64.tar.gz",
              "hash": "0d7eb35dc1b2ee8c31710bab2eeb1f6871819168bcdf7aff257074cd0c4eafc3ad52875a45cec38ad799a12e8c81bddc6267f6b608aadfd9607d435cb3e6ba6f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9cfcd9c4-d70c-4efe-9b99-a05f2db402f5/c4d9096b344251b76e47794d409dcd4a/dotnet-sdk-6.0.305-linux-musl-arm.tar.gz",
              "hash": "633b16bb333fdf0cb22b2b2962f00239bddb9f332be450e250c9faca5d656003b948d25b4283acd820b66132a64b7a4b5e728c19030b12b12c73b013c71f8b6f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/18953c14-c8b8-4195-a388-9644a51a7dd4/d8170a612849aab21b5ebfb586a5cbed/dotnet-sdk-6.0.305-linux-musl-arm64.tar.gz",
              "hash": "c41194f78e46aaae941df95884268101d2b54eae6db605c9bb168d5a4a84a2cfecd9b1bc02db8c4ad35fe127608bdfc67fc4107d7cab934e80ca87ec49822722"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a43cecf-ea23-407c-b7f0-14c5acd69e02/6552f25c68937ac8184a966196b8a7ad/dotnet-sdk-6.0.305-linux-musl-x64.tar.gz",
              "hash": "7f25cc8966fed34457384ab3616047dbf0c4a4b5fa820189d82e4fc4c14f0495ae00b8f56c652ad29b8252cf5887c360aaa7dac4990b7d93063fd8a898b98d3f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb15bbfe-c330-448b-9808-075610943fba/cf8bc8799a562f76bb82ee0d1c11c5ff/dotnet-sdk-6.0.305-linux-x64.tar.gz",
              "hash": "783859f84ca572c461392a6a42a6ae05d92a5a28741e2ed829bb5d9a3bfe122e343516a9d56b4aa6bff9190f15c229574b06033999e02feac59689f567c8a80c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2442dd43-be6b-414b-af10-bfea56a0213f/b8a25c1641bc53bfb29d4db6ca039be7/dotnet-sdk-6.0.305-osx-arm64.pkg",
              "hash": "e751bb9522b61e6728a788b714d9ed6edd734e3e60c455fb16c2fb6fd2f934ecd9c9054a716b1d12238eb542bdf59973289120eb1d673752055e9e24b86f9514"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e9c3e9a3-26da-4dc4-ae3d-b234b3659a7a/0fc19a87c495b161a2136d8c37a04303/dotnet-sdk-6.0.305-osx-arm64.tar.gz",
              "hash": "18cd914a6809d0ab783596c7a06318fea39d7c198e7171f39ba29ee1e87114c1d68a7483d9a7d22099d2e712b815d92b77c13beef9ce9f203949df26df0df4ed"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c047f768-7b43-4777-8509-9db401c59270/bc126f4445a6da393eda042104f5f039/dotnet-sdk-6.0.305-osx-x64.pkg",
              "hash": "2ccd8b30ca9f5fe0907415680c7161db7509606a873b3bc9fb4399f3bdb47bfde8cb10acc42f36c2aff39c36914eea76e2b3ff520231f9fe6c6f953bb89fbcff"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/708db014-a6c4-4284-8e5a-3a5aaadf6900/722f30b917a088f11878120c4daa80f2/dotnet-sdk-6.0.305-osx-x64.tar.gz",
              "hash": "a548e0dd9e5e869f358e121bbd03a36bd7af3b753e08f32cf99957e5e21213046547eca1cbcfe256d9d53d25231a3643021fb34f1f8ab5221f233875bff6d1b3"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd6b92cf-9824-4e51-8fb9-8846defee2b3/5fa5d36184a45d425a161338838d532c/dotnet-sdk-6.0.305-win-arm64.exe",
              "hash": "fc2e90b4e0edbf5c83022495614c2d5b96177cde79fe27e0bd3f9652456d94516c541cb88123b2e6cf1e63cd465d0f3617026662ee99b87cf078271ede275436"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1ba1bef2-e4bf-44de-9df2-7453b2e562a1/2af91a1fcbb5a84a1a34d7b295742663/dotnet-sdk-6.0.305-win-arm64.zip",
              "hash": "6250672e5b80b1c402da5f87cacfaad48b4417fce9ba68dddd0d50a78ebccf77325c6ee4c99c935fdaf659d6b3cbdfe315cbefdc3c5eb2fa7f50a720d59aaac8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af52a0a5-09d6-4ac6-9b7e-b22beefa38f5/38796ca6f31d7ac5a4cd3116befa76f9/dotnet-sdk-6.0.305-win-x64.exe",
              "hash": "4a4703a1eca27333a4781eb61263c2acaad6e3542e96c18b1bf38d51f2516964919225af22ea7b3dc01bff64c3a86e0db298a7dab349763b0a109475a156eeb5"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39cf4c9d-37e0-46ac-8428-5b7732a87215/0964fdbc930d81fb109855ee097596c9/dotnet-sdk-6.0.305-win-x64.zip",
              "hash": "61ecb688b1a6c3213874dda92b1eb38ce8b199c7f4d78677e60c2af0b0a58a686d29f5d56463a57af863230a81a73c792df8b8b9b55dae51bbd58796e1d1de95"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e4c4130-d2a0-48ea-b5a2-dcd94d0ab535/5e39b3e3a2247ae179db3c00e2dd2c48/dotnet-sdk-6.0.305-win-x86.exe",
              "hash": "543b8f89bb9e50b8167e6dc634b0363739ec030b7e76e5d2bc66ca7ee9f19fcdd45579be50463cb90a3e5508ea842c68f3344ab179e2897311a7bb370643b3b8"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c30719e4-5e68-4054-bf67-090098a94c18/557d79682e79b73e84d69fcccf72f727/dotnet-sdk-6.0.305-win-x86.zip",
              "hash": "5a7ab58a0b22c8216e7d0c025b1d518af1e6b96b914ba9361d3ab6267c01edf496e67220ed181a542bc03a50ca5d9d465eb489f0a2d874138d22c9d67c6d5fc8"
            }
          ]
        },
        {
          "version": "6.0.110",
          "version-display": "6.0.110",
          "runtime-version": "6.0.10",
          "vs-version": "17.0.15",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec48c241-aa98-44fb-8e9e-f8ec91f048ec/8c9b79c23058a1c0ad7b3e0fdc340d41/dotnet-sdk-6.0.110-linux-arm.tar.gz",
              "hash": "ed8a0a3c5edc42b6e82dc925c35ebd3ba0ddf94b98c97febb0f4ffa758b369b2c063935fa62cc5e18c1f26e64e0618daf2600d8a9946a0d44f6103d725d99091"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a0faccb-a85e-43b7-b2a6-78ee8b975855/572b91765e7db29d33887cf4b87bc86c/dotnet-sdk-6.0.110-linux-arm64.tar.gz",
              "hash": "da312773a6def29612ea6898c489b86b2546e5e52c7c890134712c64fb3c0e52dfab88d8589858f9a9b39c3d2c9fc39406d6da251e3cfca399eb93df0c9ad5c6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bbfa0af1-cbc7-43c8-bc29-e2b507b3eb3c/91860778e0b312e5db795c6afd7a2ee8/dotnet-sdk-6.0.110-linux-musl-arm.tar.gz",
              "hash": "1c96d40960a1a79248bc0cd1ab92b38df38a8a5832a22bb0baaccf6e861b492475aae2067bb75ad2a66862dd2b7273c3d76558f410a9c29d7d1bd58d514963ab"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce0ae10b-8bb6-4137-a848-e797418d523b/6910378abac970e6f055230a7a7a37ca/dotnet-sdk-6.0.110-linux-musl-arm64.tar.gz",
              "hash": "59523820da71f0e799df5971736b5814034edf58c1874cf8364ff112307e0752dcf8246d10923c7564842eb34e8a7e0728d0debd491cd0104983ded1e7b72d27"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe89b8dc-e7fe-4199-b95a-bc4394f47834/bae0fe90f64b92a5b328fa58c3275e6c/dotnet-sdk-6.0.110-linux-musl-x64.tar.gz",
              "hash": "68e4b9aa0d428603f01f0a8b5c151e4a775021bbbc96c2f59ce80a1acd59909ead4de9052b045b8fd388c6681dd5553207cb4d4fdde1aeaa6dbd04bf4060d33e"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3e527e7b-3a94-48a7-a392-2e75f20a6d15/1d253d740e987ac9c79f33967f18066d/dotnet-sdk-6.0.110-linux-x64.tar.gz",
              "hash": "104da00b7bfe1f564723e2314d432ad9044cbfa9ad851bc99e06e730a032c6178e487a8bee3f28f8309a32652df0143301be0b827a0c7ad00614a1ce850495e8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/95bf0dcd-6a72-4f61-b0f0-832536ae730c/cfef617dfd50f7ca4684166f5cda12e8/dotnet-sdk-6.0.110-osx-arm64.pkg",
              "hash": "95a6b0f8194e3b2b2bf89fec61341c63e24de130a2c42983671fefec118bc1d0eec5e769eade4aae00d03a2d2bc2087a112ef3b64b9b3e7607c1c8d9f168b553"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f24b1026-8430-4eb1-936c-9a157b4a616c/b52edaf7d05aeb478e8e887d8fbc03a4/dotnet-sdk-6.0.110-osx-arm64.tar.gz",
              "hash": "66be3a01d07ba93d881172037b8254c988ed457b002a4f5b536b68faefbe82778efebfc2c43a1db11df4aeec104c2d856821ff1c342ae27f54dbb9ff2a9a2efd"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/437e0175-9bc3-405b-a5c3-cd75de2c0872/7e248814ad949ab9af3410ed9d47b61c/dotnet-sdk-6.0.110-osx-x64.pkg",
              "hash": "ecead3a270135bfea545dbd41026039d4b3ce8a3552c32a1f4320a23cd712891573bc2c9d40a2ab1a45418a81243a6a054dcadf78df792dfd5032587c32e511f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6ab195ea-dc0c-42b0-89d6-703c51918f7c/969a05eed49727289e7fcd99d4d81917/dotnet-sdk-6.0.110-osx-x64.tar.gz",
              "hash": "9b8937bd1e4cfc9cf867f8512ded8f293f59da4a00f3c35f4f869dfa99ef12da39fa77f620d0bd71431371a776f4c9f8c7898d591aba3dd40e9e47116f99d1cd"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5fea9a90-21f5-49d6-9b35-59aaa3557601/d74483933dfd284a9c7239a596464d89/dotnet-sdk-6.0.110-win-arm64.exe",
              "hash": "6245dda85c05c343ed88cef2d82e82d4dab16e7c16b4c97aca7afad28c57bad62d9322ea11c5fc1a461b89bdcb1d4b709213237a53199caefbfb1c015436314c"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2ee8464-3b19-4be5-802f-7d2ee5f74ae4/e1191e174175cd296ad80e3bd4423c5c/dotnet-sdk-6.0.110-win-arm64.zip",
              "hash": "12e3dfd9960406c37ca2d344d7eeb6d33f20121edc4184072a1cc07c9238e165521cbfc26b8902800b0b9b47bd6618d8696390f377f8282a73cefe3e623c2737"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39bcfbb6-1a92-4889-8baa-d00326fa7f63/4d5a18a8f4d0ae94028034ceb088ce3d/dotnet-sdk-6.0.110-win-x64.exe",
              "hash": "c02f5f4f3616fa8ae686119a35feac093ab36d2ca088851ee2024531e6386c3e84b159a4c8cf88034bd84a93f1d64090ee6d021066eb2594b80f95bbb24db751"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5044912c-8075-49a3-8079-3ccce5a6a788/30d8b6b14bd33df25287b6e85cb96d8a/dotnet-sdk-6.0.110-win-x64.zip",
              "hash": "8534f4f7cda24f197f422525ae3e6b0111ea5e6a8d0d24563a1560cd701ab10341db4e80c87ccd09993492f9446be6471b3f4f8f5858e73b31d1aa76698f6f37"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a73fe039-95c7-4343-b806-d6c51e45f811/5cfdaf0f890e55b7940dab813b1ff0e6/dotnet-sdk-6.0.110-win-x86.exe",
              "hash": "82c095b8efe3759ebfc83af49a6d1b53e51c157d075eec307fe95a0b8ed96e73764ae109fb14532f55afee32640a51bd6438427f1fc8e2944998c63f6f07e687"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/faa9b9d2-3584-4a08-94bc-bbbe2bd55d90/527cfa84df05e3354915b07247f7f3c2/dotnet-sdk-6.0.110-win-x86.zip",
              "hash": "ac759d3f50e31f2b40a2b73ee0b9ebf5dd214cb4b539224f4f3e52723c409cb9099e27ddecce36f482ea4301e5e0cd35baa00f7e861dd6f010c220e1b2f9ad9e"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "version-aspnetcoremodule": [
          "16.0.22270.10"
        ],
        "vs-version": "17.0.15",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb049d47-1cd1-4a76-8b4c-3efee9890f2a/53441bce40b9ac8d073fb4742d823c3b/aspnetcore-runtime-6.0.10-linux-arm.tar.gz",
            "hash": "48d590741a8d648c20e130d3934e6e4a8a4d7ce750c7c74cf4eac77fe969798c36d8780c006baa1514e0b341d3e3cd5a6a3860f484762fc703577d35b1b92202"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c37e7250-886d-47e1-840e-fc0ae2aad195/81f019f66f158b7ccb3511d2fa5dec53/aspnetcore-runtime-6.0.10-linux-arm64.tar.gz",
            "hash": "254796814f5810c416361046aada833a151c946b0dda12d10d1ac792db8528b64eed4bb8195d99081639f22b2114489df0d4bae20da3fe6c63987cafe0349b2d"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d1c5701-2a62-44d2-8fa0-908a94913df6/ec6c9c40cd2bad036248660511310d71/aspnetcore-runtime-6.0.10-linux-musl-arm.tar.gz",
            "hash": "56a8b2ee654ca040d448a7c0ef09a310d713a892de90df1146d1748db87f6aca86ec95f1db182937b2b99186a2bd3ce14d9d37e172d68552720b149041b4051b"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14ba166b-6dde-4a9c-85d4-e4294fb4f676/8c2476c039a628a7f573bb2b257ccd84/aspnetcore-runtime-6.0.10-linux-musl-arm64.tar.gz",
            "hash": "1cc24cf179bf391945fa78ed1311e90d06451c9ba918d742f3e0338d3a0aab1374a167e781c40c8e421be8369c55936c051ab59459298dcdeaf91df6643b35cc"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb38e333-d733-448a-b7e9-7020b720d0e3/9cbdb02e1e42bacc02479312ef8afd09/aspnetcore-runtime-6.0.10-linux-musl-x64.tar.gz",
            "hash": "55cfa0419965dc15127fca3da0f567dd64dc4ca3981f5e3366e01f88c670f91b361548be99c507fcf9fdc51078387a230c3d09d399d7b0345ae4b6e60ae2615f"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d44ddeb-ad35-41a8-a581-03b151afbd80/6888586c28836b1e1f71df879184550b/aspnetcore-runtime-6.0.10-linux-x64.tar.gz",
            "hash": "85fd0e7e8bcf371fe3234b46089382fae7418930daec8c5232347c08ebd44542924eaf628264335473467066512df36c3213949e56f0d0dae4cf387f2c5c6d0c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49c2a919-5162-4314-9010-a8da201e965e/f346ee2fc7ff046045edcca0778c625c/aspnetcore-runtime-6.0.10-osx-arm64.tar.gz",
            "hash": "549745d9d41329f12572025317ad40addd00bce64cf15181df5c0c5f5b29c96830397cf97eec315770c8e1b7dfce5909368b213b359f465d679390a0b741a021"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/38af6f1b-7b6b-40dc-8f0c-1f2025bea76e/795b0e4dff571fc01702d9cfbad359c0/aspnetcore-runtime-6.0.10-osx-x64.tar.gz",
            "hash": "9449b3f71813d2af75c3e2439aa22a639140f0c3f58c0e55fd1d66d660a603fb71f9f538d48087c113301d30f373be7aa8683e79af66427d3c70bc1713ae305c"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ce27377-7db7-486d-bd0d-d83906c8c14b/3ee001cc96bd654db502109ef6a97a2d/aspnetcore-runtime-6.0.10-win-arm64.zip",
            "hash": "96e541929de5b98756c2c5a88d9e0544ee64083d5bef15cb993aa124965d6c95714f5eb83e5fe73ef10d6d297e0c076e039e98bfce861e90271969662d0cbc1d"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2370bcad-45b1-4ccb-bc61-21ffd7116d63/1aa8efcabfb60ee778b913a5eb237a56/aspnetcore-runtime-6.0.10-win-x64.exe",
            "hash": "4af8da7de85bcb1d079a85cd3f4aafdfc4e4d441b87dfcdffc27c820d9f69513341be5acc987c47cacdc597cbc0cc89c7d746050e6d40ae02db7391e8214352d"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3892a55-5630-4dbf-81ff-17f08fb0632b/f55b436dad325fe8b41f67fcb80e1366/aspnetcore-runtime-6.0.10-win-x64.zip",
            "hash": "e5767f8d7599a0efb91c4187afb94dc7ae3119244383aac4945acdc32fbe39171631dec846b6be9d53317779445ae55ce1c2915c2fbb7740a5ecb63d2ae74219"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/16a50311-71a0-49c2-bfdc-2ed11ade7043/b7ee5cb05411fc03931b6ec9d6c63e87/aspnetcore-runtime-6.0.10-win-x86.exe",
            "hash": "dbe4e28673b460c21477a1a6258fcc21e3f372bd4fe928ed46832dc5d768ca8b07aec6e543f15a091cf061c368154c0810a83df2c98f28724e31c056fe7e7caa"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f84c767-7d96-4b86-befb-0dc436636140/23840bbf8abc9690dbefa96162f704de/aspnetcore-runtime-6.0.10-win-x86.zip",
            "hash": "ac419d808351ec3f39ec145670dbaba89b01cc780eb0a43e9821ddaa3ac0c827ec660b406b7e694fe33944a8ef1579c286080e936f5b214042a5edb77f845d84"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/870aa66a-733e-45fa-aecb-27aaec423f40/833d0387587b9fb35e47e75f2cfe0288/dotnet-hosting-6.0.10-win.exe",
            "hash": "fbb8653545c426ff62788b9493074b48e8590dde33fb0912a220e0f56589785229ad9f3fda7e9c3b3accde2c0221fe3c62b302a50898c3d398a32f9ab6d1c0d3",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b05a38ca-a434-473c-b031-07f05c75487e/0dfe9108f47050d81f1bc09002de6881/windowsdesktop-runtime-6.0.10-win-arm64.exe",
            "hash": "eb43bfe09bc185a6e97454892c98956eb044ef40881d646ee4e2a934bc0ba0054eb2d2472b33dee3e7d64ad4cdc2a4efe0e6bb9cbcc6751a87886639e4b70c6f"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbab112c-20d1-4526-9811-50be6530a6dc/1fd204150641afde14110d19789da47d/windowsdesktop-runtime-6.0.10-win-arm64.zip",
            "hash": "717ece5dc85ad732ea8844032b2758733791ec22bec59cc1065a1324e1261ed0470c07e682230f3107eeef13563dbb84f054a57a58dab49b7920d76571f495c5"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6e878eb-d1da-40cb-8b6a-7f5b9390f09c/e4431ce2aa28b6c9956db672209be500/windowsdesktop-runtime-6.0.10-win-x64.exe",
            "hash": "8fdcfc318fc0a90ad633813764d5a6ea48a6d0e4abc9c0584954b49cf0e1611b0904fd1cc066bfc55195f6424144c8020d9f00c6307cee516ec2072de728ee6e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a9d799c-5675-4aa6-a752-67123531478d/a973751190ea104b3a710191208e66b9/windowsdesktop-runtime-6.0.10-win-x64.zip",
            "hash": "b2ccfc46a90eedf52faa9f6e12d0b6eb9aa44f9eb2a5c5c6b2766745c0fc32b6ac63edeee8eb881b0579ddd02cc487ac9d7f5277d330aba90e20f331fe079299"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cf899-4800-400e-a196-867e7593c8e4/351213f8ae397c30efcfbb78fb10def2/windowsdesktop-runtime-6.0.10-win-x86.exe",
            "hash": "ac4a0b971a2829e0c16c18d37567397a89d56ce1c14b52414484982d467eb1f950a44047c27090dfd408a3783e2878777141ba7d3fbd97a7d52a5b899b030737"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b88711d-3354-4863-ba5e-0ccccec7e81c/036f96959c5855ee9ef0d73763595d3e/windowsdesktop-runtime-6.0.10-win-x86.zip",
            "hash": "16186da269bd836e3278d5725d7d4fd7c519e02a256c32eaaa4855912ee8b67f949c52be85a9304e4e5bf7aeff4515db3dbdf68d7573b0d1175e3cd61ffccf77"
          }
        ]
      }
    },
      {
        "release-date": "2022-09-13",
        "release-version": "6.0.9",
        "security": true,
        "cve-list": [
          {
            "cve-id": "CVE-2022-38013",
            "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38013"
          }
        ],
        "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.9/6.0.9.md",
        "runtime": {
          "version": "6.0.9",
          "version-display": "6.0.9",
          "vs-version": "17.0.14, 17.2.8, 17.3.4, 17.4 Preview 2",
          "vs-mac-version": "8.10",
          "files": [
            {
              "name": "dotnet-runtime-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9fdc5a53-a4be-45a3-8a38-95877cc521a9/60899abe1ad0deb7ebf2def2617fc5c3/dotnet-runtime-6.0.9-linux-arm.tar.gz",
              "hash": "9b1bc18f86d03e3c80dbc7fb1e8d091fd9b8346deaaca810f8057f6940f60facb9592297bdd8e7e9e3df0268bd0c46f1f7609e04ba0595ff489867665df535f9"
            },
            {
              "name": "dotnet-runtime-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2dc40bad-57b6-42ae-b9dd-bd457af4e73e/b95f86d6f9cf49e156227bad231d4aa0/dotnet-runtime-6.0.9-linux-arm64.tar.gz",
              "hash": "a4ce5ec71c60690e577e96a2cd821c05d5f05b7c1754fb753353db77e938349a53d4cc55596f7384813bc44f74eac8f991a1c00cbee60483f552663cf4d8ac31"
            },
            {
              "name": "dotnet-runtime-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10707820-6f13-42b1-ad9d-3fea4b3f19bf/8f63dc1c15563c7d78cfb1b771dc9f64/dotnet-runtime-6.0.9-linux-musl-arm.tar.gz",
              "hash": "f8baf7dbda54b29c37082f604e6b96ef3d5d6e22bc46cc52d6e8226bb6fc91449584f3203f4f2f5d20df11caa3846e46d6d6c80adddf49577d7b29d405a31d4d"
            },
            {
              "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5181fc44-6a49-4bb1-b321-b11efe54427f/b3d3e7f68fa54f7355f9c4d62a2825df/dotnet-runtime-6.0.9-linux-musl-arm64.tar.gz",
              "hash": "3f5ca6d2e498e11bf1b46cf9ba456a4788a4dcb7ba4b0e52301bb9a3e2d511a8a9bd173be0cc8639c0297d90ad911a259da53ac2f6fd066313d79025ca42a5ef"
            },
            {
              "name": "dotnet-runtime-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44b5aaf3-48fd-4aac-94bd-5a63318bcc2e/5c2b11a17492763a89dfd061090f7cf5/dotnet-runtime-6.0.9-linux-musl-x64.tar.gz",
              "hash": "e3eb4804dddbc34be37e3d984c13a668605ef7eea6b2daca95ea3fa7ca51b2fe4845df1ad0d343de9075796bf0d4474d7e14e5b3b4b515005d0e24ec53237ad3"
            },
            {
              "name": "dotnet-runtime-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/05f1a3dd-75f2-49f4-a976-25ce08f77cbb/b6e8e327a84b91513c2744bfccf90140/dotnet-runtime-6.0.9-linux-x64.tar.gz",
              "hash": "a6df2cfef73047247bd36f51eaf696f616c6aa9b428e42f219bf91dcf05c03dff817a8ec826740002c8aa83df2fce8a7ace562ad2e2956789542f0b8ab8b1173"
            },
            {
              "name": "dotnet-runtime-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/24ad61bd-2192-4637-a663-d4aaa39bfc21/03ce9a8420868b0f0777f35ac6faec98/dotnet-runtime-6.0.9-osx-arm64.pkg",
              "hash": "c1c00cf02e5f278103a3ba9712803073db1167af0cd9446f69fc92d90815e495cec019ed889d1b1e74ffa3aaa6c843744f7ae6302838ebd027f93f5862f15514"
            },
            {
              "name": "dotnet-runtime-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7c51353-ded6-4846-87ac-d840b1ac2f9f/88641f913c8e886b4e38fc5b0c547ed4/dotnet-runtime-6.0.9-osx-arm64.tar.gz",
              "hash": "07dfd194fdc67bd096db0edc691fc2a2d0e41d8a3023582ef1ff7348eb0fca3a58d97b79c454e5c67339f6d9c9b0f3b997d68f6ec7bd0e8c86d584da6d94cd8c"
            },
            {
              "name": "dotnet-runtime-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3fe77e7-3109-4b25-b74e-f2f3542164aa/daff158378a8e7f0aa7b61feb29b588b/dotnet-runtime-6.0.9-osx-x64.pkg",
              "hash": "d482655facc229dc352ceaaa14001b5e813285bdb1a4f83beb402b02b8ff6fa150787104a28440d8251f0d6cd4bff088c9cab877fe71dbda12d1ef65e4da07d0"
            },
            {
              "name": "dotnet-runtime-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd4ba3ed-7f37-46d5-ab1c-dc479a08333d/f27d3ab52b0830861bed594be6da86a8/dotnet-runtime-6.0.9-osx-x64.tar.gz",
              "hash": "b52542c1850c14b409c0938a31188821b428199a7f3f55779f4986867a78eedfe06478f8ea79e8b20d078fcfd9201dc10d4a73146ef8fd56753f0cd23c5328ac"
            },
            {
              "name": "dotnet-runtime-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33f256c2-7e5b-463a-aade-48e32cf33cb1/ffd2b6be86c54ed6009411430622af85/dotnet-runtime-6.0.9-win-arm64.exe",
              "hash": "da44838b878dcf642c65d84df6d7a24107dc5f05ac2b3a321203346759958a98dd6bca3017c44b4073bf7d3d016f1bd5035aef5ad62d2231dbd4f65128b68659"
            },
            {
              "name": "dotnet-runtime-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/22bf27d5-8aa6-4913-95e2-9f23b827832c/e60446dec06622450dda20447feac7e7/dotnet-runtime-6.0.9-win-arm64.zip",
              "hash": "e17c582badbfaa572fb87db2440b923e6f8cb3b44149c7feefdc41a90dda04f971d89d8e226f54941c96c0939526554da86d85464869b318293fe00fcc3e622c"
            },
            {
              "name": "dotnet-runtime-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9dc77a6b-0276-4ad5-9bfa-d84b546686ef/f01bbcf2dc0e7f5dbd0a7d337fd4cd43/dotnet-runtime-6.0.9-win-x64.exe",
              "hash": "5f4a73342b3563937f2efb576aa101c29c0ad4908413ba87c415a733239b9af196ff04778f2e8bf5845508b069812c13ca281ea5e912552aab5227e7841e502d"
            },
            {
              "name": "dotnet-runtime-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b7491d0d-6f8d-4a9a-9a28-a4dc2a668083/701838073f8cded620b9accd1cc8dd68/dotnet-runtime-6.0.9-win-x64.zip",
              "hash": "09bc63373b1dd73cd6a8c1429136597b1b1e4971f5467aa96770837b925e8e6b8e03333be71053ce0e5cf97b447f34205de8b67cf75b178a3b04a5f6643686e3"
            },
            {
              "name": "dotnet-runtime-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6020f3fc-5cf8-4e25-bc7f-dcf8744137ac/4cb5ced4e015e426fddc554b130c3052/dotnet-runtime-6.0.9-win-x86.exe",
              "hash": "4a5ee2e0297140fb4b6064540cbb9d520c1b3bef474f8342dfc5aaed0fd85b7fe26c49f85d17686e85540d421da57eb2ae4d2b402c5184a6ef2eaded33b097a9"
            },
            {
              "name": "dotnet-runtime-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4730ab7-3379-4b9c-8a17-3ce7d44cc82a/96d03e97775b7ca28c1a6fdc745e7ef2/dotnet-runtime-6.0.9-win-x86.zip",
              "hash": "09847079dc9c1c6eae7bd64dae46e3b667bea7520d0c6d47ea497ee303acbf0251d049b09ce505f5e678f3ddf54747f2b019632421d735cb17cd6ef4ef256831"
            }
          ]
        },
        "sdk": {
          "version": "6.0.401",
          "version-display": "6.0.401",
          "runtime-version": "6.0.9",
          "vs-version": "17.3.4",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
              "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
              "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
              "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
              "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
              "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
              "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
              "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
              "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
              "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
              "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
              "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
              "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
              "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
              "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
              "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
              "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
            }
          ]
        },
        "sdks": [
          {
            "version": "6.0.401",
            "version-display": "6.0.401",
            "runtime-version": "6.0.9",
            "vs-version": "17.3.4",
            "vs-mac-version": "17.0",
            "vs-support": "Visual Studio 2022 (v17.3)",
            "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
            "csharp-version": "10.0",
            "fsharp-version": "6.0",
            "vb-version": "16.9",
            "files": [
              {
                "name": "dotnet-sdk-linux-arm.tar.gz",
                "rid": "linux-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
                "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
              },
              {
                "name": "dotnet-sdk-linux-arm64.tar.gz",
                "rid": "linux-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
                "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm.tar.gz",
                "rid": "linux-musl-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
                "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
                "rid": "linux-musl-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
                "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
              },
              {
                "name": "dotnet-sdk-linux-musl-x64.tar.gz",
                "rid": "linux-musl-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
                "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
              },
              {
                "name": "dotnet-sdk-linux-x64.tar.gz",
                "rid": "linux-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
                "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
              },
              {
                "name": "dotnet-sdk-osx-arm64.pkg",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
                "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
              },
              {
                "name": "dotnet-sdk-osx-arm64.tar.gz",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
                "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
              },
              {
                "name": "dotnet-sdk-osx-x64.pkg",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
                "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
              },
              {
                "name": "dotnet-sdk-osx-x64.tar.gz",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
                "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
              },
              {
                "name": "dotnet-sdk-win-arm64.exe",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
                "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
              },
              {
                "name": "dotnet-sdk-win-arm64.zip",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
                "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
              },
              {
                "name": "dotnet-sdk-win-x64.exe",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
                "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
              },
              {
                "name": "dotnet-sdk-win-x64.zip",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
                "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
              },
              {
                "name": "dotnet-sdk-win-x86.exe",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
                "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
              },
              {
                "name": "dotnet-sdk-win-x86.zip",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
                "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
              }
            ]
          },
          {
            "version": "6.0.304",
            "version-display": "6.0.304",
            "runtime-version": "6.0.9",
            "vs-version": "17.2.8",
            "vs-mac-version": "17.0",
            "vs-support": "Visual Studio 2022 (v17.2)",
            "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
            "csharp-version": "10.0",
            "fsharp-version": "6.0",
            "vb-version": "16.9",
            "files": [
              {
                "name": "dotnet-sdk-linux-arm.tar.gz",
                "rid": "linux-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/32139893-1030-4515-a6a6-e3392685e9af/5f4b8acdaabe97f6d6d105e38a5c1557/dotnet-sdk-6.0.304-linux-arm.tar.gz",
                "hash": "4cbcb1fe9d9c3be643d3d0247e5cb4eff95778429a4eeae38060d268b3d31ef4c51cd47357c03a4d4281c5eb20feaa07ac140d430ffe4270c0f37aba3af546b4"
              },
              {
                "name": "dotnet-sdk-linux-arm64.tar.gz",
                "rid": "linux-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/6d879cce-4273-42d6-b39d-0cc4d3ab198e/3a63185d3aa4685be69aa395a0986f24/dotnet-sdk-6.0.304-linux-arm64.tar.gz",
                "hash": "69dbd86331002990d7f6c915b0fb832c5d8ba55bb4dacbd6a4065ca7d59e92902fb5052f6cd905a453e42355a655d526b5c12be8fb5d12255af2d345d5b12846"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm.tar.gz",
                "rid": "linux-musl-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/750582de-c35c-4324-a02d-1e942495e453/ea5a1be0acd667f31a41f62397619ba2/dotnet-sdk-6.0.304-linux-musl-arm.tar.gz",
                "hash": "2f65c701f7cae2b056ee43ceeb2db7203c1e4afd25d4ed3902c284d333cef00f0d5e6540ed496507cb90fb0fab16b72c4dcb45fd6b253357e0b1d293b0e661fd"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
                "rid": "linux-musl-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/b9a32e90-98e3-48d3-b761-b5d7968af800/77228df49c80564488509fe4b3d6acad/dotnet-sdk-6.0.304-linux-musl-arm64.tar.gz",
                "hash": "03ae13643f3b3b86b001a49a150a0214f37602c4dbb5574fb12e79868663d263f078f5af3d87ebb62e76e119bca860133cf47ee3387756511839844a2bfe692b"
              },
              {
                "name": "dotnet-sdk-linux-musl-x64.tar.gz",
                "rid": "linux-musl-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/61e51c91-767d-4c1c-84d3-874add2bfd29/2185643b54dd4c62159a5ca645aee465/dotnet-sdk-6.0.304-linux-musl-x64.tar.gz",
                "hash": "e7bb801863e4abe9d246d8272892c35cb31c518dc145472d456daa36eeeaa6bc95b62a612dfa6fa6e6ebf813dbe77c71793191b46a0ecf9621b9867a465a265c"
              },
              {
                "name": "dotnet-sdk-linux-x64.tar.gz",
                "rid": "linux-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/372b11de-1321-44f3-aad7-040842babe62/c5925f9f856c3a299e97c80283317275/dotnet-sdk-6.0.304-linux-x64.tar.gz",
                "hash": "56cc230bcee184b7d661433183b4fd31a05e5a1922c7b2e612581e6e59552cfba5ff10a02192f97c96758888af096288ca972674763a3c5409941593a194d5c8"
              },
              {
                "name": "dotnet-sdk-osx-arm64.pkg",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/be40e888-9847-4941-b8ea-4bf1f70569f2/6aea7926ac08f62db3b0931d3000d849/dotnet-sdk-6.0.304-osx-arm64.pkg",
                "hash": "b26ca98f397c72ca6e1f6292fd9ab89964d347de8377bac936ce0d9b75da748f51c2dc76e8f7d71918cfa77ed7f5847815a6f0e33afdfcd1f7246fd39d2c53ed"
              },
              {
                "name": "dotnet-sdk-osx-arm64.tar.gz",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/7e5a4c1f-6b52-4f18-83d2-f0364d9c8bac/9833fec0570aa7e3d6a1470a9c5e4455/dotnet-sdk-6.0.304-osx-arm64.tar.gz",
                "hash": "84db8eaf1ea3ae9b8b74609989a2d67367533ebe1ef2d39db5c3320c488b3cec9106a4f89b826c33d7bae2e44124e1f6b8093b8156c5f08fe80c1d6d8f961f10"
              },
              {
                "name": "dotnet-sdk-osx-x64.pkg",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/65d73de2-7eb6-45c2-8f51-5a20a0dadb3d/e3db478e7d1d5221e43c02e70198a8eb/dotnet-sdk-6.0.304-osx-x64.pkg",
                "hash": "58514a7b283f452803a551315339202dfbca032c2b33427b590b4dcc3611cfaabe1ece2a3e3b6a7d4531fb3e7214e25a714212324d732074acc9b6c68a7d0450"
              },
              {
                "name": "dotnet-sdk-osx-x64.tar.gz",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/127aac26-63ff-4c0a-b8a0-403e71d9716a/e9a87326b1ad30e7131d9be4cf7d9e57/dotnet-sdk-6.0.304-osx-x64.tar.gz",
                "hash": "6ab14abb005b9d9704291f342d8d9bdf2095c780bb443216b220d3e78be3ba8b03b7104b6b3dbb69e24fb45cac8b719ec9bd92a93bb5635de77dba54cabc3e22"
              },
              {
                "name": "dotnet-sdk-win-arm64.exe",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/6d82a15e-b7f7-4766-8aeb-b9d3e18af184/c10f6e49ebf4995e6a6f3e4e1fc8c14f/dotnet-sdk-6.0.304-win-arm64.exe",
                "hash": "baed7769e6f63508cfcd1d0154045e17ddd371475d5456621e7577708a2b0fa3d9ef63b1e2e46cbe5153659848dff10635a60a58979680b1b139efb143fb5b4c"
              },
              {
                "name": "dotnet-sdk-win-arm64.zip",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/f5aa894e-1c2a-4c19-9ba6-0c9ba4a14afd/328c789e2fa177535df382a944fcdc38/dotnet-sdk-6.0.304-win-arm64.zip",
                "hash": "01a8e2a72badebc96b6efa4f3e5df04feb01870a1a709f01d52b192983eec430436470f15cbeb0cad1ade42262ef757838608b4ab0bd0b692897d9925cf30cc1"
              },
              {
                "name": "dotnet-sdk-win-x64.exe",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/e134a0aa-1a41-49ba-8a4e-0a206d8e7a4a/ab565c2bbab5206299434d3be3dfbb72/dotnet-sdk-6.0.304-win-x64.exe",
                "hash": "fcb5284621030199c876ae408f8ad5dadb6c539d83ba89c574d0d5bca76ef67edfaf814cfa5afa14f465bf5d9db36e69e9f67b70b66440ef1ec81d36b7e7ca04"
              },
              {
                "name": "dotnet-sdk-win-x64.zip",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/3eb75b2c-c9e4-4ad5-8178-75956bb976d0/1be42b3e86ee3a65e7220d6137c6b7ba/dotnet-sdk-6.0.304-win-x64.zip",
                "hash": "702246b6767f9aec2ea788cc4b3446a1a09afd4559c4419cca0047830c4a07dfb50c744746effa516eed171b3cd47202bdae83044725b687c9442e19c048372b"
              },
              {
                "name": "dotnet-sdk-win-x86.exe",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/7eadea55-7dca-4f4e-86c8-7659ef976958/4443c35ed61f43e855d299f170d98da7/dotnet-sdk-6.0.304-win-x86.exe",
                "hash": "429ea31961a8af3e5ae79c21edeccceb433582e93c66f121ec589eb70aa15a57919586af3cc342f3497a4fc1c48d68d58f3ddda4d3d4bb2a65ae293dc686fb9e"
              },
              {
                "name": "dotnet-sdk-win-x86.zip",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/91bddf78-ee40-43ab-9286-23fe0ece4d9c/6de58955c59a5516dc092a71014b7716/dotnet-sdk-6.0.304-win-x86.zip",
                "hash": "df0d99f71b30431d90d79d65e0a05256fc5b363a8279e06fa90db473ddb0c750dedf22336efe6d37a348cf04ab38514634ac6bcabe3b919932a0432a878bc23b"
              }
            ]
          },
          {
            "version": "6.0.109",
            "version-display": "6.0.109",
            "runtime-version": "6.0.9",
            "vs-version": "17.0.14",
            "vs-mac-version": "17.0",
            "vs-support": "Visual Studio 2022 (v17.0)",
            "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
            "csharp-version": "10.0",
            "fsharp-version": "6.0",
            "vb-version": "16.9",
            "files": [
              {
                "name": "dotnet-sdk-linux-arm.tar.gz",
                "rid": "linux-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/743cf42d-f201-4dd6-ada8-37bd46cef977/d3508390013604f9023dab6698492aea/dotnet-sdk-6.0.109-linux-arm.tar.gz",
                "hash": "b757ffdef4b87a9394ce0a367f5563b2900e9720eba6b071ce22e454eaddcb7983bde182d90ef552b5b903c2b5505af5ab642190c982dfc18649ea8ee8657886"
              },
              {
                "name": "dotnet-sdk-linux-arm64.tar.gz",
                "rid": "linux-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/5da20803-1c48-4e54-a87c-88cda79efd77/4e6cd608eca3e34540d89e1ec3df5e6b/dotnet-sdk-6.0.109-linux-arm64.tar.gz",
                "hash": "eb4a42a45cbf8a92d2f78d4299ec34ab11d6d8dbc28dcab9dbe95648e40895a0dc56675a99b4df9e1f5a42ab0f3368322ae17381810d9bac5cb8623066120b80"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm.tar.gz",
                "rid": "linux-musl-arm",
                "url": "https://download.visualstudio.microsoft.com/download/pr/f5ad6ca1-2fc6-4417-b5f8-8cdb305f4841/dd76ec5301d7bb2e99fc7ce6b792bdfc/dotnet-sdk-6.0.109-linux-musl-arm.tar.gz",
                "hash": "4b567f08847298b0f390c5ff3ad874fb8ec193923f4d3145a3f076b345b4c746f4b5158cca25ca9934f6634b05f1b645ff05114348555162600e0a81cf33564e"
              },
              {
                "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
                "rid": "linux-musl-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/7393d7dd-c87d-4eb2-9112-c5aff80513e4/a04a189107e19a3ae3842b3ad78190b9/dotnet-sdk-6.0.109-linux-musl-arm64.tar.gz",
                "hash": "bfcb8c3e9fb70f0dd10d87c33c338b56399d453ea508455d84cb9010cc41774d1766426360953b4b209adc4a27750b598dabc3fa3c65ebe357db2fd6d9d486cf"
              },
              {
                "name": "dotnet-sdk-linux-musl-x64.tar.gz",
                "rid": "linux-musl-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/5b560672-a1b2-40d1-85ae-e2c8781c667d/465a55c91c3f1c01a7285a63f68bec50/dotnet-sdk-6.0.109-linux-musl-x64.tar.gz",
                "hash": "7620f7eb93f77e03ab24a00521085d4469978e9324af1be6fb8fa05bd8fcbbc6ee869ddee995c717f4bb00a2f582756a17450301def4f4c392186cfd803af13a"
              },
              {
                "name": "dotnet-sdk-linux-x64.tar.gz",
                "rid": "linux-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/5d0a2a83-38d2-47b8-af9c-b4388e7d0c3a/c7e7502cfa3a7344b6c0c36014a43189/dotnet-sdk-6.0.109-linux-x64.tar.gz",
                "hash": "3bc9f437a512a72a4ee8e5502f425bb7bf9f3d91db726fcf8052217eec7aea8bd68bfbf17db7a1a4bf3a7559cac85f0fc5e5893f27f8da83719930f65f563022"
              },
              {
                "name": "dotnet-sdk-osx-arm64.pkg",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/e75f64fa-89a4-48d9-87e6-b2408f186141/8c22840d02f2e772ab0af184a65b0415/dotnet-sdk-6.0.109-osx-arm64.pkg",
                "hash": "478d4c1614d054dfc4e5be8cba8782f015f1903ca226ba059c5024e00ee50a930190946b2b16d90d64616c95b91defd9f17459b107ed4d5f2c6d8f31d9bad730"
              },
              {
                "name": "dotnet-sdk-osx-arm64.tar.gz",
                "rid": "osx-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/83a7fc1b-50a0-4a0c-bcca-69d20cf9843a/46ca782bf67a77a79183f9ac8a3102ed/dotnet-sdk-6.0.109-osx-arm64.tar.gz",
                "hash": "94dd6696b25f5362e5a24175396d29cc39089acaccf41801e96a137b8276227802eb7eb17e92f20050b5b6a8c264cd3673c55b6bb74c5c6d11a6b181d058615a"
              },
              {
                "name": "dotnet-sdk-osx-x64.pkg",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/bb4d21ba-8880-48c0-9ddf-1cbfa7a9df76/1efdac62a1cdb809095fb3c54b8f4bb8/dotnet-sdk-6.0.109-osx-x64.pkg",
                "hash": "9a13ce6a2fb2190820be85be3f820cdd537c96af11db4a51a84e80b969f14bccba87939f80e272c46fbf0e3d103b370fcf62f584b497518de3928abb2dd5546d"
              },
              {
                "name": "dotnet-sdk-osx-x64.tar.gz",
                "rid": "osx-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/d3550393-751e-4217-b2e4-42ac1cf57b9c/4267599c82ca75b325ea902df7a397ed/dotnet-sdk-6.0.109-osx-x64.tar.gz",
                "hash": "36a9b82fc04cc83cf2efad689d5063056c12d8823e50b24ef7ae452860909e81c8c7f82df2d8279d4bc0b960d401621e39a89191937b0a47b02cb3722e39e920"
              },
              {
                "name": "dotnet-sdk-win-arm64.exe",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/220d0ce1-3fab-4ba7-a09b-ee295325e03b/7c545a364255d205366ca4e437b4d968/dotnet-sdk-6.0.109-win-arm64.exe",
                "hash": "8c73c4f7990965f70e11fa81436c434e3676dcd982ee57daeb334b0840af76ba4edcd019f8eecbaf28f3fbd3f3416173b0a7f6820ec86438ec4fbcef3ce48098"
              },
              {
                "name": "dotnet-sdk-win-arm64.zip",
                "rid": "win-arm64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/351ccd43-d954-44c2-866b-9a955082183c/825bc92921474e70debc4bbf05920fe6/dotnet-sdk-6.0.109-win-arm64.zip",
                "hash": "f5ea5d74abb1df516b74e46fb4255cb5244066eca9b845dfc1acc14518448e7b2f8ef2b28ed0a000abdf8ea29191128c456b8237e6d5d81685292edd8f95f23a"
              },
              {
                "name": "dotnet-sdk-win-x64.exe",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/a79d3d9a-bd82-4084-980d-ec6d943001a4/2fe76f94864f43f1ea17c03817ad4f1b/dotnet-sdk-6.0.109-win-x64.exe",
                "hash": "0034730f01718788a993823bda1d536c97224494c0211ed8d952f83e8fc6fee1b78425a97df45c7cd0848d9e5313dd6699bffee766f53673c7fb95aa31a4a2fb"
              },
              {
                "name": "dotnet-sdk-win-x64.zip",
                "rid": "win-x64",
                "url": "https://download.visualstudio.microsoft.com/download/pr/eb90a9db-74b8-45a0-9749-e6790bf3e554/e5b8ef18a305ecb67677691d8d069ac5/dotnet-sdk-6.0.109-win-x64.zip",
                "hash": "c581624af3590ae63d28f8041aba1c79f2c58c3cdd600cfe155de9da85a17748a1a8c40657a2a4f580664f8f2d28df20a14d15d4e4ed30c05bc0b2296aa69e53"
              },
              {
                "name": "dotnet-sdk-win-x86.exe",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/61029ce1-569b-4113-9dcb-1a91a0f4be12/4e013164616b60e5cef7e8cb2bdd4753/dotnet-sdk-6.0.109-win-x86.exe",
                "hash": "f14892c024ad12ec808d0ea9306f647cfbabc30537053a4700d14ab2f52714c1ddcb8806613629cefb31fff40ba5e318d245b58de5bbfefca19bb07cbc7c0ab6"
              },
              {
                "name": "dotnet-sdk-win-x86.zip",
                "rid": "win-x86",
                "url": "https://download.visualstudio.microsoft.com/download/pr/c63a8886-b554-442d-bcb3-27c42a32301f/e94ed69c681daa7d28639a32a7900bc4/dotnet-sdk-6.0.109-win-x86.zip",
                "hash": "20d6bc74e5077b1a9ceaaf8da40defe5bcc3ead8fc155714445f2a451396a89d5d14a0567b19386ae96acb9bbcc69980c1130f4f707111f8fbb2160679e9cec8"
              }
            ]
          }
        ],
        "aspnetcore-runtime": {
          "version": "6.0.9",
          "version-display": "6.0.9",
          "version-aspnetcoremodule": [
            "16.0.22232.9"
          ],
          "vs-version":"17.0.14",
          "files": [
            {
              "name": "aspnetcore-runtime-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb46a420-96cb-4600-95b4-40496349fdf8/f33af6a90cc721adca490d69fa9d0e98/aspnetcore-runtime-6.0.9-linux-arm.tar.gz",
              "hash": "c301b948d5121b4363c8ee9df2915c6c4d588fc0969cae2761f20fb8770bf93e2807b307acca3e313e41adee3f426c47af800b0394700564a480740bd12aa746"
            },
            {
              "name": "aspnetcore-runtime-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bff2e771-8180-47eb-b12a-757a67001e21/63a7f79af649efe65c20f2ca56834048/aspnetcore-runtime-6.0.9-linux-arm64.tar.gz",
              "hash": "ed3315276f918f52188430b0d84d843e938c770e0be06afaec6de0b398a1268bae0195c71a29971923b5b7331b6bb64a623a27f48e21a4c8538fde2a543b2dd2"
            },
            {
              "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ea32be66-a86c-4098-b5b7-01fadbaec091/943164ee304b926112be3d3dffd76571/aspnetcore-runtime-6.0.9-linux-musl-arm.tar.gz",
              "hash": "03703940ddcbdb45350d09cea211380660f831be68c1d50492f98d97e77ff0aad706ca59cd15c260164d5134f92b724d45846f79edc0dea049da18b8e43c1052"
            },
            {
              "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ff500927-41d9-4b15-a783-c7af9f6aaae4/d4d751786a460310af1f3cb9e35dc808/aspnetcore-runtime-6.0.9-linux-musl-arm64.tar.gz",
              "hash": "55945e23e2f4140af61f785a47ee15ec94880d52683e1881fb184b2341a1ecf8e04650e1fd896dd44d9493fe0fd3a9365f10dadb897560f42f1bc4cf5b7b9924"
            },
            {
              "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e70c3a5e-bf8e-4995-a84e-1ebb68844980/586fce2fa823fe1d7b44948bc35255e9/aspnetcore-runtime-6.0.9-linux-musl-x64.tar.gz",
              "hash": "eb8013608488e7a15dfa847229b7a3d0771312bcf63ddd099846c0ceaf7b506b8a2acb41de40affc8e72adb0526d5c6daf0a059e19e73436f4b3bdc258e153a4"
            },
            {
              "name": "aspnetcore-runtime-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a2bca2e-f525-4ecf-9c46-06889b4ce3a4/1a7ad60df284ca6b00ca5d31cc1b1c7c/aspnetcore-runtime-6.0.9-linux-x64.tar.gz",
              "hash": "e808036155bc324335c309aaf948b2be1940a62eaf0135752989644698653c8f3a5ce310c3ee6742e3af73dbe175c6e529298eedf6eeb31cc38bfeab628f6d7b"
            },
            {
              "name": "aspnetcore-runtime-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e13f930a-a71a-4cea-8f3a-2280505fa0aa/cdd56e3fbfadbed989b2acbf7d3aae3f/aspnetcore-runtime-6.0.9-osx-arm64.tar.gz",
              "hash": "d47e828c160b7e162f26d0074a47a1646863fc63fde393758d020546d03843e3f98adb92e3c0041a9088ad31043314317a2e8be616f8079d8c98754f94eb55cc"
            },
            {
              "name": "aspnetcore-runtime-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5d9f409c-0fd2-477f-8a80-44eb18f9ccdb/3dc6bc3edf033ab3d84b36889f1253cf/aspnetcore-runtime-6.0.9-osx-x64.tar.gz",
              "hash": "d67dd72cfd0fb9d96077bc6c3518fabbde107d97b4645c13dc82ec99abdfb4030e10638e4fb0c52aa5246d90628348fd877625469f14fb45e4467934229749d7"
            },
            {
              "name": "aspnetcore-runtime-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/855b9ae6-eefa-4381-8ff0-e73e7ddfc3e4/2145588d2d2df2d7a931c04aab8e25f1/aspnetcore-runtime-6.0.9-win-arm64.zip",
              "hash": "6267cec00397d83347760c23051220117dfd7431003c9065f5d3f7d34d1e7129a7c2065ced76ad0f3f9a8eaccc5ff8e4ba94a5e9a32b208387f2451ab82ab9bf"
            },
            {
              "name": "aspnetcore-runtime-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/98dbe241-8b77-4be0-b130-a5fb6af8d724/27b655adce6250da42be9440abe847a2/aspnetcore-runtime-6.0.9-win-x64.exe",
              "hash": "e3fae121878e5d98f49aeaa0a20b03ece760fcf75429256b7af13b78608eeaa2d2485578ed952a410cc590008023e62584233bad0e34e9fa632d445bce7fa1f5"
            },
            {
              "name": "aspnetcore-runtime-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad9ebb4e-d9ec-496c-8a22-d2b677acd40d/0afceec04495e5af1b6de74979a825a6/aspnetcore-runtime-6.0.9-win-x64.zip",
              "hash": "87a187781cb0b5cc364ed52d240feb703855698cfc6c24e49d331ddaa759cfcb135813292fb9d18dc92d182531d8eccf3a50c0494415ca5776afe8cc5230b650"
            },
            {
              "name": "aspnetcore-runtime-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8f583028-b802-4661-b8dd-47139b0561ce/3c0cd3bdc6051759ccae40f78982c86e/aspnetcore-runtime-6.0.9-win-x86.exe",
              "hash": "493d9a5388a0e6bef4fed091465b58a5cc6d9c148478e5a9822d76eca61395cffa93ebadaec78c9f7e1da5ccecc00881baf10b757ca9c4eb9d475fb8ede7fc53"
            },
            {
              "name": "aspnetcore-runtime-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2e9872fe-cfe5-426b-8f27-4a6ac1fdea78/d87f57a04836110cb5473ddcacf70760/aspnetcore-runtime-6.0.9-win-x86.zip",
              "hash": "de25ba89b7319c270085aea53bfacbf8d13bcfaf499528649af1f3a9ed37f0c543ca468e3527398a3289ecd41c36b87ca00d646dd3ca128ade2f0ff1359775a7"
            },
            {
              "name": "dotnet-hosting-win.exe",
              "rid": "",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eaa3eab9-cc21-44b5-a4e4-af31ee73b9fa/d8ad75d525dec0a30b52adc990796b11/dotnet-hosting-6.0.9-win.exe",
              "hash": "fb8d8099fbe193e37629c01dc1727f6ed8efb27e47321738cba9db03e733497eb0c8d69bd99b6723a56178f8d049eaf60064ac8bf089986e859f34707a17c0fa",
              "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
            }
          ]
        },
        "windowsdesktop": {
          "version": "6.0.9",
          "version-display": "6.0.9",
          "files": [
            {
              "name": "windowsdesktop-runtime-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e207429e-4cdc-43ed-868e-aeecbd1ae9d0/d32e40bb2385e7407ea235dc5541ef29/windowsdesktop-runtime-6.0.9-win-arm64.exe",
              "hash": "a741c4af559526d69e00be8d0d954d365d67f30739af9d142fef28b0197ebaad9f169108b71c4cfa9ba94cc86fe2f0900f8a3165aa1cd0349c74defdf9f6157d"
            },
            {
              "name": "windowsdesktop-runtime-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70decad2-802f-4ebf-ad59-14ddfe2e2421/45140ac9e30456e70359100d203880a8/windowsdesktop-runtime-6.0.9-win-arm64.zip",
              "hash": "d982d1500578ed7c3fcc7d7e284779a229458b3c53609ce65f5ef0ac8a86513c9ce07c0232170cf5ec343ee3818e82d951f1b1ed29d67c8bc5d2d6ee3cdd0a47"
            },
            {
              "name": "windowsdesktop-runtime-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe8415d4-8a35-4af9-80a5-51306a96282d/05f9b2a1b4884238e69468e49b3a5453/windowsdesktop-runtime-6.0.9-win-x64.exe",
              "hash": "28cc3d88e6fa54938177937118260e9129967246e30d2140fdb7a4a8e9e393efec689d6282edb6982853fd3ba27701239a8d1ee81a2dd28c93b186f1a3cb1b55"
            },
            {
              "name": "windowsdesktop-runtime-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0b9c0dfe-c277-4323-ad4a-7861a08d577e/d1a03a2d67aac7307ff8c39eefe51e56/windowsdesktop-runtime-6.0.9-win-x64.zip",
              "hash": "e66575bcb2cd5227f6d53dd96e4b57052f47cfba56c73ee6a475b846c420e03f36592156c5a8c2a4bf76fafde6a81ba3b7a02557f76caed09eebf496b892dd27"
            },
            {
              "name": "windowsdesktop-runtime-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/925f9407-2767-4341-857a-43cdfad71e17/0b84db913bdbb1dcf02db937a3cd3f63/windowsdesktop-runtime-6.0.9-win-x86.exe",
              "hash": "6b45a936a15710e22a03c64ad4f37ee4a934d957d31e78f73533099109bbeecdb8eab7ec0749c2ecbcf90b72c9d6c7462252885f7c502f68e636167cacba3de0"
            },
            {
              "name": "windowsdesktop-runtime-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/599280a1-dc7c-4a98-999a-203031625ffd/76be0215d6c3215ea516a7c9373c6797/windowsdesktop-runtime-6.0.9-win-x86.zip",
              "hash": "5c2e86f566511d5c712b6afd01cb4b14c068bb29cb5c7c381e7c0e9e0d51d03b792e3c338b59897176af0497d2930c9b74ca236da445dcda09163e7f1726033f"
            }
          ]
        }
      },
    {
      "release-date": "2022-08-09",
      "release-version": "6.0.8",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-34716",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34716"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.8/6.0.8.md",
      "runtime": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "vs-version": "17.0.13, 17.2.7",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3bdc231e-36c3-4bc9-85d0-c1889b17b1af/ec691544aec785d52417173ba7c17359/dotnet-runtime-6.0.8-linux-arm.tar.gz",
            "hash": "15720bb8dbd3002bd5058f86f05122be56805d7e22cc189acd34a97602ceca13aa832ccdcb171741b9507294bff84e9a190a69c1ed5e4f50bdf562fd93f006fe"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/866ce4df-8aaa-417d-ad81-26131a2b8734/7ba8391188bc194156ee7d82f494ee00/dotnet-runtime-6.0.8-linux-arm64.tar.gz",
            "hash": "7cd60eda5219a6b882e53e85e2b6543dedc91605503ce8085f447835382fd1b6abd7c8810e0fd865ecaa33167cedf2a33884dd4eb2bdd2857fe69d509cd62a9c"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40e056f3-abc7-4dcc-9874-832414a693e8/ec85ac59284584ef26db73392d115345/dotnet-runtime-6.0.8-linux-musl-arm.tar.gz",
            "hash": "c50eb9781eb48f958ae286ff06f7c9a85959c8793d91d389b6f1d162bd8eb50d0014a0f8a34a623d7b6fda686717558eec9b59fe4fb752c27baf43524dca83aa"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc35e31b-c65c-45f4-abd1-2d982bcd438f/f97483afcfa752c83c81645e3e082410/dotnet-runtime-6.0.8-linux-musl-arm64.tar.gz",
            "hash": "fca50a3dd625d5f430edcac9186f0ce3b0690e504c95cee83221b4b3c332885392e854cabde1557940a71e3decc260cd4a79a4e45ac41c792297a4c35f2ecb52"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ad9838d-9f2e-40d3-bbff-a3c13390e719/79efd5ce752fb2348e46e0598311f399/dotnet-runtime-6.0.8-linux-musl-x64.tar.gz",
            "hash": "3e627b704f291311c7c54251745a0dac294259fa7984cb0e6c99103ce012aa724add3be883679895aa3e9692b6166639871ba62830165a120759a98bc03eeff8"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5596ef6f-a174-4fba-aef1-99173e3f3c67/77edd755d605688885ca7114bc4f9ae9/dotnet-runtime-6.0.8-linux-x64.tar.gz",
            "hash": "c776813bf87c25766b31a3a514d124d0526086ceea514a10f104d70ba435c91a6bd3c8bf10c6662b4df2b13ffcdf385518f3418e51d05cccec6a2cf2c26099de"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9beccd15-f764-41af-babc-e88839269b89/fe9ee487d0d52feb9a9213da780f19d8/dotnet-runtime-6.0.8-osx-arm64.pkg",
            "hash": "096481fd7e5588952efa84a2243e540146d70773032dc4fd77679839613a4c84df433c332d6de9cc09ab5fbd19037edc66fad357da56daa43cdea102caa7019a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b8a7b71-8f77-439b-a4d8-b4fd863466d3/7a852ca4536bdef2e63d9f5e98731777/dotnet-runtime-6.0.8-osx-arm64.tar.gz",
            "hash": "99264f4e34e2b6e1a82f3716cce5753967f3386348593e7f51085d96dbec4acf1400a451e9320afbfb45a9b777df1f8bbed8e78d7c4810336f3d226bdfd4343f"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cda9364-6621-40a0-9519-c460a37571c6/a73481f3abf7bd0325420d2ce740bfed/dotnet-runtime-6.0.8-osx-x64.pkg",
            "hash": "17621b72b75e0a68c5e4ed3046d2a3e1ceafb927fc39d1532d87d17443eddfd177ed1274b4d75a4dadc4df27faddb76ef0cd8b51c0657de41dc41b0d0fa74d95"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c11dcab-2b1b-4f89-88a8-32665c56a131/c1654a9f3d01805033b7fd8d505050e8/dotnet-runtime-6.0.8-osx-x64.tar.gz",
            "hash": "8100003430b073e9f1f16910eef8af5a5ea806754a1818971ba15f4ba44e12455330334bd1488088880f7ed3ff67c2a4c4a3d8037f4202c95e6bc029806c8b15"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbef9889-7cf4-461b-aa60-5c5f309a551c/131274bd29f18e75642bb8b0e5425893/dotnet-runtime-6.0.8-win-arm64.exe",
            "hash": "3190abc32f625234b6f7bd05ca6e5f9c8e1919b6409c668712b4542dd247b04b33a4169e4e65d6ae2313ed10959416da98521cb42a87f8e5d8cc6b9cc2470288"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94c448eb-9709-4137-9fa9-6cc546916352/b9291cb0654181fdb865a09dc0e9c5f4/dotnet-runtime-6.0.8-win-arm64.zip",
            "hash": "50ae5abf60cca9c62fcdd7d45d64982bd3ab5c3c5fba5cb905bdf075f63981a8d52635edf36e2090ac16980af6c02543de3411c449fbe32f9282242646673ce6"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5af3de9d-1e5f-48ff-bfb7-f93c0957ffae/e8dd664b0439f4725f8c968e7aae7dd1/dotnet-runtime-6.0.8-win-x64.exe",
            "hash": "c839f650460a7d89e6d7ba5e074885d25abaab882c94dc8dc8ce88347b23afcf5b109db6c800922d0b36c20fffa0ecd40a506447789e15473da22fab0d86a176"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e810aa7e-9251-4e0b-a9fa-0122c4256c05/67d268682bee8a6fb1d47e4fca9c9e6a/dotnet-runtime-6.0.8-win-x64.zip",
            "hash": "365503c27d555c687ff7fbd36434fd4c71f2bcbeaf16f7761cd6ee2355c04b9bf54129595ccf13087cde8c2e177439d7f4cf0e135b470a7ce1b4188a6cd80e6e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/db70cd1d-4f33-4dc4-8293-57bb362175c7/5c27048a0fc814e58bc196666a9b0c61/dotnet-runtime-6.0.8-win-x86.exe",
            "hash": "439a0f6d92af686d30641c8efdaf3adbf4bdeb0720441d90931fb12e0589b82b052d94adcbeaf8713865832e2ca670ff37b36eaf6099799a8a781631f47a0fe7"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a152bb73-b340-450b-9e56-ddff92d39fa1/cb94c72c10dbd2dec7187f3ac209778c/dotnet-runtime-6.0.8-win-x86.zip",
            "hash": "8f1a330e2b8d97b3c9481ae77671f283a5e27f1a799ad8759c73c0e4d08e38d307f66c67017a143f8ce8fc9fccaa92644e653c33fc3ad820be3452c343c85778"
          }
        ]
      },
      "sdk": {
        "version": "6.0.400",
        "version-display": "6.0.400",
        "runtime-version": "6.0.8",
        "vs-version": "17.3.0",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
            "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
            "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
            "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
            "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
            "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
            "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
            "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
            "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
            "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
            "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
            "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
            "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
            "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
            "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
            "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
            "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.400",
          "version-display": "6.0.400",
          "runtime-version": "6.0.8",
          "vs-version": "17.3.0",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
              "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
              "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
              "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
              "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
              "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
              "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
              "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
              "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
              "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
              "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
              "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
              "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
              "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
              "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
              "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
              "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
            }
          ]
        },
        {
          "version": "6.0.303",
          "version-display": "6.0.303",
          "runtime-version": "6.0.8",
          "vs-version": "17.2.7",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89e0bd36-57eb-41e4-95c9-4e35569e0f6b/1e7b6862caa6488465ab74d7c44bf130/dotnet-sdk-6.0.303-linux-arm.tar.gz",
              "hash": "444b8055f6814d5282e320ae243244fa27fe8afe76356c7d06e03a399ae2d41806cefc523a7bf12f36931931da88964d6797f1758a9cf23671aae318f41d3167"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/625d6cbb-7d21-41ab-a474-3ba603770d1d/7016fc39dc1eb5c8c7c5e2cc36440212/dotnet-sdk-6.0.303-linux-arm64.tar.gz",
              "hash": "b6eed880882873a35fdda99f8cc4a3d7b72851004244cd9a2e8656b475c4e766da78cfb33e0f034e742da39200b583ae9970c284e1401f1a4645c9d9d4429282"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65774159-80ad-4b5b-8379-819377bce37f/0aaec8471b4f1d88cdef72a088d9b8b9/dotnet-sdk-6.0.303-linux-musl-arm.tar.gz",
              "hash": "f29f3fb2422fd4ff1045e75a949da19ff980780e34f2d6e27ff4c3e78e9d68dce8de6f509e7006b58ae2bb85cd5e5d53af4672e1abb84d66b21bc8051cc7463a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdd4919a-6547-41f3-8a78-bb3d5a2ff450/f7254df14266f63b49a8909b942f2a26/dotnet-sdk-6.0.303-linux-musl-arm64.tar.gz",
              "hash": "4ecf2182f710b628a4cb2ccc72befee3cb504848291d8ed3457a5b8fe6690ea5a9936226b7583acd0bbe05fbdc904e79b78fbb1cebcb21d2645e40b246d5fb0d"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d582c32-0982-4e1b-8c18-2c94bb00e660/24d19dae88983c24385b3b700df79b74/dotnet-sdk-6.0.303-linux-musl-x64.tar.gz",
              "hash": "b8204b5cb80b1f7b937eb8d498bab68c1fdf97eb54e2692e882c254523909266bcadc84a2ac54847bafc7be68172fe57c0b8de20adf107504b1e91a0153e2fc5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dce68d71-9fd9-47d6-9d66-4fc9f517a41d/3e3e67f5e16f9ca2607a46abfa8750d7/dotnet-sdk-6.0.303-linux-x64.tar.gz",
              "hash": "f4ad1bce2d677c4068a32290a1cbeb32f2784c258c0e569547119ccb8ffed04b42d163ed9795acefb2116bc20b91cee5493556f399dad2853641b0403517dcaa"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a3d1b63-6fe8-49ca-91a9-77cb157e61b6/c5ea1853ea40dcfe228cf4ebe32db0d2/dotnet-sdk-6.0.303-osx-arm64.pkg",
              "hash": "1a6292b531f658eaa3ca2c7af4ef04cbb552c791c8a82a9baf4c1d43cc104837cc1186bff6e68c9b0927619839148ecdd92a181aa98e84bcc66bb0fac4517ff6"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cfb4203a-0c0a-4e9c-99f3-315f1e06f197/0fe3ee6df42b35c8cdc9c1cfc91bab4b/dotnet-sdk-6.0.303-osx-arm64.tar.gz",
              "hash": "43a7d600b6e19e27e588d038691289846f42c7fc988e60eb4c7cbef946d3f12c15b4c2fb85b3153bad7bf94a08a3ad340871e992b88bb7a099d9e88c307a28a5"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c0d44160-dce6-40e3-b55b-1dd4d96dc8be/9e3f268f52015ff49358820bee445c92/dotnet-sdk-6.0.303-osx-x64.pkg",
              "hash": "3d752937c3eda788ffd74a21eff2f2025e3f80ce0ec17f64858727ef92a45482f717f47417dcb094f1d8671569d11a682b8a7218b0d6bd2771ce54126997f9cd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/283d6ec3-03c6-4ca9-aaea-a69417fc5ad7/30326aa813cf448e827b697940539d43/dotnet-sdk-6.0.303-osx-x64.tar.gz",
              "hash": "671ad0d7e77ea86159fe798616c0fda8e817e1a28ee4958258da329adcb8f694ae4476d93236d63106b8bf4fd2b533a622254cf105d74046bd87ea71c3680537"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ef3953e8-89fa-4322-9348-e5ea66b78bc0/be67a4e9fa0853ad4a1a9c6e6d083f04/dotnet-sdk-6.0.303-win-arm64.exe",
              "hash": "435394bb60013c34f529f2eb85001246fccfcbc5b5fe465bebbf9cc11034463d33a192902dfa8f1b7869a40dafef46bb5718e967e3e44571323526e3960e522f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a00a145e-d618-4a4d-aa3e-49ca581c187f/dd1ad877b1f2c419b72a1a8492955443/dotnet-sdk-6.0.303-win-arm64.zip",
              "hash": "0927bfb57ca6e7dad39c71269e812ee0babc7bc58482f7a54a6473414dd3596373f02240fba48679b0c924198dfc6113f12824a9fe3f3a50c03c6dfd84023fa5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e2c830af-580d-4f92-b6d6-6e3965c46938/db99338b755fb145d32962c90b8ec2f2/dotnet-sdk-6.0.303-win-x64.exe",
              "hash": "fa0d0f31ed17333261d1871fd3a76e68d6367417b3973418205a2a66a28aaa384b7a450f10e3bc42d48911eb72899809add46651eef0809b1ca8ee40baed1b66"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/926b3941-c355-4d9e-abb7-496ec8994b81/792d0120c6a078e060a06179a75cb5f5/dotnet-sdk-6.0.303-win-x64.zip",
              "hash": "aa0d0c9b0ae6d0c95a00094bfc86f6d43723f23fda4b9e22d99d6ed349ff98041dd4d83fec968583d4c7b015ac0889549eb6c089841d61e101da03019d2131d3"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2474e62d-0fa3-486b-8613-99d7379d93c2/2b87457489a4ac2218c78037c0439e68/dotnet-sdk-6.0.303-win-x86.exe",
              "hash": "9e9f27d98d807da234c24c9c464df2c448dba33f5c52e7f9a74650d255f5401ec3bdc963cb7e484fabddec4b0958a4220560c228f7ef75628db963117ad00022"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e968002c-d82b-476e-b015-3fb8988c6d3e/e36ca01af2b69a8a7070fbeda11019a3/dotnet-sdk-6.0.303-win-x86.zip",
              "hash": "fb3d8e80bd08fb030ffee87ed734a3de78098d7f74dfe2cd8fb27ecc6c313c903bf5da5539b400a38770142fcd0a3d16aa8bbfbaf429418f96b6d0b4b0bc4682"
            }
          ]
        },
        {
          "version": "6.0.108",
          "version-display": "6.0.108",
          "runtime-version": "6.0.8",
          "vs-version": "17.0.13",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/69439f13-034e-4961-b0ba-1ef3b7dfeada/b3afee58e324bcd2c0e2a124b7472635/dotnet-sdk-6.0.108-linux-arm.tar.gz",
              "hash": "c3726e053b447e7baec21e015a91dddb884a79a483c7d2a247f2fe143a5cff25e5d7e822944c6b12f0b030d39b4e71c1da437e2ee4c094dd1bcdeccad3c44568"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3162067-d239-4518-9423-32559f4b6ebe/e944b933ee94602074678b2ea1374b6e/dotnet-sdk-6.0.108-linux-arm64.tar.gz",
              "hash": "95f5c47fb27882f5554b0ee0befb813357875d6bfd19447c7c902ce225ed394bbb6cd945c5f7d5233fe0d3a16a1c006f47eba9d6be51cf8578fc5fbeba2806f0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8f1d960-2be0-4e92-8eaa-ebee8a58374b/ea045a067e1a48299c8454647703d689/dotnet-sdk-6.0.108-linux-musl-arm.tar.gz",
              "hash": "c3df5c67338a035445d5447801f631baa579dbbf2eb8abd236baa1e4c18dee46cff66ddd1dafe1a29d45f1d329b89f78cac81f03c0edc44aa9426496b6197d86"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2390bc0f-70db-4842-b101-c4bd443c23fd/333d3e5876d1593d0868373a7d0e0201/dotnet-sdk-6.0.108-linux-musl-arm64.tar.gz",
              "hash": "38136f1257df79049d90f6dd34dab74ddc3644c6b7cabd1f1cfc58dd23faab0b151484a6304f728b5ef789e70be64632f2eb7c47c8da1ba2961a84bb7613f9f4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0845b487-d7fe-4db9-8ab5-2ef6b14da140/07cdf0e6e3d8a1bcc2ea9855945857e1/dotnet-sdk-6.0.108-linux-musl-x64.tar.gz",
              "hash": "c9a6712efd48f5213749b7898607475d8efef847f67688cb8fb8f2f864e77316f76ddb0c13c6d5315d7527af06197664c817bcadebb3de891296fdb1c4fd08c8"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1b3376f4-75a4-4a71-a2e1-e0e205d15941/0f53d2e7b5edd2824d2008fd38353076/dotnet-sdk-6.0.108-linux-x64.tar.gz",
              "hash": "a0c9bdbbe5a47bb11a547b2351bd37d2febb52c684ef2af82849bab274a10e876456519807845b52cefa0a72f5555f6bbaa254d810999726f4b3b9a761b4aa18"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/56748cfd-0e22-44b3-a253-018d156b076d/4f669bc1d8355e18c25a2b7b97e57cf6/dotnet-sdk-6.0.108-osx-arm64.pkg",
              "hash": "509a3703cd907cee5489cfe1e56f7b3349fb309d34346a2358975cea571196e84232f1901d9c3b63c247dedfe1623cd328260390403de90e0e71451b81201a91"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6bf62c6f-d257-499b-8c25-382fd0ada2d4/9ca40ae88fd9b912c2cddb9c8690471f/dotnet-sdk-6.0.108-osx-arm64.tar.gz",
              "hash": "fb2c6da786214cb3504f59167f86f32965ce962040463d5fade71edb4454bb15083c7e9d823f8a513fdcd267c6c66bafa40a7957bd69ff0ea42c3fef85951601"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/528fff70-36c8-4103-87fb-3717512537ad/9a96634944cde13e55e367778246057e/dotnet-sdk-6.0.108-osx-x64.pkg",
              "hash": "9c3b06e1a3bc0677e58fc59797bb224c77b9d38c122895894a633eebfb9f3372762f7028bd67f4c55b8bc11f7433cc111edf3cdd7123171cb1ac620f86e9306d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a73e19f6-7902-4485-b922-198089643280/01c8e2c491866191bdcf8c32a993420b/dotnet-sdk-6.0.108-osx-x64.tar.gz",
              "hash": "56d2946b9d10ba7bc2d91e095ff18c3e576d84ca24b6307524def867d2b222e3f729ba6f74e986960018307599f6790f8fe3476603accef83a9443b8f5c8b61a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eec86854-51ce-496d-ad1b-2aac2c948d9c/e1dbe4b2dcf39d33a183213dda798ed7/dotnet-sdk-6.0.108-win-arm64.exe",
              "hash": "203fd1d4742ce5abea25d9fcf8bf0750e0a31471b2aee9598bbf25752a06d98b1a1346458b3b51b3885954b017da0682311cf7209647086a1ac9fc359f07fb03"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/00a516f9-5bb3-4965-8122-8117401d0b9b/bf72eb6fe7728e5c21748c896b8263bd/dotnet-sdk-6.0.108-win-arm64.zip",
              "hash": "a6f7e0d9cf93ebcfbbaa4973d71217e92785d85c9cbc7e11ffdc6bda1aae3c1c8dc293175b2174bb5c39ee9868dc5aa0a91589793e294ceccbc72633c8399121"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/32d0f35e-62ea-458a-8c42-c23281aa23fb/aa0e6a88e5a6f0425489e62c82ef5a8e/dotnet-sdk-6.0.108-win-x64.exe",
              "hash": "0ef49a5cd1c70e448d1cf39e69882e650972c888c103ed7babb2a20887ec5d975650526bf4299f423f410285e79d1e50067348dc3ccac360abf72e4bbf3dcd5a"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5154eac3-9194-46bd-aa01-dfaa37785dd2/27be8f753d40952510fc243e8f2e7a1b/dotnet-sdk-6.0.108-win-x64.zip",
              "hash": "90611fb657036e0bec930d7512022a0f60eb62bf3b2aabdba4f89958de1ddf033ce0255a1ce8c3e3f2928ef04cd05b807a20c298cc1583667e4f7e5e6b795720"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5ccde4f3-e98b-4d18-a5fb-4b440599a453/4dae9ee2a89e6a8413281af5af081214/dotnet-sdk-6.0.108-win-x86.exe",
              "hash": "9a8f0f7521b21808b40bd83bd10d259f915ff299fab0a7d8ba25d4eab6fd5f165b117c9ed8f894d21537b65e0c48b9b1a78c2f0182eb58c8b08cad5f1c86f433"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/19603c48-4c52-4717-ae20-13fbb01e195e/9a57db0364e7aeb90dd87d12024ee459/dotnet-sdk-6.0.108-win-x86.zip",
              "hash": "636a128c4ac8956fc13f935c34e6885b719d592ecbb8a66f151a9e4352c2a03147ffc12c5c6b1bc8be0ab66201535a1a9f12f732f7fba0506dcdac3a6e6c0203"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "version-aspnetcoremodule": [
          "16.0.22195.8"
        ],
        "vs-version": "17.0.13",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf567026-a29a-41aa-bc3a-e4e1ad0df480/0925d411e8e09e31ba7a39a3eb0e29af/aspnetcore-runtime-6.0.8-linux-arm.tar.gz",
            "hash": "db0416b62a4fb84ea660e9157caeeccd4b44b75f07a0a0086edf5d26c2ddcf6837f06b4a009b2e66687656b37e403b037036455a89f9bc021ea302faa20ac858"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83695c9b-c954-459e-b9bf-2f1ac269e34e/1316ff4a6fe4c6916e7ecb3623d67cee/aspnetcore-runtime-6.0.8-linux-arm64.tar.gz",
            "hash": "07babe85c8872ca303a17268b0d23c382a9ac49f8b923c45c496db039f6c01094303cd18cd31f964ba7369bb993c896eeadbb7e458a77d5b86992222b91db52c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/54c24488-c52d-48da-931c-db07178b202f/9b0af9fa349af63ae49a35a73f322605/aspnetcore-runtime-6.0.8-linux-musl-arm.tar.gz",
            "hash": "458830ae8c2cc00d5da0f6bbb59e1f7f452aebff1035898cd8ca2338f120a0a2fb126de97b0a92371ab0cdd2d21cdc3f50bcb2f5018ac5156f31010498c0ac9a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8061f5b-ff9d-4784-8232-9c0c940e35ee/37081197496b70a636a7f70234fdf31c/aspnetcore-runtime-6.0.8-linux-musl-arm64.tar.gz",
            "hash": "3f1fa3ab0947f4f38836e37fa6ba4a5611c5b7c491677b2b72345115a29fc46431538d095dfcf36204dd116deb458ba2c10404a9ab741c2dc2d497d494212356"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20e844ad-6fa4-4bdc-9613-5f47cdfb9b5e/a7a152e058f6591082cc36674d89eb09/aspnetcore-runtime-6.0.8-linux-musl-x64.tar.gz",
            "hash": "28655f1769477e62cc0eb776283d55bb1a921c42aa4e772612bb42d4441f425e792e236934ceb5e6bc880e71ba30cdd8b9cc290ded81a6a96739cf07ef72ecdf"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cc06c3a-4d8a-4fb2-8f7a-ecd23cd8c4e0/dd386c0e3a41ea54f459907c834acedf/aspnetcore-runtime-6.0.8-linux-x64.tar.gz",
            "hash": "b74676ca0d2f47a95533739fd36977bb1552890a81820ee51b29b3d6514398f0952362417bbb31fad4bdf031803cb3e8d2aaf065dfb154a78a1b471a536d4abd"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7859a31f-74c9-4756-a9ab-f040550666ac/3c4ad4317e732436f8c092eb9cdb4168/aspnetcore-runtime-6.0.8-osx-arm64.tar.gz",
            "hash": "a6cabc3b4c7350deb141e122c194c7eefaf99127cee726ee227e4218add7155b8decdb2a5cd217f757410e267f2370a78806c22a0294098f245105cea925a7b2"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0601cae2-aa41-4318-a996-36633cd641f3/ffc290161ae37b28894ff7465dd50c17/aspnetcore-runtime-6.0.8-osx-x64.tar.gz",
            "hash": "73d3569c13965de927e9d1eb02ce7d31b44643335a351ddc6392be1a693837263287d9bc5e82a89f2456b7a9cf1bd6c217d9f98cf9fa8da1b6c820e9ddf43933"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b69abba3-d3ab-48e0-bb4a-3982a2d6301f/d634a4ee361cd86045937446e7535788/aspnetcore-runtime-6.0.8-win-arm64.zip",
            "hash": "4a3af285ccd24e051c371cb1c703ffff013b3dfb0f85b94ad40293e4e612b48e9aff493e660db0fc73b56eeedc629bff371f8989c93e2e31108cd398865b21a1"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5ef50c0-4dd1-4301-857f-768834d5a006/852c6470e4e5f602eee280c1e4e4e4c3/aspnetcore-runtime-6.0.8-win-x64.exe",
            "hash": "de8ac0c44b71407221454f2ddc8d667ad956dda6288f64a8c1b8211383a3a7ce3a205c6827668c8e79dee787f4c252c1b4399345c132bc07059bfbc523589caf"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0bb8a653-dde7-4cc2-8484-c2cc864ad30b/cb482677b7532d35f647fc0204140d94/aspnetcore-runtime-6.0.8-win-x64.zip",
            "hash": "9d3f71cf99bc82014c78eef0c3149247b469e7a991534a73e764a5be4954fee26bc081443e0d2d273d86440c16762d20b7ab7ddbbd9bc99f95e2bb45a2acf0c2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26dd0df5-f2ef-4b47-8651-84a2496dd017/158f3a45dd0718fc3ceda10b56b22721/aspnetcore-runtime-6.0.8-win-x86.exe",
            "hash": "151ca062ff13ea551433b56d118f7a9ff8020b236c087c590b1c16e4e3a7a08828efc53d47bcb0676b929fbb707008746d24a58ddacb0fa59a2ba8a50f4d0264"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e305d157-41ff-4537-98dc-cc745c19e8f6/2c761c9d6a33acbeefdeec1b36e0be4c/aspnetcore-runtime-6.0.8-win-x86.zip",
            "hash": "b8d751501bbd289553923c41e1e821d889322d7432c504e1a2be673c5118737ba049b4900039429980831998d9c41b4ff6ce626e03fc1a8b206b6be145e5803a"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5e0609f-1db5-4741-add0-a37e8371a714/1ad9c59b8a92aeb5d09782e686264537/dotnet-hosting-6.0.8-win.exe",
            "hash": "5835cca327c6c7788e1d87ae5b310300424b866f6618181fe67691b47938732ffdd5444ae2ca425344efdaa6e454299bb2b67af0063e470eaa24a3cafeaea7bf",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17737b16-dbb0-45f8-9684-16cce46f0835/14475e8380422840249513d58c70d8da/windowsdesktop-runtime-6.0.8-win-arm64.exe",
            "hash": "0cb088c6f3ab8f901019c3a6d45d90130fae090c1e530a12788f118377b0c54096530f4bc1fc868fb4cc8f5c17373a5106f6fcb77a4cb8a7d3bc6ff69792f277"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2b15670c-ff25-438d-a543-97a87a1b5b8f/ede2a46496f014da82daa44ff8d50048/windowsdesktop-runtime-6.0.8-win-arm64.zip",
            "hash": "97c182e8543e91c3500d299bcc6b4ff954f2b71ea882934e911478348ca6369ba25a358a912e8299a7ec4af626e956090653bac9700a9af8866fca6e778f9b67"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4a17a47-2fe8-498d-b817-30ad2e23f413/00020402af25ba40990c6cc3db5cb270/windowsdesktop-runtime-6.0.8-win-x64.exe",
            "hash": "53d5f38ebec2675d43c618c32533f3b8684384839b4bfa83902d06be535a56410255e26ee0a4844c170f7536be9039a126eebec8577a781b8a0c30c00a7ad20e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e5bc0ac-1909-496f-84f9-3584a4b1408e/7868adc1397f5e5c5c00adc2057894c4/windowsdesktop-runtime-6.0.8-win-x64.zip",
            "hash": "17a689da1dd9ec47c1ff5c62a93fe9bed01c15a30f60faea136b997c809a978004d8bcec7752d2acb9995a6d31d1984545dbfa2ca0292e38248360bcd1b5172d"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61747fc6-7236-4d5e-85e5-a5df5f480f3a/02203594bf1331f0875aa6491419ffa1/windowsdesktop-runtime-6.0.8-win-x86.exe",
            "hash": "74738784718eb1f6db893ec084b7a9b590f8490b1976df536d20d7b145767217f6a5c2cb7fb923e917e20e1f0e8ed3d835008e15147b53c3c0e3b6fd053a4190"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cac6c954-8a0d-4269-886c-617c66a3f957/28442e76157352c225518e7ed20c8da0/windowsdesktop-runtime-6.0.8-win-x86.zip",
            "hash": "691d80f809175eaf4bc4737839bd1a3b4045ff98a8c891537fc13116ffc0afa0f098ba94ccfdfaaac187ec24f6dae34b3ad469e502e1040e96b41b59cacef858"
          }
        ]
      }
    },
    {
      "release-date": "2022-07-12",
      "release-version": "6.0.7",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md",
      "runtime": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "vs-version": "17.0.12, 17.2.6",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9be5a0b-5a78-42fe-a387-adb609d115e8/faa10b75513805e36ff7b36044d11507/dotnet-runtime-6.0.7-linux-arm.tar.gz",
            "hash": "afc44cb3e99df350a53eebe6e757889047d4bb6da417a8c73c97d3a15d66efbea2ccbbd4f272a280bcdcb616ef13607415900167592b0de930476cbf4e511408"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9706e92-c7a1-4dc8-806a-0e95827c5b02/23be52946e4e2425c798208c5f16bb64/dotnet-runtime-6.0.7-linux-arm64.tar.gz",
            "hash": "a63e100fe80cb64febfd2920e4065b3cc99f759c3de0897928a42cf14fdc963df324bef1354a7734420078d16e52fd8257dd480da465d865c4349c29cab1ef91"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc3edd96-0350-41e5-9e88-ce1d7895ab8b/abe8c0538a371f105f64d308714f78cf/dotnet-runtime-6.0.7-linux-musl-arm.tar.gz",
            "hash": "dafd7efe1f9a47b72a4b89e15c9d662420dc22071c547603894386bf2ba8eeff2b793b56b49f0db4f78dd039e875654838228476ede2dbecf76ffc4e7298ad8a"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/309c5907-8b8c-4fff-96ec-63c28af465ef/1b68392e32d74f011c3b40a17f556717/dotnet-runtime-6.0.7-linux-musl-arm64.tar.gz",
            "hash": "815dbe96eb4ec34c7cfc2856d6e3a98b8d8bbc13aa698c96e6ff69bf8f403df589c6dc54d465fae5692dd0ac198f66898f846ffdf6b22dcbc9566fbf99430f3b"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b094870b-80a9-43d5-b312-e7bf25dc04a6/acbb927eaea3775bc307161f6300ac9c/dotnet-runtime-6.0.7-linux-musl-x64.tar.gz",
            "hash": "dc8374ff31d4ae29094815a8df48c777614153820a0ed47454c882fed596aa485010eeb852543e3974bb8d3b37df143bf1c6a3a22305835907c350c2d40017cb"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd828687-1706-4041-a804-5e93631fe256/d4ec75936459a7e8c772c929edcbfeda/dotnet-runtime-6.0.7-linux-x64.tar.gz",
            "hash": "996bdaf33be0a9c0f1e2d309b997e3a84a31e28d2424853d7fb1600212f4ce600ebe1b9615de5e46c17652f08ad0d7ecd4b3619217c9624b875a26a553f370d8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba8b5982-2d85-4b0f-a933-13b1dcca3e2d/a367458c007ef00bf1544754578cf54c/dotnet-runtime-6.0.7-osx-arm64.pkg",
            "hash": "46b67cbb67246127aca2f641bbc8f54cc41b7a9702de4748e93d52f1d68843a3b7d016d9cee2fe220a3dccf2e869bd33f09d6d24bad2140c41657a282851370d"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/044c6d0f-0ac2-450f-b621-637ca24ab2fb/5cd0c43804f3fde6d09cacbfd8525868/dotnet-runtime-6.0.7-osx-arm64.tar.gz",
            "hash": "9f08a535921df7c1ce837ef27478f2381e8132a9ebfec7630465fb3243ef2ec9e982d008faec69e0899675dc3a50b379a96967d1eed3c04dada40cb211489127"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3da50ef8-7b22-4f08-95e9-3641416fdc08/ee91bcdbbbb117803e315f673c9d19f1/dotnet-runtime-6.0.7-osx-x64.pkg",
            "hash": "88537768a655134b2d4e52b548af44c9aff672ce31c52f0438af14e6a0cc335fc4d34d6c5d70a2116b33eb95cb7d738522688ba359f5c0496630e33b528de1a6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97def016-12c7-4e24-b924-772485a41faa/e96d9a0502492efa7de3897467f5972c/dotnet-runtime-6.0.7-osx-x64.tar.gz",
            "hash": "9c53d16971f0366d6d69fbfe37e92eea806faa1c3502cc1050c0e6d2cf394cf886761146e344862a30d0cb131105f387c05d8ea207be8aa87c81cd4c8f962110"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44834c32-f8c0-4ff9-9d8b-6c097fa4fb23/683c8ef458a0a8870a757180bb41c0e6/dotnet-runtime-6.0.7-win-arm64.exe",
            "hash": "8e868e1af18a8dc8e9fbbcb71b767a1e18d1e1921233a7eb5056cdf108d7388951e031e1a2a9d99814f9b01dbebbe0f82be471f612fa6924c35c0ad234a0d0c1"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e9b7052c-3fde-4e8b-8e08-deb60bc16058/98eee9da57eb76a3f035112fb1d87ad4/dotnet-runtime-6.0.7-win-arm64.zip",
            "hash": "e835fc3a28c336f98aa66d79441430064c5c22dad6310669782090ed7111a9738b793ddec62afb432f5fbca0ec1bbe0ace565e87422bd4a5369a8b5b04c3a3ce"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/175ea216-cfde-4fab-8184-c19ce4c1e349/05f550b728c9f53e3e14ec54f40f42aa/dotnet-runtime-6.0.7-win-x64.exe",
            "hash": "ac60eb4d4caa13050b05539e7ea45b0703457144dc127f981cccb8465b60ed058a51feb8682f95032f0a7406f0af70a224793c10062521eb37775d64deda61a9"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cd66804-64a8-45e5-886e-708788fc8029/0fb15515f1a8661b973ad7222d277d0a/dotnet-runtime-6.0.7-win-x64.zip",
            "hash": "8124484bfe21f0cf7c2bb4b15992afc8cd9fdb676f7c3f36cb720c3f1459107b2bb8a5ced770fd40292a0c42f5fe24cb39bcb064d06e4f20fdbf11ef5dd55140"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b26d33ca-ff50-48c0-9f97-cf936e917f82/a145bfd75fef7255df427fcc417c36e5/dotnet-runtime-6.0.7-win-x86.exe",
            "hash": "3dce55b6b44be3f0fd55d1505ce4760cc805cfd8e1ce36f128280ed7a1d15b0bc18aa1c81b420f28092cb0f7094130f3ea06aeb5fa0dc34a1bfb6277b835088b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a549cf2d-5198-477c-b5ee-afc5fb6f2ddd/a3a43236eb7338685c8d2932db60115b/dotnet-runtime-6.0.7-win-x86.zip",
            "hash": "ddedd5a75b1aec67bc0a5972951e9a4c3adb6ce822bb89bf6de5451411daaf221c089098116d276cfdba670853d12614679d29d690d68bfc376efb2dc521af38"
          }
        ]
      },
      "sdk": {
        "version": "6.0.302",
        "version-display": "6.0.302",
        "runtime-version": "6.0.7",
        "vs-version": "17.2.6",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
            "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
            "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
            "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
            "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
            "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
            "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
            "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
            "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
            "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
            "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
            "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
            "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
            "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
            "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
            "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
            "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.302",
          "version-display": "6.0.302",
          "runtime-version": "6.0.7",
          "vs-version": "17.2.6",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
              "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
              "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
              "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
              "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
              "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
              "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
              "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
              "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
              "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
              "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
              "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
              "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
              "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
              "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
              "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
              "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
            }
          ]
        },
        {
          "version": "6.0.107",
          "version-display": "6.0.107",
          "runtime-version": "6.0.7",
          "vs-version": "17.0.12",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e69db7cd-ea5c-40ea-87cd-cc567cbd6c3f/0765ead789975a5f4359fe44e3e7596a/dotnet-sdk-6.0.107-linux-arm.tar.gz",
              "hash": "05364e5f3c3be3f66420310c1fe26550d639c6e95b43ed004ea79017ee8c973d73349ff87c5eca4c560f80fea55a435c1c22f3889d5c015b85474533395245f4"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dd4f49ba-39b0-4358-bd82-18cb5b1350d1/ec891910fd6f13c22448a8162fe1f017/dotnet-sdk-6.0.107-linux-arm64.tar.gz",
              "hash": "946b43f0da3e5d94d20163d6a94fc4fcef66c1c18d6fa02530e769201d96c9e2125c0f35532ea87e0c5b4f3a491daa6d4b8d6dd23f4eb9da32625ca0a4065e14"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9318991-ee50-417d-917e-85ea1669bf05/cb3c6c871562c3d19ae5b175e0d8d376/dotnet-sdk-6.0.107-linux-musl-arm.tar.gz",
              "hash": "906ce7c142152c297f8b88c697e80c3a2a532365244b5774860f48aa9d3e9dd5aee08c9f41ca8594146720474300dca2ef7a48f81ef797f1a11bbb1b60e98c38"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4542652-8fbd-4d47-9be4-0fdac3b1321f/3e3a78122dfd8400cf38eec6174c82ce/dotnet-sdk-6.0.107-linux-musl-arm64.tar.gz",
              "hash": "31dd771c031655d7786491a3940f706d2dde0a8a1f6dca40f68977abfbe4d36e7e4a7fe0addcef08d031271ac10d8c3378145754978cd8939cbcef2b10a35a02"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/75eb1df0-1b89-4d21-a73c-17bf5ee52b7b/dd5935a672fc7098fba37a5da9d7e8f3/dotnet-sdk-6.0.107-linux-musl-x64.tar.gz",
              "hash": "171de172825103635229bb7870a1aa86ab30943ad82fd423693264735f5af8c54bdb2f1669cfbca51bb0327266e66885b42382539ca68754cebc2a5ed26521f0"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1cf99a7b-0eb2-42b1-8902-7ba3bbc825c2/05c48fc1df50db04762a852b321779ce/dotnet-sdk-6.0.107-linux-x64.tar.gz",
              "hash": "cd03b0a04230371c5c6cc9368722123771a80e38f9a7dad9f831263b319821139d68e37f6e0321487f5fde86e96985965a12f0b3a74fe05d1e917d587775950f"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bebd8bc5-f162-4584-bab0-1260bf4d0d82/a6f97ac393bc4fb8976b65703c981566/dotnet-sdk-6.0.107-osx-arm64.pkg",
              "hash": "375d8f2ca7ac2dcadb9c9ec3defc1d902052e8a6fae4611fbecfcb16f533d8ac734720a547ec09cc396917fbbc8bb920a0dbc07c9500cfe15a943d1cbe1ecf88"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f92549f1-a978-4f76-bc34-2e93061340da/438aa991076aace14073078748dc8e10/dotnet-sdk-6.0.107-osx-arm64.tar.gz",
              "hash": "0e317c33b2f88d34136d25a7419e5989a853e5728d9a4d378e1fa8e993e96e86cd03a46b8b5091cf0e0deb598f6ae8046ec2272d0a333f97db5bf6d222437a8c"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/882184bd-1ea8-4f72-8e1c-4f22e5f6a14e/1acd236d6682d7f6ddebe4ee31878199/dotnet-sdk-6.0.107-osx-x64.pkg",
              "hash": "89a0101cb2cb87158b72854252077c73b0e86ff322628be5d6cfd2b2182b6bd11dadcb216d1badaa400791c8932ba398f1f2097a096e5d10c2de6bcf24ce8a19"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10473f47-bf6b-49cb-89dd-41de18dd3494/971bb4305c97951e4efd5a063b61e4bf/dotnet-sdk-6.0.107-osx-x64.tar.gz",
              "hash": "9fe4359eb8c97c0198f044d0d5963d4e334ed7754cbe3985933a79eec917e62c81ccc44cd9f76df3732b3818febcd925bcd0a5f78bfeca7666e6c52f3a821df9"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/07897206-2ac4-450c-8a4e-983c706e8a58/73d0366a5e91836082fac62a8fa4a6ae/dotnet-sdk-6.0.107-win-arm64.exe",
              "hash": "d0633ae2e571090d86d04874b0c99c56d9c669738a988c11a12e6a939f0200f55348fd9f7d3f210e5808cbe9f7f5e8c20ee73718dee10a57c8a57137dccc58c6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e980a5d7-6801-4c4e-90ae-30ba97311b68/467ff9470f07525bc0e00c5219f2bd86/dotnet-sdk-6.0.107-win-arm64.zip",
              "hash": "0ad65d407a24cea892192868e7c4c5416e747626616d42b3b2b76f6717f9b2a4ef5265e399555fc350c7311e232988515243acb6a282f4cee6eccdeb53dd4ac5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cbdd7e5f-a031-4ed1-bc98-b838c9f7920e/46a63d54fbfe0d8e2ebdb3ef85ba6b32/dotnet-sdk-6.0.107-win-x64.exe",
              "hash": "5a6826ef13bc4c76b61efbbb5fe498d4c9493173791335812b4e7faf0616deaed08b031484cb9679aa8af2087800483317cdaca2a56275d7ad380dbc487e7042"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5dad33d8-a389-4d80-8099-b6fe46416191/4b656bf694e80c8ee9f43ce6857ee806/dotnet-sdk-6.0.107-win-x64.zip",
              "hash": "8607e122c4827b3c0f178cc6cabf38bc5efe7dcb52c535b49e5dd006650769ceba09e94f31664f1d58523e613709b7437c7167bf65b71ddd1f3e002f6100535f"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca576b4b-9692-4721-9acc-b46cae33194c/14fca8058716dc054cf88c35a0473695/dotnet-sdk-6.0.107-win-x86.exe",
              "hash": "23b1b6ad927bd6b2c89b0824576e7e62f876e8166446e9d701bfb4c3cbe49f6cbd702888600bd6fd6115b02628b7aa8080e337fd1f24b52f19ab1d66ab695a53"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2d6eee6-9a0e-4471-8b64-6992f3ee5bdc/e3c5a277f6ce49a686b4a8392c190cb1/dotnet-sdk-6.0.107-win-x86.zip",
              "hash": "8aa6c470747b6df24c97a95c5fc4237a33fa0d7fe2ab77c7c9ccec8ec686d795c8a1b5d5697aa12f2c6ac9c67bbf8db304aafd4108d361cbbc7a72af587bb86d"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "version-aspnetcoremodule": [
          "16.0.22173.7"
        ],
        "vs-version": "17.0.12, 17.2.6",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/228e3f86-84fa-4109-9655-2a381acbd6c1/eb174b5083bb639d8b219b7cb11fa50f/aspnetcore-runtime-6.0.7-linux-arm.tar.gz",
            "hash": "db6bf23ee6b475dcc0eb9c1040a660310bb2f020f4162ac480ac898c3984e5f6a9982aabac63d10ee6d6e6aea6f4d1f300270fc8fb08af9fef3daa618c9adfee"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b79c5fa9-a08d-4534-9424-4bacfc3cdc3d/449179d6fe8cda05f52b7be0f6828eb0/aspnetcore-runtime-6.0.7-linux-arm64.tar.gz",
            "hash": "0c7317d2170f2632afd7c7c3e5bd84075071802e901de1ed5e54178f8a56266fe0770ebd84502aff9384b06908d4d5bee9d464d215fb20d841de177174f55f93"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/451a391e-5a04-47b2-af06-716eef35f583/0d75643777814a60f614d183848ba2d8/aspnetcore-runtime-6.0.7-linux-musl-arm.tar.gz",
            "hash": "653b59738d70355deb4d8b364ee2465001c761dd6c4f22538438632ee58558471f8a8d55d5ae759453e83150f62533b8987a3489210f4cd5ac1c15f87cffdaf2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a19f8c9-9381-42a7-bbd4-4c611b1b7ff7/791479159cbe3079b17911e6a687206f/aspnetcore-runtime-6.0.7-linux-musl-arm64.tar.gz",
            "hash": "efac4d9f91a8f442f6223f77e09eafd4fec4d2daac395f968549ebba37285804c77617919c9cd3b900805e3a876d4d8aae2ade31140a6f278598aca4fd0c5995"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d0afe6e-9076-494d-bbdb-4e0999613ff5/814f81655f7297e6962875a6cbffb227/aspnetcore-runtime-6.0.7-linux-musl-x64.tar.gz",
            "hash": "676864175e8ac286b83ce231a5a218050998e8f0903521c7667e1e8b58b035dba45f90c8894e164f70480fc55e32a623b0fad229f28f59d692c53ca97b695092"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98271725-1784-407c-841a-64d87c674512/b433af33506c816e3b5838f5c65d990a/aspnetcore-runtime-6.0.7-linux-x64.tar.gz",
            "hash": "d210e2afd009746d2c4d98c07077b89ce174f462c2bdaae9afea107a5b1c9c4ab63460ae3d9ae38c5388f591c0a95d8712359326013b23325b7be19b51835455"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d952783-f61f-4399-841a-fa5b5aeffded/15580a465dec6a7c67107e3f96d6da13/aspnetcore-runtime-6.0.7-osx-arm64.tar.gz",
            "hash": "4d9dccaeabc1490fb9261f0be0702c2f5b4e96b840edee94d50f9a4655aa4d85bcf5a16d21d43b0a543e5a90cc631510aba35000df465a4ffc6cca7de37907fc"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b4d2b0e-607e-4f9a-944f-0acdefd828d9/79a0271038df505617ef800587a92858/aspnetcore-runtime-6.0.7-osx-x64.tar.gz",
            "hash": "6c05250d2affb61a1f34ba297e3c9bd0ddc42d64b1580f5e8cfa218a079cc455aa183f683869ba52e7b9ce58fb223dff8ef9776d4b2e2421ed7e2058d4af0750"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/556c57fd-ee7f-42ad-a5ef-f0c1ae30fddd/8dc564bca48badb00a53111922eb19e1/aspnetcore-runtime-6.0.7-win-arm64.zip",
            "hash": "a2e62f329fca498c2e3d16c9023cd9914e780fbe635fdc42bd2f66018989e6e38bf1a1cbaf833abe0fa855a786feaef3defb6fd886c03e6cbeb4ffca4c6eeb25"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4c86d02-a47b-4bd4-b73d-ec3be19e5245/76c673e22a120464c95f85bef342a361/aspnetcore-runtime-6.0.7-win-x64.exe",
            "hash": "7f42e5ee589a663aeb0c816f2e4172187189d92bc3c29fafc14523074bb793d58b238e64be8b001350b6dcbc111a5c9514b0def7acf6b6534290f5502206cd22"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b11ff50-0e82-4a0c-9b1e-99347d218671/0f20eb26cbac962090ca27af88aa2c24/aspnetcore-runtime-6.0.7-win-x64.zip",
            "hash": "e2c52af3361fdb9d5897a238e8275f7f9df8b37bd2b7d6f24c7b889111d1f1fd80f30b1a68022dee3e7378c6973a37f1ad0c96cea4c22d73d3cb5068d1cb3efd"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6f2f0c7-07ff-4255-88e6-707b84990828/db97169bf75388792cb52881dcc6afbc/aspnetcore-runtime-6.0.7-win-x86.exe",
            "hash": "8b99a164e67aca14227f8eb90165e16189cc2ffda21c276e1ba100fbdfe6d83bf87bcf89f2423ebeef21c9e6eca6dcbf8896690a6fb9235fef7bd7f02b3494ef"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b3a7c46e-6e53-4aac-bdc3-a8a7f15efefe/37049c002ffd567eab9729a9d0a47e38/aspnetcore-runtime-6.0.7-win-x86.zip",
            "hash": "db43cbde0e6f33acd9e6d8107b330de5f1f8c7e13fba86ba281c74af2b6903ecffc6067411db89b90c3b051b13c5d325c7c6e9553139f669d1f75c11c3116cbf"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7de08ae2-75e6-49b8-b04a-31526204fa7b/c1cee44a509495e4bb0bba49f52c719a/dotnet-hosting-6.0.7-win.exe",
            "hash": "e3f8a2ca63eafb2429f9db1a430f1019e7915c0fc6b866110e3c71e10ce470e79bf6926e695cf3ab08bd816e5d61e7d3aa8c998d33ba102f1c3bfb225ad29ced",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f33cf7ce-bf03-428c-8aa7-e32ef6d7ddc6/e61dc60fce686844c41ec2901ad5b01e/windowsdesktop-runtime-6.0.7-win-arm64.exe",
            "hash": "1ab666244683bdf5c8297e52d6e2553f20b110b063ddd016e82998568ecf818f4d756f1a78fb8049ad25f9ff75f6ed2ad862f8b0576df32f7d6d344588815615"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/92af07e6-3e09-493d-a923-f36f59d1f99e/af0aba8b427c8fc7e76c1ff411c9d9ed/windowsdesktop-runtime-6.0.7-win-arm64.zip",
            "hash": "c38d6518111187e684c6f9867b60ae78867f0464951a57a59855bc7d6502d5a1b1e9b9600440db62047ec4efb0a003e992c75421160a05e58c565d690ce8c7c3"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc0e0e83-0115-4518-8b6a-590ed594f38a/65b63e41f6a80decb37fa3c5af79a53d/windowsdesktop-runtime-6.0.7-win-x64.exe",
            "hash": "b38fb7edb21348b1cf6ee7310dd7fe03a10844f47418d993aa8145d7232a4e2d22a3388b591bdb9c3bfbd9c7456a538ac299beb93f180f6cca73cb41f1ef6596"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/516a8e99-13f9-4b75-bb0b-915474ef697b/f8063599bc9128ca6e64ff7ef9b60383/windowsdesktop-runtime-6.0.7-win-x64.zip",
            "hash": "f2d6653ff1c0af81a6ba8b240d4c42464d5d8859e0dd85889829d4fb682b2d0a820e299abfe32ec22bb98e77ac266e0d736b7e71baf8b13c0432f2604c3f1243"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f21307ec-9007-48ba-80cb-0b1b7c3c212a/366a3d6b4c092d85d7979c6bb818f1b6/windowsdesktop-runtime-6.0.7-win-x86.exe",
            "hash": "33f65f54f979689122cbbbab700b7de90226088d29a6069f31f69b980c023fcaea4b822562018f8b450509925c5ea295e06a2424366f75088522d1c3d5409852"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4e00967-8611-4e27-9b4b-5b23067265a3/0dea22d1d07fb5a21745bd758ade744d/windowsdesktop-runtime-6.0.7-win-x86.zip",
            "hash": "fdfac60c65109fc9a112eb8613bdf99f845d2d08286f9bc08c74bfc81fc11d6874c4780c5e3313c081d72e5c94c95e3bf38a8f7e91614dc8c551d6fa1834306f"
          }
        ]
      }
    },
    {
      "release-date": "2022-06-14",
      "release-version": "6.0.6",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-30184",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30184"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.6/6.0.6.md",
      "runtime": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "vs-version": "17.0.11, 17.2.4",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ba760ea-befb-4ec8-9fd8-89e7dd1f46be/17ef5757f98629f1c07e1fbca2b65901/dotnet-runtime-6.0.6-linux-arm.tar.gz",
            "hash": "92026b23ed3125fb93cdbd7c790a3f160f58a75122561950374e0ea7da2fa0efb002fbdfdddb9f26763ac92df88b6aa4c2e482ba54a0a7b4649517182f87957c"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44ed3398-9838-4fd0-b225-60d5aadfb00e/00fd4a320d09a380753b45106e2a8e94/dotnet-runtime-6.0.6-linux-arm64.tar.gz",
            "hash": "659bf64c5f2e11f2b8cf01dc595a4280d1960bf484fc379d3a382660eea7adb6e69ace49d84522a85920ed53fa2ffb95a3b0ca0ebf63dc909b865028174ed29f"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d209f9d7-4ddc-4627-a0f2-960804b48fe2/3bb2fd882406ca66189ac24e81d86c94/dotnet-runtime-6.0.6-linux-musl-arm.tar.gz",
            "hash": "8bc37b9a22c6ffb944d511f757d5ba43359ffe9579f09b5a618a70004b615c87310b31f546ac3e76b045244a65177e7546b7715536ea56e831299e52de6c91d5"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b62ace6f-a30b-4a6f-a66b-f4e924e3ff3e/051baea234407ce6ed5c7332b1e6aad3/dotnet-runtime-6.0.6-linux-musl-arm64.tar.gz",
            "hash": "3fc7e84b45f2cef2e6d0b6d36cde21f4925cfdbff09606e7380f253d7949c34c63292f5afd143fb32f39fd633394de6482cded2614e5fa14e9653aac0e61b315"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05375a21-79a9-41f6-a8e2-d6504343ca19/ee77adb1ddaff11925111d94b5987b8a/dotnet-runtime-6.0.6-linux-musl-x64.tar.gz",
            "hash": "c950e64d7d95e979032cf2eccbc41911380141e8fb529aca5c05f23c4eb480d0182a8f26c64305efbfe409af3ad7ed66197b10e861ac795098c653ce6b1aa41f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec4172e3-077a-42c0-859d-349e517d7935/82d945cdc4c33fbe440a86a240a58a41/dotnet-runtime-6.0.6-linux-x64.tar.gz",
            "hash": "4fe090f934f0ba4e64a63dfccbac97d49b19a913f2a7d73abe85efd604ee5577cefd65d6e0dc02086e9fa28be4ce2bbaecb33ea70d022714138ed54deea58c72"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c02ac195-3d6e-40c8-bab6-7a5cff4ea81a/2cf046c0857dc848d537807c8ee51516/dotnet-runtime-6.0.6-osx-arm64.pkg",
            "hash": "1ea80ef2419ba4fe373e0df8571f7fe53f3b3a4a04cb87a7b55d9ed8386d2a3e00f0741a50de6923489294554522697da95be666323d6192900c65806308dc72"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f91e108d-487b-4a47-b6e9-52bcc56df7ed/d722468512150e73489f2cee0b2d7087/dotnet-runtime-6.0.6-osx-arm64.tar.gz",
            "hash": "0cb4f3c808ae5476ebdbc18840846fb625a51ac5ce53688e83c3ae22a062095f9012c066dbcce231eca50ca3f057d7a29721d4b9cd04c9891ca26fc0c1c4a481"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc450f6d-2309-4352-b940-e4ac89261afe/e6a64009f3829f7042153a772edfa4ea/dotnet-runtime-6.0.6-osx-x64.pkg",
            "hash": "e15b0289a643314f2fbc803d48a808751599bfe749514aafe06446c14441e9a415c0003540d3e952a83f35f36c4f2b275d9c91f3438b5282af428effb3d2b3ba"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30056482-998a-42ed-b3a7-8fc057977e2e/698c75b7f2429e796dd3c13f980e4188/dotnet-runtime-6.0.6-osx-x64.tar.gz",
            "hash": "efe5b6287c4a62688bc94aae2d4ed8831ca5d62280ba477bb3efa49666c9fdbb9b091980837882b1b52ddfba566a8ab0071746cbfa63efea99a0bb3ebf19a2a1"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6180b6ce-48d0-4a0c-951a-bc6d2f5bbc3d/e1c2d351d288e5f02df27d3d9d9d874f/dotnet-runtime-6.0.6-win-arm64.exe",
            "hash": "352c5502ba070b7f8613b51c777446ab1434b3e7a4345adcd1088120402b49466e349e11b4dd9dcca274b265591ac494de485ce83f3822132ad003d438f9f1b6"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/475859d7-2fff-4ce8-9f7f-ace506a17fbc/cb7f5ec29cb25f6fd799e2e361ddb67c/dotnet-runtime-6.0.6-win-arm64.zip",
            "hash": "75f05cb6b411613da4f1b20cd50df1bd4f7d2e29f2195edf3741d94fb2deaea6a0f41f542cac7a3fa3c3e1ab05dda406f036f8a416a8b17b76b5f4dd4bae3612"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7989338b-8ae9-4a5d-8425-020148016812/c26361fde7f706279265a505b4d1d93a/dotnet-runtime-6.0.6-win-x64.exe",
            "hash": "ac180f361b74af4145d141726f40e5d3d854f18f3bd96e7e4eef015e208fb1af04f12b285d3c18bb5d7abaf47afa5ab6609b66e78551aee1b6327dbb504c1edd"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ffa8051-c8c4-40fa-8a0d-1f37069155a9/8538bef240de6b58918ab670327e8912/dotnet-runtime-6.0.6-win-x64.zip",
            "hash": "d92bfb6ae6d06475a2fe5bf0b45d1a11a617a63a1df5ecefc822e455aaf08fa42c2f5331561f38b2c88118ee3078c8a0b5a79957cf713b150b41e8c944e0557c"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60c4767e-c0df-491b-970c-cf69d0c2c581/524ccc6ff8aa96120753ab387bf22d5d/dotnet-runtime-6.0.6-win-x86.exe",
            "hash": "293df8c1efce6e3e7c03023fb581aa744587a43f98c64fb63300cdd8bfa26822cbdb88a4c94ac04959f0fe1e561b20a8a7ad0cfc240223e7022dcce5fca2024c"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a569272-6923-48e4-a325-6752b7bba641/f60c762922218d1cdd892936742f9ea8/dotnet-runtime-6.0.6-win-x86.zip",
            "hash": "84455d621a5f919c5b4fe91df9cbbe264996763438a9a92940707554d1c7793070a9bc71f14bb37992973688435ee83bae8d8a359cb2dd8af0873a49b9f6eb11"
          }
        ]
      },
      "sdk": {
        "version": "6.0.301",
        "version-display": "6.0.301",
        "runtime-version": "6.0.6",
        "vs-version": "17.2.4",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
            "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
            "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
            "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
            "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
            "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
            "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
            "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
            "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
            "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
            "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
            "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
            "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
            "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
            "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
            "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
            "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.301",
          "version-display": "6.0.301",
          "runtime-version": "6.0.6",
          "vs-version": "17.2.4",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
              "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
              "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
              "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
              "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
              "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
              "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
              "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
              "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
              "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
              "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
              "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
              "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
              "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
              "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
              "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
              "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
            }
          ]
        },
        {
          "version": "6.0.106",
          "version-display": "6.0.106",
          "runtime-version": "6.0.6",
          "vs-version": "17.0.11",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cba88c45-5ea4-43ed-b495-099d9925b561/af8f6468186950a4f87e932f888434a8/dotnet-sdk-6.0.106-linux-arm.tar.gz",
              "hash": "9973fa26f7129e4f148e65123512ba02644b78b47a7d4b1fbeeafd09038beac66664b285ace5e228a7818f0c35a357d31ff1d580795182c872c514fdb3b90e35"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a8c5d20-21ac-40cf-b3c5-2efd29a88870/b6f62cff4a13924832a81574e5ef5a80/dotnet-sdk-6.0.106-linux-arm64.tar.gz",
              "hash": "86fabee178d16dcf9b5ff3d2f786c72be6bea5838b69c9e02d3a356703799378094a87f3ae4cc3ed6564f2c762a1837c4d8f91a228ba94cf58546d5ba7363f8f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4daddb43-d6c0-444a-ba69-888ff5e764ca/0ff812b5526280610cdc5ef8c8dc1869/dotnet-sdk-6.0.106-linux-musl-arm.tar.gz",
              "hash": "e860bba7ec61f83e1070700dee719f565c42e91dcc7a680f8f21d3571c6eba0e1fc4f62b5dc478a291e91d03d6810b24fcf66399c4005fceb5b3ecafb37a72c9"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d556d6b6-7ff3-4630-b5b3-65c76e566581/a295c5d78b51a7ca128ab422e80ae9ad/dotnet-sdk-6.0.106-linux-musl-arm64.tar.gz",
              "hash": "75b78c906c7b6613db37ff5c758f2006174c98fca336b1e682da2e07a858872f407b3c5bf57ee8c347c3a35b6af2eb2a56e05bb29ff7b4f26efaf758f6345649"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/96aa7a11-3509-4a31-abcd-85748caabec1/c03bc461382c2b46d953d4c2bddc3f7d/dotnet-sdk-6.0.106-linux-musl-x64.tar.gz",
              "hash": "f8f5019ef265add53f1c26042e5abb2681c96e4b4bac82c29668b48b6952635b5681049b4e3fd49b56f864fec80f0bdd14618fe603da70fe0708a95b394d0112"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e36f738c-f269-47e4-9637-7e8fe96f9e6f/c9d3bd280fdf9bfff2993c1ba0f9f8e3/dotnet-sdk-6.0.106-linux-x64.tar.gz",
              "hash": "baf66ac51feef61c16557cc87d54d5e347f175922098aa45fd1e03dbc2669b97f602c4de378884d95da25968df4700871a82484d8882b5cd0f9a2b049c15212e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e14e93ac-9abb-43b6-baeb-b08da40bcc4c/f114dbbfd514a04344f558ffbab698a0/dotnet-sdk-6.0.106-osx-arm64.pkg",
              "hash": "37238a9cede87db14911e18456385179f72bafed8409d8a6fbaa205b38841424b017e2850b994cbbb798fa19be56a4c7b255e643ae5f03f63136415df953372a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/150e763d-fea2-4c15-97fc-862df9defe05/0bdf52cbdd9b9e2999584f9ff1ace651/dotnet-sdk-6.0.106-osx-arm64.tar.gz",
              "hash": "51ae7a02bff806499e5c1a5a9ef6378e68fc6c3bcc3d68fdd83f992cb77d0a1468b4c532a4be1cf3c6966a186748361fa74f796dd59c9899413977fea84b165f"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d0f1d41-06f4-4b18-afe0-f4d71c66556a/ce8bddf7aac0286e9974bcf63169d3b3/dotnet-sdk-6.0.106-osx-x64.pkg",
              "hash": "ef09502c80c9c3a26fdcdce80ab0c42f42327b931321ca5acc29b273aaf562a52b03b1d12179e8124d12d88f58560dc4a5667fc78b59a651c02bdae4c2b15bec"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f9483b11-a82a-499e-b3c5-e7954f93c262/6891b38e6c532f23d896e908c93df29f/dotnet-sdk-6.0.106-osx-x64.tar.gz",
              "hash": "e17d2bd7b686ca924ddf30a25429369a5ec396ffe3a63bf2d2070078a01aadfd9f4184a1d66bbca01e96dc54a70cfbf7bfe506f8941d05bab99e8f8277eeb3b4"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdbe8020-25ba-467a-b867-add0dda751cf/02886846ee50af1343d0737d7cc93cc0/dotnet-sdk-6.0.106-win-arm64.exe",
              "hash": "830c69395d6b14f69f4643b2d3e121e7b16421f001a6fd559dc2b16665607571c4dd20cd6dbbeb44f81e3ec47fcf74cd08ba81660965f7bcb69bbf04942f451e"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9822aa7b-9109-47ad-9743-ed5968b1b952/88085bd4db8b7862d9c22499778462db/dotnet-sdk-6.0.106-win-arm64.zip",
              "hash": "65d1854027f61d5b35e8cfed64bf8260075d9f09c834fd134bb8736ef56c4ebd4fc1dc7f1f8ff387dbbe22e640d6e52c288187b1a36cceff00a7b83da4af390c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/569408e2-e6c7-4c7c-8564-6de9daedd9d7/eef50ddcf5e30843efbab355d4b88e53/dotnet-sdk-6.0.106-win-x64.exe",
              "hash": "81ee133c927daf3c02d07699450dcf0e83efebf268a883eae3d3e23b97d8f1e59c00fedceddaf041bb6b6e89b23f0a849fc46617579778a8e40dc57b2034a0e2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74564d07-5697-4d79-91b4-d101f0f139a5/2bb92fa45663d6fbcc3230e8474537aa/dotnet-sdk-6.0.106-win-x64.zip",
              "hash": "a7f47c233d32b4cd0c446491f5afcaa99b7e69c82c65e3bbd17e372244e5f6ed6eb0484f6c3f50fea8680fbee1dcfc504afa3b7a3302d8f2a55ea50b42197dd9"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/777a3e10-4027-47f7-83cb-73271430cfc7/a555d60b3595e57a0f2b964f1331c5a0/dotnet-sdk-6.0.106-win-x86.exe",
              "hash": "2b9e64f67fdb4d39a3b4e0160c63a420d179e52394efca21dcf1f495d1359e3424dbb23defb90a81c3c6a8d431e72d318df2dd2bbc5c75139a39b43908785daa"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ec41b18-9b03-42ef-b5dd-8a2e840f4a59/9a2732a24614a4886a46cb83f5474bfd/dotnet-sdk-6.0.106-win-x86.zip",
              "hash": "30fbc989ced1a016feb9f740d0d1139581398b4dc21120c6dc7202f4d3eaaabe2ae232e6e57c2cbb90f95dd3293f233f17143b217a46e534c3cdda9b72acdeca"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "version-aspnetcoremodule": [
          "16.0.22138.6"
        ],
        "vs-version": "17.0.11",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/084bfc2b-f28d-4995-87f0-d82519245825/7f5398fc2caf95355b154856868ef560/aspnetcore-runtime-6.0.6-linux-arm.tar.gz",
            "hash": "311635857dc99d75f6fb7b002fdc0fbc89289cf56650c7e5ecb0c7ffe6016924146df798632d1148c23ce3dd613f3a206b3ffda3d94015241fa558ff4180b270"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94553ccb-ce1a-401c-8840-bdffb4e9d0cb/ab8a0024df90506d953904ac38b5a978/aspnetcore-runtime-6.0.6-linux-arm64.tar.gz",
            "hash": "a3bd7ce99ffb9b87766c49fcf28d802f4072af1d55f1d53ef4043a1a0b038a0fc8046669bbd82f64fb37e4c73703fa8f54a460caaa473d952baf941d23341c90"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/392f39a2-095b-4841-98f1-a35f36adc004/b3c9cc19e5013a54f332727dac62957f/aspnetcore-runtime-6.0.6-linux-musl-arm.tar.gz",
            "hash": "ae31eb4e06fc182c799ce41822c3bf03ddd4a948f96691b7559a5669dbc481d5177c6ed383c9d86baf3362ed297911f5f7cca22f14b945a7b20e90f6052621bc"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c649af75-1318-45d5-b780-54ab149fad6c/c3e8c553e1f8772b87db5334bf862a4e/aspnetcore-runtime-6.0.6-linux-musl-arm64.tar.gz",
            "hash": "fe7a33e2ff8ff78bcf3877dfe4d5b41ca6e5113cd926777fe2d3d0b4ca7a7dd1e205b515bbbce724c2e41ee544cb7e18c8cbe3caa52e4a91c7a4a43e7bdbb30e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58737b13-a9b4-4ebf-a360-6b8909842ba6/0856279338ab22a3efbdf387068ebfac/aspnetcore-runtime-6.0.6-linux-musl-x64.tar.gz",
            "hash": "0ecaf750ecf0eb1da601baed2c71a7a09994fe82ef11c4896c57e07d480e5820fb9f92b5fe55e35bf72f067894b85d7d33d3955f15b670d4282ec5049e52f124"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/afd5344f-a9e9-45f9-85b5-de4551c53736/c30996daa407f9bb540ebc5edfcf16fc/aspnetcore-runtime-6.0.6-linux-x64.tar.gz",
            "hash": "1a5c0f85820f0eb589700df94de6dbff45fe4089a37f1cd5b1fac33476a2cbd8d5c6f129e55b3716f5a7a2616f1a5a720c52238f21b28a510a3e5c8bcb8c516c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/550f6609-521f-42e4-9b53-ff6c88bbe26a/1abbac456fe075a1b6f0f578716e0c4a/aspnetcore-runtime-6.0.6-osx-arm64.tar.gz",
            "hash": "0d62c151b4d25d606becbc0a99d4ed3988aaae97a95990a8d5b6e0e220bdf661e3f7fad64dad6a479f8c9bbd42971d6e5fab7dca43b74ca7ccbc423fa5b200af"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f5eb01e-6b46-4ef3-8c1c-7b99657a36df/7d4807a527cd5bc5a6a864f1fcd354e7/aspnetcore-runtime-6.0.6-osx-x64.tar.gz",
            "hash": "d1a469a5d27afd2f035f9865a295b8948bb2fcefd0e734c61ea8d0fe1b272fd1e0ba3aa4ad414aa68491fc611695c8d94064d1bb02d62cf1e7ea071a73a844da"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60c0c6ec-2635-4580-b019-fdd8df756787/1f1d8f52d589836ddd83d0bdd45d4f54/aspnetcore-runtime-6.0.6-win-arm64.zip",
            "hash": "c8718f76f2c7e81b4ebdcf54e5d4a2278cbcf1fc899339a0769482ec26fe1de349016c1c814e025d94e20b23e98d5613e5257ca3e2c44f33832596e50e0f4d76"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7751b01b-4548-478d-ac63-ca57f2b66a3f/3339efd1fde8f62fed0ac2406f8bc559/aspnetcore-runtime-6.0.6-win-x64.exe",
            "hash": "f82a64e442fb4db7133df64c53e7a69b57c904ad1ffde66219cd4e87138452f5860abd5c42ce8281ccf804f780f4583243218099491a3324e9dd55c9722bf5b9"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/188ee779-2b6d-4cf0-b11e-e0514cad80b7/9558e992445f513e3b49ab2ef205c2d3/aspnetcore-runtime-6.0.6-win-x64.zip",
            "hash": "b5d72c13b9ca157cffa2a6b53f80e8cf4d405a899ed29313117f64d33ed59b4307316379bafce013645a14c58ef15804bb1149fba88818b73c076fce3c352ae4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b68b5e5c-aeaa-4efd-b194-b37bd73eff64/b2afe8dbd41c8f266f8df26df8fe4ce9/aspnetcore-runtime-6.0.6-win-x86.exe",
            "hash": "c092c5a459876a549577c43d6112fb584f855877afb615d6adf1dcb902477e30bda9bbe680a6965e6532fce1159923043b4687dbd8bcd6ef072604af3be84253"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4417f0c7-0613-44c3-81fa-d7879aca9b57/4ebbba22ae0a946f2e68cb1b447fc1c0/aspnetcore-runtime-6.0.6-win-x86.zip",
            "hash": "e8bf2c894cb5fb33659002275ec5e0cadb26ce42a462d1b463e3b04853ddbbaf60694926bd1dad9c13c23450e0d6d034456e9e0ece153f582c855ba7c9fa4d6d"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0d000d1b-89a4-4593-9708-eb5177777c64/cfb3d74447ac78defb1b66fd9b3f38e0/dotnet-hosting-6.0.6-win.exe",
            "hash": "44db96cb9b22a10eba3b61daa9eae2080a21da751253ad8e56f964015944ec7430ff895f29370a56a091b8048ca228b1fecd41e1a88f29145b2b8f13efcb9dbc",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d09acad2-0abb-4ec8-8388-b8b42b31cd58/517cff2da8fbcdcb514bb4e2f1dc8879/windowsdesktop-runtime-6.0.6-win-arm64.exe",
            "hash": "176f8d10e890d253cfdc19b65fef83c6df299d10262ee3298299b1545b27ba2143ebc76a15f06ae5d6dace6a01fa2944b19af01fedb42bbac309d173b996ed71"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e92cf7ac-5e86-4c4c-8d65-3675de8c253e/826784658f9242cfd9bcbbe056858d2b/windowsdesktop-runtime-6.0.6-win-arm64.zip",
            "hash": "414c37303481514ccedd4633c51c1395b4a99b0a9852cf509f17e31045698e3ed939e758c399708fac8605efb89715b292757f9933a5786ddc384e299e9256f5"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d6b6b34-44b5-4cf4-b924-79a00deb9795/2f17c30bdf42b6a8950a8552438cf8c1/windowsdesktop-runtime-6.0.6-win-x64.exe",
            "hash": "b4b5d989fdfca6c160fbd769660f91aec47b0cc0764de1d2fb3de9d1b86d5c789a84376497574ebd86fb6fb1c7a2a6aaf52661932e8be4f4c2efe8a47a60e469"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e26cb94d-627b-4d4c-99f9-171d85b878d1/56638b52671fa13518bd1ebd65820a75/windowsdesktop-runtime-6.0.6-win-x64.zip",
            "hash": "18e2b249e68ea61b5e3f73b0b82aed515c3ffe8e99925700ff8e399e42cccafaad618bfed9f9a6112b864b6219be9c9e2b0e4519a64bb18d9331dff39a0a6215"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc04076c-d188-4c20-9b4f-89be06f1a39c/32da746ef46fbeedb4f609b67cb451c3/windowsdesktop-runtime-6.0.6-win-x86.exe",
            "hash": "8de470e216dd3066976e916f887697817e2245e7ea3db68326356c959abe0bb5dd408f889d154718cc316f046cc8b592ed9022c164a8f495448b6deed3cd9d24"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58a75fdc-0224-44d1-abcb-6476f771a6dd/0f383aed3d95e6c374951d443da125a8/windowsdesktop-runtime-6.0.6-win-x86.zip",
            "hash": "5de9b960208577caa0fdb618b53b09ebb97c30f28aec40d6ef2b24934ad2daeeb28eb7b62e66d0223e51d24377ba5359f9c679fda2b4e3983388e7d9f7284d6e"
          }
        ]
      }
    },
    {
      "release-date": "2022-05-10",
      "release-version": "6.0.5",
      "security": true,
      "cve-list": [        
        {
          "cve-id": "CVE-2022-29117",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29117"
        },
        {
          "cve-id": "CVE-2022-23267",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23267"
        },
        {
          "cve-id": "CVE-2022-29145",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29145"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.5/6.0.5.md",
      "runtime": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "vs-version": "17.0.10,17.1.7, 17.2.0",
        "vs-mac-version": "17.0",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/36a5510d-e454-4f46-aeaa-ed2c9521e12e/1d60cf7759fd938f2e6c9730d0792b9d/dotnet-runtime-6.0.5-linux-arm.tar.gz",
            "hash": "5180bc076629afa91096ed500ce966d1d62e7b1b6248a6a33d6e758a3bca8fdff382d90793d847f049a330f4a0964dd29b18ac8cbd374492f19d74056a608252"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b7bfeef6-3df9-46a1-8cc9-5b2a3121a1d7/44287ecada25d3f0bd8610550e08246d/dotnet-runtime-6.0.5-linux-arm64.tar.gz",
            "hash": "bed49b74ad60d2701ddd638c61c215ad48f5c6eb88df140545d29901df60c6667474ca9d3bed6583dba605282ec64989ff2b431f098f0afc6ed155af59f7126d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7c59902-a377-4e8a-a3d7-fc761983b491/e5b3b83ca4f215e6b7d458c6f03e409a/dotnet-runtime-6.0.5-linux-musl-arm.tar.gz",
            "hash": "bcbbaa72b6bcc667d735f42107181eb8943f0138d0093cac78a5ee24b167a1577b5224f0ec399057eea84bcddecb810f22cd307687176c3e2db3796b2b25fd8b"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f9cb36e-28b1-429c-a578-934a7e1d2e91/cfecd1f693ce07469d903b7a24e782a9/dotnet-runtime-6.0.5-linux-musl-arm64.tar.gz",
            "hash": "4b576997e7cf56f362db70d77ecca0b2dcf4f5435926eb0157242c99bac576112dde06b5aa396ba9b9d199d9d2427a10a273509f24685e5a2ac34dd5098a11e9"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec95dac6-c393-4294-87dc-3c62748345a6/a3f9e53cab6a59db36ebe03d51d69024/dotnet-runtime-6.0.5-linux-musl-x64.tar.gz",
            "hash": "de0224c5cb933ff557d19c4293a7a3591a54ae1b5d2de1f663195a1cab34c89986999fd63d43fe6d31fc5ad467d5f5cbd15636fa672c34303fc7eddb1708db7f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56d9250f-97df-4786-b33e-a8e34b349e86/dcf054ca00899a70a80aa1a7d3072b52/dotnet-runtime-6.0.5-linux-x64.tar.gz",
            "hash": "c228f0ba0ecc4ccda708e97529b248dd6d70f7f747ead6453623be77e8e1529b54db52f5df1b5e00b5b7f92b73389560832f80607fc07e50879d55ce905afcf7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7102a180-c397-40b4-b4e7-887d5473d4c4/6a280e559749a9f55216f7571753a70a/dotnet-runtime-6.0.5-osx-arm64.pkg",
            "hash": "42321b4f814d18d751939c6ef878ed2bfa2a47338fc8d497488c4bd618905c0cc0b1376bf30221b6f636cde4260661a388951fb5b288986e0b36a3abf06b1521"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f9e7817-fe7f-4f68-ada2-171d4907190b/a579270395021e1d42c79761000c64d1/dotnet-runtime-6.0.5-osx-arm64.tar.gz",
            "hash": "3222c366e7da30e39f00eb27c7ac75094b7f294daf105a5ba85cc7f046eb35bdda1c561f3234da3ea2aefbbd1701940557d4e3b31a1e03eda890c9b0b49effde"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c76eb47-a0a0-4fe8-b60d-bb0c01fcd595/604061381c1f121f016d37b9a1e80435/dotnet-runtime-6.0.5-osx-x64.pkg",
            "hash": "198b6ba1178691730b645e5ab5034538ac5b76bdaac6859f2af8072953f9fa6bfc77dc6e10490e597e6803d30164048530e1489084ef80ad0aa763d526282c8d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8796f054-9724-4783-838d-90fec5a178d5/9ee66f0b62f19d765a1332c03823c490/dotnet-runtime-6.0.5-osx-x64.tar.gz",
            "hash": "fc26668071b989739fc139a06db9895602c179779f5051a01dc3543285239b0c50da0003f0daac2215b502c8a91170f55b748440fe711817ef3cad08266af9d1"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3568ed88-3d4f-47d0-a753-c0cc1b872642/f5f84e3e2d43497ef36c8209e8d82b7e/dotnet-runtime-6.0.5-win-arm64.exe",
            "hash": "48421d20f3939863ebd07300c231f36a2be43e55550662f589883f70c1493d971d2eaa437ebfc969f35f22b348fe0fe875838c336d351516cea5b29500008e00"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e63f631-e300-4d7a-99bd-0cdc0a791fb2/52fc81d72a2984fdcb8b30eaa2c77006/dotnet-runtime-6.0.5-win-arm64.zip",
            "hash": "bc1c083483cbe5f6c31716d772de58cdbf76850f3e6cd7b90feb03969beef6a3624a621a25bc6d5ddc6e10edaa4488fa63917767c6ea42f8d6311111a60d7c9c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b395fa18-c53b-4f7f-bf91-6b2d3c43fedb/d83a318111da9e15f5ecebfd2d190e89/dotnet-runtime-6.0.5-win-x64.exe",
            "hash": "2c4ea305b2deac4dd44616a994c78502c365c9789ad28d87359022a186a01bd00fda17faff96ce16ac8e4132f2d5366f677c02255f084748025b355e245b5d5d"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/50c64d87-3ca7-451b-9bf9-7cbc8578d1a7/18577a0122d43a650f31188a097878f5/dotnet-runtime-6.0.5-win-x64.zip",
            "hash": "3e99e10e45b54f625f7a615dde83ac55149a53373cc576eaa586c2fb4822614d505f01972d384cdfcb7c996f5402ded491d187caac143ec75e74ee4b48eaf8cf"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/205afc96-c1cf-499e-a02b-5222f0806f9b/c97f9ee3ce58cae4ffe746732fa99784/dotnet-runtime-6.0.5-win-x86.exe",
            "hash": "1fc29711c4bfbfa7a52479eb588e078428ab2fc1a2781da06b20068ec4165da75770d1253689277c43ff752189f8d40c0fe653f174f06cb1896118558784e2c3"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/54fcf294-d31d-4e1d-a365-ff16aef1c33e/da869b444d32f364ce2b81a5a6176510/dotnet-runtime-6.0.5-win-x86.zip",
            "hash": "fc0b8745d07149e8728ee3c9a09866336d978ef1625277e1ecc91913951ce2057b90c6a5bb9d763197f642fae0f7c1802d16e891f534a8c78ac6e8c7bf82a2ae"
          }
        ]
      },
      "sdk": {
        "version": "6.0.300",
        "version-display": "6.0.300",
        "runtime-version": "6.0.5",
        "vs-version":"17.2.0",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
            "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
            "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
            "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
            "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
            "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
            "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
            "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
            "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
            "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
            "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
            "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
            "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
            "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
            "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
            "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
            "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.300",
          "version-display": "6.0.300",
          "runtime-version": "6.0.5",
          "vs-version":"17.2.0",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
              "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
              "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
              "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
              "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
              "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
              "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
              "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
              "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
              "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
              "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
              "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
              "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
              "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
              "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
              "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
              "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
            }
          ]
        },
        {
          "version": "6.0.203",
          "version-display": "6.0.203",
          "runtime-version": "6.0.5",
          "vs-version":"17.1.7",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88fefcd9-70aa-4bca-80f8-4a78d6b8b53c/7ee6202e44cea4fa104f5f788425fcaf/dotnet-sdk-6.0.203-linux-arm.tar.gz",
              "hash": "e6cb656e4acf450023413cd0e155e9c4f294887dec1fb6c87d4e9951eb29d0ad697f50719e42fe3dbea0a34f9d297dce9261c541a7e43e6e4a359c8db215390d"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7d9ebd1-16cd-44d5-b406-177ad676c630/1a46912f74a71117bee6077ad3b832df/dotnet-sdk-6.0.203-linux-arm64.tar.gz",
              "hash": "552448b13cc77fc1e6189f4954eab16e8a87822189f3e488e6bc73ac099a8fbe6f34b667dabee637522e35edad30661ba32cdd4b94d57bb5cea9441e2f4abf19"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/824718b2-dfee-4a5f-ac48-1e8b63377378/defb62a2ad925cb19390a343526c1a7e/dotnet-sdk-6.0.203-linux-musl-arm.tar.gz",
              "hash": "e8c226460c2a124afd9ca4ab877a081cd07cdd1d33b2d3cef9e3677321c8aaa2bb8c272966f4f65763ac7a949d81c3a78ca1bc6e602bd4d620503e00bd4660f7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9549b1c6-aed9-44e8-a455-01707951ed5f/6f1ca9a1aa740078b7fecad8d2c2d694/dotnet-sdk-6.0.203-linux-musl-arm64.tar.gz",
              "hash": "15e1aaa9e0b5b28a8fdc32e963c1d346a53d3a5ece09e91d59d021fd8e0fb08c22f3eeccc43777d14a6d05bfdda32d075c65563420b9854aa466fbb3a796a7af"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e744257-9ba1-4575-9334-db762c32462b/4c857a7eac212668ae0b2096546d9abe/dotnet-sdk-6.0.203-linux-musl-x64.tar.gz",
              "hash": "6d16711b06fdabdea151b9878e64bffe571055d7fac0f7abfaa990640d819fd67d5f1ea7ade05bbe91659012f9dc3900f24137cba1423e0e2fba116f8e87b9a2"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e075dadf-22a9-482b-9387-bf8341a4f837/ab20e3e34c2c8be290d9938590f208ed/dotnet-sdk-6.0.203-linux-x64.tar.gz",
              "hash": "08b97f34a74c9605eb2fef414b9df89e0bff5c0564672a1a7653fe37fce4e10c272aa0ddc1121d981bca04a3e98cd2346c679a18b6052f2afb08d767f49626f8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39c2aad2-1f58-437e-9c57-0503bc29c19b/96ff2e9f9a9380661bb6ca1def5ff97f/dotnet-sdk-6.0.203-osx-arm64.pkg",
              "hash": "60eb5c7e16ae6d29191d27e816ae6adda393969a39dac4b852eae5cb9fb0a417dfb736e0d5081e583736cb8db207cd526b1ad807f3fbb2408146c8b3c3243f3b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5bb286c5-8c12-4eb0-91b3-0d673675f569/f925842decf6c320e0db41397e7636e7/dotnet-sdk-6.0.203-osx-arm64.tar.gz",
              "hash": "fb7841f78f658c863f88e82eda9694454ad2c8ddd01d81faef46a94cdc93d52b6a35d22e49ae28e36d205d3a915a924b6dbb7d16766e25180be597639f0ead28"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d0694a8-92ea-4c6b-bbfd-dae82cac49d5/f1c31bbe3272cf258417ad29f9f51b99/dotnet-sdk-6.0.203-osx-x64.pkg",
              "hash": "40f364cd16593e2b78e4277985b7e8d840bb33dd61431683649d7f8b2e86a61e8315cb7c57492bfd36908a64627282c0223f1a01c634f7548f7a20193903a0cd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82aef4a2-e57f-4795-af33-e21840bc0413/2df621abe3e88ce9a0fa0b1a69943b01/dotnet-sdk-6.0.203-osx-x64.tar.gz",
              "hash": "656cb5286edf4c21857ff2831d8650556569f5e662d41a9ee09d668b35cb4eb9672e0c67f6c9537177d20a7ff0573d1970b6d6c80bc11ce79a4decc0c3c55433"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a14fa3db-cfd2-4a7f-83ff-b04a8b0dd85c/dff84429395fd36183feac70dfe993db/dotnet-sdk-6.0.203-win-arm64.exe",
              "hash": "d3a43b1091042d3ad9f84f88cd5682d95536fee8bcd9d7cf7817f35d1cda9794c6aca96102908f4741d5f294820cebfc9069c8820a06c5c03629e78a74673fd9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eef29a59-02fe-471c-8071-f9f8ea564093/f215dab02beb59eb1706d990dcb0c0a2/dotnet-sdk-6.0.203-win-arm64.zip",
              "hash": "a84da4178bbc4ac36c9f44b3a7bc54567bab092b767a47b5c0f3a1a0e66c84f3d574f42de67b85d52c8a084832599c9c39b9749abf30d15c5a9adb34e96003b7"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c4de68d7-15fb-418a-ac11-fb51212cd16d/029648aa5eec8aed3800883620ec5d9e/dotnet-sdk-6.0.203-win-x64.exe",
              "hash": "bbfcfb10dbee48bfa507870d86cdbf5611264694d395457de08f196be9415ac0e91ca694ac52214b2c38ba6c88587848328e8ba6056fec5bede30146057d40c8"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c92e73c1-ea97-4649-9a95-7068bebdc983/216180cb4d47f959eea969bf15cd9d66/dotnet-sdk-6.0.203-win-x64.zip",
              "hash": "71b5b2d99ebe1fe025bb341e463b1f6c459d1725e12e9dba14327e958849fa2f8e0dd310f77a705d0926e560f77df40476b9f9f5002a63bde43f07bc082b1715"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d869f1ef-f319-469f-9732-098df1fba850/07acdded4409f55159d69a757c326388/dotnet-sdk-6.0.203-win-x86.exe",
              "hash": "8af6430b8ea043fdf1b902d183e3c8c9383f35625a8d5e2a441d936db12f9ccb3388138eda46005857785d2ccd0c3da8a9b710becc26266c95924707fee505ca"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/859f16db-eb0d-40bf-8c98-ca37b0c50f4a/9649d029eb4fdc0323118f8919c1a390/dotnet-sdk-6.0.203-win-x86.zip",
              "hash": "e49482c3efaddb8207bfa9980d4cd03cfa7ab727e74e6366e29336493d8bfff03a4b87a5c749b9c3108526e964d9172fbb4b5b2b620b71a14844b26d49a88d94"
            }
          ]
        },
        {
          "version": "6.0.105",
          "version-display": "6.0.105",
          "runtime-version": "6.0.5",
          "vs-version": "17.0.10",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e3c5dfe0-e6ba-4660-a73e-d6edacfdc894/4fba777299a959a5e3125a955866c49a/dotnet-sdk-6.0.105-linux-arm.tar.gz",
              "hash": "edfb33b0956cf1398f460847505cebd8571b82ae870f64e48de54b67d5cbdb5d3cdcfe2328ce9f096d665751bae844eb5a1f66fb707da2ad888d694016444adb"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/54abc3c4-4ed6-4d0e-804f-71372f91051e/6dc0cc5cbf2052e6ace42248473464f3/dotnet-sdk-6.0.105-linux-arm64.tar.gz",
              "hash": "e995bf3da74b2b9b0cb17339be5cd34299e2d5471cd72e923919e9ac22badde369d23357f09c3dbc121c10da366f6650ee8721adec3a11911ef5fed223b9accd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7a54982-e92e-48e0-8223-96d918eec618/01b26f5ccf24dda220c0f0f35d54eb83/dotnet-sdk-6.0.105-linux-musl-arm.tar.gz",
              "hash": "02b03d424411c9be1679fce10073e072f7eeb2064a7418cc18ceb1c9825f73ad63123ee9a7dc02dc1ce80c29adff08d6d787a0a3162e521ff8643d570d69436c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e2751c7f-e0ea-49bd-9611-f1c7ee8458b9/896839aa3339852f515a7a65dda4fb4f/dotnet-sdk-6.0.105-linux-musl-arm64.tar.gz",
              "hash": "e14f37173c082e5e0d6f8e8c650ef89b12127fa41570cc4a0b49e3d868a2c3b07a2aa291aba1abca56f477bd64685469b6d6feeca7e1f1921d06c85aa4723dde"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b0d9ded6-1ba5-4b22-bfcb-8890e83ac76b/a925fd21b91256e951a617c4db7e8a1a/dotnet-sdk-6.0.105-linux-musl-x64.tar.gz",
              "hash": "d0d603efcc2db1e04898afe26a17bc0af316cc0d3965abd0faf5e45fa2b994fc38d177dfd17e8dd5f4f34c759607a44be3d1d2bd2a1509b276b706e4eaa22de6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd2b1c90-9a13-4405-93bc-9d6ae5f6012a/a58e300d566a0ef0e344280bb2e88567/dotnet-sdk-6.0.105-linux-x64.tar.gz",
              "hash": "a5a45994e30b390a91110989d725fd5c3e639d0a79183dcd0f49a49909036195b694b413a85b935adfb2b22bb8ff7d6a6b6294fd7a633143cd907218b3285ad2"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dec6787f-a009-4c1d-bb7f-d935216090e6/bd339c555a97886a47cc7bfd84975268/dotnet-sdk-6.0.105-osx-arm64.pkg",
              "hash": "e65666c976b6f687e4871be861ba828a241b0d5dc74a249e07926f93435c64f8e9db370b19cdb07835a8373789d09fc916dda7a76a2a5ef421a9180e288af386"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c57f654-97c7-4794-ae03-429dba2af9b0/3c667781be261d423a2c117a8ef6b554/dotnet-sdk-6.0.105-osx-arm64.tar.gz",
              "hash": "e96fd4034a2dc25bd2ddccc29a2d7d8696708d2a9806e287957547e1694be48d1eb62d01eafda08b5a7f5f2d0092ddbccb9211cd62aa3f1915c5117ca12bb398"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/79fb9be9-7857-457d-b6cb-b702207ba874/0e40ca3c01f917de6f97946dff202086/dotnet-sdk-6.0.105-osx-x64.pkg",
              "hash": "13e6ab876606c0bbd29446888f70d23876eeda2c0f9d456dea9d80090dca87ed2e51e240bdc74b1502d26df0ca44d80d2a1715b0299fc60b9dd39f933774400c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9efad6e5-6e00-4e6a-a926-91556698d3c8/3b7697f41a7f5948124fc56f72880746/dotnet-sdk-6.0.105-osx-x64.tar.gz",
              "hash": "b56eb3290738e7f6119d46916f2f1b9888f9db4c1c4dc02a5ac265aeb7533e82eec072f100856945fb1e1211a52bf37c2d48efce7ec04f96ae1d4c1ce6bb9c5b"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4cd76e88-c3af-476c-85d6-7d60098eb37e/5666275eb2888b9159ebe6faa9acfa5d/dotnet-sdk-6.0.105-win-arm64.exe",
              "hash": "b7ec7c6e76171c8b300ea9a0a3bd6a9cb8c5efdd8558c59d82098f323a151e17461faccb40f22ed47d126043803eca00a8474984b8a99f4cab62eff5c7d3c3b6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9cff1d6e-a301-4dd6-bd87-4d994331acc5/9f133776f229adff5ae722b49395c872/dotnet-sdk-6.0.105-win-arm64.zip",
              "hash": "77cdb15fb8eef1eddae375d691ea2a3e79f798861c0b5067fd0022a6ad077e154da788dc71518184406765968c8409c502a5009bcf8751e7234a66e8bd9090bd"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/638abb5c-3e5d-4d3c-abf0-af7cfd0b0a2d/a0a21f3b85e465e4640817d009bae814/dotnet-sdk-6.0.105-win-x64.exe",
              "hash": "eee66b393acb3c2dc682f8bc2ffe827528be1dcf112a437e17a9208819553d1ceb7e99999818349b45cc4e0639e90c182efd0a3dd9e975473c706276926e2294"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e0606eb-37e9-410f-8ddb-3af9a1101211/1ce3154cd2085a5414ee46822530b3db/dotnet-sdk-6.0.105-win-x64.zip",
              "hash": "8407515bd7fb9b3a5f9a3abd33e2d282b90d49a904a28434ef7c90a4be8f8c45aa87b98d4b261503c7121ba299eeb500032a69d52fa961fb39319b661156ba31"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c71a1820-b7e5-4ca8-b61d-a612fef05007/e17baafdfad16026246208fa5415f581/dotnet-sdk-6.0.105-win-x86.exe",
              "hash": "1bcad5bf49ac77381bf841695778f4a797302a9a74528cdb6e212f9db0a808fcc7c1ec270d53aeaa65c84be8cf5d4b13ae23c11c6ed80175001dce625afb5408"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb7c7355-0ce7-4666-be98-eed3ccdde86a/78f7299580f2e89ac41499cdda790f64/dotnet-sdk-6.0.105-win-x86.zip",
              "hash": "3bb4cd1102a8f274b0607ff0979c8767733a29bc8f61604c73cd1ea57c5502105b1306cf2f7bf3d6094f24dd99ac9df14bf1a9574177622b749ead3ceb68d8a6"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "version-aspnetcoremodule": [
          "16.0.22108.5"
        ],
        "vs-version": "17.0.10, 17.1.7, 17.2.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eda01ff6-fb9f-49ce-bdc1-67c688f9f1fa/75b195f97f4b219fccbac4432a6afaf0/aspnetcore-runtime-6.0.5-linux-arm.tar.gz",
            "hash": "8a56d232607aed4d2925438c25f93e1770c4b19f05c29e8c0f866349315fc0da3eba89416ebac4b55f947190d7433463591f436781e6a7729aeca1c77b64bf05"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ba7087e-4513-41e5-8359-a4bcd2a3661f/e6828f0d8cf1ecc63074c9ff57685e27/aspnetcore-runtime-6.0.5-linux-arm64.tar.gz",
            "hash": "fecc864acff305550944fc20c18570d8323b56eefafd07cacf7f03169700265af7c3b5024fffb5a1742b8a7e792a849319e9180a92e04b79644d674f883e7578"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e79d3c7d-0565-4964-bbbd-1744ce353f7d/3223e3848f5d3dc2d5b66e564f41f70f/aspnetcore-runtime-6.0.5-linux-musl-arm.tar.gz",
            "hash": "5985538ec6d0071d850a1b003808feec72281e6b89dcf13595dfe541ad982833615761057491675cb6084fe181c2a14cb66fbe2ca54bb8d5d6ba52336b3c1d2c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1512315-fa95-46b3-b891-7081a9f827a1/5b23b506cd30696f955fdfe4fe2526e3/aspnetcore-runtime-6.0.5-linux-musl-arm64.tar.gz",
            "hash": "2f00c9960a7aeeb84cdb932de886c9843c7ec7c1cd4ffc82c5c5321f6da0239796bca8a5651f54a4c92b9c094d48e19244eb6c7f14489e53a522c8977d1c5658"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb45509f-641c-4e25-a4e0-530fc10144fb/d343f4c912f1fd4a6cffed75d60496f9/aspnetcore-runtime-6.0.5-linux-musl-x64.tar.gz",
            "hash": "b9f07997e5a930e096772a182fcb8f44826cf5fdaf4a5f8d5a9eba4f157373c694a50f57ee1b799fb0e6d4c4d8389cb45409d928e3fc5ea6f56303a190e1941a"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime-6.0.5-linux-x64.tar.gz",
            "hash": "3a2169051da22f3faebba319101c3fb86b1cf8575e3715ebfb82b673e14417370d00b958a252c740a6b0e11a8624e4d4ee41fbfd29a4e73af79752dbbeb1477b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc366dc7-c30a-4c75-868d-9d7dad64f7db/05ee16d359acd131b4c8ef41bb62ebaf/aspnetcore-runtime-6.0.5-osx-arm64.tar.gz",
            "hash": "862afb12e3755adf7db3c774ac5fbc6b5fe0c005c8b46378c12120a0604492fa17a226e21fe1b542601c15543644442438b9a0a7b1a756e495bff823e45dde6d"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec3ae29d-ea2a-44ec-8ef4-a114a0efc818/401eca540c50187f8da95c430099ea2e/aspnetcore-runtime-6.0.5-osx-x64.tar.gz",
            "hash": "44985a9c47d63d2b9cadae66bd81f73775301a7d1708786cc3b7ac31b7ad2164dc5cb40682836c2e5e7d1a28bbf199c9418d0024b576962dd4f220db238e82e9"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0d98bc6-11aa-48f8-b99e-5669d579fd4f/46f70fd399e5d1a850fde20854306e56/aspnetcore-runtime-6.0.5-win-arm64.zip",
            "hash": "5f4146d0936c52b0b4ebb47e14dd78d5f612135eb9cab4a681ea4240b090ee880ec0760e4165f7cfaf87b42f7e016cf47615dc789d0aae31c29554dfbafab927"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/042e2559-fe53-4793-b385-665b7c1ca6d5/308ffacc925383207a8f1a27a1df8bdc/aspnetcore-runtime-6.0.5-win-x64.exe",
            "hash": "f931b430e9934f00146a5b09df4eacc781163d86f105a872165d2d95991b8fa1134f4902a27c459e7f8bacf3391a594ea1d4a449f807fe378cb9b3d1035776d5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0c10b6a-7f97-4853-afb5-44617d7cbbc4/5275bb79c31cc80cee795bb168d1f1a9/aspnetcore-runtime-6.0.5-win-x64.zip",
            "hash": "2fc6768f863679a182063e5f33adc10e0e30cd1df380c4e43caf4f45091661a2341eaa6898da5e735bf01a8018f537e8fce25b288705c1d368be0b7a7cf74b47"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d6093d9-1547-410f-91e5-cd1c84cd29cc/ade04a37ae559ec060b331146fefed0e/aspnetcore-runtime-6.0.5-win-x86.exe",
            "hash": "54d05c34ded7ea7e1e8780da3d0d004ed459e264778b76779ced87b4dbd5ff40d3ff24343ae1825dceac40645f1b5f0eb7bfe1de32e05e37d88d50be34d871b4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e54982e-c0a7-47d0-85a4-be75ca6ee35c/2f3f6dcdc034eaad4d5b8529117b2fbb/aspnetcore-runtime-6.0.5-win-x86.zip",
            "hash": "79d55add4e32ea92601d78d41a5b3ea827e61417d7e8fbc6f7b77099b754a4792dc1d97728ddfcc1d7ccdf22ffe248776ac6b2ce2220007959590b6b97159f63"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae1014c7-a005-4a0e-9062-b6f3056ded09/da5d731f5ead9e385427a77412b88fb0/dotnet-hosting-6.0.5-win.exe",
            "hash": "b24d769c6d82fc2ee8e752789e530c41958ddd0c5d201ba1112aed292413e1f20c4548574d78adddcc19691e6907f4118ffe2ed65997c9d0d7ac2a06a3bd84ee",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa74da73-02cb-49fd-93ad-ce93edccb8bc/4ac67827aff545ead4032a940c9094ff/windowsdesktop-runtime-6.0.5-win-arm64.exe",
            "hash": "93a13ed9d11bf5c53958c17d9ab0b6da10376742c14e249b28b5e2412d6273e2b0dfcd71d44de479e13155b6d417f49343baeaf3297406d842e03af6505cdaa3"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed41d9fd-ba56-4835-b538-c8e68beb1392/efaf8918a13968b658567ad72d9aabd9/windowsdesktop-runtime-6.0.5-win-arm64.zip",
            "hash": "c77ac50b300e475178202744298b42b1c5a123ce12156a98ae2b2d5ac2f0812a7bc44aa9b5a58216bfa9022d74afd587c4673d452efa384ecd2534b3176410a9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5681bdf9-0a48-45ac-b7bf-21b7b61657aa/bbdc43bc7bf0d15b97c1a98ae2e82ec0/windowsdesktop-runtime-6.0.5-win-x64.exe",
            "hash": "5eb1537295cdb513197419c311777229fd43af6cea0ef6134f9990b32b8ac26aa51139f2c0b63d9cdfb6d753dd9db6f243b887ec511f15866157aa9e127b5cea"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a2f810c9-a93e-4e93-95c4-7e23d837f635/cecc305a9c1f74337f449bc39f069f62/windowsdesktop-runtime-6.0.5-win-x64.zip",
            "hash": "6c98eca0da3dc37283d461072a0142218a9e36ca4a15ec47274a33524df0c27f90b130f48f370cb5e26ab408b06a63e3ad598f89ae9d2bb414f2cb5acacef99a"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68b75eff-3cee-41e0-b993-88a3e063eaee/3aa76cd11da04e2126a3fb7a6ee16e23/windowsdesktop-runtime-6.0.5-win-x86.exe",
            "hash": "c62dfcd8f51ba6aa8d7fcf963aeb3e0756e06c2b106587b4cb0820d06ecf9dadb43555f94986941d1bd8e9d8a61fe2b2bb58fce48f9ecfd0783c0763c40babcb"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb1109eb-c27e-4291-9217-e7075997e3fd/96459341887684411f1c6acae5e98880/windowsdesktop-runtime-6.0.5-win-x86.zip",
            "hash": "492bd615a200b1b1b394d45ae48326af75da8a368649c9d7f3dace9fff1cc96c5616089ef2cd08feeaa2bcbf9e0004bac178bddb1fdc60907d3911dd5201361f"
          }
        ]
      }
    },
    {
      "release-date": "2022-04-12",
      "release-version": "6.0.4",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.4/6.0.4.md",
      "runtime": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "vs-version": "17.0.8, 17.1.4",
        "vs-mac-version": "17.0",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8e1ab66-58f7-4ebb-a9bb-9decfa03501f/88e1fb49af6f75dc54c23383162409c5/dotnet-runtime-6.0.4-linux-arm.tar.gz",
            "hash": "688b6c6a35786fd36fb8468953d69e5713f8b62e7aace6b836b70051f827a78565c841cf7913412b6319980aab2dab7e52755993cae36fad676d70ffdce968e4"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3641affa-8bb0-486f-93d9-68adff4f4af7/1e3df9fb86cba7299b9e575233975734/dotnet-runtime-6.0.4-linux-arm64.tar.gz",
            "hash": "acbb50f2a1cde2bb8f59ec2059cd90f669748ce0da519ddbb831d8f279c4b896cc7a8f4275fb2c4726c5caf3d6430ee6d9823baa6f65238c7017ecbc2b8a6444"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec900704-fb9b-4ba0-bf95-fa3cac970bee/7e8ebe143617abc7621d1d5d0f4c9cb7/dotnet-runtime-6.0.4-linux-musl-arm.tar.gz",
            "hash": "d4b7287461448fbea1587acd8e8c4a7a39d0f82970d0657f821ffc4d9491b04d3c18c35a091cfd21e2c583f1bb231dac1af9f206488125cafb8045eecd0c7573"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98f2e4c8-0c2f-4947-9c30-61b9889defb1/171f63510ed9b52502f23cc057a85dc8/dotnet-runtime-6.0.4-linux-musl-arm64.tar.gz",
            "hash": "65d79da43cbda980a72d6cc4131059dc36f322d1c8ce8e8e6c1729486b5eec7569d4f416045d8a3fa647f8ff684f9ee5ba84ce898cd227e2b615d635b61da8cb"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef010dec-9dcd-49a7-89a9-e97931a112ac/bef96075e3d70b1365bd0e82634e79e0/dotnet-runtime-6.0.4-linux-musl-x64.tar.gz",
            "hash": "e5b538482f10a667bee3b7482db0ac0cac27b5bddab9f3ab68bd5c5d7c18c5bec2bdcb8cd288052c3f3e186291ee02190ff01896c2835ce32b87e18cd817759e"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b08d331-15ac-4a53-82a5-522fa45b1b99/65ae300dd160ae0b88b91dd78834ce3e/dotnet-runtime-6.0.4-linux-x64.tar.gz",
            "hash": "001487bfb337d0f737c4e3dedc4bc41b3185922c07c07e8f1d47e4578914fdeeed7421d7af2c4bb5e17ebddd05fde4cb9aea1e8145018dcffeaca70c1fa49bbb"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b98b2d3-65ff-48c1-b331-05c12505aef9/fc6a053dc379a1a6e0f8b0588e4cb342/dotnet-runtime-6.0.4-osx-arm64.pkg",
            "hash": "4ed9480eb844ac7de4a50cc8f691bcd8e15df729ac55c1f4664b8d44f589dfb17cd1ae2134155efa0da2b5291e605e680fc25732394909e86affbc1a34dc531b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dd2f6b72-bf47-4ae5-8a3d-4d394569cc34/87d408439ac5feffe2abf622dbfa5084/dotnet-runtime-6.0.4-osx-arm64.tar.gz",
            "hash": "3070af5d9dc44820dc93ca89489f1dfa8024958f64a9d62fafddb49fa16325f0845cc53027703495dc524515e613f3e7701ef148da06653070cb2e3928fb0aca"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c8651729-bbc6-479a-b70f-f333895eb8ff/c15a3715673c4a981804197333d6e708/dotnet-runtime-6.0.4-osx-x64.pkg",
            "hash": "46eb9326f3a3d92143918213ad4974d8ffd853dce212bc1ee7150566c5e117bc33e9ea30c01233f1b2e4c4bbf9c8e82b87d8802c98dc7f1daaf87aad25822c38"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0bc0428-852d-4884-b536-3d0969a400ba/fe0a9a221c3e665e88b7020633f2cf8e/dotnet-runtime-6.0.4-osx-x64.tar.gz",
            "hash": "7a798ce54880533151cc9290129e1a6224e81e657026e5be580ee24742d54e8e8e5f8f3bdee2cb94d5129082e3a2ffd1460f490abb848aaf3558e584e2e2df43"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8b70fab9-94d4-411d-a9ae-fd1654c3e9a5/19b815cc88a13e016413bfc923e3136f/dotnet-runtime-6.0.4-win-arm64.exe",
            "hash": "0dc66719b143d9ebbe9d835fce93da04ea53baf67eb2f80755aa0bcd1df6fcde88aca50bd41a45f3196360164a203970d054c8db6a38eaec0a47cf3d66aa445f"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/961cd054-57ad-4608-97ab-8a390833f452/f203e4c76b1f1e9035f44fd1d11d9fbd/dotnet-runtime-6.0.4-win-arm64.zip",
            "hash": "fcf1b1b14fc8bb2a094b4d1340b2c861a3d2a913b6b09ed272c98cbda9634e9dc26220bb663b1d726a779191de9941f0213e16bc845f26a34e6b71de7c7aff43"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2e97f1f0-f321-4baf-8d02-0be5f08afc4e/2a011c8f9b2792e17d363a21c0ed8fdc/dotnet-runtime-6.0.4-win-x64.exe",
            "hash": "175fd36104c2e5379cc2769da6cb0290407ae06f0fda28625c80f5c099b5f0c6ad26769a8e51347e292b8305dca9681840c24335598cb64759c8ca865f0d66fb"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3feaabc7-1786-4012-8e00-d664f00581e9/8d9b529256502637663ddd4048de04dc/dotnet-runtime-6.0.4-win-x64.zip",
            "hash": "c6e7b48352496a299ccc9602fe5b84894aa18587acdb1bb4474a9e3197b0dc76878d0c067d6d3c31354ec36932c3870fa34eb5ca14905b1a9338205df261b709"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/08e41641-f1b4-47b4-9ed9-c8672614f093/ea66a30f9f8ac7320ea0d7f6e4d5d2d9/dotnet-runtime-6.0.4-win-x86.exe",
            "hash": "e13e5ed4e9fecc4374aa4cfa746d42d8573ce3f84b93273b49930b13f9b66fce61cedbf983889189bbdfaf89d71c49b693abf4d3ce308ccdb82fe7b17da3f7d4"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4092dc2d-ca5f-4586-b405-d369e99dae2e/abdad72f78700ed1e79d4d2f107e82e3/dotnet-runtime-6.0.4-win-x86.zip",
            "hash": "7189cd0eb035296eb8dbd2ba15cc193663f753de2698052ab14ddaf789530913fe5cbdf6a1b6532c2d232bb919325d5113f0bd2f9b5a6f8c1c0d8e71f8535808"
          }
        ]
      },
      "sdk": {
        "version": "6.0.202",
        "version-display": "6.0.202",
        "runtime-version": "6.0.4",
        "vs-version": "17.1.4",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
            "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
            "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
            "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
            "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
            "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
            "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
            "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
            "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
            "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
            "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
            "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
            "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
            "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
            "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
            "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
            "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.202",
          "version-display": "6.0.202",
          "runtime-version": "6.0.4",
          "vs-version": "17.1.4",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
              "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
              "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
              "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
              "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
              "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
              "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
              "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
              "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
              "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
              "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
              "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
              "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
              "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
              "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
              "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
              "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
            }
          ]
        },
        {
          "version": "6.0.104",
          "version-display": "6.0.104",
          "runtime-version": "6.0.4",
          "vs-version": "17.0.8",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a905b9c-e97e-4ab6-a258-d9dd9d41564f/af30654ab6af793527e9652dfa29c817/dotnet-sdk-6.0.104-linux-arm.tar.gz",
              "hash": "96c3af8b9c920b542a4e9fc3ce26242a0d193404d74b7e88d223d44b2e597da83d44892d89f7fed5385acad1ff5f787bbd81381f01c3cd1b0d89888d14688750"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e61cf583-1e44-4ac5-a04f-5b59fda42ea7/df3853bb318af131f7eafa61f2b839b8/dotnet-sdk-6.0.104-linux-arm64.tar.gz",
              "hash": "91fa1114a656173a988aafd65c657c9498c34ef9145eac60b6feacc8a08f68538defeb38af472e2626ffd0669eb62140fdb1408771db0e2b63501baf2a646f29"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64a09954-2eb4-4f2a-ad0c-2ca1861bcddd/ffbb392b7cc637b7137cf4811e32c98f/dotnet-sdk-6.0.104-linux-musl-arm.tar.gz",
              "hash": "252bc96ee054c9ac2e35641ca9920df9d3e3503989ca8d8be44bec49fb6917c71158d1c6e0873d23d20ed487b135b691c63511dd84e2ddb50043c601b4001204"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/699641a9-c470-44d0-ad3a-bb16839d9f38/a0f85ca1f1bfde32f87523bdd4640e41/dotnet-sdk-6.0.104-linux-musl-arm64.tar.gz",
              "hash": "a32b1c526715a43bef186b6839bb8865995cb16dc3bba4067c3e1cbe23fa210ad47adbf47531a839f29be04da3e1e4ee3ddde52e801ddefa114643108cfc0632"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b5d20556-e7b6-4503-987e-2c6d12ebec9a/91415f50a1a9907b0c789bbbd0813457/dotnet-sdk-6.0.104-linux-musl-x64.tar.gz",
              "hash": "994e276b23d4a274aec49955025adb2637235deb586c8d3cd6d00c7ed91b79ec0f3641c7f3b6a0680603a46b12efca5d825432c95f0a72d85d432d4baf2808bf"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ecbf40a3-ec68-4d08-9240-17b8530731bf/56aed66e46a72269c29bc3cc0f94ffc8/dotnet-sdk-6.0.104-linux-x64.tar.gz",
              "hash": "126f22f48cdbbf59ff21ac1a6cd354b4dab500cef372c42a7e4a9546c755ab6d1670a096be3c66f5fe80b6e2a5c31b16901a2c3ccbe928b501e25bb86339ec6c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93e7fdef-f470-4968-9d6e-f00fe3e7afc9/a25dfa745775dee6123631180605144b/dotnet-sdk-6.0.104-osx-arm64.pkg",
              "hash": "0c7fa3f54fb514a3fc4a053af169fb94eb34bf56174af0b32d52e71b77798c64c38c8e529773affe5b0b5fb83ba64d6f8e7e087489c956e1deb3fa0840914f8d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dfa285bb-c9a5-4851-aa45-903c9bb2af30/7da78a91020a575f4c890a76e263be80/dotnet-sdk-6.0.104-osx-arm64.tar.gz",
              "hash": "7ba0a39336045617d04a7befcf67e9af89444d819ef21ff7fe11f7da03a54e52458d1d6756f113c3ea52407417d8f4d9b533e22cfd6cec0e65e250e8a1a85757"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/36a4d09e-4b2a-478c-95aa-cdfb40e6a866/420b9c6d8a7652c7c3afaed7a29e5a36/dotnet-sdk-6.0.104-osx-x64.pkg",
              "hash": "1586e9cafca5737bd90a3e49b8fa20b1900042aa2a1d317ffd52c25b84efd178fd48b275799793e5f19ec44b091e2f0b1ae88010af0bd2e02d769b6ba7df8392"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a853d27-35f0-4ba1-a2bb-7ecbce80c673/455659ed821e111f9661e29add209dc8/dotnet-sdk-6.0.104-osx-x64.tar.gz",
              "hash": "6d3041ba4c3ee3cd1b8875ac419eeb6b2c34278df8a95a1f1621f7256b47733a3eedd09358a2f3b219e69ae7f08cb2df2178036476a3083896fde280328df6af"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e7d33dd-8640-471a-ad9f-6562e669cc7e/b8f88c002dba0f1b07518cd5727aa02e/dotnet-sdk-6.0.104-win-arm64.exe",
              "hash": "1dee656a2a686e24aa239054901374acde9cd4ebde79ef52efcbc0b4ec2baff464e347477a7b7f8c33a3f72040492e9c66f2945d416df140eafeea5daa4d3772"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2ea5569d-7f69-47ff-a78a-0d939bed3ecd/a6bb2f7efd54b0b6f1534add3b9efe8f/dotnet-sdk-6.0.104-win-arm64.zip",
              "hash": "cbbfb63d2be9ab3155eef00e55a83d0e95880fe44bc1b109e9684d76b18f2c659ba951676989d74d0a67db7c3c3e8c98ec6abecd6786ce8f37df568954f57059"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952fcf6e-93af-4ce8-901f-e6e961338a5f/95f0eba1123c1a2b857fc86400f28b33/dotnet-sdk-6.0.104-win-x64.exe",
              "hash": "07b7cf6230c03110f4564acdba35f3d8a478fe284da8df429387ee894ea4dfdcf5b99c0874a56587f2cf0ccb396970d1ffd45e155eed84d7a1f29a43a414836c"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8cf0f37-af29-443a-bcc5-a6b37a0fe815/0589392693239eed5401b6f1f42de62d/dotnet-sdk-6.0.104-win-x64.zip",
              "hash": "c9b9a6c1eec2d2e663df21dc2b650058cb5af882504c10f63f6c4bd52000ef95c7fde4e8f687c1e04b0c09ce759e778a00b83a37f751082dbe6fc59067d67f10"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/092088b7-b5fc-45c7-9b1e-b41120933c7e/d236517cf35aca37c76667934bbfc4d9/dotnet-sdk-6.0.104-win-x86.exe",
              "hash": "2827ac5d57ef67ef4c23c6c6c673f93cfa69123911fb19e2a15a85fc4388e4b7148c6bcebb6eda5814be2cdbf3cab350b0e16d6d6f483625e4a1c404e3fd2913"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b0ce655-137d-4a71-aaca-097a04064e4e/ee50768c986ff8fa535e4c21de3e1544/dotnet-sdk-6.0.104-win-x86.zip",
              "hash": "139f6952764354670df49766e43ccf4727fb4554617951f41a59ac346d3479232f4b472047246ed249f0a68c94c1a80af917ea83864a65008dfb9f1363044d42"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "version-aspnetcoremodule": [
          "16.0.22081.4"
        ],
        "vs-version": "17.0.8, 17.1.4",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/adc5bbf5-6cf6-4da6-be27-60de0b8739e5/fecb289bd70834203f2397c18c82bbde/aspnetcore-runtime-6.0.4-linux-arm.tar.gz",
            "hash": "944bb52352ff7ba79867466117eaf6909847080574d15629c7149b27a4d1685ec2eb024e2dccc2e5ad2251b6143d2bc3c1597ecd668691ae719903887158062d"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba1662bf-50e6-451a-957f-0d55bc6e5713/921fe0e68428ac47c098e97418d3126a/aspnetcore-runtime-6.0.4-linux-arm64.tar.gz",
            "hash": "18ffa72b38dcd01bbfd9f656996e994dbcdb7b6b196771fc498bbaea774ad844f7fd5418487d0a5a7f83a76b3683f8913e22275bc25d66ee0c0d84ea4e279971"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2377b5d7-2ad4-4caa-a7c5-68ea1f45077d/474cde13b117bcfc72a06c797731bfc8/aspnetcore-runtime-6.0.4-linux-musl-arm.tar.gz",
            "hash": "4b8d19c9f0637479b524517ed1cadc191f1851c1be22c212ffdc9ff738a77e11197822233fa0012f61c95a47c04978c7b0bb962268fb97134a81ea6268680c7c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eabef5ee-95df-4348-ad1e-964c79d3a1b3/5b66dbe250bbf3c22d9d6f3644cb4ab0/aspnetcore-runtime-6.0.4-linux-musl-arm64.tar.gz",
            "hash": "f7c69af61947c6d5a6f5f91a1e3ec3cdcb20d37d0839ef47d6cdf5da13d8109479084363b826585395599d636f5df34f56f5f5751f7ee166a63790104f256ec7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/22f9a98b-2b90-4f38-9760-cfa5a262e62f/91ea70c8f5868bfe93c03122be2f365b/aspnetcore-runtime-6.0.4-linux-musl-x64.tar.gz",
            "hash": "f54624306b74d9be0a670c2b1d465991b2c1ef67a4c216532fba9dc85f525a68d9ba6e1405945905dc834e073e676f0234d18edc5c9507d5b6c420bb2d073a40"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/de3f6658-5d5b-4986-aeb1-7efdf5818437/7df572051df15117a0f52be1b79e1823/aspnetcore-runtime-6.0.4-linux-x64.tar.gz",
            "hash": "eaff93db0a4cc0adc2fc54de5e9a6e4b0844398451c06bcf6b2867471b8ed4fd0528ad04fe7150aa5ed306d5e08a5e4219c6029b96da03ad2d1c58e7a0ddacaf"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7b60e75-6901-4f68-8943-ce32cadeaf29/f14e40b3e9a69cbd79d47375b16a76e7/aspnetcore-runtime-6.0.4-osx-arm64.tar.gz",
            "hash": "9ff8ecc60f70d8cfa53396761610282358aa7bcbd3f013aedc639be7b8f502a8cb121777c7e8a0a7d64d74b99211751ea8a8c1819861b72ad11d80590ba9ed2b"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b39aa0b4-27e2-4fce-bf36-fb6d46f89e5e/6b8ca3b4c7026db460df1d49f5366f1b/aspnetcore-runtime-6.0.4-osx-x64.tar.gz",
            "hash": "33b1b24496296242dd78714564e52e6be575f46d681a5093a0aca842aff5e29778cbf31259f11ce395fc9a2368fa6bfde2e12a074ccf310f9b661c0bdaf39d2d"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bbab6b5f-e700-4de5-afef-e3eaca140c71/74e48a4de85af3451d32306af8ab9acd/aspnetcore-runtime-6.0.4-win-arm64.zip",
            "hash": "22b37ba8cc388385a0fa42b8ca89e449d139abdb141d3a28ef3d6b18fabe4c53be604091c764a50ab5628a1b1b9741af42edceda66a629d44ccf57100e8e6137"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2162932c-987a-4de8-ae2a-f7d327bb39a8/97fe1cb950c2bccf44b7c3fe6aa45b53/aspnetcore-runtime-6.0.4-win-x64.exe",
            "hash": "2ee7c786ad0b2ff0c562cfc0fdd8d7b2a03f37fe26ec1f17976b4f709d26e112e9d47da63f59fbd321964031165b9bac3cb22c05dd19ac5739e6d464f78af4ad"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfbc4558-f639-4209-a9bb-f3e9591a4e0b/696b30897550c521b07487b1ddbe67ab/aspnetcore-runtime-6.0.4-win-x64.zip",
            "hash": "df8e443636ecf45f1ab3bb346ab2ca30dc1b70f3964623ed82f8e5accc3b696b52e5d403141775637c47f4441c5d86b65e271bcc23bc948af6553a716c8e91cf"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2093d31-b27e-4876-891c-750247cf1faa/33b9191b128a1d33671549972403994e/aspnetcore-runtime-6.0.4-win-x86.exe",
            "hash": "f1431d89161afc8a00ddbc177529431f2fcddddaeb2b0d55fc0e062edc78ea9883ca331232aaac09c5ad6e6c0254d844166b3f5b969bc0516aff340a27d03a4c"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce0116e7-fea3-4878-ba71-0b21d79ec974/841e36107efc39704f07786fa06d4bec/aspnetcore-runtime-6.0.4-win-x86.zip",
            "hash": "c93a2117e0b3b2a663514ddf52ae3fd1491891fa3f43a5d2efb57615c8f870079ac3047df49a53e2dd55ea15cff6892efddcd98e965a91f442bcfe00af5b6edf"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c2039d2-0072-43a8-bb20-766b9a91d001/0e2288a2f07743e63778416b2367bb88/dotnet-hosting-6.0.4-win.exe",
            "hash": "a03a798060f1a7044042e96e7f4134c6b090da5e3e6ea5acbe225dc979a4cbbf931db76306719e7029e09664f178e980d0f5d41f54e8deaa4d0febecb4634a4b",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e49c1c5d-af86-4ec1-9cc9-fa6a9d3ace94/98fe87ae72e3e79a3efd82d07e59d1a3/windowsdesktop-runtime-6.0.4-win-arm64.exe",
            "hash": "d6d83d7bce6b52a1bd1f6401e8ed0bd3f33a14aed51aca4a0a464d0f228073a79bf371536d8fc0b7e316077fb81a5767aeec5e3bb3da81f809f9b16673d8ee75"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/23e356e1-2dae-45e1-a364-77a5f4b99542/e51895561b6c10ee49394b63bc5ab756/windowsdesktop-runtime-6.0.4-win-arm64.zip",
            "hash": "eb72a69774961a643713d5268c675afeac9ec8d8a8eb2eaaf16d27dfd6d4c9a006f6e6cba444f7691927b627232d15a8e8f0a4bbfc1d369175ba3e5c4d51ca89"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f13d7b5c-608f-432b-b7ec-8fe84f4030a1/5e06998f9ce23c620b9d6bac2dae6c1d/windowsdesktop-runtime-6.0.4-win-x64.exe",
            "hash": "209e596edd7ab022241ab378e66703912974e7aa6168f287c9ce036fb31e58029ad304c8182b4b62a08e8d5ae4db74de277e298ced6d2746ef08da2352a2a252"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d8f03e3-006c-4e34-8b27-cfd7d23bc47b/41a08c2b0314163cd4dbb9995826698b/windowsdesktop-runtime-6.0.4-win-x64.zip",
            "hash": "1a11cd8ff4275791cbbe92afa3f29d080dd129c0cda58376928112f0abf106118925471de06ec6381b58fcb0dffe7b2850880f874e4402b449c69c66cb29e8ce"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05b30243-5cd2-48c3-a9bb-6ac83d7d481b/03a25aecb5cf4ba53c8b9cf5194e3c86/windowsdesktop-runtime-6.0.4-win-x86.exe",
            "hash": "e3e52096d09782b35d6dfe15c8ed8eed978d7def198696f2e6f3ce7c83e7526b5e74955de2ca68ae94bbbd6c1d01d4faf2f4a5252c1e7c99b0746e2716a0a8e5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa7baa92-26eb-45ee-9ac1-b41b475a328b/aadd9fb2a741ffcf44be8444be4ffa20/windowsdesktop-runtime-6.0.4-win-x86.zip",
            "hash": "59ea3b5e9f1dc6f995f6f491b1a57ad0b4649841cd65ab89537921c3fcc8f716d52612028c9e08395f3d769c157405c221c22a0ae2225c82b1bc1e1d5053d0c0"
          }
        ]
      }
    },
    {
      "release-date": "2022-03-08",
      "release-version": "6.0.3",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-24464",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24464"
        },
        {
          "cve-id": "CVE-2022-24512",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24512"
        },
        {
          "cve-id": "CVE-2020-8927",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8927"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.3/6.0.3.md",
      "runtime": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "vs-version": "17.0.7, 17.1",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9025cf6-8662-4d27-9095-d7aefa15c7b3/b50251688bab4b62bf6b2b20355e8bfc/dotnet-runtime-6.0.3-linux-arm.tar.gz",
            "hash": "98f70499f75d8128e4817911be963d0cfe78f89955f3c78e55a6b589dbfab082ffd69832fc14786367391c38d8f674a071254167ac5a1ace99c4f213d29ab084"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89b5d16e-cb5e-4e6c-90f6-7332e93d20ae/7a0146aa4fc59154a3256c5196a622c7/dotnet-runtime-6.0.3-linux-arm64.tar.gz",
            "hash": "f0f9fb191054dea2e4151a86c3de1a11ce574cc843cde429850db0996c7df403dfa348a277f1af96f13fec718ae77f3be75379ed3829b027e561564ff22c7258"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c54574f5-c9fa-40f3-b968-5bdfe527d155/2012ef392b4e3d9c52da9bb705a99b11/dotnet-runtime-6.0.3-linux-musl-arm.tar.gz",
            "hash": "c3ba734dc2f815d767d87054f0cb0876776467f2af3fbed6ba457b05a66fe40a29079dc18845cbe359a3a8127d46ca9d899a9fda14ddc7ba72debd5d15dda7a8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d71417a8-4514-4976-a763-0e58deeda7fa/5ddd06f261adcd67eec2ae2a3bfa3c85/dotnet-runtime-6.0.3-linux-musl-arm64.tar.gz",
            "hash": "58a8990c273041ad7ba133c57f6b1b986a8ff5b314e774cb36805c57f3e11ee8aa823cd03fd4c02dafa5847e5cd9760fdace46045e5ce4dd70965ff8731392f6"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa71d56a-8002-4f92-a250-66ba40526408/d96248ff8cd695061f45550b3d0a8837/dotnet-runtime-6.0.3-linux-musl-x64.tar.gz",
            "hash": "ad82ce8e1f670188d0d7f384546c88c963aaeccd91f9d0fcb3fe7cf5bfa972b8c9a7a4eaf8e1cdbb8a6ff4257a5f27e7ea4d33e6b0555acb33f8cb791a352290"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e766615-57e6-4b1d-a574-25eeb7a71107/9f95f74c33711e085302ffd644ef86ee/dotnet-runtime-6.0.3-linux-x64.tar.gz",
            "hash": "083d9e6e72f0d8f175b341f5229277374e630c5358cfd3602fe611aeef59abec715edbe18d62135a5d13a650e99ef49f19b17e8c81663d0b5bee757519bec894"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd2bc402-447c-46ec-b400-8db8d19670c3/a79a70e58fa4197f2acacf35237c2c06/dotnet-runtime-6.0.3-osx-arm64.pkg",
            "hash": "c87b67d0656b9748e8db839b3731d3f66b46fe9fa128f93fe6f6d6b3eb0e4f84d44dd13245ab604916e8c93ce80432435d5372654d560f2d8c934bb6edcd4590"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03047609-269e-4ca6-bf2e-406c496b27e3/3b19ad4d3fbc5d9a92f436db13e9e3d1/dotnet-runtime-6.0.3-osx-arm64.tar.gz",
            "hash": "1debd4acab3c6408c849323e6dfba28a626850c40f93a0debe46c54f0c0b39526f4118d5b2bcf0307efeba0bc2656a92187a685400095ae078227698a0aabfb3"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a70a8b8-e0e7-4ccc-940b-d73b375b0636/75422fdccd9e762cc0c3176424779181/dotnet-runtime-6.0.3-osx-x64.pkg",
            "hash": "846bb481e0ee3e1378d3e88ff6b29bef508536a0b26b7b9394986c03b1919d822becfa5e2a471cab0e0c627b4c82adc04c25747f3b25fc9a8dd2c7e517c77f28"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f354e35-ff3f-4de7-b6be-f5001b7c3976/b7c8814ab28a6f00f063440e63903105/dotnet-runtime-6.0.3-osx-x64.tar.gz",
            "hash": "98c457cbc0ac8f5f0acd7807bb45726b78e87d4f554fd30123cc8d9568b5341cc5bba16c8e4c85537ec4798d7e4d7f2f11701d2045b124f1b36bca75d80458e8"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64212768-e4a7-4150-9f45-87712dd00832/ec91bc1674fc324a88baf1a6488e7c9f/dotnet-runtime-6.0.3-win-arm64.exe",
            "hash": "122d97cf6394d8470efccb90ee0f4e14d38e14ff0fc81dc614479065036250c37f119857dd4febc389c1f7996c1277c538dc548bd4d7eeeabfc7650b2d1262d4"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0764d57-d623-44f1-ae06-3dc986b1d9fa/14777382e911ba2cf74915a1f7bf4958/dotnet-runtime-6.0.3-win-arm64.zip",
            "hash": "e38f13f0504b6e39b0493b5360b6b1a3c62574bc74c64f0552ad780b56f1afba51ad4b7469f9ea5f1d560cf1b02a654e84e61d4c94140f69159a6d6f792cdf01"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ac0b57e-cf64-487f-aecf-d7df0111fd56/2484cbe1ffacceacaa41eab92a6de998/dotnet-runtime-6.0.3-win-x64.exe",
            "hash": "d06a29c5c4620f3975a68ea814b33e748eb61449536d8ba3f0c8c8b749bebf90c2956c9a3d6f7d34089d9c1a9c4fb9e4d068a1a7476982cf5d71e44eafa394bd"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf4207e9-1af7-4eec-8f3b-78880cae7500/1a1bd8eea1a0fb4287b3527bdfa4f757/dotnet-runtime-6.0.3-win-x64.zip",
            "hash": "24bb230a3721a3ea8fbde9f6e648496124b4de0ecba6b58918fc3f7a5bde8d818415e46531dd1bfa399ed3847a7f519fc94cf4d41896ff77652b6a615b79f54e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa2aa002-94d8-4882-960f-066edcbcc187/58f85bc6116d65f5bd296f9512690b50/dotnet-runtime-6.0.3-win-x86.exe",
            "hash": "161282e9f3e315fffa35d8ad6aef5f12bcbb8734e5c5c00d4de1f754afd93659180c25de73ad131d0959525a3cc8960dfd8e3446e007ee9df94441359b044918"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d48f3593-c7dc-4f24-a1db-315a7f0cd81a/6c52f8055184a8a2008712052142e0e6/dotnet-runtime-6.0.3-win-x86.zip",
            "hash": "ad85798c40e81ffa641f186876298ab028f05dc501fb8d7b35857ca03f34d0c46a1ec0e51d81918539231f561c0f6d5194ebdc4ae8fda73c6f209711f827ba58"
          }
        ]
      },
      "sdk": {
        "version": "6.0.201",
        "version-display": "6.0.201",
        "runtime-version": "6.0.3",
        "vs-version": "17.1.1",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
            "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
            "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
            "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
            "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
            "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
            "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
            "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
            "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
            "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
            "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
            "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
            "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
            "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
            "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
            "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
            "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.201",
          "version-display": "6.0.201",
          "runtime-version": "6.0.3",
          "vs-version": "17.1.1",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
              "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
              "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
              "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
              "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
              "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
              "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
              "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
              "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
              "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
              "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
              "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
              "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
              "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
              "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
              "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
              "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
            }
          ]
        },
        {
          "version": "6.0.103",
          "version-display": "6.0.103",
          "runtime-version": "6.0.3",
          "vs-version": "17.0.7",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3324d5ae-3b19-4906-a5be-c088c08d4bae/b95253ada2fc9ad129c58a66db09f3ab/dotnet-sdk-6.0.103-linux-arm.tar.gz",
              "hash": "e1ad50651dbd80cd9a089a5032f32c110b47b74935813aa3cbd8a8473ef65f139e5bed61f4952c9ff4ff95fff11c51a12095dd33e228733208222c13c95034c5"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/84b9132d-f18e-4f54-bd34-ed4ffcbfa1f7/8a4cc6ca1d60a58963a1866a2b1857fe/dotnet-sdk-6.0.103-linux-arm64.tar.gz",
              "hash": "e9efdbbb36a064b2cddcadc7b8c3a92dabc0da5c9491a6a39580720739d9a7517fee8e9ea2073d2dbfc91685f093a950bcb80713ba77413da07c17cddbbbfe55"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b4fa618e-3e9f-46ee-b293-6b1a2c7b7033/57605d175520a33fcdf11c211388e48c/dotnet-sdk-6.0.103-linux-musl-arm.tar.gz",
              "hash": "f16673dfcecfff028781e507e6ed39f8fea9bb168a4afba6d07983d4d9f8e9447d40752fab722cf79f4f6224554c77be484144c019851631a1b51fef2d0d4c35"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca9af52f-443a-40ed-883a-4e58d1fe133f/4c1a32fc66ba82a7dfae0b819c100a0b/dotnet-sdk-6.0.103-linux-musl-arm64.tar.gz",
              "hash": "8d5fca2760674f1e1b0dd44c0929464b785d877887c64d73b1627b84c1409c5050efd9255039a6b6d7c2c9757a824aadebbd8ee4927a05015dce98627a4e66ad"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/390dee16-ef15-4228-9530-01a564262c5d/998276f854c9e878aca62c4e5571df3a/dotnet-sdk-6.0.103-linux-musl-x64.tar.gz",
              "hash": "b61f6ad200d13d38b87c9a3588db9ca20cfe88092117941a5a18ddc76515a7e95de58f4abf4d787df4c0213997eff6920aac2750466aa5f789e276f5eb1a8f56"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e689959-c361-447f-af43-7c9da2595cc6/7cbba6786fe0c132d3c5a6053c85f80b/dotnet-sdk-6.0.103-linux-x64.tar.gz",
              "hash": "359855c21c602315c254651b975625670dbde91cf09b7e05ae9a7542d509d0d9885bd3c07f1343e9a117afe2872f18ca8a3d590deb1a6cdf347e97a72c464b51"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/044a56a2-376c-43bb-bc92-ee7a20c99e1d/42c8f115a4e7e9d187b7459efba91324/dotnet-sdk-6.0.103-osx-arm64.pkg",
              "hash": "01f4df285d8446e8593846f124afa7a1b4f860002393572c0b97326e96467d1d02629d93f61b51a5e2a98c8b312fc0881eaa93035e81dca82cdacbbe3c96c259"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8cfce8b1-fdaa-494e-bf49-085554ca3143/2281a8c0fd0962a6459c3bf1495e8b07/dotnet-sdk-6.0.103-osx-arm64.tar.gz",
              "hash": "a14547f3538ac5f859b138b8d0674fba1ea79ed12f5daf9e7cc1eeb41519610a5ffd353fd8ca5fd3284ed6594becb2909bf4616633ea315354a66e15345e2a7e"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c852430-5c45-46b4-ba3f-cf3ee404f148/f83321adf900c6d406b1b03e4c64e66f/dotnet-sdk-6.0.103-osx-x64.pkg",
              "hash": "6d77d547ba1d72784f00945dac80a6e576949eea2a58581c42f2fb592ebca4b6cabb12e1b44e0710683115279a06f2db7852c25c68b3c08fd43d4f1ff8a446ec"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9aab0a86-666a-4656-9187-193bad4faf1f/2c7373d856efe68b19d3c52f8e253885/dotnet-sdk-6.0.103-osx-x64.tar.gz",
              "hash": "5bbfc0cd384c978d427add5058edbed2bc7c53fec15416f228aa09b66bba0a1580b992b8350490036df75f9098ed68f28910713af8cdfa0ad58572471caa4cd8"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a46e89d-79ea-416f-b720-0b5158747bec/e8d815c9d506f5b7a7836f7271efa771/dotnet-sdk-6.0.103-win-arm64.exe",
              "hash": "ab5e711f78b54548f3e1f414a7e2fa872de01115da56d291ad255f52fac33694ba92511f9dc942061e720075a046071e531849be541b787f69f375a471ec56ce"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b6e0218-6881-4c2e-9d43-5f9a13d693b9/05973c2d1078d97b47b61800028e2bbd/dotnet-sdk-6.0.103-win-arm64.zip",
              "hash": "15bc2abc93df11adae1ea46f25f2ada891cd4bea0c5b7c468e28b2dc3f47cc0b8cacd13ea8e5d9fdbefecc075c414eb66cc78f08c7d31fc549a1e37e53b876ce"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01095785-0617-4626-86eb-9f4a3a3d578f/32280e1557d9a4238b93c3f68ce7395e/dotnet-sdk-6.0.103-win-x64.exe",
              "hash": "483fe525aae813ff93a034d4672e0cc8eff2376ea17c9ec35804110b9790f1c8ac3cacddd46894ad6214e7965a8d34c5ea2de0e60164da8d90781cb3634f8c3d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/958dd14d-0590-43a5-afe5-407c8fb0fc6e/234a227772fd91404db0fa4c055d14c8/dotnet-sdk-6.0.103-win-x64.zip",
              "hash": "55ab27e22b04f37ef86d8e239885e48fb0148a362c028b4969410938fa469a166e3fba9f82325942ab0b21c4cbc2b5a4dd2756742c8ec5257f449850ccf62317"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09910ffd-238f-400b-95b4-abf54927f641/d69a4b8fb466b6036fb0d070fcfe01e3/dotnet-sdk-6.0.103-win-x86.exe",
              "hash": "0cc9165b4a840d5f12046291e548c45e715f604f2c0106854b7154016ae077e136d8a70080ad1975527509cea23f1d33f1e41435ead2e4f4d0a4e3ec47ba8cd2"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8b770369-0721-4a3a-9fc8-475ac5f33d10/82d1188b5f1cfe06dc41b5a507a68476/dotnet-sdk-6.0.103-win-x86.zip",
              "hash": "5fe44e77c05f55c2b514470744236150682d427f1723e26484f1f170dc2b78b06589c9bf73088588bd0b18aa6451043b10751f64d5f18a81e18dc1a05d6b2614"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "version-aspnetcoremodule": [
          "16.0.22055.3"
        ],
        "vs-version": "17.0.7, 17.1",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e5fa679-9e48-4748-8d54-578c03d5ce53/70f7cf826885132badd35ed667009fc2/aspnetcore-runtime-6.0.3-linux-arm.tar.gz",
            "hash": "7d3ca660a6a64c79d5c49c1ced1123dd2aed1cb6b8067627e640d81737f0a946ccfe3d5169d6cc797b6ec17821ed465a66620cdb1eb43470b403efcb9734a430"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e7933b2-1202-4aeb-bb70-a6f9cecac61a/b12b5666b3d4cf508f8575581abd4033/aspnetcore-runtime-6.0.3-linux-arm64.tar.gz",
            "hash": "745586b64d3e01f856c366821f6fb8ca97c55b2a90ba36d528fdf99c98938574805153e7d4fff0560afe8382bea14b35ddeba391a2dc2328285f02e125c9b702"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d46b13ee-b710-43d7-b818-1eae18800a42/11e3430eed7b76bf38580a777b0b0904/aspnetcore-runtime-6.0.3-linux-musl-arm.tar.gz",
            "hash": "396ab8d31687a4169e146b84e34f862bcfa177814245dbc2061daab9a6e98a34ef6f17599070dca81eb768b31d55cbfba06482ec64d0e574970f0e8da3450ac7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e1ba7b30-de7e-4419-bf78-3bc935064b1b/9662000838cd29c2afa0aa9d46b03dc8/aspnetcore-runtime-6.0.3-linux-musl-arm64.tar.gz",
            "hash": "3b51831c58e070f799eccaa7b44aade14541d2f26e9929e11f303f250b62b6e798ed93d4063617d6a96bedb14c8f7c30b2ebd6e20c0d5bf940484988df037916"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc2698ef-3460-4f35-9713-eb52f4f4bddd/0dad1d7367d7b4fe53940d69b6fbfd1f/aspnetcore-runtime-6.0.3-linux-musl-x64.tar.gz",
            "hash": "9d334a62e8f591f4cac70b970b20a45d7557a75aa1bccc34891ee4ea9a0ae9d7b046b3dd8ba4a922398198eb7275f9f50177fe8287f2dac7e99a883a448b63d1"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3af854b6-80fb-425a-972f-c7f0d693bf1b/cd458a4feae5a98646ee12a14ab34151/aspnetcore-runtime-6.0.3-linux-x64.tar.gz",
            "hash": "9ea54220468d922ef2c40433c4b8c70df6c60d8ea63a3ac1ff5e5ce712606ae5cfe1e57d321b87eff1b5dc34d7823a4b4b964180587383f22d9a0ff5bb3a8c88"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7cf4456-d9ba-4a31-98e9-4681e1b0d8b8/b9c4cfded00e9940756e62c4486f64c6/aspnetcore-runtime-6.0.3-osx-arm64.tar.gz",
            "hash": "03d1d4e8a8370856120e045ed4a83b3383d00fb56b5fdaf7db0de8bab5e3de60d03c02deaed6f72bde0d6b0e12511fe1202c4e2c25fdeeb489ad61a5902d71d3"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2cfe2a02-dd59-4cb7-9788-76c620eaa0ff/dfd0d449289a042be9bc62e4466bf350/aspnetcore-runtime-6.0.3-osx-x64.tar.gz",
            "hash": "bda83cf36fc9aa62ff3e16a26b5f8f37efa3221ab826467fe26f3072517a428c64e44bc52f8a90f5c77bc60eeeddb8c3d59d2a509999edce3b51b835dd7edf83"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf79f30d-9ced-4fda-941f-8cc0716b1c61/cfe6ac5149bf86a0267c496a9cc45a86/aspnetcore-runtime-6.0.3-win-arm64.zip",
            "hash": "3cd0823802852162dabf31553ce964c0bd3130fc85cbae295b01d4052fe912d7690183885e4ea238267d81172cff0cc76941698a31c775867b2ba54345495dec"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10857513-e4fe-41eb-bb13-7ea5c02dcb00/ca75a693efb0b3c5cebf173eb7f98242/aspnetcore-runtime-6.0.3-win-x64.exe",
            "hash": "677e6c32197a3e8d3dbdc0c27621006db3a4f484a40ed417d932be3b1d933f51429bf225a9f462793cd9903fa8b4e70f3762ea5df6517e42b88268877bad02ed"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6bebf66-144f-44a3-8b74-425466e3608d/07231c69bfd5c749d48dbea15c50545a/aspnetcore-runtime-6.0.3-win-x64.zip",
            "hash": "aa3f46d3049dac94ea08cfa6145fd3288378b870e73b6163d5a6fd5f189b206a94156f6526efc7ca56af754f5a1191539a8cf1863dd15d7e3292175c83de7054"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93ae486b-e23d-4311-af43-bb5201298e80/860ce9bf78843286a69bb2957456cc4c/aspnetcore-runtime-6.0.3-win-x86.exe",
            "hash": "2d5aa3cd1e57969ca327afd428f7ce06a5cfb54e650afd65e075dfd0a44b1e23e5c52ea78437a9e0528d056ec199abf44a521089ca021fa46893a0d8405dfbf5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d9200a02-fb3d-41da-a12a-391d31e4119d/dfbd376744f0e55c38f8809f4d4b4bd6/aspnetcore-runtime-6.0.3-win-x86.zip",
            "hash": "e2806164a381e38b0b932feaea2aafc90e9afeafcc0dcf5b2393b4399f73ba023324219c67ed27e38e3a8db91bb634a6616b98475716800526c8774b51380226"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41d7c644-140a-40b5-9eb7-071544b79c65/885b7fa698a2d1d3a79ad363613f8ff2/dotnet-hosting-6.0.3-win.exe",
            "hash": "1c52efadd3792f2d8a595400add3ad7744e9b6ab94d40df0844841a90b8175ea4eb7b54c24c5d700e537533870e1cb0f7277bc4649cc707d236c0af0d4638aca",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2aa0dc08-37a3-41cd-86be-e7179ca88185/7079574462a7b6a7e166dc1fe802abe1/windowsdesktop-runtime-6.0.3-win-arm64.exe",
            "hash": "87724837f49c1ab2f255f3c33c94858ba65ed642ad781f7d66b20f23dfe9bdc22068db5ccf6780bd5a9beadf8d7021a54abf1b69c57801ef3d4f815ed3ae1c35"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f3a766e-9516-4579-aaf2-2b150caa465c/d57665f880cdcce816b278a944092965/windowsdesktop-runtime-6.0.3-win-x64.exe",
            "hash": "089cb2d98057f6193e2ec9aeda28dd0081b6f2c4b13c6d037903f35703fd84148308a85d0e233d17258bd48d44ce3698e876b858fbb241812d5e437524b34b2f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33dd62b5-7676-483d-836c-e4cb178e3924/0de6894b5fdb6d130eccd57ab5af4cb8/windowsdesktop-runtime-6.0.3-win-x86.exe",
            "hash": "ec57c188acefd1f9ff284e9bdee9c978f88651069b7c7a4a7503e2343fd017ab6967d9a4d1b4afd4532e7acc94d6e900aa0b5805a7c3788068a7db1f740a877b"
          }
        ]
      }
    },
    {
      "release-date": "2022-02-08",
      "release-version": "6.0.2",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-21986",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21986"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.2/6.0.2.md",
      "runtime": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "vs-version": "17.1.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c34904d-88e8-4dc1-af91-fc1e5cb64a25/6ae9f205eb54fdd03e12e04daa43c015/dotnet-runtime-6.0.2-linux-arm.tar.gz",
            "hash": "0628b24971e05ac69c39a6526f6ef90ef65e72071a4be430e028958c33e484e7b95584a4a23716dd8eb70592b8b29266bfbd18c730f39aad8556ee87ca316aa7"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b952787-51c7-4708-b20b-a1f59423f1a2/65151b3e18d451fa1303606e402c17fe/dotnet-runtime-6.0.2-linux-arm64.tar.gz",
            "hash": "5cca54e18332b3297960f21a1b523382e2e7ad6fff477548ac0964451a7db5fadb2acda7cc39bceab184250bd9f81f84162aff4a2ec1d2c4ad278985ed157f4d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8359981a-8ad7-4925-b5c7-b8e59ca01cbc/439b7b835ce333d234fb20d9191c6ec6/dotnet-runtime-6.0.2-linux-musl-arm.tar.gz",
            "hash": "a9b804e1925d93d32aa0913fea7ce662a1e53eacbc8bd5da7fb6d9c2723d7f495f3134ceaef9f94a7a1a1b689a84080cf89273c6c314666d3e70465dc7a8ba87"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9b71f19d-e9d7-463e-8a37-8b2ef071a024/59a777de384a922720292cbb9c91da85/dotnet-runtime-6.0.2-linux-musl-arm64.tar.gz",
            "hash": "3b2943a5d0c416814cf4427515638f9abe0e09444d34c8535a4dd3caeb10900c332ebdf128153c1fc8448f77190b0670c40566d2564192732f21accf180fe546"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/327699d6-13f5-4ce5-91ec-c34b7bb505ed/9faa5cf0b173a8878ab7f0d013591079/dotnet-runtime-6.0.2-linux-musl-x64.tar.gz",
            "hash": "fd298bb310f86969f88807ea907cb20a38d6ab4b24493800bdf026933634a5145aff076dbfe9acb3ab6aa3a48747eca3149e05334847871889a8312e6e8d706f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28029b9e-2851-4224-b781-13f2bfa8b975/4a3d5684cb104f6efdaef10d7978872e/dotnet-runtime-6.0.2-linux-x64.tar.gz",
            "hash": "fa42a686122655a2a7dedc2415bdd618ff06b0a57132d7d98ad79f25c40f3f9edb953ef1ac93fa1a1ff64cffb4c5276dd7586ba5d16c5a7960913e1c5dd646a4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0d80c9b0-764f-4a13-8858-bc51e7b54b8f/7980e983431cfbbc0b28fb85f7770034/dotnet-runtime-6.0.2-osx-arm64.pkg",
            "hash": "726761d6794ceec8ab9f21482963e1cc76b851754e7572fc6d5d21941c21a690976fb2d62434ea1decdc5727659c9a51054a53647540250acfb504e23725c230"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/75f9bc5a-ff02-4dd3-8d28-ed4cd672f796/ab73e4ab6e6ec6ab608c2d68cea90f8b/dotnet-runtime-6.0.2-osx-arm64.tar.gz",
            "hash": "baca2588b25cddaee87e45fd347c5e305dc68604045827213db18221e20f545d81824f411502ce29c93e59094e0f18d66eaa6212c4dd2a1b696ace543adcc0d2"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26c9c72e-65be-4241-b048-11858350afb3/0dc4dee2b444eb7b0e8120a76fd69b09/dotnet-runtime-6.0.2-osx-x64.pkg",
            "hash": "b611b0819b99bb46b7cdc5fbbf644ea0a5eaea7212e314a2024c7817bc949d9f37e4703eea9c7de240a96e5c5e4b9fab3ee0dd1986d0e08192e34d930924c79d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5857b1e-9348-49c0-b35c-1aabde6ca28b/bd56e9c2fb52ae4fb551e22dae22a70e/dotnet-runtime-6.0.2-osx-x64.tar.gz",
            "hash": "7b86ce31759717eab5cfc6ca36c57ed080e3f50817f8057f4d43afdd28519f0231445d89274095af5cc5d3ee26e9f2fcbc4187f749b46edc64c793a15cd6b26f"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17878f6d-e10b-4354-baa9-53ad551f4195/dc5651cb5042bed7accaaf6401917427/dotnet-runtime-6.0.2-win-arm64.exe",
            "hash": "efc7ad7849c3c80b145390edec4dbaa639878727a90def4f169d5eebebaec087ba5e62b30de08c25a209ccfccd4ca4569bc11f96f53efba54dce2fe15291d3e5"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3db8a9fe-0c34-49d1-8c8d-d6c7e8f24d79/e92448c495378cb16e34b1e17fd697c9/dotnet-runtime-6.0.2-win-arm64.zip",
            "hash": "350e84f404d01cacf7660a1cfed6ac23b2bed26a9db4a378eac5007672ed5e73e0b92641cbb6b7944fe347300032eff388b25584f737586f44ab1dd3384a99bc"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3eaf689-f89a-40d0-9779-8c536dd9d2dc/924fd88b9c8d3622cb61112057c9ef47/dotnet-runtime-6.0.2-win-x64.exe",
            "hash": "b41ac08e8e90ce01fc7d89319a26d184393fdcb925763c90bf536bfbb7257a40548f8f060c538abe32041d0c82e693d4a263e93724c132d420e04bf9c4e67da8"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aaab1000-2966-4318-9f86-8e8fa477ba59/bcaa668377efa18ca2acf1eba59cf5c5/dotnet-runtime-6.0.2-win-x64.zip",
            "hash": "420e07a6df3bdbf209551cf1e563a5e2c1112ec06752bcc4c254c51e4f23ad50924a20a09e4061aa7802cb1d0a0c516327ef9c87974cd7cc31f00da7190f9f56"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6add78f3-d0af-45d3-914d-f7652af94f76/e5837b6913591ca973fe9674c74e69d6/dotnet-runtime-6.0.2-win-x86.exe",
            "hash": "b4614ee4507a7c30e7a01a385446c19fe0d252ebf8902456af686da68870dacfb6f467699ef211a2d4a6db0dd9d5aeca5f9d4b383ea65119b9297b803a819270"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d597d35c-9c80-4419-862e-5fa5c2b9af47/8b64cd5651b15c3bdaafe8efb98f15c6/dotnet-runtime-6.0.2-win-x86.zip",
            "hash": "19c25248a883cd30796791cad3e10f206ed90098971408a0a03924c4efa65d49f7f8d8ac316cd94c29c5478d126da059115dcdd973d16f9cf14404cc083a0e72"
          }
        ]
      },
      "sdk": {
        "version": "6.0.200",
        "version-display": "6.0.200",
        "runtime-version": "6.0.2",
        "vs-version": "17.1.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
            "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
            "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
            "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
            "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
            "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
            "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
            "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
            "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
            "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
            "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
            "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
            "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
            "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
            "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
            "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
            "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.200",
          "version-display": "6.0.200",
          "runtime-version": "6.0.2",
          "vs-version": "17.1.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
              "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
              "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
              "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
              "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
              "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
              "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
              "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
              "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
              "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
              "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
              "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
              "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
              "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
              "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
              "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
              "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
            }
          ]
        },
        {
          "version": "6.0.102",
          "version-display": "6.0.102",
          "runtime-version": "6.0.2",
          "vs-version": "17.0.6",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2509d293-6a9f-4108-8fe1-10e78341c5df/18f693729320bdbb5e8d936460dd0e2b/dotnet-sdk-6.0.102-linux-arm.tar.gz",
              "hash": "a72a0e81c62478b0dc662ef0aaeb7f96e7dd534e90b3ac1bdab1ca98dd93a4605881dba6e9ed2315781fdf71f5b33acb1aa5e28090c7a1693405bebed5853094"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93dd8d1e-f2af-45b1-8e86-9b8c3d58f4d2/b3fc3ef9da1db691043387fcb56f4d6f/dotnet-sdk-6.0.102-linux-arm64.tar.gz",
              "hash": "790cbf322ca8fed32eaf574f19d0bdc05656c5a88a65aa4dba8269cfce1443cd7cdeecdd3a40e353c368f055490b70592ca7f15f981a66c5b3a9517d0b09e4cb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43fcff14-e581-444b-a1a7-c37f3a3fc791/d7c2cede186c84320f69c81de66dcd99/dotnet-sdk-6.0.102-linux-musl-arm.tar.gz",
              "hash": "b5fe2f9b29de220d94ecfd23036c89d046c71edc8aa6918f2f9c5543d20e9537add15aaa941f632e0c25562b29b1ef061a4887623b0a13ae65d20e8a9ff136ac"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cb6336ef-498e-4338-beab-221630859aff/379e00a136ce163a9093c90c02ef1201/dotnet-sdk-6.0.102-linux-musl-arm64.tar.gz",
              "hash": "d47657df5640016cf84479ff1f895cbb03e6b0811c71fa73b6769c6a1e55ad2a9b130c759fdfa634367e906de12ab56cf6ab185168b3d2e396b613a4c065afb7"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2ba63e0-46ae-44e5-b68d-ae95ae605761/1b909af283b455ee1c4cd54d2704ddae/dotnet-sdk-6.0.102-linux-musl-x64.tar.gz",
              "hash": "921ada7b90a87a06dfe5353defcfff0337b696a246daf7898802342f45c3b5ffa03ab8c0edb3cb6f0e0971b533457f41e96fe7655f94f2ee8b6292b0fe9c8fcf"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102-linux-x64.tar.gz",
              "hash": "edd79ebad3327032ea0aaa8504c14e3270050bb459b098202676776b41a3a1d282aaefd1e5e8aa09ef7f7cf7c4601c4783a57112ff6e3d427507e8eec2bfb748"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc2a94b1-7f3c-44f8-a842-f288a0cff04e/32446a93655522a1f933d4afb5e15836/dotnet-sdk-6.0.102-osx-arm64.pkg",
              "hash": "e4e2738a87ad097b1e5f6eb7b7526d713ba80a479e545c52ddac8413db026f7bb611e2803d4ae7a49780c7d8479c16533723f4f6b2f7b291312ffcb915388c61"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ff10ff8-5986-4b45-a9e8-a32942f03d61/d9a5301523ad1134b7c175be1fca42b5/dotnet-sdk-6.0.102-osx-arm64.tar.gz",
              "hash": "85b7208cb19fc91a75a4a447065d09069ff007974ed3543848345710b55d29e343e3f72bccae821da5b18c2b7c5e7901bed26a39501f6baa0fa1e54549045627"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8509554d-61b4-43b8-b934-ad2e679ce18f/aa565a52b909b3133ef6763bb2868a49/dotnet-sdk-6.0.102-osx-x64.pkg",
              "hash": "5bdd536faf05b54f1252106856b26ee725c747c794075877d75f423449e68c4505cbe6e037ed6c9737772d2fe6c4a6945fee69f9124c17e84e86ed78bbd693cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/17115de2-6099-4c24-9a66-d89d25f52968/9f55035d1a43a5d133c6a0bd35230d69/dotnet-sdk-6.0.102-osx-x64.tar.gz",
              "hash": "2306e62c58eee6e568fd1993ce559b68b0f35be88bf6896a3f60c1e53a65c2dd32d6e107681195fd27758c46caace3a2694e9d4c3b8ae0eb43a896a6f48b3af8"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/05d08766-81a8-4561-8392-6ab88675c6e5/46a0f5a95be3fa7e5c4204503334cbe7/dotnet-sdk-6.0.102-win-arm64.exe",
              "hash": "d52b51c41f9cd7e2fb614cc043f54b83572469f3c13ad11d48117c921d6ab8f78526525631187cf13972893541cbd70ab4d48d53c98f76bee3e6acd6eae34aa7"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0217e9f0-f218-41ac-995c-300aaf05db26/9b9e2fa1f4bc4270c00aa1882c4b9605/dotnet-sdk-6.0.102-win-arm64.zip",
              "hash": "61494b452c9d09ba8db584d32166777e75cde7a2091ae862d854cac417f84b164192c88ef8aeb28315411b0e64e3a0661a8a10e6652d2df238e76c66420ce015"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb14ba65-a9c9-49ce-9106-d0388b35ae1b/7bbfe92fb68e0c9330c9106b5c55869d/dotnet-sdk-6.0.102-win-x64.exe",
              "hash": "5c999a3871473d1a5bb767f381d8fb216571955f59d93e9e579a3ef415906c2fc731857eb8faee4fbf47570c4eaaa8dc2de39553492f4e8d000ec3d12686b0fe"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/302ca2e5-96d3-4792-a213-ab71d50577b0/9a9c160c69a3fdca8473e43c2510dbef/dotnet-sdk-6.0.102-win-x64.zip",
              "hash": "df6df12efee231848a993c3d96210b40134e900e6cdc5f6c2c19e55cdeb52c1130f8a217790f016a9d9371d199e75188da6f4d5c9e613d74643fb7a5899c1948"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c1b52d02-1b8a-4a10-81de-65ccd6d7a226/fee3322b6047e170ed2505059cfd1815/dotnet-sdk-6.0.102-win-x86.exe",
              "hash": "dc979f055fbbda1badcfb0bf6e01924b79703fc20c98d85a6872a9585a5b1259baab4a0b186071eb16e6723cf59ecfe111a981d7d8ce4e8a92defa8299010e5b"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39e89851-1d41-4330-9bfd-2fa71bfed68b/2c4ae78e73779c925f9c0f9a13cb8fc8/dotnet-sdk-6.0.102-win-x86.zip",
              "hash": "c00fc0897053bf44626f4e86c0fe918a34744a50f6a25a93599c6e3e73fce80a13fbecb088c9ddc8fe623158aa58f4d4d2be53080c9d1d3dc2b231f3e0834da7"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "version-aspnetcoremodule": [
          "16.0.22015.2"
        ],
        "vs-version": "17.1.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93874c40-bd2d-4a7d-bbb5-716b161594c0/f698334222759b065f5da4e8915ae982/aspnetcore-runtime-6.0.2-linux-arm.tar.gz",
            "hash": "5e9619f839da39c46f888493d761af6de1c02bdacb0ba47025ba367d9d08b230d2c85d75d6e3cf5045a23a3b6029d4697f671ce0c64f9e4fd8a79813b90a2727"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d30e9e2e-10a5-46c6-9b81-1a6a965d6739/6f56a3893b16fa841c8cb34ec9b3768d/aspnetcore-runtime-6.0.2-linux-arm64.tar.gz",
            "hash": "00ecdb4343d6f42861157aaef7d892bb3d0e0c0ccd8035305708aaf6bf7095fd6daea2e80cf4fa773aad063d6e510e70cd84d6c1efbd2e3555af6cda0f4b5d31"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93e36917-22d8-49a2-8cf3-a5b8f0f8c31e/5b288b6551f81c5941cd6499e60d380f/aspnetcore-runtime-6.0.2-linux-musl-arm.tar.gz",
            "hash": "d693c2fbd952e7a1e53943acb7af91895b1dde405f7b66c689da675de39140cf20460cabd27382ea1b73d2fc17d1b04985447d2dd0992a50ba7fbc22899d1a9e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33d70e2d-0f10-4d10-bed1-42a9e1269909/2d89b3621cd1997f007041f113360a43/aspnetcore-runtime-6.0.2-linux-musl-arm64.tar.gz",
            "hash": "c1009ef634f1103bbb89427bf25b541f50670c9817cc0d36fbf854de91291a5360abe338e0f627cb05ec377f792876a8e7c39a5585ec47892024fc0b12c9d295"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f4a8b7d-290b-4d23-b8bb-2d88d24804ae/859f1334b58fb1316cca9e3b48abbef0/aspnetcore-runtime-6.0.2-linux-musl-x64.tar.gz",
            "hash": "8fb985bf79039cb1848604f08976ad82ff9582b0379cc7047f5bc95fa9e2a50f88b608efdb1b39d626b5e2a4615e38bee720a83f2d263f4dfb6716e65c74fa73"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2611908d-446f-45ec-be23-57feaf859d7e/90bb871b0097b874c6de0b1a1b629c31/aspnetcore-runtime-6.0.2-linux-x64.tar.gz",
            "hash": "190959576342542bfe51c48808011236e86dcb12779c8e9e444a71f1b778302972ab291adce0c185f6b9790b11867173934968ed88ccb9530266faaa1a05829b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a08d7f17-8bd1-4de7-939a-8c1b6481b404/4ffe5dc82e1ffc276d111bbda4862ab0/aspnetcore-runtime-6.0.2-osx-arm64.tar.gz",
            "hash": "a47717e2655413c7db90a9e33894183222855078af277c06630bf6101ada2eac31a8d3aef7e9b5d1d75bf8a6548752f3c4532bbb84f49946899e8ae25949a753"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91564a6e-acab-4e4b-8e1e-1e3b69b84820/a266d8d92db6dcfb9597a0822b5834bc/aspnetcore-runtime-6.0.2-osx-x64.tar.gz",
            "hash": "12ccc0cf1e05cdce5e052b0d60db61fe59bcdc7e07c15465c22caa7604e9b16b8e51f502abca0ca0bfcf000ac4d74e64aae5577685a238af87f12718ec75fca8"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1de37632-a8fb-4ad6-814c-64e94ab0cd1a/8d5ace0c1cc5d662da0a98aa0119d0d2/aspnetcore-runtime-6.0.2-win-arm64.zip",
            "hash": "209b3b15058ce908967d11a51cecb468d526d715e9863c07f12582138176739b0dc09bb8eb063c10f1161183ba003d6228aba6a231d2b2ce4fcc402cd4befe4e"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9c340ac-df04-4690-a434-111f9558941c/568ed66a3e32b22e3645a99e100008fe/aspnetcore-runtime-6.0.2-win-x64.exe",
            "hash": "04c540ef795318255dd5ee8d3b90d0da855180d0d576c3a406efc9396daea989359b9059acc88409eaa554d0804097f9669ab1890f9e29f55ca65a33417ea930"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66c9a22a-9a6d-483c-bda6-9c63d960661c/6f0f400650f24b70404cde0c60079303/aspnetcore-runtime-6.0.2-win-x64.zip",
            "hash": "3d1869ada5816df75cd336798278609b08fcc878459ad6fb02f4eabe0c20329d8d7605672404ea77440b55855b4c2d03f12fb39e8d0ddc0d919d49c2fa113aaa"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3fbcf485-c48e-49a3-87da-62114c084ede/6b8d31d2fc68e9d30889a17ef8da875b/aspnetcore-runtime-6.0.2-win-x86.exe",
            "hash": "d317c6be4b3bcf483a8394f9c6c21dc98e39eb55ecaed78bb9581ae46ba0425352609604f4e1666ac1301af4b961c587858e10123b076fe020f127352ca1ced5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2d62404-5e1d-46ab-ba6a-b9f583c9e4e7/915d47950157a6f53c42114d2e22dd4e/aspnetcore-runtime-6.0.2-win-x86.zip",
            "hash": "70a5ae766bff7030c87106cdad9de6474bb9965a6774629f16205a04db0140277995a6cbb2cf9d1bb27c5adfb9162758518c31a8b1f9c86163177acdcaeb3772"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bff26878-9597-4390-a4ef-5bd818ba41a0/a7a8114362771690ec52e6fd09236ab8/dotnet-hosting-6.0.2-win.exe",
            "hash": "fb80d1763ac26077ddf4dea41d4d59515792cfef60a1ea580cf53cceb61abc536826fa1bc477a7b8c715fb10262ea14946113f0b9eceba3fd81befdc28aa8169",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ab1a9fa-5aab-4487-9048-0daaf74c90f8/e23a567db4880fce75c467d3e9f72b92/windowsdesktop-runtime-6.0.2-win-arm64.exe",
            "hash": "de3fbb4cafb010590e7658c5f3d5aa13e93bf399d205f610cf3b78208a3aa463ec341cd26c3d40da4e159b7fba1096547d6f5bdfd5298e52d67947555d04a94d"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efa32b7a-6eec-4d97-9cdc-c7336a29a749/3df4296170397cf60884dae1be3d103b/windowsdesktop-runtime-6.0.2-win-x64.exe",
            "hash": "3bbc786c0bc25074ce430a5c7e2d8257888d21128d4c0a905b772fbc12a1e2053feb57e3d9535e7825d5bcc93440821a5264c91ccab41d6b791142b39f896187"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72ebbe8e-5175-41da-9046-1890732e0d5a/675ce08d0c1740142305d35692a8685b/windowsdesktop-runtime-6.0.2-win-x86.exe",
            "hash": "741031b9a2348bb9abb65c85b6728b6d67d36583503cf07af32c5a7af105161d5556543e049eb99ef5c58fefe6d329c1a38c6cf1f2c85ef4b2918c79586e597b"
          }
        ]
      }
    },
    {
      "release-date": "2021-12-14",
      "release-version": "6.0.1",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2021-43877",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43877"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.1/6.0.1.md",
      "runtime": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "vs-version": "17.0.3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bdea32df-7ab8-47f5-8f8c-3de28d5771d0/c839293beeace695b6698debaedd345e/dotnet-runtime-6.0.1-linux-arm.tar.gz",
            "hash": "a6bea3289279ddfaeda4c46bc2cae82c662e2b2cfa13abefa18baa8db747bd1be9fabdd8c0103310f89d4c9e356235551af5354742117d2cd58abf5727883609"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/002742a9-8107-4434-a208-863f07e09397/75884224d828a34b7c5f070df5213553/dotnet-runtime-6.0.1-linux-arm64.tar.gz",
            "hash": "10b8775d44088ddc1ae193ce41f456d1bbaad21f2dc993de75c2b076b6ffcb07bca446f52180c9a175715a1e47ad42a4862c43ef11b5cbc1023cb4da3c426146"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec103bef-97f1-463f-b456-1dfe2473780b/5bbf354345896169c2bff2ec93e522b5/dotnet-runtime-6.0.1-linux-musl-arm.tar.gz",
            "hash": "97d011df17d97db5ac6f5b5ab541f8a0428bc699a8a04ac92da5cb3865f200031cde07a34430ff492a5a54af41ee4fd4c5628093c2b7a0f4895a8326f4f63d35"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/90106452-a511-4dea-a51c-efe756434492/111563cc5d540a59dd0b6c74f5146ca8/dotnet-runtime-6.0.1-linux-musl-arm64.tar.gz",
            "hash": "d18a059cabe2581054d9e9a2ef83c7b11159954726e2bc15e7e6b8f01cb5d7eacd34ca28dd12701286810bb52712129927471933fcd77bc062b7c892e46bca83"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0bd52fac-c9ac-4403-a8a0-60cce7f6787d/90cc619f2797076a89e97f497fa8495c/dotnet-runtime-6.0.1-linux-musl-x64.tar.gz",
            "hash": "bcb328eb00ad53ae2f8ebce8802dda1329de68cbba120311d69a5f235f81ee59316728289f7797f23f657102d50751e3cff641538d4670ac8fd85da1d57feb97"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/be8a513c-f3bb-4fbd-b382-6596cf0d67b5/968e205c44eabd205b8ea98be250b880/dotnet-runtime-6.0.1-linux-x64.tar.gz",
            "hash": "2a316e8cba20778b409b8f2a3810348e2805f35afad8aba77a67c4e6bb2c2091e60bc369df22554bb145a5fad0c50e20b39d350b98a85bd33566034a11230da7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/51646583-741c-481e-b598-f13dc719cdf4/3adaa0faa24326fd7cc2265e957339bf/dotnet-runtime-6.0.1-osx-arm64.pkg",
            "hash": "120dd524407e6f680bae783eaf5f33065fa3774cec49bfeb9a122571daa013209e23c4fcbf50bc4157330b6e5181656fe38ec49e0a50eb547d29a060c41b4b09"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88d4eaf6-3e85-4f99-92d3-46b85e0d0289/e233ec478e24c415cbde0ff712148f03/dotnet-runtime-6.0.1-osx-arm64.tar.gz",
            "hash": "35419a4340fbdd6e4ad15700a00687e163ee17234f7fd059df627db89efb47bb66a5194c96849ce65eb6fa2faaba5b5f7c53d0f169b3d8370e775ce865b745b8"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6824b342-4659-40a1-ab73-25dd43e5e225/e57b1bfa437cf152f2d7064246bfb653/dotnet-runtime-6.0.1-osx-x64.pkg",
            "hash": "d8a0888afc608d3f27fb1da90801783aeb223646e24f3a51627e555be6c8da599cdbe0d8bbdf0ec09e8e238f75dc08e3119f05889ce1280e949d303d90b59674"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56ae949c-f246-44e3-bdb3-a89847123ed2/d35135999651b78c0ef42b0e19cf06c0/dotnet-runtime-6.0.1-osx-x64.tar.gz",
            "hash": "45ed27f5cfd1674c4cb67a1242730928699608f6523a7fa7150c9a1b1e2ae972d32f7eae2fff119bccedfbfe1c7666ac8db882b442624157355e2f5e452b3900"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5523e915-f92b-421a-84a5-303831c56f38/d415141f5879c047878673eb69dfd5cd/dotnet-runtime-6.0.1-win-arm64.exe",
            "hash": "aa0534c0c6289e867dfabd46cf47fc9f359d2a4df64069e2bfa106841fe0b091a7b338f5210d285b3939e0b2ee1b8416013052c74b6e7af561bc811c876a68c5"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6158fb62-88aa-4767-9c62-7c0b8cd778c1/5ede5da1545e5619a699d76eea3942fb/dotnet-runtime-6.0.1-win-arm64.zip",
            "hash": "07f5706f7e1bc1818d72f97432b618a254c2b5945159d01828e290255f195fdbe077889e657e9d99243b8986b30598e3cdc76fcaa77159f561144c76fcd0c57b"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df4372ca-82c8-4bfa-acf9-c49e27279e7e/6bddefd26964017ff520dc1443029e04/dotnet-runtime-6.0.1-win-x64.exe",
            "hash": "f84244e65899e1f7f1f821c873945be76e9f7320463578117d5754ae5add396ad919b0b76337707425eb72c2d711e30af9a99b842f05bfcea6dc19bacde1a41c"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9347a0de-bc9f-455d-8224-2fdcdd4e92fe/83d5eeca56ad51922e47e8bd3880f738/dotnet-runtime-6.0.1-win-x64.zip",
            "hash": "059ef7dffb1e421a764779f1e75eb804fb61e32a75855964e426d7e0e8d7dd171b26861b8655738bf887efcd17657cde1b6386cf844c55e63d9822527e83411d"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4583478-b841-4b42-8118-a40069a16ba7/402e04d30b6df8b9f0e191bbbf45a217/dotnet-runtime-6.0.1-win-x86.exe",
            "hash": "4966f32df2c702642cfc4aa14d049bf077f2afdaf4a496810241ded865b36c0b6445c38fca9fa74e3f57d6c064f7e53e8b4326c64ff0abc531e5c7b07b50c9d0"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c58583d-467f-423e-8271-46c86a7b5889/eab14c017492f514442ecb7d5df8b4a2/dotnet-runtime-6.0.1-win-x86.zip",
            "hash": "595205f3bfa2d0f77b90b80df4f5b5a827dfd44efb476fe7151d1438407f486151d7487cfc0a72eec2afafc9f87c337a37f1925191d480d4e7077daea0367b17"
          }
        ]
      },
      "sdk": {
        "version": "6.0.101",
        "version-display": "6.0.101",
        "runtime-version": "6.0.1",
        "vs-version": "17.0.3",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.0)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
            "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
            "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
            "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
            "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
            "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
            "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
            "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
            "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
            "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
            "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
            "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
            "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
            "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
            "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
            "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
            "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.101",
          "version-display": "6.0.101",
          "runtime-version": "6.0.1",
          "vs-version": "17.0.3",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
              "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
              "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
              "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
              "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
              "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
              "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
              "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
              "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
              "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
              "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
              "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
              "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
              "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
              "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
              "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
              "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "version-aspnetcoremodule": [
          "16.0.21322.1"
        ],
        "vs-version": "17.0.3",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff3b2714-0dee-4cf9-94ee-cb9f5ded285f/d6bfe8668428f9eb28acdf6b6f5a81bc/aspnetcore-runtime-6.0.1-linux-arm.tar.gz",
            "hash": "e1d9f0b2357ba637ee33bc8f8428b9ff0b3656ac28d1f7727693444191cc8a0a078c2e864547d58668cf3767f0b6df5b804e2743b6fb0906106d2877cdb687dc"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01f8a4af-9d6c-40ff-b834-a1d73105a9d5/aba0525a8b8cb745ac70ecd671acf0e0/aspnetcore-runtime-6.0.1-linux-arm64.tar.gz",
            "hash": "c1cab4bc800bd507ca6046ed1af900a7f1a7d28fa564615b8b93803139affc7f5fe6824c2b161ce635047862d644d724181424b44281b30a77f7159d6769c83c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f867681-deb8-4eab-bf1b-01a90afa2ef8/3c0b6aa2c5973b89a5e91fb2b627ae05/aspnetcore-runtime-6.0.1-linux-musl-arm.tar.gz",
            "hash": "f613fb9f30ff2f0693aeeceaf1160f925467f33a2c2308f39c198a128713ef19c1d743aad63b381159a420689d06a60a65f8b99fbeab1220f27463e8c112a92b"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9278d7dc-3cb7-4428-be20-56df885011b9/0ef3b37ed737cebccd3c5675e0d7b1ee/aspnetcore-runtime-6.0.1-linux-musl-arm64.tar.gz",
            "hash": "7624ae6b63475c4861e1d48aa85151a8f1e506513fe3dfd3fb95ae9a1067a77ad8ddd3e44bf8d27baca62c9c2b3cb425dbaa8d8de346f45aecb5b40870f3334c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0f65ac3-3a10-45a0-950b-e6772ea3851b/cdbd4726e259f87d40f336cbc48a2493/aspnetcore-runtime-6.0.1-linux-musl-x64.tar.gz",
            "hash": "763a9895e20ac19012b6fb6489be45a25879c3717e47b7c8f13e38e5c8a33e9ccdf5fe0a90896bd4719324cc24397c62f06426e9dd43c9cdf42296fcb08a1f26"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32230fb9-df1e-4b86-b009-12d889cbfa8a/f57a5d92327bb2936caac94bcf602c22/aspnetcore-runtime-6.0.1-linux-x64.tar.gz",
            "hash": "9e42c4ac282d3ed099203b9a8a06b4f1baf1267b4d51c9d505ca7127930534b60d4e94022036719133b30c1b503f66d7d4571bc24059d735e510f5e455ec6c51"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bfc1445-dc00-4bee-b63e-3752d6669cc6/7f04f913c40349a653b1b47e9133e11b/aspnetcore-runtime-6.0.1-osx-arm64.tar.gz",
            "hash": "ce6fab613172b07546f83885906c16eaf56b1de0744d326261222189466debd3ad901e95ff2916f51d7241321a31b2828f4b1fb6ce192224ebab2543dc652c64"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cd8b55e-7d7e-41c5-93f3-ebc7ffc18ddc/fd3c2698214d01e5b4b57d5d9b53b0e4/aspnetcore-runtime-6.0.1-osx-x64.tar.gz",
            "hash": "e21cd7ead260038c820a2697d415d81ed9ce210e9d04e70ac87924f639cf5a37b2d8de400d0d3966fc6921100bb879e8d6fb9fcec9b67b02cecf180bc2f46865"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f88f691-c9bd-49a8-a273-2544550f817a/ee2371e7cf252b7bc6cfc44dc5462a69/aspnetcore-runtime-6.0.1-win-arm64.zip",
            "hash": "7009bc29d02c88c1146950aa56d64d58289d4b9f3678d48ef0d5126f0cf7208e525fb735c362b16ceffaebac55bbcab2a9f866ba7f244536d58345e2b1a2d384"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d526db30-5bfe-4c24-808c-4d8f5d2ba479/ae90c40bdefb2f1775d812ede8e84309/aspnetcore-runtime-6.0.1-win-x64.exe",
            "hash": "d73cee3ef2138c3160e30b9db2f1725a540af1faf1a0d9b59e2482b5c1fe445566db8420dd298749fa9f1121d5a14255ca6e7b7c88f7dbe854f05f28738614aa"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/820770c3-1a48-4a4f-bde3-792c925fee63/f44564603cc0592e4a3f33205a0273ba/aspnetcore-runtime-6.0.1-win-x64.zip",
            "hash": "a5c5e6b7249101bb3cf309255ee0c33e509783406e64bd3c132afffc7895061a83c4760a1c15297ba0153beca53196b28f81eacb4552481f53d5d7c21b21a30b"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a706a729-c897-4e01-b51e-af8bf9c0183e/25d022b1b1976ab267ffd862d140dc20/aspnetcore-runtime-6.0.1-win-x86.exe",
            "hash": "2b285d548f84510a365a46eab0d54aca936c69d88848f3bd5cda19f0a4ebf8cff5b9ccdc0c7927df446256ac849e1c2dbcf1ced326beabe1772b2240711bdec2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c487f9aa-c73a-4f00-bf7b-51007e1688e2/2b9d173afdd59a81746be036f758a6d7/aspnetcore-runtime-6.0.1-win-x86.zip",
            "hash": "4efacf582489f01b8bafc3240fe8992b5ab05bc858e37764d3840bd4f9f9c5ffadd87d7d741b35e4790c408198ff54988c7315d8d16d10024ca9f25508eb0d6c"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b69fc347-c3c8-49bc-b452-dc89a1efdf7b/ebac64c8271dab3b9b1e87c72ef47374/dotnet-hosting-6.0.1-win.exe",
            "hash": "0a641778e544c75dd339f2a77e681e7d1d92c0ca0e79d132eca9d462612ebdd1bafb081a2d6f1cd05d618abc539ccbae7b61a5b9b2e539ff335a0d137470095d",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f30c6083-6119-4a10-8b01-ded5d7dac269/00c6ada6ace3b0ff1b0468bc27d84129/windowsdesktop-runtime-6.0.1-win-arm64.exe",
            "hash": "d9a270611d4faca24186f5984f9d8ea01531b4f9513dd129db9f523d98920e24aaf08f0379c01a8edd36877ed0545178fc87b82636ccb40057f64e6c5bbbba45"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf058765-6f71-4971-aee1-15229d8bfb3e/c3366e6b74bec066487cd643f915274d/windowsdesktop-runtime-6.0.1-win-x64.exe",
            "hash": "36dc038f6ed20b964238d6f1cb8d2248fdf120f53ab412c23d77981a0bc4133be731df7b4d5fec7d29a127ab6d3f0e93a3062eeb3691837d7442e085ee884ebd"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7977218c-1a01-4b69-a8ec-9d9311a6de5b/4c74f995295be78a9ebe1d5fede8f7f3/windowsdesktop-runtime-6.0.1-win-x86.exe",
            "hash": "69d5ebc7e8421cd10164fadcf41f05e79c4c5e4fa88107b682ff44e2081e7d7c3427f775ffdba568f532aae24f9773043cdb6354828a8379e54a5404b1739f79"
          }
        ]
      }
    },
    {
      "release-date": "2021-11-08",
      "release-version": "6.0.0",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md",
      "runtime": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dcd635a9-6caf-4958-b3df-01e1c204ca1e/b201804d05de9573a8b454bccac56482/dotnet-runtime-6.0.0-linux-arm.tar.gz",
            "hash": "575037f2e164deaf3bcdd82f7b3f2b5a5784547c5bad4070375c00373722265401b88a81695b919f92ca176f21c1bdf1716f8fce16ab3d301ae666daa8cae750"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e59e190b-fceb-481e-9d82-f1e0660a0a72/3961d79c2fe1e8a2ee8ff3b1bb5e8472/dotnet-runtime-6.0.0-linux-arm64.tar.gz",
            "hash": "b0f0f2b4dc0a31b06cc3af541a3c44260317ca3a4414a5d50e6cf859d93821b3d2c2246baec9f96004aeb1eb0e353631283b11cf3acc134d4694f0ed71c9503d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f531185-7535-4a8f-bce0-ee89dc86b5c0/979fdd2cb39e1fdf03eba60cc444b18c/dotnet-runtime-6.0.0-linux-musl-arm.tar.gz",
            "hash": "b71b2dc2067c130a7855430dce51cac701c5c03f1ce86e76c45413efa1ee5529161c11107ca7f09e83c149558545207efb4140d441e773a2d63ae9f37ed76420"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17fb4f70-19be-4302-b180-32f33bd2f907/18f38ef59bcc82a3c78eba6f36ee0e76/dotnet-runtime-6.0.0-linux-musl-arm64.tar.gz",
            "hash": "e5555d81b06f4617569cbe183150f03e483da7b0d2d7da7da4fcaa80decd1ae2369efc4122eb3c6e59a0631c6a51559d8458a022680074f2548df534685ff2cb"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/95352809-7f41-40f3-974d-8d530321a8e4/0024d7bf0c872f176ceba7a63a34915b/dotnet-runtime-6.0.0-linux-musl-x64.tar.gz",
            "hash": "1b6b5346426e53afd7ea4344e79b29a903b36bb1dfbc88d68f3a17a88b42ca9563d8af7c086cc0d455cb344c7d11896d585667c76e424b2e2760e7421018c1c7"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ce1c34f-0d9e-4d9b-964e-da676c8e605a/7a6c353b36477fa84f85b2821f2350c2/dotnet-runtime-6.0.0-linux-x64.tar.gz",
            "hash": "7cc8d93f9495b516e1b33bf82af3af605f1300bcfeabdd065d448cc126bd97ab4da5ec5e95b7775ee70ab4baf899ff43671f5c6f647523fb41cda3d96f334ae5"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bc784af-565c-42d5-8db2-9988c8d2b65f/644cea0fe2f712ad297b6eb49147f446/dotnet-runtime-6.0.0-osx-arm64.pkg",
            "hash": "e9043d8d073a02ed5cbed9f5804d0608c168d800aea5fd9debfc963010cee855ab8439946fc092ad880adcfb84777465ca572f85862402b6875a758e41d343b8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/358b0203-a499-4675-9e53-220349a0a093/4265e02ca29fed442acaf5b46142c583/dotnet-runtime-6.0.0-osx-arm64.tar.gz",
            "hash": "5cfc3c8a70f0e90f09047d3eeccd699e7210756b60fabbf1a30d6fdc121df084e5d8c3210557273739d5421f031dc9e4d07c611406734ca0671585de6e28e028"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03e62824-4061-45dc-8777-93e82205148d/81489074c065675bd713a9cbeb995bef/dotnet-runtime-6.0.0-osx-x64.pkg",
            "hash": "d3244837766f2f2b0ab5172d3ea6bab149e2bea716d4f7be0d122fcd867609f3c694a9c4fd4cd7180bf5348209e414809c37ed2327804ca76b5bc269187b04e6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d88f74a5-05d2-46cb-886a-a62fd698009d/67f5f05e9c029d284c309f0f712fc99f/dotnet-runtime-6.0.0-osx-x64.tar.gz",
            "hash": "d6842bddd9652dd7ad1d8156c3e9012f9412b3d89b4cfc0b6d644fd76744298aa5ed2cde8a80d14bb2b247ee162bae255875ee2ca62033a422dacb7adaeece2d"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f1a97c74-826c-4920-b629-605b0ed7187e/45dfca473522ce4436ba002bcea4117d/dotnet-runtime-6.0.0-win-arm64.exe",
            "hash": "88e459d006c6d7ea46f0737421bf479f3a29b2f5bf273b9bbbd6919729c67293df3bfb3066fd04a58d1809b43bd6d9091fac58ccab43b107c4bcba9a606e447a"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d52959e1-f458-41b2-b273-acedd32c942f/0c4aa30089132acafebddc9eafa3621b/dotnet-runtime-6.0.0-win-arm64.zip",
            "hash": "a223bbb3dd09b5f49bce1165c1398123e573a524f8ee9fa808f29e361bea85f94e2eaa9a8ab0b4bfb4b5564bf0d70b27a994dfd5c47c79b2fd5d6501c9d1620e"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9cfdb9e-d5cd-4024-b318-00390b729d2f/65690f2440f40654898020cdfffa1050/dotnet-runtime-6.0.0-win-x64.exe",
            "hash": "95be7c91cbae40f3faf29329bf741f3d0670003bd3316c2cd7adf1653b472b0ca6b0f40713b84fd3855d9ded7d4e7f6b0ae67aa900ea04caada24e524b94bbe1"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6b96c97d-9b8c-4141-a32a-5848d3369dbf/9972321cb7af5938fecdee2d8ebd72bb/dotnet-runtime-6.0.0-win-x64.zip",
            "hash": "db8ad4e70b2779886f9e8e2aa89c40461f94ec4291786b2c4f9fdc5df1c707acf0bf1fab8fb99d42abb0d8010949e39175d39dea7ac154ea0ac2cf5761f539d3"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34df41d5-c813-4e30-8aa3-3603ce6600c0/976e801af82c7108abbcb736a8bc5c14/dotnet-runtime-6.0.0-win-x86.exe",
            "hash": "50ff4627573abc80731515573aa1e4b5a8c05c1ace868920d22edcdce803489d4070022e3a4359596a935bb68932c6e53932886a8336ef2220d640cb1b7328d2"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e6204240-04d8-4a74-bbc2-0815d6959ed9/050721f551cf2592e5bc58ee1d7fe0a3/dotnet-runtime-6.0.0-win-x86.zip",
            "hash": "0950abc1ddec8f8429ec46e29af78f019ffd32f66c0fcfef88e0356cd61dd91b70c4ac19d5be938cf35c791154992228a94f2f3297c46cab490a3a1c9552f266"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100",
        "version-display": "6.0.100",
        "runtime-version": "6.0.0",
        "vs-version": "17.0.0",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.0)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
            "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
            "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
            "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
            "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
            "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
            "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
            "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
            "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
            "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
            "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
            "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
            "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
            "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
            "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
            "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
            "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100",
          "version-display": "6.0.100",
          "runtime-version": "6.0.0",
          "vs-version": "17.0.0",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
              "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
              "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
              "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
              "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
              "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
              "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
              "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
              "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
              "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
              "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
              "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
              "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
              "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
              "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
              "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
              "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "version-aspnetcoremodule": [
          "16.0.21299.0"
        ],
        "vs-version": "17.0.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b86e414a-929a-42a5-ba18-45ad2ebe292f/3617879c51e87fe70073006bf2d60386/aspnetcore-runtime-6.0.0-linux-arm.tar.gz",
            "hash": "36be738bb40a0cadacd4531c3597a25fd45deb7c48090ffb61c79a5db7742a5b8e13051b06556e15e7e162e4a044795c0ca5e6da4db26b63b05c37b39e74e301"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d49ea48-675e-4da9-87be-18efaa99d7f6/37807ed5012ba5e0511e08ad64d6a9a4/aspnetcore-runtime-6.0.0-linux-arm64.tar.gz",
            "hash": "e61eade344b686180b8a709229d6b3180ea6f085523e5e4e4b0d23dd00cf9edce3e51a920c986b1bab7d04d8cab5aae219c3b533b6feb84b32a02810936859b0"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32cfa097-2034-4085-a287-3afffdfec919/13e845b9a3d09049f0428a5148263ec6/aspnetcore-runtime-6.0.0-linux-musl-arm.tar.gz",
            "hash": "f68bbff22e24d4e4b95fdafbe0615f0877233cca43709430cf999556c158c4f26ce0f1624853d367c9756ac771992aa05f01fa4d6bbaf45c279a0184c35b0661"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72200217-3146-4fc3-a525-865e04a88bb3/c51b99bb6f5ede435c7ade7721468301/aspnetcore-runtime-6.0.0-linux-musl-arm64.tar.gz",
            "hash": "3d8f3f981b5398fe86582dc7119d490401924fdea4c20a96495f87e0082461308d1a28f8777616d2d303f01f63ce9fed78c1ce9600601f9c65a6ad6f914cef3e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a757153c-6675-4d63-a979-de2f4fede0d4/baa9ed8b963c49d69c725b57352b051d/aspnetcore-runtime-6.0.0-linux-musl-x64.tar.gz",
            "hash": "7273e40bc301923052e2176e8321462790e3b654688f473dc7cac613ad27f181190dabbba79929f983424c9b5b5085b8d4be9cc9f0f1d0197f58ef3bb9aa8638"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8dd1c9d-1a47-4135-8ad8-7091ff6bbe1e/6af53c3eee71038248937daf4599f06a/aspnetcore-runtime-6.0.0-linux-x64.tar.gz",
            "hash": "6a1ae878efdc9f654e1914b0753b710c3780b646ac160fb5a68850b2fd1101675dc71e015dbbea6b4fcf1edac0822d3f7d470e9ed533dd81d0cfbcbbb1745c6c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e1bbb490-81bc-49ef-8d03-e12a4d4e84e5/d7aa3d571d82d5bc6c2095038ba0a7bb/aspnetcore-runtime-6.0.0-osx-arm64.tar.gz",
            "hash": "e459ddf33243d680baecc5378b9c4182daf42b8c36a9a996205d91146a614d048a385f953c43727350ad55b1221c5f5d43b383d03e3883e862bf12faeaa02dfb"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/27e5cf62-0d07-44cd-a057-425887434b9e/5f87e0c4d9be2151a2d0c9efc4530751/aspnetcore-runtime-6.0.0-osx-x64.tar.gz",
            "hash": "76029272ff50fbf9fcc513109b98c0db5f74dbf970c1380be4dfac0dae7558824d68a167d0a8ceb39042ff4a7ca973cdcc15afed2d1ffef55b0adba8e40c9073"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc328d93-5123-489d-89fd-cbf517fb9268/c5052ee4f415389d1a9809be868cde95/aspnetcore-runtime-6.0.0-win-arm64.zip",
            "hash": "34f1f2408c2fd231411dd6711b2f0dac2369bde2ed21738cf18fe05bea8209ec6cebfac7739e1268c7a812f1ed9d7fbbf6c7e9f0060499364b57c3a4e9ffe104"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3223fa10-441d-406b-af2e-94874ce38199/09347f9b4aea0ab34d6944b6b78fa29d/aspnetcore-runtime-6.0.0-win-x64.exe",
            "hash": "2e589f40a5538afc4aeeb0af106f683e294cba2e1e2624769735efe1468e1e6649b6e5f4bf9af3e7034a9e040e8bc2d7c68632b7aa1db433067f4b7c3b8c0741"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3cc56ba5-399e-455a-9e36-3d384e1af246/92cc0b1f002350c18262a06f5a99bbc1/aspnetcore-runtime-6.0.0-win-x64.zip",
            "hash": "2b6b630b4f0d86f4decfd1a8c2186f14322c792bafb024a8e71919ac8918e29dec99004a5cdf8b22479e0f16af582a90ed521d312a0a67a75ed5bd4adbb7594a"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f757d80-b065-430e-ba65-7e95c3ec95e1/4d0335985f09db0650bbf9efe773f46c/aspnetcore-runtime-6.0.0-win-x86.exe",
            "hash": "e146f55451bc3a3f9f3043868ce73f4a14d516fdb2a79a62befe5375b2a4ce9cabc669cb5de6345d697049657afc3f134ca8106c4c266d3d91d624b3d23bdd60"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/093689c2-3ebb-4513-aacd-d7050a4e9a62/556d1a63174a557bb46903945e8d7e53/aspnetcore-runtime-6.0.0-win-x86.zip",
            "hash": "69fa95e74b4395e3fa7a67f17a8a955621ae353dfae18a08d5d42efa7cc785fac44a6bc283226fb91987559fae75be160d94cf12fbcce113a60128b1dc52ad6b"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5971600-d95e-46b4-b99f-c75dad919237/25469268adf8be3d438355793ecb11da/dotnet-hosting-6.0.0-win.exe",
            "hash": "39d76250b2e3a640a30519008c88353be18b85914878ec9eeee742e9335f0b3597970e8f33bd71f01c13808a52ffdc94295d1ca5c90ed234216a770fe24d92ea",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85cdb1b5-c57e-4986-8cf9-43f576d5487c/56ae11aff306810e3711032a19221282/windowsdesktop-runtime-6.0.0-win-arm64.exe",
            "hash": "b6a6fbaf7a4a1388cee4daba707ff6e44b12341192d78bc9f7bfcf28d6f15183a0e28758c01db844824b8042d8fa6d24f8c055dc96e788d1bbd3c22b28d315bf"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a865ccae-2219-4184-bcd6-0178dc580589/ba452d37e8396b7a49a9adc0e1a07e87/windowsdesktop-runtime-6.0.0-win-x64.exe",
            "hash": "6b9b230579b1e5825d3f5db0a209d8c0f1c42bd94b00907aa3a314e257c372a81535244007e3496d712dc04385c3247b2614001780cd27e832598404e754660f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1ca7d0d-ce01-4878-b952-3fa1e6d9a7c6/e386db367490b631b8c013a9fb0f3794/windowsdesktop-runtime-6.0.0-win-x86.exe",
            "hash": "af89b1d0bcb9b51376fa181b2fe1918ca1dd6a47f928c9b3cafaf0972ba8b2faec4f15150ebfe54c5497570e4abdaee4c9e94d4928965194d232483cae34498f"
          }
        ]
      }
    },
    {
      "release-date": "2021-10-12",
      "release-version": "6.0.0-rc.2",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.2.md",
      "runtime": {
        "version": "6.0.0-rc.2.21480.5",
        "version-display": "6.0.0-rc.2",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/75a148a1-507f-4326-91e1-b562a0990635/ad935a37d84122c960a2f7536b2040d6/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm.tar.gz",
            "hash": "50447f1a5d121c7b5cc34678fade10933711f2a14f9f8be6930bfaefadcd31d7d20518ba48b4335ac69eeec24586eb00c239157eb8df139cfdde23d8820b1e76"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/31052246-e923-4d07-ab90-1085aae662fc/b9b557f933b22b4f1a6dbed4f139aad9/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm64.tar.gz",
            "hash": "b0f8128d994b0de0c72b9dd8083a7350218adfafedc643c59b497fa605420602004d9e21e8acb488d92bc498f9783a3240cfcafa77443eb6f08b66aadc4f5b65"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cb367-c5aa-4842-ad92-2e497a91c973/44709bce119348112dd29000f00679dd/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm.tar.gz",
            "hash": "3ce96ba48e87ddb942ef7927c66b899ff535f2ceed1fc8e89f6f68c4d5cb2745a5e31737d6cb65fc0569e5695ce7c291102501f5ab0561afc26528d3afebfcdc"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c09f3bf-a327-4f6c-b035-0699a0e46671/dc774eaddb613c5498bb90fe7f0d26e2/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm64.tar.gz",
            "hash": "8a301cc23db700d5188f29b1e63c3bde1631cf1bdc02d1070923532733d7a030be17dd4391d6d1f4596c11b1009aa38efbfa8335219bd1fac989158ba7e2a728"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97b42e79-a640-46d6-a674-aeb6c1145ea2/20487a02e9d60df7a6479b122874a724/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-x64.tar.gz",
            "hash": "ee3fb0c0311e0d88ae3f8b0d150f8d98da4fa24d77c429438fad04393b24e214db49bfbc4c9e89918e99061004d63f40ec7b76cb1c0e1c2b12414be29ab63238"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c18f20e-854f-4883-af1f-5b72c0839758/708c2cc48696ed4d4fe0568944228101/dotnet-runtime-6.0.0-rc.2.21480.5-linux-x64.tar.gz",
            "hash": "45062417c6111af4d635868927e8f69d43f66c9e0f111cb71c1861eaf5ceda4aefa99d97c6ce3b13fac2bc7c57c435e6f8b2d43c51a3bb3304b42081d98f7047"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ac2aeec-4262-41e1-9544-8fc21579952c/8bfe416a0ce0b43b354481cacaa57f35/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.pkg",
            "hash": "41c3154efcc5269ddcac3b877b59b9fec310654cf8238868a1f4a71b48e660d65ec2db6d2f1a1977f9c2147f84c7c9f677e24fbcc210eee3aa9e77ed1e20f94b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4554bca6-38e0-440e-9f7d-86e03246624d/7b86fb61e08cd1830b73f01475e4fa02/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.tar.gz",
            "hash": "747abb8eaad53e0ca7e5b2908b620076fa68a75c5e822361483ed13f7544e31def26bbf67bb85f47633e2dddde9cb095503bf70d1a4b0b2f33c6ef6f887d95fa"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/39fb50be-17b9-45b2-9f3e-eb03e31b8219/3f67fc8d06a1d163ac817cd116fd4719/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.pkg",
            "hash": "1807214afa00c9ff4f947f63bc01df3e7f7495d8d3f403aae62f74a8d4ef8cb9090e2f6c18ea7197dd4fec2d6c4b26f87357e59dab1d16aaf819c95940176616"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83a16229-2ada-42e3-8661-b0ef9c693ed9/a1a5df9af178df25061f79d252365755/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.tar.gz",
            "hash": "0f702645719af5a4f1e720c0f2a0c67c7a4a84fac525b3ac6ce6357ca6d44405aeca674d04d8a976a7338ddf8782350debd53dce85e614c837106ffadf84cfb9"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e7f12ea-5510-483e-b554-42bb30c64491/a37040abd96e05a58564c4b2160250fb/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.exe",
            "hash": "4725ea7abfde572dcba6b2a04b1bf32273ff2ef9001c92a63f39ead5a6ea0142488cf5426d7bf856622cfebbae34d989c4600fcc884979adf71870119a9bbc6d"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b72fa07b-6151-4829-9a37-6d5bb40e29c3/dce60a0340da1372590e6cc81ce919e9/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.zip",
            "hash": "76d56cff06751652dc7d6e89523dd775191695d74c8f96239191059a89cb35d85867ce940bc2f27e7cd8a47029579fc0d56e142404c37913f8387573e386f77a"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ff12e63-5c77-440d-b338-6ef6bd29998b/3fa16424a3b462781921fda8b8c4693e/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.exe",
            "hash": "bff7726653f820b518b55d4e07a1b74a0db17b4e03bcfab78d87a94565766517c83468b199ec00bca23e1ee2a913e16a1e05c6bf32149551470b2232dd39c10b"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/457d6654-6d7d-40c4-8094-4b6e9d41eb5c/0f73560c3a7fc8e16920d3fbfd720b67/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.zip",
            "hash": "46b96bc4cc05918ce91a1bb77227a219e2dde5b90ae99e99180f8ff3455e9731029bcab6fdece926f289e7993f9ca160b737f9a4eccc533304ba83b9842eec11"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5d12cc9a-faa8-4765-9f27-770cf015a3e4/52183872e3415e9e3d50958ed56f08fe/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.exe",
            "hash": "4c33f17a59f01ea439cff6ac8ba87393d02d916ee78c57c25fe0eaef5e13015d64b172538c02f0b4923e5f553f4f4b8b889fa69ff6bf3a452116132f0cee712b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1d7475f-fa66-4125-a667-3133cfade23f/ead5f6c7874f00ffcecf2b0bace6d1ff/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.zip",
            "hash": "db92d96c40f02bb1cd04a27f21c2d6f7164182bc894901e39a0e75eef681f56206358390d9935a43d1bb331706eb98ef3c919c0abac470c560c2e29b787c0c73"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-rc.2.21505.57",
        "version-display": "6.0.100-rc.2",
        "runtime-version": "6.0.0-rc.2.21480.5",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
            "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
            "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
            "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
            "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
            "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
            "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
            "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
            "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
            "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
            "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
            "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
            "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
            "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
            "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
            "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
            "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-rc.2.21505.57",
          "version-display": "6.0.100-rc.2",
          "runtime-version": "6.0.0-rc.2.21480.5",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
              "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
              "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
              "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
              "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
              "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
              "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
              "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
              "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
              "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
              "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
              "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
              "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
              "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
              "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
              "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
              "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-rc.2.21480.10",
        "version-display": "6.0.0-rc.2",
        "version-aspnetcoremodule": [
          "16.0.21273.0"
        ],
        "vs-version": "17.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/647129b7-ec5a-43a0-be8d-a5c72c05839b/d365e15419aef47fb63a9f7ef671634c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm.tar.gz",
            "hash": "28883aee0acf670b2099db7b5d69f74e9853ec0e02d2fafb3aee135f987a117d3a32eca04bb9213e4e39d7782d3cd37e25cfabfe6004269ac3eb20cc5d931cd1"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09772ed2-2c44-4b18-bae1-3b6c5067ddd1/10aac7ee29b60c45b672c5fd7067ffa8/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm64.tar.gz",
            "hash": "3a92e93a8cb0c186f1c4a822d46a37604bc470599dbcbe05a7f1ea7c7d1dd9c0e6571de524de8729d19d237078742a0b4e3a1daa11b5eb5f8cce74b69710ada4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d4dc9cd6-34a0-423b-b8ca-c00a3dcfd5e4/58b1a3be9ad1f6cbf97b36402623e4fa/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm.tar.gz",
            "hash": "8fde5df285a852cfa37bc026983357cac8fdc77c5f9e2fdb242f1c967375e43bac9cc6f9ac6caa684a9bb3aab94c0f98ff93e8e9650399b44917c9e51d8e545c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c81a9e1-9317-4df6-b252-dcd894ecbe0f/b21611bbf676149ebadcfe118a61eea9/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm64.tar.gz",
            "hash": "2a8bbd4d767864e5cf87ad2f7cb8b94065af325b72b1c626f4b1791b091e818b6e54cae302293815e5739d198f791bc1194efc21117234536752d7b13ad2a4d4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68926ebe-0d0f-4640-a875-64cd07cd38ab/445073d3c36b8a1e6bd48f5b1028ae6c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-x64.tar.gz",
            "hash": "bb85419cdc2cd6d5f357737230038d3ab685832a48964ef9e8a9f783e1ed6cba0f293ed47e187f05209f3d4c919d81de27c5add5c2424e15bc1b0600c92ed390"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a38f03ab-cab1-4dc9-9632-ac8f3ce4541a/af681d66907ead1d52c7187e50bccf0f/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-x64.tar.gz",
            "hash": "d48895237644a3999663b2e16baa2303d8b77f66385a04d8edb5601fdffacce18b1b1318827d09f74f6b133ff2c179ef659bd21cf8460289b5f81f404fa8b326"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/95d06c98-4d67-4936-be3a-8a23e778afa3/2909216332838572c8e2b819ef1defc7/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-arm64.tar.gz",
            "hash": "688879db73aa6b7556da70907920f3e443dff54bf8624030352ed5ba3896cceda69040ef359dacf55d50cc52fc2c75057d259a1cc11a2258d4446ebbd2200820"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7b6452d1-ac6b-43bf-9cd3-4d15c2058b6f/3bf52f1b54969072d36d7e4f0fe41520/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-x64.tar.gz",
            "hash": "ed1cad94acf207d0f18201af1e0e6c386466f94b8fd0474dc8d59f47d8f3c456f3a55de392dda126e0e1f4f934249b0e17b7b86f6bc7c510dc475324ee1395f0"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7bd7895-4180-4a31-b5c3-ab70818b4590/2a8318f79ab077b940557ac725109817/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-arm64.zip",
            "hash": "01cca4811f4f8afea78509c381e9134c93ac4dce51aaef171dba7326b10a3333fc9d51078138b08979dab3dbeaa85bff5121ce6b9007984e2650bcec26358aa7"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e70876a6-776a-4e2c-a81c-22c372c982d2/d9751bfe3d236ab2ae04eb26f216b085/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.exe",
            "hash": "2ec43899ddbc16a2f70be20965a2de6d655ea84e18d3e2c933e2551431292085e24e19b46967d1f60eb5f6ecc6c0eee289510a98549b5e8f57bd4c0439c5148b"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ede1a24-864e-4d74-bb11-46d36db7a1ec/4e7962d64336275fa3677cdafa788cec/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.zip",
            "hash": "453ed645205869fe933c5071cd97b267031d0e21f961df7509840f923ad15a2cb8ae09bfb7083333f6fad5236aaa08b7964dbd9784c2f54b9607fb451efec5d4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e91991b0-2890-44eb-975b-88640458865b/030f37099df8b9fe6779002992e928d6/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.exe",
            "hash": "de20f09e6378f87abab9e414d677f2d950b760be56c3983a286103b98eca2356238ffd68b440e9daa03746049f741c5b278044ece8ace47bda43c774a6b098ee"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29ae2241-2a93-4c09-b4d4-e4965d2506d9/ace8eb599bedf0e6d6993cb9ae87fea7/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.zip",
            "hash": "6b53d1f40be0191fb80119128803eab7246bc38636a58f36502f8730f4932fc80f7a6557727157025e22777d8f24bf9161f219b5e57b583cb2a46873ac6fff9b"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/96ff4231-c2fc-438f-8ceb-e08cb3a06cf0/8f0ee2420be78c3c87bb32cc990fe7ad/dotnet-hosting-6.0.0-rc.2.21480.10-win.exe",
            "hash": "f7118fa95cd51ca4ec479dd10578c55383eb9ba58c00cfad91b6f3b7b6d77ca0454411c0e17293093c785ff179328abeef725515c12245a005ca9913c6ecbb9c",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-rc.2.21501.6",
        "version-display": "6.0.0-rc.2",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24d0cdfe-c2a1-4f8e-b22f-05dcb3e82eae/aa1c44d9a66a098cbe087efa11a57bb1/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-arm64.exe",
            "hash": "c36630d1bbd895dfc853003998ac389f417a6583657dd9061012bd362181fa83e4f81ab140a2f210440c718a56dc9cb1a8caf47a22c1486474b99129b4b69d01"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae678751-3c1a-4f8b-a37b-e2e327af191e/3383ed7040b9f0184ff36c93ab129659/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x64.exe",
            "hash": "940ea45b052c8c26001c0b9a6d87af337ae25495f7d681dcfd0c5b445fd62ace15154e2bc30c49dc23a41b8289c3643849e7626139651cb4ad2e98a8509a8685"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c58ffd6-cdfc-4cae-a163-247bb22c4e24/93601cca92711d2d03fdb7f7dab88bc2/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x86.exe",
            "hash": "46c849edd2b3fc966369af0fd75f6911eb5b1ac2296c318f987bc884544100b834f9d10b9941c55b1aea2916d0459163734f0f2fee274a342db45c008260bec0"
          }
        ]
      }
    },
    {
      "release-date": "2021-09-14",
      "release-version": "6.0.0-rc.1",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.1.md",
      "runtime": {
        "version": "6.0.0-rc.1.21451.13",
        "version-display": "6.0.0-rc.1",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a48f1cb-e22c-4e80-8f29-3f7e5bd48dcb/e747a6268462ab0bc999210d99f8cb16/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm.tar.gz",
            "hash": "6a5786fb0fc10cbe562350c56c35fb4745db18dbf3b299e3d86bd0c0e1bd43b95cd54561d78f1d53f3c41639a4505527e8fc0cf37e4f9da469ac0f521cec279b"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fccf0b2b-847f-4d10-922c-d10e48188bb7/0e3e03d3573f4e07337d9f7469e5fb3a/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm64.tar.gz",
            "hash": "a18ab20932e36820407058ada417941535cb51c0f6c68ff8830f43c9521fdd89f31553832522bad0918779e87387ef484d2e414c07923db4ad7deecbdcbc3a52"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdbbb1b6-9e9a-4bf8-8e31-709b6892422d/a8ff88abfdd6055ab21c497ee0ba5645/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm.tar.gz",
            "hash": "8c0694e75c9d72a0b402eb3cfcc9d3944f0c0abb7e4ba097c4f7ee525d2d3daba588836a34193f34288049597c04ca6ec362574e6c7bdb4223e1707b288b5f6b"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e210ff92-a285-46d6-84c3-b65cbfd98d1b/581915718d78dd1c4d049e191e5fa917/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm64.tar.gz",
            "hash": "5a718a94e065d105f2e056672f8a0a7f3486626f253360ca0945dd468d9276e0c33c5a28b82dda9f3928b86967777af780bc2932d07ccea9b7a497dd9d90356c"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43f0420f-eace-4bac-845d-7ba41344c45e/d3e66c06444609aff096add39b2f5148/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-x64.tar.gz",
            "hash": "41d6b4f68a7bdef7e91b5a153106f7767afa9a0a76e8e5f724a2a44aaf3d7cb6eba8981fbb2426dd4cb669cbd5f071901d4893b4f22760641c94e2dae9ea74cd"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24c9c4a7-03a8-42ed-9b83-1fcc7dd85e16/eb36df3559cc7ee3500c4b38f9949fa9/dotnet-runtime-6.0.0-rc.1.21451.13-linux-x64.tar.gz",
            "hash": "6c101a93766747deddc97dd3ae9cbd0d0babc292dff2897006e1df8ad6af100aa74063d4961d73e67c82db66662f760cf83f510617559a2538210fc89694d9ea"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/882caec9-4114-41d9-8f50-18d09591ac72/a8f682edb8f7db4624df9e435628e761/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.pkg",
            "hash": "c7b3041db85cf3f58078fb9ee3fa5facd81816d9d7605ad15034f293d515461525f51ab1c4cbdd4daeb1f1d22c15a0541f4be9f00bf179e52fb708d0fd955ec4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee2f49da-82d5-4aa0-8ca5-b4f69e5c2632/80dda33cc2beef778af12c150e66e118/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.tar.gz",
            "hash": "98dca56567b0c9a0874475818f6eadad90cf337eda3ba84e5bab222d58e4d1db7a9238c9aabe8e32016a15b1341576a369149e5394ff332c3014946e8687b8ca"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8608d51-2363-4352-9102-f76d360deeea/d1c289e36f88b8eaa2e1464ae11d25c9/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.pkg",
            "hash": "ec9d64438569f211e85393cc1502219447ddedb69fca98728f042149c0abaa773d0fc28580b1e668428be3b63290a031d516ede4ddc18e3905a9cc8bdd16962e"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/662c0cee-18f8-42da-b476-7111bda7cf9a/89a2b71cd00c12ec6158541e0dabfdcd/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.tar.gz",
            "hash": "09bd7620d335edac0c78a88d35dd55c53350df768debaad64ceb6c04d79cb056b8255b5a9b26bf13c6cdad26880905c0da64b7ec1582f525c5386a44d32e9dfd"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f9c758f-c41e-457d-b549-ba796d759b36/1295dbb5f9480b92805803ef6db82b8d/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.exe",
            "hash": "009f52ad16aae13175eb669497d627f8fa0328d9615b2072563493f366bd14212959c5c18f4f79e8712a8a39fc9a2a6b965b0a20bb613ab00735dc5938add283"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efddc729-e811-484e-b94c-0b834dfe5cdb/59e9fff8ae904b12aa6db5a6fa7b801b/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.zip",
            "hash": "1b17494985f080ae3fa79f8370a9cc3677a5b834a7ab62339b53dd9991158bc34fcfb7111c7dfa0d75e0da23cd469aca7f8d6e906a7c4cb33fc86e275c74187f"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/76fe5506-77bb-4d63-bdf0-ca7df0e53602/25d6641885253ec8427345438728d324/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.exe",
            "hash": "91e5bbda28824c5e1ad818e372d8f9f5e8275ebda0611c509925c411f48c2deebdbaa5e1d26e91189e67f0c2eaca852c26cde490221de0c32a05c48383bb36a5"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49e82f9b-976e-4930-965e-fa04dedef039/bf732bbeb65dbc4f8db9c456da98b7fb/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.zip",
            "hash": "f820b111842973dc7a8ac64e8e7f5c0b2406cabb4fa9a5ad89a521f1515c5cb64789eb17a113854bd574cbf9cbc064c78c7957564fa28c86f4a42be0286aa03e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78a2bfc7-837e-4bee-ad69-09a49f9c8dbe/56e0884d46ed8009b4d13ea94b6750a6/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.exe",
            "hash": "20d64a57307b811557e4efbe513418c9587c94ead25887953236abc4443be351786200b4946a9b0fe6d9218c5381e5d41e907743feb5ae03e9ba58c01d0973c2"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4686929-8c0a-46d1-bf40-6454d5e0825d/9c377b25edbe8afcd8a78b0b9f6baa3c/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.zip",
            "hash": "233925dc1cbe4027688ed81654ebaa22698646e2847137fe7b34d4806ca40bad4cb654563e964ff1385d77d02233ecba868e083b5377505a0730db580fe06649"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-rc.1.21463.6",
        "version-display": "6.0.100-rc.1",
        "runtime-version": "6.0.0-rc.1.21451.13",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
            "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
            "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
            "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
            "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
            "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
            "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
            "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
            "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
            "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
            "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
            "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
            "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
            "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
            "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
            "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
            "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-rc.1.21463.6",
          "version-display": "6.0.100-rc.1",
          "runtime-version": "6.0.0-rc.1.21451.13",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
              "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
              "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
              "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
              "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
              "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
              "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
              "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
              "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
              "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
              "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
              "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
              "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
              "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
              "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
              "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
              "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-rc.1.21452.15",
        "version-display": "6.0.0-rc.1",
        "version-aspnetcoremodule": [
          "16.0.21245.0"
        ],
        "vs-version": "1",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/00b59131-805d-4b49-8871-642613806e37/eec5b92bab33c0bb12d526c70d5a94ec/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm.tar.gz",
            "hash": "a27bb55fc10e492f47f15b99d9881832d6732b2cfd5c488ebe29bc8f019586a3adc2f9065af45210c7c68251fa540e8474c68ab8fa73f44d496ccb659bcfc5ea"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/038f4d5d-8e6e-47ef-8fe7-522ff8dc5c42/d34d25c006ac6b13f8edf5fa5899ccd9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm64.tar.gz",
            "hash": "9c52b365920b8fd6e819ce207018c967c8e3ffa9682da8374c113ae23fc8e63ce6a88d66fe55ccce94a4b7cd7e29fd3161c2bb5c72a136448c8cc6eb55889c97"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/062c9a0a-2afb-4baa-be96-865482b340db/d806b8fa25b796952d7adaee6444f9ed/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm.tar.gz",
            "hash": "8e823af8ec694a869e4d5fe0356e7760e54726dc2e11c4406bc0d1b7bd9ba1aba99dd25f83bd78bb9b60bb88624beb1d3e866a94f69fd0ce70b142a08e59cc9f"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5edd04eb-062e-4669-8bff-5949431c5c87/3866a55a973852c1b92c853aa2540df9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm64.tar.gz",
            "hash": "d1fc927a9ef473080e500ff250f26c5020e3a60f0303570eb5e37f7adaa12812b139472d00f7d260463789b8f0c103e4eceb65e8764344b9c390fa9a8cfccd21"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/223a5980-5610-47eb-a983-059110f9826c/ab708db6cdd837af5cd685493bdbea0c/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-x64.tar.gz",
            "hash": "c34e939169faafd9ffc2189695f7e5e134170b131850606c781b80801aab3f8b73a6c4bdb0dbe9b104b065e0585339deec97da367662ed0cf1f0e7dcd009cee1"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c88d8dbc-bcd2-4400-b0ef-03e362c49068/c0048366f3c44d2b49a59acc28f79647/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-x64.tar.gz",
            "hash": "9072abaada96efca7761140de6e789d5fb79b59b6f94924806c62e56498d8412aa34b51d8bbba843ae1be52d3f0ed0e8194e01112889d50b589b29f1336f3598"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/23d484eb-a685-495c-92a7-72903cf2d690/6d13b4f78811a50a62853269e371aa51/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-arm64.tar.gz",
            "hash": "f4cfd514793d5602513948b331f4c0e1693cd4e3ed21388f613d7124a2831efb086201024f37f12b533517be0561c8120131dbfa8e87d94ff50d1d64703683ab"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa322eb2-04fc-455a-9a18-416502c25e9b/1eaecb29e7b05fcb70ccc0aae964f2af/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-x64.tar.gz",
            "hash": "d813882a3144be33bbc5acfc2185d4ef033513e072dba918c2dc96395694b108b891a529ef8a203339e19f5da25fd747db65d2cec86d90c24a7e25e5c9b70ea2"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/843da093-3f3e-42a1-95d4-e1a37e5b93d0/5dfebb0aaa073f2a10dbecde2b529e83/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-arm64.zip",
            "hash": "be7bf92984b7171b7f020fb2dfd3ba6ffbac0c226e28948af1ffeae5ed053957b07953b40db3e70152084eee605a9a3d184962a9617da5a5747544df58a8493a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c08c9070-7538-4792-9a55-6cce32bff933/52bc9bfc52f38f7723191f00d3e85143/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.exe",
            "hash": "4d740023b920248daad4cceda004b1de36074ce6e2eb99b6b20638d671c59abb8ac707d3debd91d2c45473b4c14f4f053ad47820aec56c729690a5f176708881"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c2d29ac-07a7-4c79-bf1e-ca5185d9906e/f756deb9df37e23740ce6c416408e9c1/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.zip",
            "hash": "be77d99cabc7206072776cd3de8add9f6ba0d4f6ee02346807516a7516b8ea18c5a1828f1872ab3fcdbadf7e4d7fe4bbb0652bef679a49cd0b6163569c038083"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/418ac220-fd7a-4b76-bcb8-2ed514dfa002/0599b94b48bf971567f599b70e9aeafb/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.exe",
            "hash": "607e71fe7688401ab0d62fdb6ae5fb6c6ff7e9960324df300cc361f8cad4b9d2ae1b973518ed6d719c3c40100da9a0dd4f0688010302f31740d157aa76f5004b"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ba3d9ea-1258-4421-91e1-8774e53a3d3b/58600398adbf68a9cf630958fba026fe/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.zip",
            "hash": "0130a658fc89cd35c0aa3fcba51f2be428585403c37c36b1600cf615a719c2ecbc606f56fd9b242d1e75f8a65b52894da85b5dcef0aaeacf75cbd9e19023e9a3"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aef4eaa9-2214-4e24-bd87-af7c4643ac4d/00fad9e518498beb5807f9064a0a2433/dotnet-hosting-6.0.0-rc.1.21452.15-win.exe",
            "hash": "534ee8fe6ecdb96e79c3fd99823fe1c97415e2069cb22b15b4cb9296ce06874bbd60023d37a551898f7001f90068a1990fbf01b5dae52a2a16de7fbb99def979",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-rc.1.21451.3",
        "version-display": "6.0.0-rc.1",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952da6cc-c2b4-4877-aa38-e94904363e2c/fbbd01aebcf520c6d74c7d106bd52fa1/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-arm64.exe",
            "hash": "fc311cb51bd997c2a1e91aed41b7fda68d184a706701b61277353f6665a1c1aefa544ebf5e5266810cd5b0d36677432e0d37661428862fa1ae766060a4b6349c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c34690c7-0789-4f53-a85c-b90aa9c838ba/c915929012b39b732ba28b4a07e14b8a/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x64.exe",
            "hash": "d7bb90b1dba53ef1d62e6b49bfa4daaf52c74af5b1e74491ce61d65daa61b1afff27ae6d53289b8db4ea1acc50e8847c705ed50eb70f50788d28ecb6f1f5afff"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a69ab5f3-ac3e-4cb2-9a01-c64299c1f0d4/94ebbcf5c69df0298ac70724da28fca6/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x86.exe",
            "hash": "6b4bd720c567add7ccd02d34b96ef65a91c813def04a63e79af5cfbdc7649f155909cb7962fb1b1d5cb586226e83bea63daf6b1b80d39545a54f0ecf53265197"
          }
        ]
      }
    },
    {
      "release-date": "2021-08-10",
      "release-version": "6.0.0-preview.7",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.7.md",
      "runtime": {
        "version": "6.0.0-preview.7.21377.19",
        "version-display": "6.0.0-preview.7",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77e5acf3-f3df-450d-b848-73acdfd3fda5/580b861eabc20364fab611d2ed32318b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm.tar.gz",
            "hash": "9aec69078629bdf2c84c91edc647ab05d50845d90cd698f22d39f6f54ba7d9bf3050ac87797fa7fe4c098a0bb63f456ecaa050b8504359d365fac22d40e74fea"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20ba65e6-c2df-4e33-8063-23e38802e580/3ead68d5d697c99b0b4a3f001ee8c21f/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm64.tar.gz",
            "hash": "6c084b0dcd8b56cbca947adf93fe715c8531e39bb081c3b2ede1301a6177effe2e6db7d9746d9f3c92f9d878bed8f9dad0ffae92ab3359afa6c8935d03b95958"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aff6eed7-ba7f-4e2e-ad49-fa95d1512aab/94ab7499dfea134a5d4c81da24162db1/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm.tar.gz",
            "hash": "b98329ae25eab636ec18ae1ede67d2f0d40e973e2671de62248195076bf3ffff8674235cff80ff95a0cafc6e9eb4191294bf48ccd13b44c6e4e5b6d667916a57"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34ef3cc6-b21c-4f80-a0ab-403ea43c9b2c/d65fc4e5547801b0d74c1698026ed101/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm64.tar.gz",
            "hash": "23fcb52f7bae7fab181eeca125519bcabf1acc118804e93fa88566e5f588000e9f910152cd8655c6f02604f0b4e50ed19ec2afb92062fd26b671b00e5b9c2929"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8886b87d-4c03-4648-807f-63cf9ba5ffb2/3d88acc45536428ec4c57fcd7cdc269b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-x64.tar.gz",
            "hash": "060be1fe4d0b7fb5618d5a1f9482767667c96794111188678c5a9004a5961381f0856f57a6cd77f4ea1883a3e523f1f5c35ec6c72fcab67c9aa725ad8e5b0e6b"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ae201ab-bd0b-471d-beab-2e33350be9da/358a49e4f1bdbaeaccedd7c139c55c45/dotnet-runtime-6.0.0-preview.7.21377.19-linux-x64.tar.gz",
            "hash": "959ef85c0cb5c9aa8dab90f5e09d9f9216d546a32b5338f389787523b9c4b48b911ac42a4e6f8c9e1b656bc8f0173ff93beed12439e3f87a52b84d810969969a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/291e415b-c521-45b9-b817-710c342d2eb8/d05ca09bec35d4fbb31a07d700e9f416/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.pkg",
            "hash": "cb3ba1c195a55ea620b019bc224fab201530b9cb4c9600cb90d870eeac6ad1011dcae93c690dc1073c258357d52961eb586945f06df609aeb109dc254cae0f68"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/398a5746-b48d-4550-896b-445538b95458/aa025a02a656f69775efd346ccde38e9/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.tar.gz",
            "hash": "9e069e7b231e86ba4694da48351b81342ef1b1df78ab619ae17acef498f0fc02bf52a2128da6a7e01c62e42ef5f5d66bf0a2113a36c1f4e4b4263f37c1b5c5cf"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3f28827-7599-4d5e-a218-348e3988e27f/cbc1fe0c1d29f48f9b75591e95823d42/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.pkg",
            "hash": "c199a5407e1dca00f3ef709772a0350c4467a772f23ee289394867170ba5ba32dcd5d069d4582d60c42e3b096a8feefae002512819b62dd5a1f9170e097959c7"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5943bf4-646f-49a3-8ef2-e2ec8eb25dd7/db3d9c2251a24e27d04c0f4d2828243c/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.tar.gz",
            "hash": "8b004c550ab934e71fd2c8cdb4407118b636314290dc6c405be5216da3971f03cf64ddfb258331a6c93bce45c2c51096c2de3f728842f7cd2e2445af090ce5f6"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26a4b5f9-0491-4932-98a4-e51e0ce38fec/93418cd2b3e475c04e4ab427412e292d/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.exe",
            "hash": "399c509b7a86e924c7dfc7516efffdec2be2122eff8604536a0eb47ff6054dc9ee54cbfea80fbcead8dc7d39c227737e59644cf896ff3a3ad63b531e7eabecd6"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4e1d78a-23ce-4050-ac0c-03ce2dc6e64c/9f43a348c5cd3d60de14813483188de3/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.zip",
            "hash": "b6baa6d78720249ceb458dfd18ec01c7b03cdab0b57eeeaa93a597893540d328bf8fd32db254eee3da7bd5fcdb67b0e3440bfc84661ffde203e3264a4534f627"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/87a80dee-7444-4c27-9590-fbe88d87bb36/3ce69dcc1dedd1f961a14c25df3c0e41/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.exe",
            "hash": "499eb8bda1955f6c9921cc64e6ee207dd45d73e782fde5afc6067588b6af7ab1674eaed9a76e1511b727e56d5694423da73118113283795b86b9d7182f5232a4"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49b581e8-cf2d-4cb4-83c5-5eb0f5d25729/2f0a34c9ca5f9ab73cfd264b1991c019/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.zip",
            "hash": "0a9542a9aec6b5a8e57934ad4f903ba194f8d6411a10744adffb7398f51b16b65ed8c0cd0d34b90fab7fb9f55d24aef066176314e33298c2ab78af061e0039d6"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56ee5a69-87ea-48a3-afb9-cc5f3df7c7f4/57cb23ae8a0de4f72118614307e9c3f2/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.exe",
            "hash": "c4f7d9cd49532dbbba7ce5748047da86cb0ff36b4c8f38e91ec42337c8e7ea339c9a2fe792d8c5b98f8ee1154e859c13f653f4d5301f71e8d9ffcb4c493f6ea1"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/553f0b1b-36d2-446a-9e95-d730cec95443/f3c21cfcf61547b828958036b2de0ce5/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.zip",
            "hash": "0516db5a6b0edbf0a9d891d9a57f4a39816bd1d8b30f7d09302728bf7c66a9c4284722895aaecca9c61f69c72f03912b190ad141aadba6bf32887988f82cec8d"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.7.21379.14",
        "version-display": "6.0.100-preview.7",
        "runtime-version": "6.0.0-preview.7.21377.19",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
            "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
            "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
            "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
            "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
            "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
            "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
            "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
            "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
            "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
            "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
            "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
            "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
            "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
            "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
            "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
            "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
            "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.7.21379.14",
          "version-display": "6.0.100-preview.7",
          "runtime-version": "6.0.0-preview.7.21377.19",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
              "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
              "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
              "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
              "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
              "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
              "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
              "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
              "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
              "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
              "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
              "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
              "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
              "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
              "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
              "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
              "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
              "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.7.21378.6",
        "version-display": "6.0.0-preview.7",
        "version-aspnetcoremodule": [
          "16.0.21209.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f9e4e9b-2561-4585-b7d6-090db274c5c2/86a95aedacb9351bbcea71cd559d2217/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm.tar.gz",
            "hash": "530db7ac2ca468354407ba4008cccb04f38661d2fd9ce417d93f88ac80b39c71567e39cb2ad864072b48530fb905e5da83b7eb6c20c254b1da2a67807e3a874a"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0682a6bb-4fa1-498d-bfb1-e811587743cf/fa0e704d71b407e38cafe43bc146efaf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm64.tar.gz",
            "hash": "9c2054ae20161d0b8e823e1e079ebc0ef4d9840639afb464f0b25eca73cb15c05ac3d786de15c4b3147ddbc6eff0bb740f96aac908dbc70fb1eaccc87358c430"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7841c16b-835a-4243-8a3c-72d0a0c2b4f6/a5b37ca66b909b7ad0943769b853c803/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm.tar.gz",
            "hash": "07323dad5ac21937514e9092fcaf4710359f36a9cf716a7589ec2168cb44f0564810c7bc71f29cf7deaf1252e168deb7637a8ab13329c09346658088c0fbff71"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae1a1566-cd50-4833-9398-54cfe5d92b22/c3b84d339a7e4962e5a4a8f011f52081/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm64.tar.gz",
            "hash": "a59295332736d732fb18dc1a49727eff7c09d3770cea93c1f326d9e1e7dde3afd42d7c72d8e1ea5c4eec070ca9fc6139ada31a515ec56f74aca0c9000eadafc7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0da262b9-b8cc-434d-ac12-324d1eaff794/39d9da39b6dc52b4aa4e89cefe81005b/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-x64.tar.gz",
            "hash": "9c26f6ab72569d347eed4772997ce3df5598ed0f2b21f5042f4da321d07ba97e6c1d1b73617ea26ac1d846a96119c5038eecbf3874ac21bb3a2b5f04daeca8a2"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/898bd961-c1fe-4e22-8692-d488ee838afd/315180a646a83063ceaae7a8ab9804cf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-x64.tar.gz",
            "hash": "24e8626d8a2bd126a786ecf97d68e705571567357f6b7370a2b80ac42eff2b1b6e14734be4c0317e2902ea01f2903b285b1e669e4ae76f80ae876dfbf9f0d0c3"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bcbe268e-e685-442c-a8d0-259c2ea6a09a/f815d1d4c58aaa654be87189ba2b6bca/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-arm64.tar.gz",
            "hash": "1ed0e9152408ff8de5cbd0a978a3e8f9f7218a9a93841780b095c8be0863340e1356534374dee03714ba80754440139f866e0e496fe36a73529b6bc38930ae5d"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/629234db-ff5f-4e82-a824-713936f04165/dc8ed7dac6fea4980e561ff8b89404be/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-x64.tar.gz",
            "hash": "54a0a17ed86b0e487f527e11347bde29570baff16ceada323e4ac1315ed7654576ed69bea2fe68d42124bb6862e169bb5fab965287541e77c792e23bf90485cb"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e5659b5-fe1c-426c-8b3f-64666d55e175/ca56dc910057e0893c041caa5f5530be/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-arm64.zip",
            "hash": "d91a8f16542e545b81988c539d6d64efa24531027c62da6e183442964e1eaa5ee2fa49465d900fdd29165f3f74d3a3852fedb0fa0ab91d43ff8602d002ad77d2"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6970f61f-4282-4f56-bb9e-de2e50330183/2945e05fd51895bd48d75039ecf4004e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.exe",
            "hash": "5736d825e2943d4414f9a767fe313f00a0c5e747fca16ab35a0026f43cfb38c366be18ed77fc800a2c6cd1694923d01a0325effc42d8078b696087c49ea11b7a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9a772ee7-45f6-43da-9ffb-741be2cb43c5/42ed070d0e80e569fb8f58c72beb94e2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.zip",
            "hash": "eb2429522872ed1cd3a770f5694c783a90617efc89931b23b8e213419bc36070e3e8c3717a5376d44433b4b97352da534cc1ed287088a5d07821671acd311326"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/12d5cc40-8e4f-42f5-9179-2c40b5a0ebc7/daa966478a5e633fb7f004ab192fd9b2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.exe",
            "hash": "b2cac7ba9060ca857441921ed4aae21d6aa5f7ae7d767246481f9275924e4aafa7fa383440eaa8ddbf813852937067754f44313c28807ed13867a6b7c39be9bd"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f87f174f-9351-4962-8547-3f65f1cc56c6/b85a74694ad707014cbedd5ca418014e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.zip",
            "hash": "fcfed7e62dab9561d1792a9048058f09d3e6e8be3dcc7c1eccac856f60304d33d596e4a1d073a7297ceafd9d96eab664a161e27454f7392256e121c42526ab0e"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8d8e1b9b-bb55-475b-a83e-818a950c6bef/dccb7b079aaa0653519f32c1a6593d7f/dotnet-hosting-6.0.0-preview.7.21378.6-win.exe",
            "hash": "e8234b635cbf8e3d1cc7023dd4ed22fee4cbaa6b9c9572a1cb0f16aab798bf61fb88a8ce6ece80a2c8872b89a187b6a613b11f9d92856b570914690b5ac2fdce",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.7.21378.9",
        "version-display": "6.0.0-preview.7",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9902ad9e-9909-4917-a028-f0892d38e522/3583908aae7a76dd0a9939910c899051/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-arm64.exe",
            "hash": "2ee868493e066a9b14a7417dbc49e955e1465c31cea9dd8c180ae701dd8714766849110ecf75eece4f73b98c338ff13f1a65da50addc97029362d66ccad20913"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe844509-712f-4a5f-b2d6-f445d36199b2/26d1e19f0ae549a65598e8207920b4f3/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x64.exe",
            "hash": "7d177969876ca3df325c90e58f12d0d5b9a810f9001e7971c44784a9cd837c80cc5b2385e23db8ee0b2129eb7261702ee9ac9a4edda3debf1b92b2571fa6c0f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0616dbd-ae8f-41d0-8ce4-5eeb2b987ff2/9f8ac0e92db2572ad954b22da86879a9/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x86.exe",
            "hash": "cbd066897a63a3f831d32bcf0f712762c25c4982de8aa56e8af7241c44b53817daa2efbb4dfd9a78a5a6b24a08696e64aa4e2e6441761fc6667c35769045b84b"
          }
        ]
      }
    },
    {
      "release-date": "2021-07-14",
      "release-version": "6.0.0-preview.6",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.6.md",
      "runtime": {
        "version": "6.0.0-preview.6.21352.12",
        "version-display": "6.0.0-preview.6",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8338df6d-f649-447f-8998-e393c63c6645/19f0f84b693fc54222b50870baca4899/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm.tar.gz",
            "hash": "7983d25361d7acf405ea2296e94231c3f313791d775fb44aa7b8455c17a5908a983ba43a0a9a67daf83a9fdccfa87f6bce6b931bbb43bb6896959ac00819ac36"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28b6d195-c69d-445a-b1c1-821e1a1cd8a1/6c85254b5cd005094a41ebd56774d4e5/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm64.tar.gz",
            "hash": "6d05901324593d52b39d26ab09649377c888e22346f97e4b98a7487798ae2fe3cf9e2afc6b835b1b038890c6b9aa91741c91f9427958e138050d86cc00c1c673"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5dbb2b9-ee75-4863-9495-a3b725023b0b/97d974fbe72d6c4515a2f93a88244ddf/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm.tar.gz",
            "hash": "0cb731082c257294b97a2a0536ed9fc4f156cdfc58e15f60ffb575d43c082ac68ffadd63137b0d9b29a459f782c9ef86b972c8c42c15c567d570e069be66d91e"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1434d75-89c3-4b52-9a43-870c0a017897/6c50fdffdc2bd153c809e8dad409c9fe/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm64.tar.gz",
            "hash": "95f6d50107cbd82afa6fc4a637109430e5c1162689e898f24fbc62ea95eb75ac7d122dd27d6b89c86212265fdfcbcea49356ea52eecae5ebd76b928e515a2b9d"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/026cb7b2-fe95-4234-878e-410f678112f9/659fe44ad45762b42a13e66dd2795028/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-x64.tar.gz",
            "hash": "ccd1da6558a1d54e5ad4b651684990d56b7516c5968371f04a9d8f59c847073270ff916b185a1cbd93ddb362ff44e358db1be0335af12bbae0aa22db845057d4"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/841cf439-e6c6-4164-ae75-e4f1f3aafe0c/fd64b0395f6f0dee9ed184d918e49cd7/dotnet-runtime-6.0.0-preview.6.21352.12-linux-x64.tar.gz",
            "hash": "b060e5c1d568cadfd813d8b1dd3b378fa7465e47829c4b6831eeb6af9760db456a60da54c99a705b68269ddb8287def6119814514d24a38ed2f0d08464381211"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e5fcfb9-e470-4989-9677-39dc2fafd154/6b2a23abd069560e975e4c517df7b74c/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.pkg",
            "hash": "ecc91d0e6f727452b3e48e69514ab2373fb226b6bcde107b61d6d53767371b6aa60b133940a2eb1bf813a2d8a9c8c6aa53ef20c6111a24950456cc73a77d259e"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e6e0f9af-9d3a-4a31-b260-666b0b3e4221/51b3052f9c84277b38578c5d7281dc4a/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.tar.gz",
            "hash": "1dd308ad7582358f82872478369ea69d2e4c53a73fb63d22c7d4e4a87cf01df4fa980710d1a1346bfcd589437b9d3a037e9801baeae4637fc8fd44d7156dab78"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd4e78c4-eb09-4e98-9a60-0cf796a8af20/1095c137d3801cffaa6ada35eae0c1a3/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.pkg",
            "hash": "84da9c4cb6b67bfdde401008ed30dfc79e7c4229a90a3b44e4f60b4523f3ced4ac112e93a09368d480d3614b9e1c5039ea6119f7157ff6d532d95ae7466a926d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67ae4f96-a7b5-49e3-809d-50de8e771c0f/ef5e3b6a1ff3abcf881b7ae880253469/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.tar.gz",
            "hash": "fab8e70b0aae1ce65fb7de263215b6e2fdce22d491a1041017dce88b8a4ddc354781a65fc5ae9e5a15448f1192cd1321c876659d2b44332389de01fbf3e371c8"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e40dee15-1d90-4917-8a41-d5ce3f218407/4b412277f3b9c39e9288bb4020240546/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.exe",
            "hash": "9b75ab7057cf1edc131081e87e3921e5d96554d7a3615d01ac9f7b236a825b0b29bc5a83dbb625fdf89b27f341dc84e339affa788d4eb07c0b9aed0e194152ed"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b68e27f8-d382-40f6-adc9-17aa1013925d/7cbd7bb99d2f181c40290b97018071b5/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.zip",
            "hash": "bb37d1837f877d2164aa18c1866af7c97cdc281580a0a4403dd4ecb2edc8b4070bc00ff1fe2dae7be44e132d48d828ff6d483b6eb4e5a42a4ef0e4afb1cbc6de"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8031c86-e522-40eb-8c5e-edffcd711268/1880257fd9d1cdff0d3d4733c7246376/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.exe",
            "hash": "77f4023d0ec8ca1aef1f0e6eb133e565a7e0f40a5079fa8b1548c850496a728246d111d5603070b4dbc6dba9eb192fa2fbe52a179a97b75c6336dd1e2f51aea3"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7282c65e-b906-48b7-b8f7-6bf3a6f980f0/ca7af999c52955ffdc45300b1de97a08/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.zip",
            "hash": "d2d6b16fd5eeb9b39afdf2e0b6ce732fde0e90806e6c63dfaf88434d306251e5cf344b55e253cb6e7f38da19899e845a76a8e63ed7836f94ecdcd0256fda73e4"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/547ecbd0-9861-4ad1-beab-cfb256c2d212/f1e11ce269c7e8b8d91139075cde2d59/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.exe",
            "hash": "87dbb4ec5249ced9644bc30479b6b273f27d8de51416167b0a7daa7d9e84bd93c42fabaff93aabc536e0ef60dbfc34f9da37a76ff032f5e74a569dbd1e816c4b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa4333d5-b145-4bd1-b86d-101e758ff253/3b813e4a0f98fcc4f9f0930ab43a26df/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.zip",
            "hash": "aaebb57a19a965ac998e3c6bd2ed4f4a792cc21a49e32ba74754e4d66aac82a461821bb0f704fd42bb8b9af13c9fc459e7e6c86c5c67def4e225e72aee4dfc9f"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.6.21355.2",
        "version-display": "6.0.100-preview.6",
        "runtime-version": "6.0.0-preview.6.21352.12",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
            "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
            "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
            "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
            "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
            "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
            "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
            "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
            "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
            "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
            "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
            "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
            "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
            "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
            "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
            "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
            "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
            "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.6.21355.2",
          "version-display": "6.0.100-preview.6",
          "runtime-version": "6.0.0-preview.6.21352.12",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
              "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
              "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
              "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
              "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
              "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
              "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
              "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
              "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
              "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
              "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
              "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
              "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
              "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
              "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
              "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
              "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
              "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.6.21355.2",
        "version-display": "6.0.0-preview.6",
        "version-aspnetcoremodule": [
          "16.0.21186.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fead33a0-bfa8-4a3c-93c2-fa6dcd7fce47/11681525584ed1a381ecae3536693250/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm.tar.gz",
            "hash": "aaf6919f55864234a5eee7126d1a79d2dc3bb2bc0d746cc8302c56dc62a683b6a662140b8c4875576e5c24eab41a993eb848f68dfb3096386a935ff3bf41c9ce"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7535469b-06d6-407d-b751-732ba8ba12d2/9ae4e842565ae3c50e5c2673c06bbe37/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm64.tar.gz",
            "hash": "27f9b870debb847fc4da084f2ccab8da3c04684fe8343c0f3aa079a54add5967f3efc1dd8d8a0d2bc92198f2bd03b42e3fc3eb4aff425baed97972397870c8b2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff9927bd-791b-4d24-9a0c-efb0ed21fef2/655e8c11a83cf865400654fc473b3f8b/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm.tar.gz",
            "hash": "50f1c68f64aeb576452ddf11a26e5e2bbb9d713ebb9bead6f8d73b16b8111eafec5841c470332a8700ebcd7234b87d453751857fc93ec6cc20a5fcdbbe42c6ef"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bab174a9-3aef-467a-82d3-3fec5a8e562a/ea80ec9fb413a934e5b8f4d2e60ec5c7/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm64.tar.gz",
            "hash": "ff591e1da80ae387e6b9f53bd0ab5fe778ed3334a0249b68d3b7610b6ee5cc036006bb5b596c8b36f6b6a1e71e12c4d241ec308e7a54ec6e66fc76f552c7c72c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0678c787-648a-4385-9b33-af728cba9e0b/56171f0269e38da631bf1ed416edb7d9/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-x64.tar.gz",
            "hash": "4c5c327e431903d05524b4cbb506a6b4fa18f342caf0fb3ce28068fae86c1428c8ae6ef324a7885031d33f91009b5e6eed48b3352ece1351a86c08b42d5d0702"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24e3144f-550d-49a2-bb40-8fb06aaf29a8/300b021763dbff231af63adb28ec6abd/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-x64.tar.gz",
            "hash": "42cc384554caef8f72b5410aab196f3d62cdb053dbc56e8bd4e0411de5deac19b9524b7cfebb14c69d583842b477e830bc34e8e9d76f723ea02470488d172f47"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3830a164-7a1d-43b9-ad38-175f11a3731c/2f9e05c8da288e93154810154616dfa2/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-arm64.tar.gz",
            "hash": "9806a42586010817aad59a778dd26461e3633d3ac3d97170863c41ff5f38003eaf91e9f153156d6e92a60c8cc94a5cce6f07e194f0987255938cc4fdf8e464e5"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/392fdec4-7fee-4b86-9497-c1f63eb87acb/e5c215160b9e93e43f581e59bff87c9d/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-x64.tar.gz",
            "hash": "781edd3f28c754acf32a54ccb57f507aa839ec637883f21bb4e687f3a234ae0a9fc966b529afd928fc57e4a23bbd797a8ebbae0d2f5a107f9322d7f071c86b8e"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72a69c8a-e91c-4328-8cb1-699af101fe9f/19354d5c08dadc1812115a21e18655ce/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-arm64.zip",
            "hash": "f7e0b22f34a1a435b76525222c6ef7cd80e845fd2be8fabc3825f764c10d49b56a25e985e2c687b9fdf7df65d03bd27d8e1a77e50c9320e48434ce3fc5542c67"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/02355756-f7fc-43fc-a752-e7dbf3098b1c/4972c4b8b2973b00042a11d39a2d3d10/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.exe",
            "hash": "a7fa47dc733235f18ca1376486c90c8f1aa44530f57bfef0a632a93cb250c1d41be56d9cffcd6ddfc064cafeb64da23fc01cc8653d82f6343ce3ed760177bc5a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/706b6612-e557-432b-88ea-96d13e2af5a3/f00c6537f1a7711138216555797d6833/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.zip",
            "hash": "3220634d47d556caedbe3f8b11d37f819226654e52fb5641ac705b34f19105144908008c4557213cc61765a2f78f17c21b076217feb911729d9aa0b2f131fd03"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bfa5cd7-d533-4457-90c4-e412610464d0/7b3fc132d204581a9d0f2c809e5b837f/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.exe",
            "hash": "eb5af3a38dd9b1f2c8e4cddea0e33bafe8961fc52589dbd6bf41c94f6e2539b7448ec79a59ecdb9c3a7eb19605cb7b610401f21782c09bc174eb58e3a018693a"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5062e035-1f6f-48af-88b1-51ff3a67f7fc/fea719da53e107752b6d1c7e2001f758/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.zip",
            "hash": "3dd1cab40b2f5663d7fd96fd778ab481dc33a8be6a170cc80d3e26d6c2b11802649ebe2872c4a3d07abc0cb40a45dde5e949eccb13601e4fad983427bd92e108"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf05db87-6052-43ae-8cda-c0aaf1e455d9/a09408560e38c80529d42bbf1bdf552b/dotnet-hosting-6.0.0-preview.6.21355.2-win.exe",
            "hash": "f15b02946c33a3117110428a773a4af6c453140995da7c1a69f68c7ec900643eb5080b20f8ee2ac32fe0ddc900fd59aa7a4389da348abed3bfb07d0a8ed1bb68",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.6.21353.1",
        "version-display": "6.0.0-preview.6",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c074ee8-043b-4f50-a135-e198b4a26bb2/fc4e30c8c0a7266cc92fbe7221173fad/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-arm64.exe",
            "hash": "7712970bbfa4e1adb3c5d0c2ecf98fb5b2b0e978f5aad746f5073ab6abb3e3db9582697860307cba41c2e07baaf16e1a7713e3a23c7eb2b9b43cebcd7b23985c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6bef7e7-7d36-41fa-a937-119a786bdae3/b8251935ec30137f6d83dab3e6f1f12c/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x64.exe",
            "hash": "9837420074eed77e0dcd879f05c0b67d3a402a8cfccef34b62ebdbcbf7f828e42d75df134ed252c6969757a7a174b616b57a56a348ff9e3acb635435ad1e53f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14c95c30-bc3b-43d9-b569-4e388ab7ab19/2e3b68dc6ee53a6aab3f71ad891215d3/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x86.exe",
            "hash": "8cbfdd74f6267ce9127c8aa0e72efc6c9445fc9b99e4121f4d573f57a679f4110c7546be26a71ef5ad87a0073c52cbf28e173607dbb86995255a66cfcae9637d"
          }
        ]
      }
    },
    {
      "release-date": "2021-06-17",
      "release-version": "6.0.0-preview.5",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.5.md",
      "runtime": {
        "version": "6.0.0-preview.5.21301.5",
        "version-display": "6.0.0-preview.5",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4c9c57f5-d602-4534-8baf-dcf74e04e691/c852220420dd23603a866565d1fd452f/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm.tar.gz",
            "hash": "7fc26829ad0d4e9c76e520ef9ddff0bfbcccc44b6562b4cfb149095e5d6ef83e704f9b533825ca176a492305bbbc8afa4e6554ebe82de42bfc1c0021b147dbf1"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dad1305e-6269-4c6e-bad1-12680ccfd42c/2a903a2cf6eacfaf44d00f27ca3472ff/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm64.tar.gz",
            "hash": "13d58229e85005ecc1e890052744b8bb3a8e1f538bbe716e9a9c4dea9a459d6bd5e7b733b2eb0b29e96d32e27eeb11f830fa7a52eac7879550e7df97ea73b90e"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/706413fe-43b7-40af-8fe6-224fe36c9443/bfe4ac59c5a58f1f986a8690af6800ba/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm.tar.gz",
            "hash": "0313e8fd504500003008d87ba89918d81a66d218c46de1bb614b6f79946c019cb8966999ae7d1f2ee4385af43afa8bde28c5312cd6821fbca09e8aa21b7d37a8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68c123d8-6072-410f-97f3-3d9535b3e416/ee5344671f68161b1582c394468f8feb/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm64.tar.gz",
            "hash": "c2fb6c441f3af0d579a64f63e5bc781218ba82a5fa8cc44e46adb44a3099f71391f03fc5c67755eea92b99d41130cfa64454204ef78f8394988ff2da32898239"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/750940db-184c-419e-9be4-d8330638cc63/6cee68925ca398206cd3092a279de4f5/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-x64.tar.gz",
            "hash": "dab1b9a17a332a384777fe0d81c72bf62968b66adcf68e76e551ba3ae06dce6821dc4dc25ecc3756fd0dd360bad56b98a0c0c353c7a6a3e88e8c55e8352b02ce"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fbf784be-f157-4f40-81bc-508bac32b9d6/273a0d69053e19beb1d048cbd92da627/dotnet-runtime-6.0.0-preview.5.21301.5-linux-x64.tar.gz",
            "hash": "69b91743bf79f44da0bb82f9d36f77e12ef2889e11badcf096734a8c98819a79e83f9d92cbb9f82584e8062089df52db9e4675bc143fc46ed3a31029d8de6df7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/59b1d539-c76f-493c-9f6e-18c953429084/4c7fafc6ab3f5f4927929b543d62bc81/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.pkg",
            "hash": "ec1c18e886992453f75efe2e3334589aecfa6565b19a0664a87ae20d5a4808236a00f480972fa848debe90b977ff7db8da0158e0e9bcd13ebd45b51450aec5c7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef2cef88-fdc0-4d42-ad0e-3c4bbc4ab806/fed7ea45282bc20fd38a98b54ea5f2f6/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.tar.gz",
            "hash": "6f285837a24f898341853adaca5eea82950195ba57484285bf7322c526939e76a331bf567b0e8886537c734eb512bde392911436541a194d6c65589fbb68bb36"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c326f2e1-10ee-482e-9871-5fb8de7f7777/dda8203d3b58e56efeca4a7248cdea67/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.pkg",
            "hash": "fc02ef1a31ef0cc9e89a07a09d6013a60200d0eb2444ad5fcc76fed4daca18462d7746da036762fc92be5f05ccbba299652c45747c553ab482dbf77463260604"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e6155cd-e095-47ac-b642-cfe19c451b17/798abdac364b698400981e8af5471429/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.tar.gz",
            "hash": "ef002e82c6febbe798b19ed003fbe8387400fdccfd24fd8f8b5e072144006d5b95c8e7250c7faaa80b2f2d6a3253ec9c8eca8056118246b96af5de708b89ea96"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/195e2dbe-a67a-4882-9d36-43e525b9070b/bad8c506552923441b7ba3efb097ac32/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.exe",
            "hash": "9e63bcbf9a68514b9f4289d25e8e2bf022db2702940a4d9e7c2ecf7d362e1e97cff2f0aa40068cee92ab5e0b84eb6a05f5488ea2a807a883ed0f0c5327371030"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd854d55-6894-4d19-ae27-cdafffd762c6/fb75c483074a9e9e80324f9138843ef6/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.zip",
            "hash": "9348872af2cab34361bc373d39e0aa02dbc153f1d2fc1b8de36b4f6ae6854ca3dfcf0b08b7f275a5a0bb184f9ac6a9ad801ddb14b53d12b6d29c65fda963bbcd"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef0fa0ce-90d3-4e4d-9573-f15b67ee720f/58a990520b2c53331bcd2a02755eca6d/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.exe",
            "hash": "49fd8dd46759e187543bf4ee879dc21191f2ef15f2d47acc1eaf84b107e72ce08eb45e8beaa073dca37e2b94442fdbe7d7a3afcb122cd3b380501aa74c323449"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d763969f-3ba9-469a-99ad-d8c09bff879b/5a25bad534f25dafd07fa36036737621/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.zip",
            "hash": "c1e4656198f60297511fc28b5b1d6ad28eceec29fe59ea7a9e1c8b0b7622ef69e8af481c98a1958f65cb5b3de81d755ce3402d10712944c0e313366741a0e738"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e9c74b3-2535-4420-a268-e510205f4c14/9ed075932877e97ad9b1ecbb60e018c6/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.exe",
            "hash": "9d7e85662f248247c64fe0f260dfdab95e39bdc9ca0e31f4571433c4c145155a619d81e5ddaf254fe1a5ed8f3e89ad8f9c3937a7eaae4221e072525ce096feba"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58fd0ee6-34fe-43c0-8d60-d343cf00258e/1378d08d2cbfe35a45447b5d29fcacbd/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.zip",
            "hash": "d45c4956a03e3af922083b0f12e46e65cb7e4e1847d7dda5272dc7f4a158fde52214a4221fb38894bf8d4c42cdd7d664928484cfec9c76360db85e19d47c13d9"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.5.21302.13",
        "version-display": "6.0.100-preview.5",
        "runtime-version": "6.0.0-preview.5.21301.5",
        "vs-version":  "17.0",
        "vs-mac-version":  "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
            "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
            "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
            "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
            "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
            "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
            "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
            "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
            "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
            "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
            "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
            "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
            "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
            "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
            "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
            "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
            "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
            "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.5.21302.13",
          "version-display": "6.0.100-preview.5",
          "runtime-version": "6.0.0-preview.5.21301.5",
          "vs-version":  "17.0",
          "vs-mac-version":  "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "9.0",
          "fsharp-version": "6.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
              "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
              "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
              "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
              "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
              "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
              "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
              "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
              "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
              "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
              "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
              "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
              "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
              "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
              "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
              "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
              "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
              "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.5.21301.17",
        "version-display": "6.0.0-preview.5",
        "version-aspnetcoremodule": [
          "16.0.21152.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f98b34de-9da4-4911-a974-36f94d684eba/f6245a9a67be46e0c8607c20b275e332/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm.tar.gz",
            "hash": "f421f31c829b6f8440acb0b2d5b6ced1aad40ebec9690cee517616268d8399799662567afae4749ac91755176c45a85653cbdda6b73336b17ccd15c0190e63d2"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c61af2b3-c528-4c9d-8499-1dfe3b5fb1c5/429383fe42b5f3f458881c4c074bdf3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm64.tar.gz",
            "hash": "877809d707c83f6275a610548e134ca614b3b63075c49728af2060ba49bfd20699b44ea22680ac55c5975486c9df4f0da7bfe1f0110b34056aa8aa4295b1f485"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd2a65d4-1daa-4e02-80dd-ddac07feb812/bf84355c2d5e09b0328d20035138d8f6/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm.tar.gz",
            "hash": "6b9f8b85d492978f2ea2b9ab7e7d9e7a0a52a7d7cd78902b664920bb78baea29f57f0082416191c5cf6a460a2d3f8bbcbd87cbf8051ff6935ccbba69b0725ef8"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c80123f-fadd-463e-8cc7-e649a18e0de1/91f5b4b223fc097a6a025c9c91219a86/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm64.tar.gz",
            "hash": "634c40ab650394984b9f7320a2fe6bac72f1838b9a73bba87773e3a63834a3bb225862b4405fecfa454694163547dd3c4d073d79aaabed80bebff765140364a6"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25845eea-7b65-4fa4-accf-1699842da775/1903f77becff8e6ba34e6c8de0381e3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-x64.tar.gz",
            "hash": "9e781624c19261096bbd75be5fec301c3662774cb984db704910e9b8e20ba5dabd046e3aeca66a59b3f334e49e51574b76a108514bf303070a38794f10420869"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb25635b-34c4-47bf-9f80-be40f001e33f/968620fe6aebaf300635ebb6cf70685f/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-x64.tar.gz",
            "hash": "4f21c8ca94d0403b5023696d5862585fdaf2d8111a5416dc07dc150450bf89bc96e0f554e5213e66daac467166af8bfe68f2c4de2d5019ed755230b89337582d"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0d347e9-82ba-4dad-af79-53ca7a9b92f9/f22d2d4ad96576cbea7f0ba98f5f9285/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-arm64.tar.gz",
            "hash": "0b3c44bac31def3481dc6d09df5b71e41f3593a9cab1b530e58b498240b8246c84da572de2a5dc569b5896d631b2f8820675b554bca470d987cb204e691e1d69"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4ccd039-1f12-4b40-9198-a992d5131bd0/7ff5e4b828c81eac221ec932e7eb40a8/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-x64.tar.gz",
            "hash": "de58d39253f1512f60b62f98684331026942b4e7fb7c0af9ac3386ff3d854f017c9331d7344763ce104f5f80e7759689f89fb867210010734e20d87bb0343f9e"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cac5836-0e83-4f88-beb8-633609f50835/790e099709c0c4fb3ea03c1e1831a236/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-arm64.zip",
            "hash": "659c3b5df4bb53fa3735ba0560135e4efcd2699ae6c9e487af773d5df20f7605dc08142bd254a23aac1f237e7281e0b43717d50108f1c70ec76421144c505231"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c13d1994-bb9b-45c2-a7a5-9a9e98c7e14d/38526aeb5e505dbab37c8c56b245f135/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.exe",
            "hash": "b2eeb4231596ceff65f862c13296d359441d9b619b77c6c0e9e814ad8cb67e14780b5c24259268125f48ba95f06fd0a41871f8fd5e3b3a2ca3770b509bf3f94a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba997356-994f-42ed-b4e1-39025c4ccb6a/6e7fdd95c3c9f901a64b4f8eeb407f41/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.zip",
            "hash": "2812184e80ecc1bb46702c29eaea0d57d801c256be5b7687bce90c2682629527de5799d17c58545176c68a2baee0d7cfedf88dff89a9fcd8ccd66968a65184e3"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03fd9877-39c5-44f4-aae8-a93c1478cd5a/05ee29b94f8eaf3b1cf0bec474312f08/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.exe",
            "hash": "97bc47a77e7aa098233bc08ae41b82820d5f72c4688c837c657da8138de8676439a2b8e3357e01fe1dd5f8947f0e8cbeb319a617cc12b473a175af145b75ab38"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85652fb2-811b-44c0-899d-2f9d9a161f6c/67ddec0efbb096a6b169dc2bc3965993/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.zip",
            "hash": "7adafb4e8f67a56c78ea86bebf540932dc9ad5092536ecdab585658ab646e68e01bc3deef00c4fce391070017ba3b21008f7e4daa7e0dbb986f5de998dc98007"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c850d922-7954-4e0d-ad31-d581f04e1431/cca5c76bec14321aa4a2dcc9ee17eca8/dotnet-hosting-6.0.0-preview.5.21301.17-win.exe",
            "hash": "327cb3eaeb09144e939c351431efa6da16c6a4d50a8b539f9f167d1d20722dfd1f32b4079c302933e7a24406d16401dd5fdb3528590df61623a224fce4db0571",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.5.21301.4",
        "version-display": "6.0.0-preview.5",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09301f50-e9d3-47f0-9826-0518e9a81a71/64397a13cd3a47713e5a72f328bd65f2/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-arm64.exe",
            "hash": "b0db34b03c869e07d51f63c2233b1d9f3447aa2e03b7a3084d020ad918196462fdc646f9848d681a1fa87fa98fb029999bbf234349dc4064b6000d51d5dcb901"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e0ae708-2bc5-4470-8836-67d64eb24eda/0c4342f2e8c032d461a64c9b72881106/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x64.exe",
            "hash": "ee6b99e968265ced5119c34412a89868511ae1b40274ec965862c30230f1568233e16bef0bb26c6a69662b4365add31c78c3078f6037aabb771992a4c18306f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30fbf394-c4e3-4340-aed8-c881e03b27c9/53a2b97e08e9adec809ed21267406a39/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x86.exe",
            "hash": "9bbb48116e7cde220f7f4163c7ec48b47ba7405baef0554139a5dad9008bcb10e073a071397150649b8667227c3de2d3b7fe6d66a295ba1dc60ee8bda32dd257"
          }
        ]
      }
    },
    {
    "release-date":  "2021-05-25",
    "release-version":  "6.0.0-preview.4",
    "security":  false,
    "release-notes":  "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.4.md",
    "runtime":  {
        "version":  "6.0.0-preview.4.21253.7",
        "version-display":  "6.0.0-preview.4",
        "vs-version":  "16.11",
        "vs-mac-version":  "8.10",
        "files":  [
        {
          "name":  "dotnet-runtime-linux-arm.tar.gz",
          "rid":  "linux-arm",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/ef4107cb-7f83-4049-8ffb-abb57eca3eba/5b293d0a78a7502098d82bc8cf7fb3ac/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm.tar.gz",
          "hash":  "9006314540937845adb3e8746fda48037bbbfb28cd76eeb66655d1d1a92014d979256cb78b08f5f85fe8b5b8952a10b3c152be99b7dda3b2bfe1ecec5935126d"
        },
        {
          "name":  "dotnet-runtime-linux-arm64.tar.gz",
          "rid":  "linux-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/b4c1b7bc-22ef-4c03-8bcd-e93c54f2d535/5b697fd959e80c67bb92ce210436c587/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm64.tar.gz",
          "hash":  "69b97e6e2a98acf0dc81ceeed4bb4ff098edcdad7ce459068c1ba4393f3e6db7d6f4df75c7e41da65ac984daa9ade8a14b8277175ac695737a2a03406598c541"
        },
        {
          "name":  "dotnet-runtime-linux-musl-arm.tar.gz",
          "rid":  "linux-musl-arm",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/f979a82e-ee67-466b-ae95-39014e253007/8a22e3388b8b7fa03d34ae694288abb9/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm.tar.gz",
          "hash":  "2cb28f12114248fd6e068d80f249dc322d5c1d889d4cda663528224face978916c2e820fe7eddaf5239da146f804cab62efb2309f186815a26e894523ab396ce"
        },
        {
          "name":  "dotnet-runtime-linux-musl-arm64.tar.gz",
          "rid":  "linux-musl-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/3b8a735a-6d7a-461c-9ddf-436444d81eeb/ef59b5a55b257ce800e3d537e500bf36/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm64.tar.gz",
          "hash":  "711f9d17219b71dabcad305f3cb5f5a9c25891908ae9410ca8af3d3afba932473daca2a221fdf7338ec08875770f7d166a0836c287bc5b7c1bd856a0347d975d"
        },
        {
          "name":  "dotnet-runtime-linux-musl-x64.tar.gz",
          "rid":  "linux-musl-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/01271d51-222b-4dd9-ac04-ef08781a8d61/b47a41c512e03b97df2e108667cc2004/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-x64.tar.gz",
          "hash":  "5e837bafe7a5027e0b7abf9f68724d39dd4aa7f04ef3e04de3304848ffb7f50fa3b975ca08163a7b1e84fc1945061516ed617b224539ff159c31674ad12702e0"
        },
        {
          "name":  "dotnet-runtime-linux-x64.tar.gz",
          "rid":  "linux-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/ba1fca18-cb33-4eb2-a7d3-770331f3fadc/02b0897fe253e3ecb35419c33e985f85/dotnet-runtime-6.0.0-preview.4.21253.7-linux-x64.tar.gz",
          "hash":  "baa7a1f8ea64ff93850b4e9ef44ba3af2e7ea8dd72354e70a73147e630fca97fb8e7f4f7ef963b0f7067baaf26c29e002a330663d32ee2cfe3bd2a0049841f6b"
        },
        {
          "name":  "dotnet-runtime-osx-arm64.pkg",
          "rid":  "osx-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/fb84fa05-f898-4fa3-b6af-49dd6218fe2a/208ef70454ddebee075044b8e924200f/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.pkg",
          "hash":  "4a7220ebaace274e0befb11115f33cff4391306b1f3b654fbf4a470ae05eee8e887866bdd063b18ed660a66ac35dd0fab2e9b68453df3ac50b582ff543d8cf79"
        },
        {
          "name":  "dotnet-runtime-osx-arm64.tar.gz",
          "rid":  "osx-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/be13fe16-ecd0-4704-bda6-3a0758bfa3ef/658adf39561a6f711b5dc313ad540d50/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.tar.gz",
          "hash":  "35d0aebdec8452b3507b4b4780f44d6daeaf7e2ebff880dbc9e10a470d33167e05bdc3e48dcf60090b2c58fe26945a1ff25c3b0ddde05d2fde25b62974c93d9d"
        },
        {
          "name":  "dotnet-runtime-osx-x64.pkg",
          "rid":  "osx-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/bab80210-ac54-44fa-bf41-7474c6371cf2/eadcd657b93e347d08bc33c59bd60835/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.pkg",
          "hash":  "e86ed9c9844000f105f135add6b0ce72694f5a80e408000aa4272f17eb8d601b7248de8071cf8039091657c321d893b8b3d6bfa1bda9c51f0e71efc8635ce097"
        },
        {
          "name":  "dotnet-runtime-osx-x64.tar.gz",
          "rid":  "osx-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/120689aa-0443-4546-bf0f-49811528d64d/247a950a605bd0cc1a6ae2262898b1d8/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.tar.gz",
          "hash":  "bfa3e8693436d082d231c3e975c9897c169d7285e7963a84c5804af512026faa2366da620c3ff832dea662b935573ae391121c5a5bad7c43ccd9f54194748600"
        },
        {
          "name":  "dotnet-runtime-win-arm64.exe",
          "rid":  "win-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/8572a5bd-c181-4cd8-b4b5-2b540abb00f7/83e09af677e700938e5ab6fcd2766667/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.exe",
          "hash":  "8ee0d2af80630c882b18166522f074847fc4864634022c8f8b240e38985fa0afcc9de7348aa3e19a6386e92ab7b54234dd917716f14a0ba0a09fa780337caecc"
        },
        {
          "name":  "dotnet-runtime-win-arm64.zip",
          "rid":  "win-arm64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/27087b99-d8db-4ce0-81c4-83df88023116/1b97ed48a61e7502d546a68d7c2db300/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.zip",
          "hash":  "aa7b52e90d6b7baed3400f4feb0d961ce1f0a2a60bf892d2a7311741fbd4e1f81b9526456555c866e73a2a1cd2f541cc84a5be6be8a8be5d0c937eb40d110265"
        },
        {
          "name":  "dotnet-runtime-win-x64.exe",
          "rid":  "win-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/4da29c93-2f04-4c51-9bd2-920c455a6379/b9a822a68b93f234d818863d83c8b02f/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.exe",
          "hash":  "e3bfccb01aaf94bf7f2f9ddd4b4dc304f96cb948da3e6cd2fa2ae45bde7f5880b0cbc5110a1f08f7998e94c8f6adc5274f958abe77af0f283881ad07539bf38a"
        },
        {
          "name":  "dotnet-runtime-win-x64.zip",
          "rid":  "win-x64",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/686f3a1d-8737-47c3-8b7d-c6270833cedc/42e66fda0bd3d34f3d309ff0b88c4733/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.zip",
          "hash":  "ff573c192f196f641d6616addb7d629c22c6aa666b4abbf0c3bd5fa4d6758a74175dd08dec9edbc166a8cf90b1f9888ed791609f03972d12cce99bfaf058f1b6"
        },
        {
          "name":  "dotnet-runtime-win-x86.exe",
          "rid":  "win-x86",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/0315d2cf-60da-4952-9c12-7ee35069cc79/b49514346b0cd58a2242feb74d54cb81/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.exe",
          "hash":  "11605f52a760c4cd7d788eda34d32b98397e12ff65f9be89f0a3d94c65cf7f62e3a12e1024b0e30451526e87f2f9f606d05a897c6ac990d15ab805a1a4d2ec9d"
        },
        {
          "name":  "dotnet-runtime-win-x86.zip",
          "rid":  "win-x86",
          "url":  "https://download.visualstudio.microsoft.com/download/pr/9875ad23-f779-4ba2-bada-ea5296d303ce/d74a18d7a72131b66c355165a47d3870/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.zip",
          "hash":  "ec10d0f77b150f592ca6ed9a9fc182ff164f2f17c185d09a89d90ff1e8de0da1306f0d7952fd7337d41bad391ed25c07f2ee4e63aab62160849fbcdbafa5984c"
        }
        ]
    },
        "sdk":  {
        "version":  "6.0.100-preview.4.21255.9",
        "version-display":  "6.0.100-preview.4",
        "runtime-version":  "6.0.0-preview.4.21253.7",
        "vs-version":  "16.11",
        "vs-mac-version":  "8.10",
        "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files":  [
            {
              "name":  "dotnet-sdk-linux-arm.tar.gz",
              "rid":  "linux-arm",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
              "hash":  "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
            },
            {
              "name":  "dotnet-sdk-linux-arm64.tar.gz",
              "rid":  "linux-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
              "hash":  "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
            },
            {
              "name":  "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid":  "linux-musl-arm",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
              "hash":  "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
            },
            {
              "name":  "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid":  "linux-musl-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
              "hash":  "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
            },
            {
              "name":  "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid":  "linux-musl-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
              "hash":  "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
            },
            {
              "name":  "dotnet-sdk-linux-x64.tar.gz",
              "rid":  "linux-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
              "hash":  "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
            },
            {
              "name":  "dotnet-sdk-linux-x64.zip",
              "rid":  "linux-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
              "hash":  "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
            },
            {
              "name":  "dotnet-sdk-osx-arm64.pkg",
              "rid":  "osx-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
              "hash":  "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
            },
            {
              "name":  "dotnet-sdk-osx-arm64.tar.gz",
              "rid":  "osx-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
              "hash":  "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
            },
            {
              "name":  "dotnet-sdk-osx-x64.pkg",
              "rid":  "osx-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
              "hash":  "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
            },
            {
              "name":  "dotnet-sdk-osx-x64.tar.gz",
              "rid":  "osx-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
              "hash":  "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
            },
            {
              "name":  "dotnet-sdk-win-arm64.exe",
              "rid":  "win-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
              "hash":  "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
            },
            {
              "name":  "dotnet-sdk-win-arm64.zip",
              "rid":  "win-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
              "hash":  "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
            },
            {
              "name":  "dotnet-sdk-win-x64.exe",
              "rid":  "win-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
              "hash":  "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
            },
            {
              "name":  "dotnet-sdk-win-x64.zip",
              "rid":  "win-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
              "hash":  "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
            },
            {
              "name":  "dotnet-sdk-win-x86.exe",
              "rid":  "win-x86",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
              "hash":  "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
            },
            {
              "name":  "dotnet-sdk-win-x86.zip",
              "rid":  "win-x86",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
              "hash":  "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
            }
          ]
        },
        "sdks":  [
        {
          "version":  "6.0.100-preview.4.21255.9",
          "version-display":  "6.0.100-preview.4",
          "runtime-version":  "6.0.0-preview.4.21253.7",
          "vs-version":  "16.11",
          "vs-mac-version":  "8.10",
          "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "9.0",
          "fsharp-version": "6.0",
          "vb-version": "16.0",
          "files":  [
              {
              "name":  "dotnet-sdk-linux-arm.tar.gz",
              "rid":  "linux-arm",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
              "hash":  "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
              },
              {
              "name":  "dotnet-sdk-linux-arm64.tar.gz",
              "rid":  "linux-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
              "hash":  "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
              },
              {
              "name":  "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid":  "linux-musl-arm",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
              "hash":  "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
              },
              {
              "name":  "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid":  "linux-musl-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
              "hash":  "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
              },
              {
              "name":  "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid":  "linux-musl-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
              "hash":  "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
              },
              {
              "name":  "dotnet-sdk-linux-x64.tar.gz",
              "rid":  "linux-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
              "hash":  "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
              },
              {
              "name":  "dotnet-sdk-linux-x64.zip",
              "rid":  "linux-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
              "hash":  "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
              },
              {
              "name":  "dotnet-sdk-osx-arm64.pkg",
              "rid":  "osx-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
              "hash":  "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
              },
              {
              "name":  "dotnet-sdk-osx-arm64.tar.gz",
              "rid":  "osx-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
              "hash":  "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
              },
              {
              "name":  "dotnet-sdk-osx-x64.pkg",
              "rid":  "osx-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
              "hash":  "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
              },
              {
              "name":  "dotnet-sdk-osx-x64.tar.gz",
              "rid":  "osx-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
              "hash":  "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
              },
              {
              "name":  "dotnet-sdk-win-arm64.exe",
              "rid":  "win-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
              "hash":  "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
              },
              {
              "name":  "dotnet-sdk-win-arm64.zip",
              "rid":  "win-arm64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
              "hash":  "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
              },
              {
              "name":  "dotnet-sdk-win-x64.exe",
              "rid":  "win-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
              "hash":  "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
              },
              {
              "name":  "dotnet-sdk-win-x64.zip",
              "rid":  "win-x64",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
              "hash":  "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
              },
              {
              "name":  "dotnet-sdk-win-x86.exe",
              "rid":  "win-x86",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
              "hash":  "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
              },
              {
              "name":  "dotnet-sdk-win-x86.zip",
              "rid":  "win-x86",
              "url":  "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
              "hash":  "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
              }
            ]
        }
        ],
        "aspnetcore-runtime":  {
            "version":  "6.0.0-preview.4.21253.5",
            "version-display":  "6.0.0-preview.4",
            "version-aspnetcoremodule": [
              "16.0.21124.0"
              ],
            "vs-version":  "",
            "files":  [
                {
                "name":  "aspnetcore-runtime-linux-arm.tar.gz",
                "rid":  "linux-arm",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/b3b12a09-004a-4709-acd5-93f0dfb90821/18e612d56b8c808d98a44b47f29e173d/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm.tar.gz",
                "hash":  "6d4741f71ae38e5864f54c7cbb42dcef85727e631771a7789ecc7307e1c74fd90d9dcc543329de7b51786472c77c60d9d39368faa5e9431708c56ae2ec16a20c"
                },
                {
                "name":  "aspnetcore-runtime-linux-arm64.tar.gz",
                "rid":  "linux-arm64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/d3ae5046-1b5e-490b-846c-5605cdb128cc/7de3931963ca6f84c8e7fec74ca2d391/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm64.tar.gz",
                "hash":  "ab0aa51b272ebcaeb61e1a24e8385b8e4b7ad807576ebdf2ceb76077e517156f6a4f7303cc54198965f98647b99fdb62b6a6f6465e7ed183662561f918664b0a"
                },
                {
                "name":  "aspnetcore-runtime-linux-musl-arm.tar.gz",
                "rid":  "linux-musl-arm",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/7cee89b6-67f3-449f-8988-a21726787100/864544e43715f8aec41e003e69122bd3/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm.tar.gz",
                "hash":  "e829ccc67d4c00a790d4d898b1d0541020fbc1f00dce4c311191c4684cfd6788746cd171512348f265c80b768b877ba912cf0709efbad9ee4aa7cf6442576eae"
                },
                {
                "name":  "aspnetcore-runtime-linux-musl-arm64.tar.gz",
                "rid":  "linux-musl-arm64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/b9d13cc4-9577-45ad-8771-87587dc068cc/401c99b78de4cb733b4a0da9d0b82c26/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm64.tar.gz",
                "hash":  "9ea8cf9b8e2b81dc25b01ad55ea97de9e68d721c2643283b83009601a0f4c4bcc98b18bbf21474638380ee9abede795ce266b5c0b5f1e3dd0c265ae131d7858d"
                },
                {
                "name":  "aspnetcore-runtime-linux-musl-x64.tar.gz",
                "rid":  "linux-musl-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/8bc76f9a-faa2-4295-b5f5-113bda7a575b/37dc0bb7dcfe0039e43b24c66865af7a/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-x64.tar.gz",
                "hash":  "861d46655f58d911a63410cda1641852bc578fc4565462a690629ee835074f9f52e0c9922180b4df79aab4283c9ba474db626629d57627ca2a05b75edba9d247"
                },
                {
                "name":  "aspnetcore-runtime-linux-x64.tar.gz",
                "rid":  "linux-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/de01b1f0-784a-44b8-8f79-1f98394565ef/30b1afd3975978cf034861a7fccc0cdb/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-x64.tar.gz",
                "hash":  "249db1382db95b9e60e4068c253c5381b2b37f30cf815471b623584b690a09ae5f04ef4085e02d2a2950041682188997b1f8e39bad6d5ecc05fb239576ffc1f7"
                },
                {
                "name":  "aspnetcore-runtime-osx-arm64.tar.gz",
                "rid":  "osx-arm64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/311e99df-af85-46bd-b4b5-5f138ed77262/b1c20f2d94ac22825e3045e9f2744989/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-arm64.tar.gz",
                "hash":  "c984f4759877fd79e95e5ad3880245ed713123eb362f1a9d744687ed9d499a92b8f5582cafca51f3b30705f27fa6cadebecea6c66ef4c3b413f29d2f82d63da0"
                },
                {
                "name":  "aspnetcore-runtime-osx-x64.tar.gz",
                "rid":  "osx-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/77c4b5c4-5ca3-4095-97c9-b2d1bc6b333b/b5b967e112f0bfe7a78d450cc18e361c/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-x64.tar.gz",
                "hash":  "40b115bb2a9880bca046310be7aaa426ee53190b8f891896cd0266127291a74a01e1e3df564ab4af2e8feb18109de53b45120012f2e069298dd868b98551843d"
                },
                {
                "name":  "aspnetcore-runtime-win-arm64.zip",
                "rid":  "win-arm64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/e7d68b87-892d-4089-b0ad-161c60617ca3/559271935acbe8222a78804aa7b7f6ce/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-arm64.zip",
                "hash":  "321d3560e5cb484ca9e5730c4f5365ad5a294fb19f0a91ac5819c5734eca3ee74cf1a8cd2c61654f291505afbd265df6f17612a5ce2255fb431ee7173b81b538"
                },
                {
                "name":  "aspnetcore-runtime-win-x64.exe",
                "rid":  "win-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/d27bd776-0bb1-4697-b5c5-619c3b7812b4/05c28a15a0d2e40ac38d80c5a10eca0c/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.exe",
                "hash":  "1b579b1ddcaa75d767591d7fa8fdd1b4136ecf7efe5d4e289f8951e5bf709da9ee92d981beafb4ff0ab10df6729f436c0526c5063df06c322b895091c9f456a7"
                },
                {
                "name":  "aspnetcore-runtime-win-x64.zip",
                "rid":  "win-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/ee51827f-2eae-4a4a-80a4-239395caa988/a8f9982a0b28959ca5d4a3cb0584965e/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.zip",
                "hash":  "f5d70b5d1c067d8463e83351d77b4102c80d2a7b0290daa9edf9b5d3c5efbaa7a9da7c06356991f25f0720d2adf9f6f4ce4b093e9a9657e9212399136e34ea82"
                },
                {
                "name":  "aspnetcore-runtime-win-x86.exe",
                "rid":  "win-x86",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/1c64a041-0eee-44a0-8e7c-60deab05802f/ece6fa09c06215bfe1d514b9121b3135/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.exe",
                "hash":  "a443276aec2061472a467d5c6b0d8cab589944613afb686e8e42091a4220512e9c84d93f352e9fecc3c3b0bc02a31804ac3077c6e9ef4813b8f357513a6d78b2"
                },
                {
                "name":  "aspnetcore-runtime-win-x86.zip",
                "rid":  "win-x86",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/6e269018-0cd8-4518-abd4-811fbb64b086/1b8ffb43a306b41fc4ddf1e87e4e2c57/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.zip",
                "hash":  "ed92e4f2675ce12f4ffbc786a3d499aeb0369337ecb99234357ce1fa10562bd4df8a845aa78a331dabece8d7dd3e4f3cdbd5af24151a7a18772e1ea198c54b59"
                },
                {
                "name":  "dotnet-hosting-win.exe",
                "rid":  "",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/2728666c-860b-4a78-ba42-8ec7b2167d42/72b9c82be95a013e2c15a1fc182e2fc4/dotnet-hosting-6.0.0-preview.4.21253.5-win.exe",
                "hash":  "9840ab644475390cfe4d26c3fba075317df592a425f1788542f25cd551f2b963412c6ecb7635c6800d060399ccffc77171006dc688b9ea3aa98c5a27ad266eee",
                "akams":  "https://aka.ms/dotnetcore-6-0-windowshosting"
                }
                ]
            },
        "windowsdesktop":  {
            "version":  "6.0.0-preview.4.21254.5",
            "version-display":  "6.0.0-preview.4",
            "files":  [
                {
                "name":  "windowsdesktop-runtime-win-arm64.exe",
                "rid":  "win-arm64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/b7ac086b-6a8d-4de1-bec1-d7d4a2e58377/bc2b44c2613b8e7b6ad5b35f9685d7af/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-arm64.exe",
                "hash":  "b95442cf1df95291e800928cafd3429c16f69186c56da8b91fc60fcf42e9c3e9f541533b9b1ec8612d840c6dfcc4e3f920d3ae699d2dd386ebf5b10841acb090"
                },
                {
                "name":  "windowsdesktop-runtime-win-x64.exe",
                "rid":  "win-x64",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/dbef10d0-2761-4c02-804d-9ef4b03abcd0/48ebf973c0edad04bf6dce60a256f3fa/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x64.exe",
                "hash":  "db43650ef0a7646745067b1773477aca34d4858390e3ecfd463a108bd97ab3b31601e2434e030439e11d4512274d9cd03c937c5505399723a6c8185a863bf403"
                },
                {
                "name":  "windowsdesktop-runtime-win-x86.exe",
                "rid":  "win-x86",
                "url":  "https://download.visualstudio.microsoft.com/download/pr/f9d240ba-00d1-40c3-b338-68854dca2d69/95ec529098d264c9eb1a487f3db46010/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x86.exe",
                "hash":  "b5b8e51dfe3242617b9b2971fb3ba76d58642573892a3e906d0340125e45c89c617d996930a86cf4d1583c7b5cf1972f6b00e8d31ae37844fd62f0b8c27a3f3a"
                }
              ]
          }
    },
    {
      "release-date": "2021-04-08",
      "release-version": "6.0.0-preview.3",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.3.md",
      "runtime": {
        "version": "6.0.0-preview.3.21201.4",
        "version-display": "6.0.0-preview.3",
        "vs-version": "",
        "vs-mac-version": "",
        "files": [
        {
        "name": "dotnet-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/38227134-51b6-4275-bfa2-2c21ae2759d1/e8efe313494b4566762ea81f9d6c8495/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm.tar.gz",
        "hash": "02ede5efac794b181719642771156d5b9759f52d90fe7c05edc5e5ec6f9ee22fa03ebebce29f4aef0c74399d468429ac335cae2f636c87566f33d8c04be2604e",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm.tar.gz"
        },
        {
        "name": "dotnet-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cbbc6b7c-d7c2-485b-a706-9e047a3f1eac/b194be59ddfd95cbc67d81a12b7753db/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm64.tar.gz",
        "hash": "8a5f4d26d8b98adb6402e6e1fff21ee1cfdca42dfc5a596d59c79cabd154d1756db5269e6f6e0671911bdeaebbb1047a449298abbac049686741ae70802ce31c",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm64.tar.gz"
        },
        {
        "name": "dotnet-runtime-linux-musl-arm.tar.gz",
        "rid": "linux-musl-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/d906ec3f-d1db-4a8e-a80f-4103ceb74b78/b0966e846e06d434f2014d30961bc3f6/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm.tar.gz",
        "hash": "0f02c0ef041c47de6add3e8690d88bd787f24a6b62054899765eee73e25b75bcc185146bcfce6b8502aac29b6f0897935718260f6553b5dc9e7bd781c3fa58bc",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm.tar.gz"
        },
        {
        "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/88c403c4-ab6a-453a-81a7-8f549350601d/d101984961ba75829f7c74afdb7ca176/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm64.tar.gz",
        "hash": "635fa684a4dfffc0f4eaf1e6d383170e7ae17c3646df6e23d1b9d4e8cd790588059b0a54ee0bb46f04ef30de12605bbd9a42dab0d2315c514a4f4966fe9e56ae",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm64.tar.gz"
        },
        {
        "name": "dotnet-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/ee14de73-e734-4141-981c-0f724f1fadcb/db8c77ec1b0a3d2f89c9eb6594c52895/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-x64.tar.gz",
        "hash": "02ef46d6d2812319734be36213d5a9276a79bc483f86e2312b26df94d7af3ad7b7bb7f512c92a022cbb64742743c945f601035bd6ce02ea77a3baedddcf1f740",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-x64.tar.gz"
        },
        {
        "name": "dotnet-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/08d83899-a68e-486f-9dd6-b775bac12612/dd60b334b54191ba2b3821dc608a20af/dotnet-runtime-6.0.0-preview.3.21201.4-linux-x64.tar.gz",
        "hash": "8a6623d4ab32b24ce7cc507582309f38735419e93992f7a0180494c09cf1ec7d597fa1fcc23c90efedf6be1b1a47d36e9061c998d2713e40bbd94b61649f7ff9",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-x64.tar.gz"
        },
        {
        "name": "dotnet-runtime-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/668c384c-9568-4261-9897-9d76a3d27e6f/60d295f764d49be02666ee1b46658a2e/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.pkg",
        "hash": "505003d4d65229b14d26b378a2c1467a9eb81cb03a90094d65c6abba622be9d5f2947e50138803dffb852945c4d76742cb32e3154cd91ddbec4a71f8a27aa2be",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.pkg"
        },
        {
        "name": "dotnet-runtime-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8e302306-3b57-4cd2-9886-c72aedaf51f9/68ac67f158bd663030b283b9ceb61ad0/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.tar.gz",
        "hash": "35b669f31f1df65af4427f843e2bcb771d2122240bfce3a229d36b00f91cf8f003934931ed38cc696b9ce2b5c1f4479f4f59a9815954caaf66750f1d33d8351b",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.tar.gz"
        },
        {
        "name": "dotnet-runtime-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e738a530-73a3-489a-8537-0b33e0084c38/c3c8697484a961efb8240ccddc5d22b3/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.pkg",
        "hash": "cff3680e5ade20b4d4165e5b8ac194869debaaeff3a3f4d5489856c2d348846beb8141d31bc6eba83eec25e36949a5b66c30cdadc962e35c6f4415a5a4575e75",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.pkg"
        },
        {
        "name": "dotnet-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/6b0ffd8c-781a-426d-ae29-48f602d2dc64/c129b2832dbb09ea92f11cc7d91bd714/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.tar.gz",
        "hash": "0a9c97231ca8cc488dd16e967e60b70e23f89c84208c09860d053f4664c06a29aa62809472ff7054361dc529aa68cee62cd01f74814c1fa29bcfcc5c6c26ce60",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.tar.gz"
        },
        {
        "name": "dotnet-runtime-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/c4430f57-5598-4719-bb6e-affbb982823f/a3b8ec83a38592427d213c271bcf7131/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.exe",
        "hash": "3aa64a0dafa5fe31ce21f7471b1d47f8241bd89f932ef97a31516deb3a16f22345582d31bcc71fc0cfb68a5a2462fa4b21fd45231d2f01a9a4f210e503a38abf",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.exe"
        },
        {
        "name": "dotnet-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5e3dad28-b04c-453c-a181-1f3986965307/d334ec9b386940cd6ba98558224866fc/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.zip",
        "hash": "5062a2d53d49d7a9dc50dddac06305f23c36a568beeda3b5676beda550fe20ce4f28b6ad582a15bc7da46f4ea6e6449227317fc6e0fe122621d05af12d8193f8",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.zip"
        },
        {
        "name": "dotnet-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/52a92f97-170d-4191-83ca-4ee49541efd8/e3c16206b362793154882032b1c35182/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.exe",
        "hash": "524732b3f796cbfae5bdbe395ad25a7090b0b2d74a72b45349aa05ab3c555f59f6f96b74df27b4f7d240a9ce57d8f1f76373fa61c3ada1daad371f8abbb07cc9",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.exe"
        },
        {
        "name": "dotnet-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/22f3cbeb-0b64-47cf-828a-f6d2c8aa590a/e869b8cfa54261e7b558336c7d15459c/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.zip",
        "hash": "c6eaafce3eb7dc97fe3104d31c36b6c6d9c8b34eb61f7d286c7e2c1a640f1cbd150fa5ff2db19664baa2701048803011e582c9e9524246384bfdd386676fdade",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.zip"
        },
        {
        "name": "dotnet-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a1c31110-3f08-47bf-8f95-6f4d859b7111/53997c671882b0b6d717db049b69064a/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.exe",
        "hash": "7d9d20a133513fba6b29f452bc4525e92f83b338bb8fd907e7a8c2be7986a0c678edc7ed50f8db4fd39827779d50788b5ae2d3bc8fc26289f34042704dedec99",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.exe"
        },
        {
        "name": "dotnet-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/68448843-f04b-4d24-8d7e-fced3808ffe5/5e2f4fb35216b30c82256f91b5641ad0/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.zip",
        "hash": "a5f83c068a2a88758157b94862f6daa3627fc668a742227fb9e3a3a4865ab415cdcb2792978f701f6d57893d0772fd15d8df9e8c99d6999141bd257422a4f8d5",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.zip"
        }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.3.21202.5",
        "version-display": "6.0.100-preview.3",
        "runtime-version": "6.0.0-preview.3.21201.4",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
        "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
        "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm.tar.gz",
        "rid": "linux-musl-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
        "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
        "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
        "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
        "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-x64.zip",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
        "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
        },
        {
        "name": "dotnet-sdk-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
        "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
        },
        {
        "name": "dotnet-sdk-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
        "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
        "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
        "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
        "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
        "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
        "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
        "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
        "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
        "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
        }
        ]
      },
      "sdks": [
        {
        "version": "6.0.100-preview.3.21202.5",
        "version-display": "6.0.100-preview.3",
        "runtime-version": "6.0.0-preview.3.21201.4",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
        "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
        "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm.tar.gz",
        "rid": "linux-musl-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
        "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
        "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
        "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
        "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-linux-x64.zip",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
        "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
        },
        {
        "name": "dotnet-sdk-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
        "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
        },
        {
        "name": "dotnet-sdk-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
        "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
        "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
        "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
        "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
        "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
        "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
        "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
        "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
        "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
        "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
        }
        ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.3.21201.13",
        "version-display": "6.0.0-preview.3",
        "version-aspnetcoremodule": [
        "16.0.21092.0"
        ],
        "vs-version": "",
        "files": [
        {
        "name": "aspnetcore-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3f3fc6ad-ec33-4644-a809-efe11adf4329/0ce2b8a29ccc643077b90ea9c37896ba/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm.tar.gz",
        "hash": "8514f9455e38c8640f650534742f77b892f0cf6ab4968df702acd9f44afda2a5ae98557d2c4482316c3268ec4bf1f78dcb40e4c729afad77030f45bcad3cffda",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f5171161-ffd4-4649-9076-e3a20b6543e4/f9b1a9eec1cfd642266c73da656da1d7/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm64.tar.gz",
        "hash": "9006cd8a03d03cdbaa2ab9ac76e370fcec9afa77cc6a333eb08468a2fc456fbd36da14b9992102d948f8e698f3370dde6d1568a99912898a19b42d30193bb5f1",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
        "rid": "linux-musl-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f85254ee-722a-478a-90a4-1a09cd81bd71/6e33b8f885ea99d1df50e088d84cf733/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm.tar.gz",
        "hash": "afd79e40125db4fc6907b4900060f76590762555d89c4baefb9fd87cd4e522db5144e59d777c7c9ecc51c9478b8f61cb921a8f17b48e36940f1e4cf7f1b24e09",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/402979cb-f5be-467f-9b93-5adeffeedde7/b797aae2daa1643fe7febd2e03bd4da3/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm64.tar.gz",
        "hash": "09211c57972a5b2751cf6ba8947d62088974e73fdd1db4e52674dd460dc743ed58180e89434563170b99d735eec0fb88ac4c641076cbfe618c5d83a7708d9925",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/738fc66b-c39c-4e1d-b7ea-c4e294586f31/7d31db580581c1b72a996c690237a302/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-x64.tar.gz",
        "hash": "80d451713218d1d0ce89d5d0e5205d82811e0a58aac299403cb7fd305f5f70acbe3b21854d2ff85d7666a48a083571c7ea661c7499f8900cac6571732876f831",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-x64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/57235015-0fcd-4785-a550-8fce2b489f81/303184bd837591ec206d06dc64284c3b/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-x64.tar.gz",
        "hash": "05abefd3c1c8f0ffb911e270cf949be144af660e5755af3b1801db4d41beb7234b889ecf1fbb3aeb9f3b51324b4b225c4adc8537fd2f16d61829bd91713f8f1f",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-x64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/17bef64a-d738-411d-9132-2579a5d8cabf/a0cc5fc006b367a5ad7aab80686eb81f/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-arm64.tar.gz",
        "hash": "80d4650094d90e83a098547d7af30605518f7172f17c16e203a8dfbc846914cc4a2a7e730ca61b9fa6813e161ded1beb28dac8091c003916b7dabafd4cacad87",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-arm64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/64fd0e40-dff2-4a5f-b29e-349d02614c4d/6a2d6354ab864142a30a035a66bbb7bc/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-x64.tar.gz",
        "hash": "c1623bb443169f4ec163063eab9241c79a58c87fcddbe1224e11313719a79b8f6a5301ecc5134ea8c9f59ba8ef1146c0c81ce9f4aeeb81b83e6d1abc4accb547",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-x64.tar.gz"
        },
        {
        "name": "aspnetcore-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/b1492fe1-7075-4fa6-9e45-ddbc956d201a/bf00c3c7a4eb890d660d8881bb38d597/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-arm64.zip",
        "hash": "73b599b8358704ab2446bff93d203ae464637f647f8c17393ac6b4c426802920c8fe1d18a8fbb9cca9711c4fabdb1e38f60122b57cd05393f1c2e14ccf6dbe91",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-arm64.zip"
        },
        {
        "name": "aspnetcore-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/57a2f5fe-9502-4151-9f4a-b3fec48ed788/b1b2bae7e69e93f60e10c2f870250943/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.exe",
        "hash": "364a21be8f459451ac2e91c9262e361ab49b7612e638ecd413cf8b75542a03d2615e98d079af6ffab614498d498c15f35ff382898f307ce3cbdf336c24b0c802",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.exe"
        },
        {
        "name": "aspnetcore-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/92738d69-7960-4ccf-b65a-121c4bf40f27/95b02161057afd3cb086179d6bc3cd3e/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.zip",
        "hash": "845dd47a19169916a5bfc509f900cdd5309abf99f608a8a9cd6122e7393aec394c811ea7425de53e614e302304500fd98bedaae52c72551ba7d9c055d4610043",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.zip"
        },
        {
        "name": "aspnetcore-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3a85d34b-9bfb-434d-ba5c-3ed802b130c1/a378712c3efcf70c0924bf586f65b64b/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.exe",
        "hash": "6640e9d519a1528a05d28c9107ba331883c0bbb278a76079b8309cc3f3528ce5134191f34f2dd0a772b6bc5fe422cac437beba91a6d5c6fa0629b8364809aea3",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.exe"
        },
        {
        "name": "aspnetcore-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a4a29248-788d-4433-8e8c-b202da2089ca/def28d8ae53f7685b4ed1c806fe3a5ff/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.zip",
        "hash": "52be1d195dde2bb174f2362739ce83d3030453e7cdad94e2f1ce6a067b3cf6ec1f0e867527ee90df49b049a62256c6d12f9859b60646f2ecc03e20709a1e2efd",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.zip"
        },
        {
        "name": "dotnet-hosting-win.exe",
        "rid": "",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9459be22-f27e-40c4-8d9d-fa6544e95fe8/3a004010feb44ef799cfd4d00911ea25/dotnet-hosting-6.0.0-preview.3.21201.13-win.exe",
        "hash": "f612d7e12fb405fddaf9b6102fd823de82e753ddff9a7821a2bbf7b94fe3acd74775ba6a0f5a8efb94ded6d7ec8b471172a70b95ae930febcd2f6629bb035c83",
        "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
        }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.3.21201.3",
        "version-display": "6.0.0-preview.3",
        "files": [
        {
        "name": "windowsdesktop-runtime-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9be73a62-9883-47e8-91a0-a833c32e1aba/77ba509610544a66723c7482d3936d7e/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-arm64.exe",
        "hash": "77e8053751825ce89535d7b65087ab5266fb6014d3736c6970fb2de22902837423ebaa42335d5564883dea949b0f87a842b7f78fe670070c01f487384c2cf1f2",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-arm64.exe"
        },
        {
        "name": "windowsdesktop-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2dfd66cc-99ec-46e0-ae4f-06feb5ceebbb/bb1888a004a85863d0f7698d9f7338cd/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x64.exe",
        "hash": "10b59ea607d43b7b112ba7179848f8052c754bcee4803673b1415599ee33aca929609bab9d597c0f3a30afa1db54ed9f40cd96ce278994cf1edb96663ba5fa2f",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x64.exe"
        },
        {
        "name": "windowsdesktop-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/d3f90906-2bfc-45a9-9c4c-24d0a8ecbd77/defeb2d6ce4cb37b2dea45b81fe26e9a/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x86.exe",
        "hash": "4d209ff7ec09b9186d3cd9a8c4c39308175b2c66585ddbb5b43452683473b231a57c6b74dc63434fb8d12790505ebc2171889c479516583a1b23d047db9dc52c",
        "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x86.exe"
        }
        ]
      }
    },
    {
      "release-date": "2021-03-11",
      "release-version": "6.0.0-preview.2",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.2.md",
      "runtime": {
        "version": "6.0.0-preview.2.21154.6",
        "version-display": "6.0.0-preview.2",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "files": [
        {
        "name": "dotnet-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8b73c053-23f8-4d2f-9566-04bca14c6dcb/7aea2327f5a57e552c82443746a2693b/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
        "hash": "212a01b3910e58b23911b41b70902b77f3c110521657fd0e00ddb3ce99da3a62139bab29e2a8c679ade07a1a478c8b983bd06e985600739bee273424ef2c0906"
        },
        {
        "name": "dotnet-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8015ee86-0721-4efc-86ea-f906898084d6/68bc54d347db3f4f9e016c8a32ba11ea/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
        "hash": "e24196fda89b2c2576e8260adcae966cc5d6831f78bbfaa3d420e7e335cde7559204d0a7c130a7e21909cde21fea421be8251f877f73b649c5c2c4513e11dfc9"
        },
        {
        "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f90b01ae-16b8-4635-98e5-2c5fd37f2a5f/5cdd644c60eb2aba19e302c1e6c9b7aa/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
        "hash": "2f41731749ecdf2255f734749631534e9afc1317e97da41588eae94a5dcb45b2a5e97b57c0abfd0dddc2fb7bc9632377bf56977825567310815eb8c23cd930d7"
        },
        {
        "name": "dotnet-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e4e3f21d-1057-4610-aeaf-dfa219d424f8/2f6d98e193d3d08b50c5fbce3d4c4ad6/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
        "hash": "a562ee9bb11f9b572478bf8d773734bdcc25e1a82f818c5f5eff402066d2844f1d99b458d8b6611c60222c8f3b5236fc3b6eb70ef0939a29368c2cf12696aec9"
        },
        {
        "name": "dotnet-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2c88db43-4d92-433d-b95f-81bc9118a67e/08ec34f28dca0af4e8cf551299aa4367/dotnet-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
        "hash": "88ba8c4fe252fb76e0c40a4dcd2fe3e9c2960f445dd97a8044be9900f3641f18b2687ec10a36545a141a1e6820bb61278d2047cacd93365954a124c92463b17b"
        },
        {
        "name": "dotnet-runtime-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3de6add5-a77c-4621-bf77-1722073ac0a7/4535dfffd67bbbf59b06c1b59c0b2f29/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.pkg",
        "hash": "7710903e7b1c7423bf863b95a78a3c62f51b9dff13c9055cfc4f7ec93c6fe7a4b7597d0cd89a2579ee3c449cdf99d0e1d7c2e68a364d52e62a1814e9a538c3f6"
        },
        {
        "name": "dotnet-runtime-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cb98c2ee-cca5-4218-bfff-f7a809557e3e/4beba22c9a0c68729b5b26a1bb284323/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
        "hash": "759af37378d4db3ce6961872baaac333851d3152df0990507716a31abc3f8c115a709994ab037adeb45814d54c7e7ce1ba27d49684a4485c38533627a0042df9"
        },
        {
        "name": "dotnet-runtime-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/51cb50a7-c2e6-49f9-a172-e1dd0dd0f40f/d3cd57a2fc52ff8e85d8f52ba27f2e2f/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.pkg",
        "hash": "f84c1c77d9079cf75ab2dd30b4bbe1b55946eef890909e75ee51327ecc69cd90281c116d0092e5eeb646e2da73478a903bb023db31ea8d998fe3b7c2ab0007f2"
        },
        {
        "name": "dotnet-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/915ecb99-2324-4dcc-a69d-01c4cd52e119/32ade9437306585ea2656fd8bdaef5d4/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
        "hash": "4a6d4577a35d08eec28c0f33f62be94202ce831d263380c4c30c5cd8490eab88a9947d21bee58744e0380a26fd0a9247eb730fb2dd243513c68f97bfa45b55d0"
        },
        {
        "name": "dotnet-runtime-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3d6eb088-7e93-47e0-a60b-4126c2f52a35/ec3cee12fba7464c31043da34408a87e/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.exe",
        "hash": "9b6be99ae6e839e711faa96324b5e8c7b66b5f2d90cb06be233b73e1bd67fc8b259ef62274336f90b490f16782f08ee15fde1e98fee539bff396b59448075bbd"
        },
        {
        "name": "dotnet-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/72e707fa-8bc1-424f-b588-8e2d75c29680/d0e128b706c27ec1a43803332beb74cc/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
        "hash": "c315b97bf30a419e71fc2242997fc051d46efd935d70f09aa2d3d61075e6cdb8fcda93d1138e3d4c3a316df276dbae3e9c805045acc404aea0342c4dc7a05781"
        },
        {
        "name": "dotnet-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8e797f52-3308-4b2a-befc-ff1f0c58f0d8/65f18aaea3a58537efbfdf98e1939d35/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
        "hash": "1d53a7a0affdf1b074db6347af4c62757b9d4906e55d3ab2d735fc565daa151cd0911b7d9e43cd5601133485360e429f11a163a7c9c2e130610b698e270005f9"
        },
        {
        "name": "dotnet-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cebc9139-b042-46ec-b8bd-98b432536a00/d56de26bfdd627d5e6f2f88ae6c58c8a/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
        "hash": "353bb6e108abf76ff4621db570a853effdb1969b73c59643b7b78cc60e43bc5ff3572e789032aa384a5cb668d31173b75476702fb23caad1ae438578ea1f27ee"
        },
        {
        "name": "dotnet-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5a094930-41b4-4f04-967f-9a3d33b8b6fa/af9b3d71c2ca497940d05765e55f07e1/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
        "hash": "ceb3b2817937f8977ae38c18c6bb635c70cc52d3b9ce4871d3cff1c7a4f7ae907674923b1061c1c06bf0e4f0e3ab7a09b9047a117e12db04073a102a5867fa1d"
        },
        {
        "name": "dotnet-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e76ec995-5d51-4bd2-983f-ce1ad0f3605c/ea7fd63e7272ce7b482ec2e7ed9c6510/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
        "hash": "2640b109e0c64010f9e50edb2c8583d8ea81a704d02f6e0044336367bd9aee94c1c3cb094c0f107f6e56f23446cf227ce162095b29df03cb70101aa9e5b0d52c"
        }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.2.21155.3",
        "version-display": "6.0.100-preview.2",
        "runtime-version": "6.0.0-preview.2.21154.6",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
        "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
        "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
        "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
        "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
        "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
        },
        {
        "name": "dotnet-sdk-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
        "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
        },
        {
        "name": "dotnet-sdk-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
        "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
        "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
        "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
        "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
        "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
        "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
        "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
        "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
        "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
        }
        ]
      },
      "sdks": [
        {
        "version": "6.0.100-preview.2.21155.3",
        "version-display": "6.0.100-preview.2",
        "runtime-version": "6.0.0-preview.2.21154.6",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
        "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
        "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
        },
        {
        "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
        "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
        "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
        "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
        },
        {
        "name": "dotnet-sdk-osx-arm64.pkg",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
        "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
        },
        {
        "name": "dotnet-sdk-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
        "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
        "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
        "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
        "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
        "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
        "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
        "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
        "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
        "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
        }
        ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.2.21154.6",
        "version-display": "6.0.0-preview.2",
        "version-aspnetcoremodule": [
        "16.0.21063.0"
        ],
        "vs-version": "",
        "files": [
        {
        "name": "aspnetcore-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/471390d6-e308-41d7-8727-57ff3878bd28/306c3671d0129187e5f82d63058820d8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
        "hash": "eb2b0a3c725a3b0f9265b992385a39efe15ba1eba0060388a84497b464faea5fe8b51ce0ff49cf6058e5539a86587d6b68d41a0a18ba7e3d20c6a4d9585dc13d"
        },
        {
        "name": "aspnetcore-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2439a067-d1e8-4f01-b0eb-fc36e2024eef/9ac2ce92d3465b6e0a4981014b098619/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
        "hash": "0400434b2d77e74fa4b347e65ae88905d3715fd76ecf6562a2ec7ddd7a54a00b92bb39c272a383dddd134d82b340cbd4658bc4661a53059e1e5227cd61c154b0"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/88056730-b112-4b37-b9c9-2a28274499d4/640e171ccdf76103ef284d83cdea95e8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
        "hash": "32d64a450c17e859fedfe27478279a039982773c2a2d8dffecaadace89d84df555a894a25bd7b2466d67e288b65d85dd2391b24c5f994e5df9e5f6e01f9fb6ea"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/d992937e-43f3-4f26-9c3c-39dd6e94c9e8/b8d49e845722a84e93178a383bf96e48/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
        "hash": "12ea6d2188fa5e9ea9248600b84cbb37836e3c26edacfff291b00c8eddf5db730b5d01a003f7a1049610d99a76f6e690db04e7b7877679db93e19b2941ae238a"
        },
        {
        "name": "aspnetcore-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/49e8a9d0-78a5-4045-8813-924e1bf99372/da066c42bf329b46359c1bfefdda462d/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
        "hash": "703d6893bc73aba1a33e12b636820ab43948603114e01bbcc6a92d17439bd3d532525c17dc1d39f925b552b139b1ae9b9cbf086a57292db511eadc3e47db00ae"
        },
        {
        "name": "aspnetcore-runtime-osx-arm64.tar.gz",
        "rid": "osx-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/36ae4114-cd59-4107-97e5-85b337c4969b/44dd3dcb76d158b1dbb39fdd51db3dd9/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
        "hash": "4ac574f16754593d896a85145640b1ee1817c607d1273bef6c1ab3abcedf024511d1aee35e24605cc56ca098585db473d17131ccc3e6d69c05376708fedc519f"
        },
        {
        "name": "aspnetcore-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/caa6644e-34b6-49ba-8c2d-4a0767d0763c/185c1925693b6028cd54d7e1b3c3c018/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
        "hash": "cee32d184037f858b26b4acb1e7d12179185bf771d2ca30c6e5db2768377194d40b2558166332b6d5b340c89fbd4e86e5d079185dd048942e8d34f540a7d89a4"
        },
        {
        "name": "aspnetcore-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3290547f-1fff-4f3d-a4ff-188ef8c09d1c/0b1734a65f4e839ac7c1ca48ea456791/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
        "hash": "a793b45b71c55adecaae5c683e6cb3758beb303eb763cfff2c8af9657bfa2d8a4aa6391d69f48e2aeb4748a4b225742f0ce66a18656c4ac5c6e81618b63f91fc"
        },
        {
        "name": "aspnetcore-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/65c5f480-ee27-49fe-9402-c4bf16c5543b/8eb03f9c1530e079fd3475da0bcd5b88/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
        "hash": "35c4dbc50ef35cfd54671670eeade78b411102904852c0f6c3d0452cfa9b9ff3e920538523e2fd47c990f87d1fcfd2f1ad9ef89de705aebf4c2c901f9ec512fd"
        },
        {
        "name": "aspnetcore-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/4e958603-2934-4a0c-8867-060a09ce8d10/460f1ff233ba7511b74751d3df82111a/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
        "hash": "ceb0ff56966c13dedae34c216598b68369d1a0f93f0815e31dec544560dfdcd0dd8bb3ab60c9aa48739a72cf6b1a71bbe058edc3adbdadb6261e6e06f5c665e0"
        },
        {
        "name": "aspnetcore-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8a1e869b-4b6d-4127-97cb-d1d5a3814e94/aa7415b512d9ae37ecf88943f318eb60/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
        "hash": "5054ca4f7caa3b24951f7ed806ff30519f184c87eba47de2256737a6ab3d31faf52b14954e5ae4224bb8ff742a44c4631645e3d11f7708950d9e87b30e2cf6a3"
        },
        {
        "name": "aspnetcore-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/d844044f-6a74-4ae7-950e-7a36296305fc/266a39da931e196d4fe2b2ba88f32ccd/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
        "hash": "9f059ea6d2100d43440af035c1fed75c8bd557678c9aad39c04f69cd9ae646c263ffbc5d5a7b51b767abc9095a6e99e2bb80aa3171e1506987767af724f32c65"
        },
        {
        "name": "dotnet-hosting-win.exe",
        "rid": "",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8f7df454-eea2-4b8c-9194-910fb611679f/8fa8d8415b488668b2d2c6a68e1c63d5/dotnet-hosting-6.0.0-preview.2.21154.6-win.exe",
        "hash": "48afc2174599b0517d7cccf22841ad64b85e28d1c56ebb9415b6fa51e8d4636a3bc78ac32fb1f70bce1746e30327475034ee991b1a7d2279a398ad056ada6083",
        "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
        }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.2.21154.2",
        "version-display": "6.0.0-preview.2",
        "files": [
        {
        "name": "windowsdesktop-runtime-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3abda7f1-e93b-4aa5-ae35-9cfc09e1257a/f92e63d978f22d480adc74570112c074/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-arm64.exe",
        "hash": "0053197d93189df2f2903bbc439f54aaee0f7778756035d3ada637b682d923790f8a25981dff0d57c93d5ba935b819055a0f2be7ecd302647b1f58ea60f20233"
        },
        {
        "name": "windowsdesktop-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/487e7b8f-bd02-4403-8032-27ae2dad9e8e/f959e79463be4ccc69b24c5754ca980e/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x64.exe",
        "hash": "25d562ffd51e1285d48c2ea1dae953e2ea28854da39224aa1ce529fd9585a109dbe14fd9ee1ad724327a8d13563134fe9a1a5da885f4d7302d24f7deb2a2cfa1"
        },
        {
        "name": "windowsdesktop-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/343d8b74-b7d8-439c-9d7e-42cb15313f62/c5e2a3d0d3fa0d12347fb445b9640b79/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x86.exe",
        "hash": "1aed70644dd68899eebbbc57efec5c9a5a11633f1a9d5e42f5e6c676ffb71d68d3d31fcfc5c07de13247348963ba62a84cdab6b4fff80f5d704eb9596ab2d3d7"
        }
        ]
      }
    },
    {
      "release-date": "2021-02-17",
      "release-version": "6.0.0-preview.1",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md",
      "runtime": {
        "version": "6.0.0-preview.1.21102.12",
        "version-display": "6.0.0-preview.1",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "files": [
        {
        "name": "dotnet-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/4e51a05a-48d9-43e7-b01f-d310c72bccec/9d0afbd7768e9375b17242849a5dfb27/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm.tar.gz",
        "hash": "42d9046cef8beeec7774e81cb160fff99d700a78f2e1d26b8a471dec4e727414e65197994ce200785b22d5f073e6402afdb92e62fc86ea38fc8814a1de52f6eb"
        },
        {
        "name": "dotnet-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5e0d0c82-d02e-4538-9368-a811ca5e2e5d/d466e46d5a5902f125557890369bec77/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm64.tar.gz",
        "hash": "4844ab4ce5750d45b552c2bca3a507dae0202f8be7d990506a66940158666897077c0d045b7a7e136a772da3a18b2cf81c932b5874747268aece6846fdc44bb8"
        },
        {
        "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/982f4116-9fb6-45c6-9dc6-91c468448d75/4e4294ac124e54a5bfe65a85a4c1c781/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-arm64.tar.gz",
        "hash": "d0e0fac6b159714070d7cb9ac9f184538a8805257b1a362613c28e63998b4439d5e42789c07330747a70704ef2cc5044eca4b269de4ee3f53de68b1af8cc3735"
        },
        {
        "name": "dotnet-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/d1141a8c-60ef-4e40-9d2f-2731d7a3eb23/1459ce3fc065c0fa32a7c2592f66a126/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-x64.tar.gz",
        "hash": "06475f29a4bfc8af012a6560f26cfe9c32469263b7c690d73975a2a1790965b139c227dd72961488f774088c45a3ebc8955b13ed1ec070cec7dbda4b51ea4171"
        },
        {
        "name": "dotnet-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/8f151cb8-5cf0-45e5-b1b0-c16b631b24bd/d12028755ec7abb4f87f16e6fa6e8add/dotnet-runtime-6.0.0-preview.1.21102.12-linux-x64.tar.gz",
        "hash": "64114ea881981ed061eb22c97ae8cf5a85209b0a439d6640984e1b423bc934259bcd136484c26f038f19222a9068a5cd687229a8b9b0d0b55efacb0275da082d"
        },
        {
        "name": "dotnet-runtime-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/62a705de-f063-4dc1-912b-6727ab3295cd/a3845e7371b03fa813384d0e16ebaa20/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.pkg",
        "hash": "0c3771b56f9fa6b09063fb797e4c264cd7b3723d7cfda6aae5f3a8dfe19bc513acc393761a6b2fdf4dd0a35427fa40392e30969a0eb3076a7f4a1891fcff01c6"
        },
        {
        "name": "dotnet-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2b0f29e1-918c-4ede-94c2-4317f1914305/f2b88f8ce148d158e4a6b606b5b75205/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.tar.gz",
        "hash": "767d1c264ada1dd5f73c403d663bdfeaaafefaf0545d6af1895d1c926dd32385601981fe949340cee5fa8c34698f12c9553b0aaf492d12b0d4288a6e5ea6da08"
        },
        {
        "name": "dotnet-runtime-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/dacaafab-f672-4afa-b0c8-b4d531cded4b/516e966b362126a111b77001da9c265e/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.exe",
        "hash": "97bb0f7b613a4a3abcc4d76d046d5696f84a105c8395105d39bc7b12150bd047900abe2d769d2fffd07d3b9c1b21295135abaf570c86f678a500315d174f7c6f"
        },
        {
        "name": "dotnet-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3f917e65-d6cc-40f8-af28-477aea7dffe1/2bf1a0e12dff945518591646abe24a01/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.zip",
        "hash": "8d141409f6439b227e1165caa91450908e4d18132080d76da588a90c88d0c198196d1a2ba4dcb7b5ec5997bcab80a108f92184dde39e52b73b64b568daee7dfe"
        },
        {
        "name": "dotnet-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/79bdf367-c2a7-4f78-a139-e009ebbdff20/c4071c63b9972749ee39b88b4025a0f2/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.exe",
        "hash": "bf94dc2a8e03280298327f7c5eb353f4f1a2854bdcd9b7fa44a30078a09a324b190a7af02d3f10167bb73272dbdf28a12df37b94368bec63c5fc93ffd2557c87"
        },
        {
        "name": "dotnet-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/0a605ac5-b3ea-4683-b20e-a96ca05123fa/82bca2ae7d45ccf4adc33caf9f2819c8/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.zip",
        "hash": "e183555b560fa23c86a6060136f8dc9bba0b79d54f673bf155c4843eed2c0a72ee57a06a0a588c70438c066c8093f46d83a077db6891dc21eaa182c8f83d405d"
        },
        {
        "name": "dotnet-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/a911ac72-40ea-4ae1-a2e8-ab99c52c8789/e3fece89d74d33e1b431248ed9b6d021/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.exe",
        "hash": "0d0f1491b6c51a45422567894765e2e2117addab42e3b7b747dd5530ae8955c10239e304d2cf4065293fc38574c9c8eb92e50f8ee5ed6356a6892abfec7553ea"
        },
        {
        "name": "dotnet-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/000dc492-3559-4c08-b90a-1a404b1a6fb0/574470f804128905a60ec2214de57262/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.zip",
        "hash": "689730a9cd4f1917fd025cf8fc7f1981fc766e96144aced5097e9e8919b1b70644892ac1f25514ced6b0ba84e4fe719cf8b8f475095701c92406cbbbb3edfd28"
        }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.1.21103.13",
        "version-display": "6.0.100-preview.1",
        "runtime-version": "6.0.0-preview.1.21102.12",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
        "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
        "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
        "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
        "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
        "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
        "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
        "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
        "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
        "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
        "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
        "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
        "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
        }
        ]
      },
      "sdks": [
        {
        "version": "6.0.100-preview.1.21103.13",
        "version-display": "6.0.100-preview.1",
        "runtime-version": "6.0.0-preview.1.21102.12",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
        {
        "name": "dotnet-sdk-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
        "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
        },
        {
        "name": "dotnet-sdk-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
        "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
        },
        {
        "name": "dotnet-sdk-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
        "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
        },
        {
        "name": "dotnet-sdk-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
        "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
        },
        {
        "name": "dotnet-sdk-osx-x64.pkg",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
        "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
        },
        {
        "name": "dotnet-sdk-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
        "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
        },
        {
        "name": "dotnet-sdk-win-arm64.exe",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
        "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
        },
        {
        "name": "dotnet-sdk-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
        "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
        },
        {
        "name": "dotnet-sdk-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
        "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
        },
        {
        "name": "dotnet-sdk-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
        "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
        },
        {
        "name": "dotnet-sdk-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
        "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
        },
        {
        "name": "dotnet-sdk-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
        "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
        }
        ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.1.21103.6",
        "version-display": "6.0.0-preview.1",
        "version-aspnetcoremodule": [
        "16.0.21034.0"
        ],
        "vs-version": "",
        "files": [
        {
        "name": "aspnetcore-runtime-linux-arm.tar.gz",
        "rid": "linux-arm",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f73111b7-fe98-46b5-8ee2-2daaa9dcd8f8/0e67eddf63fd2921f3712612be496762/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm.tar.gz",
        "hash": "05cd6808b256c24e16c91513da712e4dd9cb3189dbd6928cd5959c4805fd5f6fb4b5e6a4cf7156e0af81ca151eac22df185af09567de2cbda4bfc4b4ec3f86b6"
        },
        {
        "name": "aspnetcore-runtime-linux-arm64.tar.gz",
        "rid": "linux-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/3071a61a-7fba-46b7-906f-0ccbf376e59e/7fbeb61db58c41427123d67e38efb0ea/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm64.tar.gz",
        "hash": "152b93a2b9ef2a481280ce3549b5fea1fe88b86c9c41f2c09499681ec6f485c978a68d484e25e00776bfc2cbc285e968dd4f0b0a9ddb83f57faea2dd3a71faa0"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
        "rid": "linux-musl-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/2276322a-ce67-4751-b8cc-57203ed8b312/787fdcea85f8dfeea88cb64c5f63bfa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-arm64.tar.gz",
        "hash": "75ffdc561476085ccb60472e9d74edd850973b762d0bce490bf3a011c8fc526c90cc04106a89d456735f43335387698c05e472113fa8f40c7741287b77b0f46a"
        },
        {
        "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
        "rid": "linux-musl-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/bbeeaef7-f491-40d1-a040-76ddad5589c7/9f5157798865425100c7b865ab02bef5/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-x64.tar.gz",
        "hash": "b0bc62fbd4c0509e634828089637eb2c0fc326ebfc58913d09ccf7b47b09ad9133e77d2602ee478ac0c1fcad3c89affc48e374675f10457c4b4f6ccef2e2aec8"
        },
        {
        "name": "aspnetcore-runtime-linux-x64.tar.gz",
        "rid": "linux-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/46c95bce-e490-4f22-84a6-41258b6416bc/05c05a9eb8b7fe70d91285970d16263b/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-x64.tar.gz",
        "hash": "77b4b2c20c96cd8b4ec152c133f8c0501ab6f38bc3a949461bd0af1246bc2084d687f0c639dbbdf858948c496eaf86749e1ae45eb30ab8d31adca9abac5a7346"
        },
        {
        "name": "aspnetcore-runtime-osx-x64.tar.gz",
        "rid": "osx-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/9c1c4e05-2adb-4ea0-9d9a-f0c7406de9c0/af48195a4e770620a0721dd27fdcb4c9/aspnetcore-runtime-6.0.0-preview.1.21103.6-osx-x64.tar.gz",
        "hash": "9683bd26914c2312ab6f72dba742cadf364498e86def8633c7c57a6640d0140dd2cb05674b64f032f4d90a7f0a4856e66da793f5c99466d441367234ea7f3074"
        },
        {
        "name": "aspnetcore-runtime-win-arm64.zip",
        "rid": "win-arm64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/60be0841-3aec-4a13-8f42-2b2197b9cff7/23e3db6d14bfb2254e1d683ae9a6dd75/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-arm64.zip",
        "hash": "dd0865c43d5248500a2e88b091bcb29d9f2b182f138660b144b12d0de23d803ba1e32b89fb86351d24bc190227e1447e4566ec849da845ef50ceeccab24ee60d"
        },
        {
        "name": "aspnetcore-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/67eac8cf-f9e0-46a2-996c-04de0385aaeb/6f64f2b56712be7bd6dae93876268aa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.exe",
        "hash": "78a7cbde432e4ce7726363f04c7efb0da3cf31c8095ea68a2a68d7c6a8d6e8a0d3e20e772b285d02704808c7a37ebaac9b9d4c23ae23f102031c92b9b8448299"
        },
        {
        "name": "aspnetcore-runtime-win-x64.zip",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/5306af41-ef80-43c8-b6d9-fbc52e6a055a/2187c965ece1546356bf4a6e18f61939/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.zip",
        "hash": "4fe16b63fc0276b4afc718bd33c1a3a8d101bfb29ecb7d89aa22e8c11e948529ead6fa3bca3dde95e69c8c2c205273fe117e02ca5131691ea243431f2af49d5e"
        },
        {
        "name": "aspnetcore-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f2c1e6bc-6282-445a-af57-43fac5a00a61/9244b0c7f5fa793fdeddcb7012798632/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.exe",
        "hash": "048737341356cc2b9ccf62fe990d20d101e454390e80e361692912fc0208e4cae1af11376e4a9f412ef5db69ffcf6f525ed687cc7eef40bb86d214c2dbd79de5"
        },
        {
        "name": "aspnetcore-runtime-win-x86.zip",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/b26b6b55-2805-4ca1-ab4b-4a256b22446e/a1848abbac5253864c89bd9ad822e441/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.zip",
        "hash": "67e4d94f6645510bbf78bfd5ac9d17ff512f335a2207ef1d16a72e9ec7e6b9fd8b27e14b1a34bd6f095478f641051d20cb6429524c338bf084167aa75dcb2810"
        },
        {
        "name": "dotnet-hosting-win.exe",
        "rid": "",
        "url": "https://download.visualstudio.microsoft.com/download/pr/668a80ef-ab83-4680-bdc5-e5e787a1c051/3d10f1e68c802a4e60e9dd45ffd7c32a/dotnet-hosting-6.0.0-preview.1.21103.6-win.exe",
        "hash": "46e3b98a2aff2125dd23e968bb66e117934208a176ef86067fea5c7f1e7ed9e8a9b8913933067fda02af7f787a5307d4fde18b2f33417e92982c762f5e910925",
        "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
        }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.1.21103.5",
        "version-display": "6.0.0-preview.1",
        "files": [
        {
        "name": "windowsdesktop-runtime-win-x64.exe",
        "rid": "win-x64",
        "url": "https://download.visualstudio.microsoft.com/download/pr/f0b993bb-ac67-4e10-b2b3-193c426dbb32/25aff17ca340404619c01ce5c3b863e9/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x64.exe",
        "hash": "681d0388e06087a5ef077eab2a756a0ad4ca14270778b1fad8607119e37985f85d305fa57300d2a66006b3a9c97321bbfb6ab73a9717d0eae80af92b62f99838"
        },
        {
        "name": "windowsdesktop-runtime-win-x86.exe",
        "rid": "win-x86",
        "url": "https://download.visualstudio.microsoft.com/download/pr/4dcdf96f-efab-4e31-9958-a94d9e2d9941/55ba1027551e3c6c554c4687a2e31abc/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x86.exe",
        "hash": "dab5ea83d60c04531a47a39977d5ec9f44b936eb5014caefd10dabd8443d89ab79bf2b19e48d0260f2fc94a07d24baacb841fd556250b9c5e4e8891a78ee93f3"
        }
        ]
      }
    }
  ]
}
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clretwrc.dll
md5: ACB3B421DBB30D7EB82AE9C152854857 | sha1: A8ADFA6551B4927DF79FF7517153E96D937503D4 | sha256: 17D74946D16D3066AD407D37D24224426DF561FA987CD4167E193C19CD89B47B | sha512: 3A6E0B1C20156AFC06CE05925E1271DA5E4B233659D4E9103431B4686088493A18130840618140E25D552C21597D6EB9D86B527E2B3105202E1929EC388D898F
bin\clrjit.dll
md5: CE5D4F28036A23FBE1BEEC33F5D4B6CB | sha1: 0A1C2B0C6F74B6AB49B95C1D65EC96F695F62232 | sha256: 8B69CEA474A130686A86E9B78FACFD280A8551685C5576B852B7C5114492C371 | sha512: 84B347158DE2A16F67591EFE55510335799BF651A71B34EC02AA2E3887C680F5696757BF0C7DEFBC1B7BF0D485890F274A345BB0FB26E51E290166F435D2F974
bin\coreclr.dll
md5: 266145862F1EC7B6F81C9C8A8072458C | sha1: 4195323FC9BABF15450747D75F995C0646F609BE | sha256: 7C9BBA26B1A56841BF04CD18748F4A9F417CF2BA88DA590983C9B83A93CB0200 | sha512: 03E66766A7340E5965A6BD40C64984AFDBD256863E378ADC46423EE9710536980BAA7CEB8AE81E791342B77B38AB7C26B51D5755D1DEE3EB89239CC061404159
bin\createdump.exe
md5: 25315FF4B7715F48971D996EDEDA0986 | sha1: A4668207588A7FFF7253057AF927078D754C954B | sha256: D4FE54D68C25CD8885AD59885A999345E030BA29728963B7ADC1AC3D8FE77C0F | sha512: BD0B0BA735493386B71385D5899FCF9EBD1CBC1451649DF57F62BE1913BB35FD1AF0766D605179B2A9B5A3684B9AFA24DB8D6619335CFCC1DEF18A45F49829BF
bin\dbgshim.dll
md5: 78A20DA47C11715BAACED7D24DBE4448 | sha1: FA0778D2F4D193C1F1964C089CADE9DD22B6F025 | sha256: A5AC06024D5E7CEE1872DF4BD2F4F9F09FE61B0AA0844C3F3E9EC6FC2B6F5691 | sha512: 64829B88CF0D415839418742DE103E07417BF05B64A18BC07C42CCB9F3F2A83980CCBDB89E926CF27920237D14313622E0F27402E43CA0FAE3F26B319E8FAA48
bin\Fake.Core.CommandLineParsing.dll
md5: E3E92183D8090530E3CC85DAD649089E | sha1: AF463DB61D47F012048835856D9B9CDAFF1648EB | sha256: 55CF6EFA366A9D3CE9B46ECDD73911598E5855316B921959F840CE20DFE11F81 | sha512: 1FDF19E3650FF0B751AD275D9FB3DAF85D4382686CE27D819E6584E3FE7EAD52C88F0C8706D65013D90579B27A812D0DA35FD9789ED1001D1976038EE82C63D7
bin\Fake.Core.CommandLineParsing.pdb
 
bin\Fake.Core.CommandLineParsing.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.CommandLineParsing</name></assembly>
<members>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sdh">
<summary>
 matches the stdin [-]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ell">
<summary>
 Marks that the given item can be given multiple times 
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Cmd">
<summary>
 Fixed command, like &quot;push&quot; in &quot;git push&quot;
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Seq">
<summary>
 Sequence of items, if the items are only options then order is ignored.
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Xor">
<summary>
 Either the one or the other
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Arg">
<summary>
 Named/Positional argument
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Req">
<summary>
 Requires the given item
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sqb">
<summary>
 Marks the given item as optional
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Lop">
<summary>
 long option
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sop">
<summary>
 Short options
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ano">
<summary>
 Matches an option annotation [options]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Eps">
<summary>
 matches nothing?
</summary>
</member>
<member name="P:Fake.Core.DocHelper.OptionBuilder.Lines">
<summary>
 The lines in reversed order
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Context.dll
md5: 6CC18B6E9773B307E751A9543B65DE4E | sha1: 4FD3B9FBCDF04C5056EB5C951A49419106527F5A | sha256: 35960D4796B9B06A6D45913F0C073F6C13C352835853D72B4928D7AAD53F8A26 | sha512: A338789004970492C8249D0BEC0265D0673DB39D01FBEDF763ED1F57FB5A3527245B9D3F77C0A2EA25B827D8A439A9B245F8BB6E0843501AE0D187C9D8F7C845
bin\Fake.Core.Context.pdb
 
bin\Fake.Core.Context.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Context</name></assembly>
<members>
<member name="T:Fake.Core.Context">
<summary>
 This module tracks the context of the build.
 This allows us to run some modules without any context and change behavior depending on the context
 (For example `Fake.Process` kills all processes when the Fake Context exists, but it should not when used as library)
</summary>
</member>
</members>
</doc>
bin\Fake.Core.DependencyManager.Paket.dll
md5: 2F244464B254C56097BEA54B8EA761C8 | sha1: 7E691BF6E5BA61A9D8087AFFB80040ADAC8E81D0 | sha256: FF05113EADAE6E740F79D6F4AB99CDFAA12F4691C296DA28D6F272BD810C23C2 | sha512: 234630840B73E2DA28C779FE90FD5D9351AB267F98F7318B68406682E50E97BC54645982A4F3F3A2D4D2F8286C106EAF5AFEAE5A728B5E47E9D045A08425BD29
bin\Fake.Core.DependencyManager.Paket.pdb
 
bin\Fake.Core.Xml.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Xml</name></assembly>
<members>
<member name="M:Fake.Core.Xml.pokeInnerTextNS(System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String,System.String)">
<summary>
 Replaces inner text of an xml node in a XML file at the location specified by a XPath expression, with support for namespaces.
</summary>
</member>
<member name="M:Fake.Core.Xml.pokeNS(System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String,System.String)">
<summary>
 Replaces text in a XML file at the location specified by a XPath expression, with support for namespaces.
</summary>
</member>
<member name="M:Fake.Core.Xml.replaceXPathInnerTextNS``1(System.String,System.String,``0,System.Xml.XmlDocument)">
<summary>
 Replaces inner text in a XML document specified by a XPath expression, with support for namespaces.
</summary>
</member>
<member name="M:Fake.Core.Xml.replaceXPathNS``1(System.String,System.String,``0,System.Xml.XmlDocument)">
<summary>
 Replaces text in a XML document specified by a XPath expression, with support for namespaces.
</summary>
</member>
<member name="M:Fake.Core.Xml.pokeInnerText(System.String,System.String,System.String)">
<summary>
 Replaces the inner text of an xml node in a XML file at the location specified by a XPath expression.
</summary>
</member>
<member name="M:Fake.Core.Xml.poke(System.String,System.String,System.String)">
<summary>
 Replaces text in a XML file at the location specified by a XPath expression.
</summary>
</member>
<member name="M:Fake.Core.Xml.loadDoc(System.String)">
<summary>
 Loads the given file path into a XmlDocument
</summary>
</member>
<member name="M:Fake.Core.Xml.selectXPathNode``1(System.String,``0,System.Xml.XmlDocument)">
<summary>
 Selects a xml node via XPath from the given document
</summary>
</member>
<member name="M:Fake.Core.Xml.selectXPathAttributeValue``1(System.String,System.String,``0,System.Xml.XmlDocument)">
<summary>
 Selects a xml node attribute value via XPath from the given document
</summary>
</member>
<member name="M:Fake.Core.Xml.selectXPathValue``1(System.String,``0,System.Xml.XmlDocument)">
<summary>
 Selects a xml node value via XPath from the given document
</summary>
</member>
<member name="M:Fake.Core.Xml.replaceXPathAttribute(System.String,System.String,System.String,System.Xml.XmlDocument)">
<summary>
 Replaces the value of attribute in an xml node in the XML document specified by a XPath expression.
</summary>
</member>
<member name="M:Fake.Core.Xml.replaceXPathInnerText(System.String,System.String,System.Xml.XmlDocument)">
<summary>
 Replaces the inner text of an xml node in the XML document specified by a XPath expression.
</summary>
</member>
<member name="M:Fake.Core.Xml.replaceXPath(System.String,System.String,System.Xml.XmlDocument)">
<summary>
 Replaces text in the XML document specified by a XPath expression.
</summary>
</member>
<member name="M:Fake.Core.Xml.getDocElement(System.Xml.XmlDocument)">
<summary>
 Gets the DocumentElement of the XmlDocument
</summary>
</member>
<member name="M:Fake.Core.Xml.createDoc(System.String)">
<summary>
 Loads the given text into a XmlDocument
</summary>
</member>
<member name="M:Fake.Core.Xml.parseSubNode``1(System.String,Microsoft.FSharp.Core.FSharpFunc{System.Xml.XmlNode,``0})">
<summary>
 Parses a XML subnode
</summary>
</member>
<member name="M:Fake.Core.Xml.parse``2(System.String,Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0)">
<summary>
 Parses a XmlNode
</summary>
</member>
<member name="M:Fake.Core.Xml.getSubNode(System.String,System.Xml.XmlNode)">
<summary>
 Gets the first sub node with the given name from the given XmlNode
</summary>
</member>
<member name="M:Fake.Core.Xml.getChilds``1(``0)">
<summary>
 Gets a sequence of all child nodes for the given XmlNode
</summary>
</member>
<member name="M:Fake.Core.Xml.getAttribute``1(System.String,``0)">
<summary>
 Gets the attribute with the given name from the given XmlNode
</summary>
</member>
<member name="M:Fake.Core.Xml.writeCDataElement(System.String,System.String,System.Xml.XmlWriter)">
<summary>
 Writes an CData element to the given XmlTextWriter
</summary>
</member>
<member name="M:Fake.Core.Xml.writeAttribute``1(System.String,``0,System.Xml.XmlWriter)">
<summary>
 Writes an XML attribute to current element of the given XmlTextWriter
</summary>
</member>
<member name="M:Fake.Core.Xml.endElement(System.Xml.XmlWriter)">
<summary>
 Writes an XML end element to the given XmlTextWriter
</summary>
</member>
<member name="M:Fake.Core.Xml.startElement(System.String,System.Xml.XmlWriter)">
<summary>
 Writes an XML start element to the given XmlTextWriter
</summary>
</member>
<member name="M:Fake.Core.Xml.writeComment(System.String,System.Xml.XmlWriter)">
<summary>
 Writes an XML comment to the given XmlTextWriter
</summary>
</member>
<member name="M:Fake.Core.Xml.getWriter(System.String)">
<summary>
 Creates a XmlWriter which writes to the given file name
</summary>
</member>
<member name="M:Fake.Core.Xml.read_Int(System.Boolean,System.String,System.String,System.String,System.String)">
<summary>
 Reads a value from a XML document using a XPath
 Returns if the value is an int and the value
</summary>
</member>
<member name="M:Fake.Core.Xml.read(System.Boolean,System.String,System.String,System.String,System.String)">
<summary>
 Reads a value from a XML document using a XPath
</summary>
</member>
<member name="T:Fake.Core.Xml">
<summary>
 Contains functions to read and write XML files.
</summary>
</member>
</members>
</doc>
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0/win7-x86",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {},
    ".NETCoreApp,Version=v6.0/win7-x86": {
      "fake/5.23.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "6.0.0",
          "Fake.Core.CommandLineParsing": "5.23.1",
          "Fake.Runtime": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0",
          "Mono.Cecil": "0.11.4",
          "Newtonsoft.Json": "13.0.1",
          "NuGet.Common": "5.11.0",
          "NuGet.Configuration": "5.11.0",
          "NuGet.Frameworks": "5.11.0",
          "NuGet.Packaging": "5.11.0",
          "NuGet.Versioning": "5.11.0",
          "Paket.Core": "6.2.1",
          "System.Buffers": "4.5.1",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "5.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Formats.Asn1": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Memory": "4.5.4",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "5.0.0",
          "System.Net.Primitives": "4.3.1",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "5.0.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "6.0.1"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.1": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Collections.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Console.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.IO.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Memory.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Quic.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Threading.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.121.56705"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "6.0.121.56705"
          }
        },
        "native": {
          "API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.28.29715.1"
          },
          "System.IO.Compression.Native.dll": {
            "fileVersion": "42.42.42.42424"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-console-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "clretwrc.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "clrjit.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "coreclr.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "createdump.exe": {
            "fileVersion": "6.0.121.56705"
          },
          "dbgshim.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "hostfxr.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "hostpolicy.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "mscordaccore.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "mscordaccore_x86_x86_6.0.121.56705.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "mscordbi.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "mscorrc.dll": {
            "fileVersion": "6.0.121.56705"
          },
          "msquic.dll": {
            "fileVersion": "1.7.0.0"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.19041.685"
          }
        }
      },
      "BlackFox.VsWhere/1.1.0": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.Win32.Registry": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/BlackFox.VsWhere.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.0"
          }
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "NETStandard.Library": "1.6.0"
        },
        "runtime": {
          "lib/netstandard1.6/Chessie.dll": {
            "assemblyVersion": "0.6.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FParsec/1.1.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/FParsec.dll": {
            "assemblyVersion": "1.1.1.0",
            "fileVersion": "1.1.1.0"
          },
          "lib/netstandard2.0/FParsecCS.dll": {
            "assemblyVersion": "1.1.1.0",
            "fileVersion": "1.1.1.0"
          }
        }
      },
      "FSharp.Compiler.Service/37.0.0": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.Build.Tasks.Core": "16.11.0",
          "Microsoft.Build.Utilities.Core": "16.11.0",
          "System.Buffers": "4.5.1",
          "System.Collections.Immutable": "5.0.0",
          "System.Memory": "4.5.4",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Metadata": "5.0.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Runtime.Loader": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "37.0.0.0",
            "fileVersion": "37.0.0.0"
          }
        }
      },
      "FSharp.Core/6.0.0": {
        "runtime": {
          "lib/netstandard2.1/FSharp.Core.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.45703"
          }
        },
        "resources": {
          "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.Bcl.AsyncInterfaces/5.0.0": {
        "runtime": {
          "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "Microsoft.Build/16.11.0": {
        "dependencies": {
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.Win32.Registry": "5.0.0",
          "System.Collections.Immutable": "5.0.0",
          "System.Configuration.ConfigurationManager": "5.0.0",
          "System.Reflection.Metadata": "5.0.0",
          "System.Security.Principal.Windows": "5.0.0",
          "System.Text.Encoding.CodePages": "5.0.0",
          "System.Text.Json": "5.0.2",
          "System.Threading.Tasks.Dataflow": "5.0.0"
        },
        "runtime": {
          "lib/net5.0/Microsoft.Build.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.11.0.36601"
          }
        }
      },
      "Microsoft.Build.Framework/16.11.0": {
        "dependencies": {
          "System.Security.Permissions": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Framework.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.11.0.36601"
          }
        }
      },
      "Microsoft.Build.Tasks.Core/16.11.0": {
        "dependencies": {
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.Build.Utilities.Core": "16.11.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.Win32.Registry": "5.0.0",
          "System.CodeDom": "5.0.0",
          "System.Collections.Immutable": "5.0.0",
          "System.Reflection.Metadata": "5.0.0",
          "System.Resources.Extensions": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Cryptography.Xml": "5.0.0",
          "System.Security.Permissions": "5.0.0",
          "System.Threading.Tasks.Dataflow": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Tasks.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.11.0.36601"
          }
        }
      },
      "Microsoft.Build.Utilities.Core/16.11.0": {
        "dependencies": {
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.Win32.Registry": "5.0.0",
          "System.Collections.Immutable": "5.0.0",
          "System.Configuration.ConfigurationManager": "5.0.0",
          "System.Security.Permissions": "5.0.0",
          "System.Text.Encoding.CodePages": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.11.0.36601"
          }
        }
      },
      "Microsoft.Deployment.DotNet.Releases/1.0.0-preview2.6.21561.1": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.1",
          "System.Net.Http": "4.3.4",
          "System.ValueTuple": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Deployment.DotNet.Releases.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.21.56101"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.NET.StringTools/1.0.0": {
        "dependencies": {
          "System.Memory": "4.5.4",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.NET.StringTools.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.26302"
          }
        }
      },
      "Microsoft.NETCore.Platforms/5.0.4": {},
      "Microsoft.NETCore.Targets/5.0.0": {},
      "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {},
      "Microsoft.Win32.Primitives/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/5.0.0": {
        "dependencies": {
          "System.Security.AccessControl": "5.0.0",
          "System.Security.Principal.Windows": "5.0.0"
        }
      },
      "Microsoft.Win32.SystemEvents/5.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "Mono.Cecil/0.11.4": {
        "runtime": {
          "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.11.4.0",
            "fileVersion": "0.11.4.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.11.4.0",
            "fileVersion": "0.11.4.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.11.4.0",
            "fileVersion": "0.11.4.0"
          },
          "lib/netstandard2.0/Mono.Cecil.dll": {
            "assemblyVersion": "0.11.4.0",
            "fileVersion": "0.11.4.0"
          }
        }
      },
      "Mono.Posix.NETStandard/1.0.0": {
        "runtime": {
          "runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        },
        "native": {
          "runtimes/win-x86/native/MonoPosixHelper.dll": {
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x86/native/libMonoPosixHelper.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "MSBuild.StructuredLogger/2.1.545": {
        "dependencies": {
          "Microsoft.Build": "16.11.0",
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.Build.Tasks.Core": "16.11.0",
          "Microsoft.Build.Utilities.Core": "16.11.0"
        },
        "runtime": {
          "lib/netstandard2.0/StructuredLogger.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.545.60593"
          }
        }
      },
      "NETStandard.Library/1.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.Win32.Primitives": "4.0.1",
          "System.AppContext": "4.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.0.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.1.0",
          "System.IO.Compression.ZipFile": "4.0.1",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Net.Http": "4.3.4",
          "System.Net.Primitives": "4.3.1",
          "System.Net.Sockets": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Timer": "4.0.1",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11"
        }
      },
      "Newtonsoft.Json/13.0.1": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.1.25517"
          }
        }
      },
      "NuGet.Common/5.11.0": {
        "dependencies": {
          "NuGet.Frameworks": "5.11.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Common.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "NuGet.Configuration/5.11.0": {
        "dependencies": {
          "NuGet.Common": "5.11.0",
          "System.Security.Cryptography.ProtectedData": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Configuration.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "NuGet.Frameworks/5.11.0": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "NuGet.Packaging/5.11.0": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.1",
          "NuGet.Configuration": "5.11.0",
          "NuGet.Versioning": "5.11.0",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1"
        },
        "runtime": {
          "lib/net5.0/NuGet.Packaging.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "NuGet.Protocol/5.11.0": {
        "dependencies": {
          "NuGet.Packaging": "5.11.0"
        },
        "runtime": {
          "lib/net5.0/NuGet.Protocol.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "NuGet.Versioning/5.11.0": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Versioning.dll": {
            "assemblyVersion": "5.11.0.10",
            "fileVersion": "5.11.0.10"
          }
        }
      },
      "Paket.Core/6.2.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "6.0.0",
          "Mono.Cecil": "0.11.4",
          "Newtonsoft.Json": "13.0.1",
          "NuGet.Packaging": "5.11.0",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "5.0.0",
          "System.Security.Cryptography.ProtectedData": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "6.2.1.0",
            "fileVersion": "6.2.1.0"
          }
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.native.System/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Buffers/4.5.1": {},
      "System.CodeDom/5.0.0": {
        "runtime": {
          "lib/netstandard2.0/System.CodeDom.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/5.0.0": {},
      "System.Configuration.ConfigurationManager/5.0.0": {
        "dependencies": {
          "System.Security.Cryptography.ProtectedData": "5.0.0",
          "System.Security.Permissions": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Console/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.DiagnosticSource/5.0.1": {},
      "System.Diagnostics.Tools/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Drawing.Common/5.0.2": {
        "dependencies": {
          "Microsoft.Win32.SystemEvents": "5.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
            "assemblyVersion": "5.0.0.2",
            "fileVersion": "5.0.421.11614"
          }
        }
      },
      "System.Formats.Asn1/5.0.0": {},
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.IO.Compression": "4.1.0"
        }
      },
      "System.IO.Compression.ZipFile/4.0.1": {
        "dependencies": {
          "System.Buffers": "4.5.1",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.1.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "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.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Linq.Expressions/4.1.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.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.4": {},
      "System.Net.Http/4.3.4": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "5.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Net.Http.WinHttpHandler/5.0.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Net.Primitives/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Net.Sockets/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.1",
          "System.Runtime": "4.3.1",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.7.0": {},
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Extensions/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/5.0.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.7.0": {},
      "System.Resources.Extensions/5.0.0": {
        "runtime": {
          "lib/netstandard2.0/System.Resources.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Security.AccessControl/5.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Security.Principal.Windows": "5.0.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "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.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Cng/5.0.0": {
        "dependencies": {
          "System.Formats.Asn1": "5.0.0"
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "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": "5.0.4",
          "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.1",
          "System.Runtime.Extensions": "4.3.1",
          "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.3"
        }
      },
      "System.Security.Cryptography.OpenSsl/5.0.0": {
        "dependencies": {
          "System.Formats.Asn1": "5.0.0"
        }
      },
      "System.Security.Cryptography.Pkcs/5.0.1": {
        "dependencies": {
          "System.Formats.Asn1": "5.0.0",
          "System.Security.Cryptography.Cng": "5.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.120.57516"
          }
        }
      },
      "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.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/5.0.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Xml/5.0.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Permissions": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Security.Permissions/5.0.0": {
        "dependencies": {
          "System.Security.AccessControl": "5.0.0",
          "System.Windows.Extensions": "5.0.0"
        },
        "runtime": {
          "lib/net5.0/System.Security.Permissions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Security.Principal.Windows/5.0.0": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.CodePages/5.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4"
        }
      },
      "System.Text.Encoding.Extensions/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encodings.Web/5.0.1": {},
      "System.Text.Json/5.0.2": {},
      "System.Text.RegularExpressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.Tasks.Dataflow/5.0.0": {},
      "System.Threading.Tasks.Extensions/4.5.4": {},
      "System.Threading.Timer/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.ValueTuple/4.5.0": {},
      "System.Windows.Extensions/5.0.0": {
        "dependencies": {
          "System.Drawing.Common": "5.0.2"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.20.51904"
          }
        }
      },
      "System.Xml.ReaderWriter/4.0.11": {
        "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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.4"
        }
      },
      "System.Xml.XDocument/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.0.11"
        }
      },
      "Fake.Core.CommandLineParsing/5.23.1": {
        "dependencies": {
          "FParsec": "1.1.1",
          "FSharp.Core": "6.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Core.DependencyManager.Paket/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.DependencyManager.Paket.dll": {}
        }
      },
      "Fake.Core.Environment/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.Environment.dll": {}
        }
      },
      "Fake.Core.FakeVar/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Context": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.FakeVar.dll": {}
        }
      },
      "Fake.Core.Process/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Environment": "5.23.1",
          "Fake.Core.FakeVar": "5.23.1",
          "Fake.Core.String": "5.23.1",
          "Fake.Core.Trace": "5.23.1",
          "Fake.IO.FileSystem": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "System.Buffers": "4.5.1",
          "System.Collections.Immutable": "5.0.0",
          "System.Memory": "4.5.4",
          "System.Numerics.Vectors": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0"
        },
        "runtime": {
          "Fake.Core.Process.dll": {}
        }
      },
      "Fake.Core.SemVer/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.SemVer.dll": {}
        }
      },
      "Fake.Core.String/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0"
        },
        "runtime": {
          "Fake.Core.String.dll": {}
        }
      },
      "Fake.Core.Tasks/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Trace": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.Tasks.dll": {}
        }
      },
      "Fake.Core.Trace/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Environment": "5.23.1",
          "Fake.Core.FakeVar": "5.23.1"
        },
        "runtime": {
          "Fake.Core.Trace.dll": {}
        }
      },
      "Fake.Core.Xml/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.String": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Core.Xml.dll": {}
        }
      },
      "Fake.DotNet.Cli/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Environment": "5.23.1",
          "Fake.Core.Process": "5.23.1",
          "Fake.Core.String": "5.23.1",
          "Fake.Core.Trace": "5.23.1",
          "Fake.DotNet.MSBuild": "5.23.1",
          "Fake.DotNet.NuGet": "5.23.1",
          "Fake.IO.FileSystem": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Mono.Posix.NETStandard": "1.0.0",
          "Newtonsoft.Json": "13.0.1"
        },
        "runtime": {
          "Fake.DotNet.Cli.dll": {}
        }
      },
      "Fake.DotNet.MSBuild/5.23.1": {
        "dependencies": {
          "BlackFox.VsWhere": "1.1.0",
          "FSharp.Core": "6.0.0",
          "Fake.Core.Environment": "5.23.1",
          "Fake.Core.Process": "5.23.1",
          "Fake.Core.String": "5.23.1",
          "Fake.Core.Trace": "5.23.1",
          "Fake.IO.FileSystem": "5.23.1",
          "MSBuild.StructuredLogger": "2.1.545",
          "Microsoft.Bcl.AsyncInterfaces": "5.0.0",
          "Microsoft.Build": "16.11.0",
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.Build.Tasks.Core": "16.11.0",
          "Microsoft.Build.Utilities.Core": "16.11.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.Win32.Registry": "5.0.0",
          "System.Buffers": "4.5.1",
          "System.CodeDom": "5.0.0",
          "System.Collections.Immutable": "5.0.0",
          "System.Configuration.ConfigurationManager": "5.0.0",
          "System.Formats.Asn1": "5.0.0",
          "System.Memory": "4.5.4",
          "System.Numerics.Vectors": "4.5.0",
          "System.Reflection.Metadata": "5.0.0",
          "System.Resources.Extensions": "5.0.0",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0",
          "System.Security.AccessControl": "5.0.0",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Cryptography.ProtectedData": "5.0.0",
          "System.Security.Cryptography.Xml": "5.0.0",
          "System.Security.Permissions": "5.0.0",
          "System.Security.Principal.Windows": "5.0.0",
          "System.Text.Encoding.CodePages": "5.0.0",
          "System.Text.Encodings.Web": "5.0.1",
          "System.Text.Json": "5.0.2",
          "System.Threading.Tasks.Dataflow": "5.0.0",
          "System.Threading.Tasks.Extensions": "4.5.4"
        },
        "runtime": {
          "Fake.DotNet.MSBuild.dll": {}
        }
      },
      "Fake.DotNet.NuGet/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Environment": "5.23.1",
          "Fake.Core.Process": "5.23.1",
          "Fake.Core.SemVer": "5.23.1",
          "Fake.Core.String": "5.23.1",
          "Fake.Core.Tasks": "5.23.1",
          "Fake.Core.Trace": "5.23.1",
          "Fake.Core.Xml": "5.23.1",
          "Fake.IO.FileSystem": "5.23.1",
          "Fake.Net.Http": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Newtonsoft.Json": "13.0.1",
          "NuGet.Common": "5.11.0",
          "NuGet.Configuration": "5.11.0",
          "NuGet.Frameworks": "5.11.0",
          "NuGet.Packaging": "5.11.0",
          "NuGet.Protocol": "5.11.0",
          "NuGet.Versioning": "5.11.0",
          "System.Buffers": "4.5.1",
          "System.Formats.Asn1": "5.0.0",
          "System.Memory": "4.5.4",
          "System.Numerics.Vectors": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Cryptography.ProtectedData": "5.0.0"
        },
        "runtime": {
          "Fake.DotNet.NuGet.dll": {}
        }
      },
      "Fake.IO.FileSystem/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.String": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.IO.FileSystem.dll": {}
        }
      },
      "Fake.Net.Http/5.23.1": {
        "dependencies": {
          "FSharp.Core": "6.0.0",
          "Fake.Core.Trace": "5.23.1",
          "Microsoft.NETCore.Platforms": "5.0.4"
        },
        "runtime": {
          "Fake.Net.Http.dll": {}
        }
      },
      "Fake.Runtime/5.23.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "37.0.0",
          "FSharp.Core": "6.0.0",
          "Fake.Core.Context": "5.23.1",
          "Fake.Core.DependencyManager.Paket": "5.23.1",
          "Fake.DotNet.Cli": "5.23.1",
          "Fake.IO.FileSystem": "5.23.1",
          "Microsoft.Build.Framework": "16.11.0",
          "Microsoft.Build.Tasks.Core": "16.11.0",
          "Microsoft.Build.Utilities.Core": "16.11.0",
          "Microsoft.Deployment.DotNet.Releases": "1.0.0-preview2.6.21561.1",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.NETCore.Platforms": "5.0.4",
          "Microsoft.NETCore.Targets": "5.0.0",
          "Microsoft.Win32.Registry": "5.0.0",
          "Microsoft.Win32.SystemEvents": "5.0.0",
          "Mono.Cecil": "0.11.4",
          "Newtonsoft.Json": "13.0.1",
          "NuGet.Common": "5.11.0",
          "NuGet.Configuration": "5.11.0",
          "NuGet.Frameworks": "5.11.0",
          "NuGet.Packaging": "5.11.0",
          "NuGet.Versioning": "5.11.0",
          "Paket.Core": "6.2.1",
          "System.Buffers": "4.5.1",
          "System.CodeDom": "5.0.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "5.0.0",
          "System.Configuration.ConfigurationManager": "5.0.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "5.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Drawing.Common": "5.0.2",
          "System.Formats.Asn1": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Memory": "4.5.4",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "5.0.0",
          "System.Net.Primitives": "4.3.1",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Metadata": "5.0.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Resources.Extensions": "5.0.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "5.0.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.AccessControl": "5.0.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Pkcs": "5.0.1",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "5.0.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Security.Cryptography.Xml": "5.0.0",
          "System.Security.Permissions": "5.0.0",
          "System.Security.Principal.Windows": "5.0.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.CodePages": "5.0.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Dataflow": "5.0.0",
          "System.ValueTuple": "4.5.0",
          "System.Windows.Extensions": "5.0.0",
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.1": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "BlackFox.VsWhere/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rqIFENkurSkGU0ecXG21Ez96pXDwIXUoE9f4DhEDRE4T3iYVIKMHPaQ0XUQH4Rgf9bqUHUW1TO87UR7xEndqNQ==",
      "path": "blackfox.vswhere/1.1.0",
      "hashPath": "blackfox.vswhere.1.1.0.nupkg.sha512"
    },
    "Chessie/0.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EzfvxiU+b9WmW2C1Q4Ns2AX2IAq6I6n8P+Lv4gzKmeDoj8FD+goHLMqwoaE08E91nQwlEzxd9iwkdwf5E5YGCQ==",
      "path": "chessie/0.6.0",
      "hashPath": "chessie.0.6.0.nupkg.sha512"
    },
    "FParsec/1.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wdjf/gCNLEwd+0nUCDh9jAIIcKGwfhRramySTnTcVVgNC6i4Vp5aJklUJJfvFkEZMYNZEDGcI8pCa36/TmwmSg==",
      "path": "fparsec/1.1.1",
      "hashPath": "fparsec.1.1.1.nupkg.sha512"
    },
    "FSharp.Compiler.Service/37.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NGDRALh9DFg/upN0+984aR7crjR0QctsJQeGpglfSckb+PJSAGnTqSQ1FGcvEPzVYcU2ioyl4dEJ+v2zqhAgXw==",
      "path": "fsharp.compiler.service/37.0.0",
      "hashPath": "fsharp.compiler.service.37.0.0.nupkg.sha512"
    },
    "FSharp.Core/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fbv1UwJ2LXVcFCt+GGDPu0sIYA5C6gdDvAupDj3iLQF3clRkua/6J33f+FiGQa8P1tEa+zmz3wrjoTnXZ1UiYg==",
      "path": "fsharp.core/6.0.0",
      "hashPath": "fsharp.core.6.0.0.nupkg.sha512"
    },
    "Microsoft.Bcl.AsyncInterfaces/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==",
      "path": "microsoft.bcl.asyncinterfaces/5.0.0",
      "hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512"
    },
    "Microsoft.Build/16.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-azKjcFDIGgyVWRtSSYr/Zb42xV1F0iyQyjOzdpg34UEz7HFvGJl7av7HZrNSaQ2hCqqdgfU+e9gTzguJywBofA==",
      "path": "microsoft.build/16.11.0",
      "hashPath": "microsoft.build.16.11.0.nupkg.sha512"
    },
    "Microsoft.Build.Framework/16.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZBKk+0W/fstpsYg7j1nNvqUQ4vjl4xetKwRf7/CCp956lckEOKuCpNO9yj0yO/UlmUaNGU+8csF+oYWIdOZGPw==",
      "path": "microsoft.build.framework/16.11.0",
      "hashPath": "microsoft.build.framework.16.11.0.nupkg.sha512"
    },
    "Microsoft.Build.Tasks.Core/16.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nEQgJlskVzK0oaBlPNYGbBpU7uPTwTHJ1T2rid3LRc6/CKOuBPtXEWgF1HxsldlHsx5q79sn8AE0RqAhQm7EVQ==",
      "path": "microsoft.build.tasks.core/16.11.0",
      "hashPath": "microsoft.build.tasks.core.16.11.0.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/16.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qJ02OPuYuCkcJRm3AeUV3GT6vQ1yGg4ChKi6wc+X7bSJqu6yuTxwVn7kSPx/4uD/kPyhJkzOPRi1ez5SLdXFeQ==",
      "path": "microsoft.build.utilities.core/16.11.0",
      "hashPath": "microsoft.build.utilities.core.16.11.0.nupkg.sha512"
    },
    "Microsoft.Deployment.DotNet.Releases/1.0.0-preview2.6.21561.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-02UQfd2fdksXBFIvg/4hDDdu4bKtqEs0V3+SblwWmOrrzER0bLc3h209Wf4gEkKpjQeDkGjLFXoQqeuRFLUvoA==",
      "path": "microsoft.deployment.dotnet.releases/1.0.0-preview2.6.21561.1",
      "hashPath": "microsoft.deployment.dotnet.releases.1.0.0-preview2.6.21561.1.nupkg.sha512"
    },
    "Microsoft.NET.StringTools/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZYVcoDM0LnSyT5nWoRGfShYdOecCw2sOXWwP6j1Z0u48Xq3+BVvZ+EiPCX9/8Gz439giW+O1H1kWF9Eb/w6rVg==",
      "path": "microsoft.net.stringtools/1.0.0",
      "hashPath": "microsoft.net.stringtools.1.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/5.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S/AHu+d3Fk/yoWHIXNAs8N030bCf22GlXoMqLC/zK24i+VfhG0kWYtFeEv6s07b05qchNEGabwOcq49zzR8MPA==",
      "path": "microsoft.netcore.platforms/5.0.4",
      "hashPath": "microsoft.netcore.platforms.5.0.4.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XpSaRv9/+V4KQ5KPbvRoArKy1o9WHizFEdOXPBLHXRZ0zwPGK5cTcWo1SveD7uayrfhod1uAAscip65qLeAjCw==",
      "path": "microsoft.netcore.targets/5.0.0",
      "hashPath": "microsoft.netcore.targets.5.0.0.nupkg.sha512"
    },
    "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7D2TMufjGiowmt0E941kVoTIS+GTNzaPopuzM1/1LSaJAdJdBrVP0SkZW7AgDd0a2U1DjsIeaKG1wxGVBNLDMw==",
      "path": "microsoft.netframework.referenceassemblies/1.0.0",
      "hashPath": "microsoft.netframework.referenceassemblies.1.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
      "path": "microsoft.win32.primitives/4.0.1",
      "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
      "path": "microsoft.win32.registry/5.0.0",
      "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
      "path": "microsoft.win32.systemevents/5.0.0",
      "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
    },
    "Mono.Cecil/0.11.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IC1h5g0NeJGHIUgzM1P82ld57knhP0IcQfrYITDPXlNpMYGUrsG5TxuaWTjaeqDNQMBDNZkB8L0rBnwsY6JHuQ==",
      "path": "mono.cecil/0.11.4",
      "hashPath": "mono.cecil.0.11.4.nupkg.sha512"
    },
    "Mono.Posix.NETStandard/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vSN/L1uaVwKsiLa95bYu2SGkF0iY3xMblTfxc8alSziPuVfJpj3geVqHGAA75J7cZkMuKpFVikz82Lo6y6LLdA==",
      "path": "mono.posix.netstandard/1.0.0",
      "hashPath": "mono.posix.netstandard.1.0.0.nupkg.sha512"
    },
    "MSBuild.StructuredLogger/2.1.545": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SnGzK4V0IZbaVzZCNgZZWqMo/QVcmyeFg5oD/Lf2Rf2Blu6XzmEphJ94agSUgYq2dHj33rYwtbOqkjwcQCNzlA==",
      "path": "msbuild.structuredlogger/2.1.545",
      "hashPath": "msbuild.structuredlogger.2.1.545.nupkg.sha512"
    },
    "NETStandard.Library/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
      "path": "netstandard.library/1.6.0",
      "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
      "path": "newtonsoft.json/13.0.1",
      "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
    },
    "NuGet.Common/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WCHexQBfSqBDRqP3PSDSUw7YM+PwuvMHGAkT/sXI5UHze4T41yLE+VB/km2Fe0z9y3m2mudcr2djFZezivjMJw==",
      "path": "nuget.common/5.11.0",
      "hashPath": "nuget.common.5.11.0.nupkg.sha512"
    },
    "NuGet.Configuration/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NqsQe198CTHoo7NMrKQL8utd6n9yVb9CPgJmpyF6kpEsLFo/9r0wqGL3ln8Mtcz8yuJpOPWFQEoOlzDzu3LfUg==",
      "path": "nuget.configuration/5.11.0",
      "hashPath": "nuget.configuration.5.11.0.nupkg.sha512"
    },
    "NuGet.Frameworks/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
      "path": "nuget.frameworks/5.11.0",
      "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
    },
    "NuGet.Packaging/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-knlpQuqTL8BEXUHTdZ9Wlz3pjck5nv0OYsCpSkaQAukl7fFcX4apAs8cwJgxHiEZjfWNG1npZOzpYdHG59v5xQ==",
      "path": "nuget.packaging/5.11.0",
      "hashPath": "nuget.packaging.5.11.0.nupkg.sha512"
    },
    "NuGet.Protocol/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eS/sJLqMzPz6gonD1zaXIcpDME/1DuKqv0Hlag8RuJcboZJliA15qjfg7UvuQB8/ineOleaEvrTzMjpKE0FdbQ==",
      "path": "nuget.protocol/5.11.0",
      "hashPath": "nuget.protocol.5.11.0.nupkg.sha512"
    },
    "NuGet.Versioning/5.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mCv/GzvMk5iatWoZY41PoIShEbwVxq9CDCc1fV/uqPFKZ4DD/1JuKZ5AL/FJJRsTanvMR3EOXKYCLdQ7PFYn8Q==",
      "path": "nuget.versioning/5.11.0",
      "hashPath": "nuget.versioning.5.11.0.nupkg.sha512"
    },
    "Paket.Core/6.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dl8bTLnopkayq8yrupyvtydSNxgI8uZ34GPoodWv33SUFQkvmWFzehsR+mfWMdIpTu0+pYVoHvtlDoQDCtOr/A==",
      "path": "paket.core/6.2.1",
      "hashPath": "paket.core.6.2.1.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nX9qygIJEIcbqgLxn2UkTdhntbtAZMy1rFJFpQwmAKfSVmbiOyP2aBsYruqoyXd60mEY1r62GH61eRrDHv9W+g==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-haFsIJjrr3MKnV6IOUtIKtxuRDHBDRNsirHfLAAosyXnumvFV6JazKzOjw9vS0xhcsQ2G50aH0uhnhbE+LQI4A==",
      "path": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mh+syrTYDEjxkF42OsEye6QBXmXIlJoBVccUH7cEcH/930gdN3cxoErvII1qOl5wNT5b35zjn1b+NM6snkbPzQ==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P0ZdJMkz6+jYSkKNAIhJrjnWoOqaLzaQAVPGGZtl+hv5Y7vGERijFN0naQvt8oUYo0GNW17FE5LrF0GYIzRsQw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIOUHknYWY5dBfSNvXdb+dcpWjUUXCeJkPqYXFbwGUVGIsKOL4olsBDh89bAJ+yzNI9dJ48byqGiciP1+1rWKw==",
      "path": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AfXhN7JGrORLFsyrWw+wYjSM5ZCiuZNvVM2nCs6GQj1Bd76S1XVEb0QYdBs1zmJCA/6SLpva1Z0gsq+yRkBGDw==",
      "path": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.native.System/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-K4T2HBcp48al2HPSQI07m4uBaFoiRqYeGKouynd7VnOdqQJUPVPMiqeXCgJqlCTiszxLmOlDEnKewdr2JOMTMA==",
      "path": "runtime.native.system/4.3.1",
      "hashPath": "runtime.native.system.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.IO.Compression/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
      "path": "runtime.native.system.io.compression/4.1.0",
      "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aq6gVrN0ZHgXN71a2IncLS0hxc4bt3/n37gJF/sBuPr5BKG3Q3Fv0M9GzMv/GK2aF+tVxgVAY/LyZgyF4qma3g==",
      "path": "runtime.native.system.net.http/4.3.1",
      "hashPath": "runtime.native.system.net.http.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FuVY2W6sG06iFgIEiq4JBc0eiKPgngORC/0RIjbnuZ5UcuNldHydI6RoSbd4nUm3+Ym0kQJME6cctGiu42dzAA==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OiGxTllkvmr0S9SFBXjR1ZCczQpedFcnKVn6YJKwfMMBaBEkMiik1g90BbYTF6tRc92v3J6cWjxlbnhu60Xr9w==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aISf7xuDGogsHDqRLcPE3q5jRy9HymVFNmh+YRamQWswUON6z7TaYkAYyjR6h11dPkZIpDqne2DiWbCkmiA/+Q==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hryFGDbBmUzgrLeixq92mqZjNf4T6RscqVk7tD0A637BSjeXKrEwPx4k7PM/ac2FtwioIMThfcDT9Y0/T1xn/w==",
      "path": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fZz1BHl021f+EJ19SnpSHoy4h2n+zsdetXq9VQvBOEczKrkdJF5cnPOh0NJnhB02JoWxMQkzWs+MbKibV2wZyQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rb3K1Je3t1jzGRzVbTqpo8PobjCWrKlChIp1W6B8zVl48UcpxhrvFjekXSz5cKka1xXDWi1JQyx3RVpb2RAmaA==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4UfextKfel7N1U8Y43MtfxV4hsFe1FBJiBcQos2AB62ZWBO1DiQJKRvDEzvDz7mgyuql+CAgi3sXMuwrFkYkJA==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RVjz+XmCta7gpUlpKZTvnRKMKoceMm8H6880KOVRVv3aWbZVoijcSwgNGslU3lQGn31jPu1dP0CBgpGOuI+wBg==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oVVTltrB7gcY8RiJefq4h8G6cS7/ttw0lJl2hBALgMNuBNTMKq08+aGJ8udivyGbN/iwg8HR8Q0I5Gn5ZlJznA==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SgBZ1sWIbOuIK/oJLSn3aetJfLk3PwBTAkz3iKdS5W1QsvEc6Kf7l8pSwQpif6A91UMaIG1eKquUXIxobdeQLA==",
      "path": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "System.AppContext/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
      "path": "system.appcontext/4.1.0",
      "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
    },
    "System.Buffers/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
      "path": "system.buffers/4.5.1",
      "hashPath": "system.buffers.4.5.1.nupkg.sha512"
    },
    "System.CodeDom/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==",
      "path": "system.codedom/5.0.0",
      "hashPath": "system.codedom.5.0.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.Immutable/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
      "path": "system.collections.immutable/5.0.0",
      "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
      "path": "system.configuration.configurationmanager/5.0.0",
      "hashPath": "system.configuration.configurationmanager.5.0.0.nupkg.sha512"
    },
    "System.Console/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
      "path": "system.console/4.0.0",
      "hashPath": "system.console.4.0.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/5.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
      "path": "system.diagnostics.diagnosticsource/5.0.1",
      "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
      "path": "system.diagnostics.tools/4.0.1",
      "hashPath": "system.diagnostics.tools.4.0.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/5.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rvr/M1WPf24ljpvvrVd74+NdjRUJu1bBkspkZcnzSZnmAUQWSvanlQ0k/hVHk+cHufZbZfu7vOh/vYc0q5Uu/A==",
      "path": "system.drawing.common/5.0.2",
      "hashPath": "system.drawing.common.5.0.2.nupkg.sha512"
    },
    "System.Formats.Asn1/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
      "path": "system.formats.asn1/5.0.0",
      "hashPath": "system.formats.asn1.5.0.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.Compression/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
      "path": "system.io.compression/4.1.0",
      "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
      "path": "system.io.compression.zipfile/4.0.1",
      "hashPath": "system.io.compression.zipfile.4.0.1.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.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
      "path": "system.linq.expressions/4.1.0",
      "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
    },
    "System.Memory/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
      "path": "system.memory/4.5.4",
      "hashPath": "system.memory.4.5.4.nupkg.sha512"
    },
    "System.Net.Http/4.3.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
      "path": "system.net.http/4.3.4",
      "hashPath": "system.net.http.4.3.4.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mq6dPidztlkEwzjmzK4gtla8N8MTfjCyd0yub/8DY5UbkbV82wU+kiMoBHHjQ2fY70RrdraEoeZFgH915lHJhg==",
      "path": "system.net.http.winhttphandler/5.0.0",
      "hashPath": "system.net.http.winhttphandler.5.0.0.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OHzPhSme78BbmLe9UBxHM69ZYjClS5URuhce6Ta4ikiLgaUGiG/X84fZpI6zy7CsUH5R9cYzI2tv9dWPqdTkUg==",
      "path": "system.net.primitives/4.3.1",
      "hashPath": "system.net.primitives.4.3.1.nupkg.sha512"
    },
    "System.Net.Sockets/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
      "path": "system.net.sockets/4.1.0",
      "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
      "path": "system.numerics.vectors/4.5.0",
      "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
      "path": "system.objectmodel/4.0.12",
      "hashPath": "system.objectmodel.4.0.12.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.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
      "path": "system.reflection.emit.ilgeneration/4.0.1",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
      "path": "system.reflection.emit.lightweight/4.0.1",
      "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
      "path": "system.reflection.extensions/4.0.1",
      "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Metadata/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
      "path": "system.reflection.metadata/5.0.0",
      "hashPath": "system.reflection.metadata.5.0.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.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VybpaOQQhqE6siHppMktjfGBw1GCwvCqiufqmP8F1nj7fTUNtW35LOEt3UZTEsECfo+ELAl/9o9nJx3U91i7vA==",
      "path": "system.reflection.typeextensions/4.7.0",
      "hashPath": "system.reflection.typeextensions.4.7.0.nupkg.sha512"
    },
    "System.Resources.Extensions/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KBiqY/+W6hWVwucHBHO76JkgBGyawlxCcP946MhK8dNjalaBgZkyHaux8ko58PENTqQHHjoDa7cfIkAchfJPPA==",
      "path": "system.resources.extensions/5.0.0",
      "hashPath": "system.resources.extensions.5.0.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.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
      "path": "system.runtime/4.3.1",
      "hashPath": "system.runtime.4.3.1.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
      "path": "system.runtime.compilerservices.unsafe/5.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qAtKMcHOAq9/zKkl0dwvF0T0pmgCQxX1rC49rJXoU8jq+lw6MC3uXy7nLFmjEI20T3Aq069eWz4LcYR64vEmJw==",
      "path": "system.runtime.extensions/4.3.1",
      "hashPath": "system.runtime.extensions.4.3.1.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.InteropServices.RuntimeInformation/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
      "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
    },
    "System.Runtime.Loader/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
      "path": "system.runtime.loader/4.3.0",
      "hashPath": "system.runtime.loader.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.Security.AccessControl/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
      "path": "system.security.accesscontrol/5.0.0",
      "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DVUblnRfnarrI5olEC2B/OCsJQd0anjVaObQMndHSc43efbc88/RMOlDyg/EyY0ix5ecyZMXS8zMksb5ukebZA==",
      "path": "system.security.cryptography.algorithms/4.3.1",
      "hashPath": "system.security.cryptography.algorithms.4.3.1.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
      "path": "system.security.cryptography.cng/5.0.0",
      "hashPath": "system.security.cryptography.cng.5.0.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/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-D3aDrPOPBORUl6V/WJ2AtN3Ae48aSH0W7yChBIecvu1lyoAhopPORmMpNTjv5/Kay7Z+h3KXpfbvteIm7x7miA==",
      "path": "system.security.cryptography.openssl/5.0.0",
      "hashPath": "system.security.cryptography.openssl.5.0.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/5.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9ualfJXOMrjW/E4z73cGHVcAvFMCCnMZQE+8xME9eX70bTZ0UAJCstG0khsMvL8B+9c9qw+ktowt1fN0BffMnQ==",
      "path": "system.security.cryptography.pkcs/5.0.1",
      "hashPath": "system.security.cryptography.pkcs.5.0.1.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.ProtectedData/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
      "path": "system.security.cryptography.protecteddata/5.0.0",
      "hashPath": "system.security.cryptography.protecteddata.5.0.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.Cryptography.Xml/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==",
      "path": "system.security.cryptography.xml/5.0.0",
      "hashPath": "system.security.cryptography.xml.5.0.0.nupkg.sha512"
    },
    "System.Security.Permissions/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
      "path": "system.security.permissions/5.0.0",
      "hashPath": "system.security.permissions.5.0.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
      "path": "system.security.principal.windows/5.0.0",
      "hashPath": "system.security.principal.windows.5.0.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/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
      "path": "system.text.encoding.codepages/5.0.0",
      "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
      "path": "system.text.encoding.extensions/4.0.11",
      "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
    },
    "System.Text.Encodings.Web/5.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==",
      "path": "system.text.encodings.web/5.0.1",
      "hashPath": "system.text.encodings.web.5.0.1.nupkg.sha512"
    },
    "System.Text.Json/5.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I47dVIGiV6SfAyppphxqupertT/5oZkYLDCX6vC3HpOI4ZLjyoKAreUoem2ie6G0RbRuFrlqz/PcTQjfb2DOfQ==",
      "path": "system.text.json/5.0.2",
      "hashPath": "system.text.json.5.0.2.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
      "path": "system.text.regularexpressions/4.1.0",
      "hashPath": "system.text.regularexpressions.4.1.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.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.Dataflow/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NBp0zSAMZp4muDje6XmbDfmkqw9+qsDCHp+YMEtnVgHEjQZ3Q7MzFTTp3eHqpExn4BwMrS7JkUVOTcVchig4Sw==",
      "path": "system.threading.tasks.dataflow/5.0.0",
      "hashPath": "system.threading.tasks.dataflow.5.0.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
      "path": "system.threading.tasks.extensions/4.5.4",
      "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
    },
    "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.ValueTuple/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
      "path": "system.valuetuple/4.5.0",
      "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
    },
    "System.Windows.Extensions/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
      "path": "system.windows.extensions/5.0.0",
      "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
      "path": "system.xml.readerwriter/4.0.11",
      "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
    },
    "System.Xml.XDocument/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
      "path": "system.xml.xdocument/4.0.11",
      "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.DependencyManager.Paket/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Environment/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.FakeVar/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Process/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.SemVer/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.String/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Tasks/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Trace/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Xml/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.Cli/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.MSBuild/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.NuGet/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.IO.FileSystem/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Net.Http/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.23.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  },
  "runtimes": {
    "win10-x86": [
      "win10",
      "win81-x86",
      "win81",
      "win8-x86",
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win10-x86-aot": [
      "win10-aot",
      "win10-x86",
      "win10",
      "win81-x86-aot",
      "win81-aot",
      "win81-x86",
      "win81",
      "win8-x86-aot",
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x86": [
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win7-x86-aot": [
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x86": [
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win8-x86-aot": [
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x86": [
      "win81",
      "win8-x86",
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win81-x86-aot": [
      "win81-aot",
      "win81-x86",
      "win81",
      "win8-x86-aot",
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
bin\fake.dll
md5: 2A750AC761D14C72AB7BD98A7E0B7760 | sha1: AE053C458F791659BC21D725142361A9442C039C | sha256: AA02D4F9D1B33E5C5D7EC55ADA03DB186647889E60801E7742E66A654C00173C | sha512: 245A664C2C217863AEC52425AA46E73F2B8ED6D7AB049471A3F989ACB6051E2C32F4EDEC767299A74999881BC2CD9D0469A4DEAAA8507C8EBBD4CFCBA1242409
bin\Fake.DotNet.Cli.dll
md5: B2C092A54D3097FFB2C488A295C499F4 | sha1: 47D330FD404153825346DE12D7606EFC6D0389F8 | sha256: F65FB3ED3AFE1F5394B06E1B76C6E1A933DDDB5D8C67B22FA36E9242AED15517 | sha512: BB4A5C731939A75EC62E3425AED733193393253C5A1FDCD3A5C4E12C8EFEDA568299046927E625497C6017AF7C428EB0E8311B1E19AD2A572B2A84674E101A6B
bin\Fake.DotNet.Cli.pdb
 
bin\Fake.DotNet.Cli.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.Cli</name></assembly>
<members>
<member name="M:Fake.Core.CreateProcessDotNetExt.CreateProcess.withToolType``1(Fake.DotNet.ToolType,Fake.Core.CreateProcess{``0})">
<summary>
 Ensures the command  is run with dotnet or with framework/mono as appropriate.

 ### Example

     Command.RawCommand(&quot;tool&quot;, Arguments.OfArgs [&quot;arg1&quot;; &quot;arg2&quot;])
     |&gt; CreateProcess.fromCommand
     |&gt; CreateProcess.withToolType toolType // prepare to execute tool, mono tool, or dotnet localtool.
     |&gt; Proc.run
     |&gt; ignore
</summary>
</member>
<member name="T:Fake.Core.CreateProcessDotNetExt.CreateProcess">
<summary>
 Extensions to [`CreateProcess`](apidocs/v5/fake-core-createprocess.html).
</summary>
</member>
<member name="T:Fake.Core.CreateProcessDotNetExt">
<summary>
 Some extensions for the `CreateProcess` module, opened automatically (use add `open Fake.Core`)
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.CLIToolReference">
<summary>
 CLIToolReference, uses `dotnet &lt;toolname&gt;`
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.LocalTool">
<summary>
 local dotnet tool, uses `dotnet &lt;toolname&gt;`
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.GlobalTool">
<summary>
 The application is a global dotnet cli tool, does not prefix anything, expects ToolPath to be the platform dependent path to the application.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.SelfContainedDeployment">
<summary>
 The application is a self contained application, does not prefix anything, expects ToolPath to be the platform dependent path to the application.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.FrameworkDependentDeployment">
<summary>
 The application is a framework dependent application, prefixes the app with `dotnet` and allows ToolPath to be the path to the dll.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.FullFramework">
<summary>
 The application is a pre .NET 5 full framework application, ToolPath is combined with CreateProcess.withFramework. Which prefixes the command with `mono` on non-windows platforms
</summary>
</member>
<member name="T:Fake.DotNet.ToolType">
<summary>
 Describes which kind of application ToolPath references
</summary>
</member>
<member name="P:Fake.DotNet.DotNetLocalTool.ToolCommandName">
<summary>
 The command name of the tool (the first argument of &apos;dotnet&apos;). For example `&quot;fake&quot;` for `dotnet fake`.
 By default we usually fallback to the executable name of ToolPath without file extension.
</summary>
</member>
<member name="P:Fake.DotNet.DotNetLocalTool.Options">
<summary>
 Parameters as for the dotnet call
</summary>
</member>
<member name="T:Fake.DotNet.DotNetLocalTool">
<summary>
 Information about a dotnet tool
</summary>
</member>
<member name="P:Fake.DotNet.DotNetFDDOptions.Options">
<summary>
 Parameters as for the dotnet call
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TemplateUninstallOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TemplateUninstallOptions.Create(System.String)">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TemplateUninstallOptions">
<summary>
 dotnet new --install options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TemplateInstallOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TemplateInstallOptions.Create(System.String)">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TemplateInstallOptions">
<summary>
 dotnet new --install options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.NewOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.NewOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NewOptions">
<summary>
 dotnet new command options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.NewLanguage.ToString">
<summary>
 Convert the list option to string representation
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NewLanguage">
<summary>
 the languages supported by new command
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NuGetPushOptions">
<summary>
 nuget push parameters for `dotnet nuget push`
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Blame">
<summary>
 Runs the tests in blame mode. This option is helpful in isolating the problematic tests causing test host to crash. It creates an output file in the current directory as Sequence.xml that captures the order of tests execution before the crash.  (--blame)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.RunSettingsArguments">
<summary>
 Arguments to pass runsettings configurations through commandline. Arguments may be specified as name-value pair of the form [name]=[value] after &quot;-- &quot;. Note the space after --.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoRestore">
<summary>
  Does not do an implicit restore when executing the command. (--no-restore)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Collect">
<summary>
 Enables data collector for the test run. More info here : https://aka.ms/vstest-collect (--collect)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.ResultsDirectory">
<summary>
 The directory where the test results are going to be placed. The specified directory will be created if it does not exist. (--results-directory)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoBuild">
<summary>
  Do not build project before testing. (--no-build)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (--nologo)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Diag">
<summary>
 Enable verbose logs for test platform. Logs are written to the provided file. (--diag)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Output">
<summary>
  Directory in which to find the binaries to be run (--output)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Framework">
<summary>
 Target framework to publish for. The target framework has to be specified in the project file. (--framework)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Configuration">
<summary>
Configuration to use for building the project.  Default for most projects is  &quot;Debug&quot;. (--configuration)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Logger">
<summary>
 Specify a logger for test results. (--logger)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.TestAdapterPath">
<summary>
 Use custom adapters from the given path in the test run. (--test-adapter-path)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Filter">
<summary>
 Run tests that match the given expression. (--filter)
  Examples:
   Run tests with priority set to 1: --filter &quot;Priority = 1&quot;
   Run a test with the specified full name: --filter &quot;FullyQualifiedName=Namespace.ClassName.MethodName&quot;
   Run tests that contain the specified name: --filter &quot;FullyQualifiedName~Namespace.Class&quot;
   More info on filtering support: https://aka.ms/vstest-filtering
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.ListTests">
<summary>
 Lists discovered tests (--list-tests)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Settings">
<summary>
 Settings to use when running tests (--settings)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TestOptions">
<summary>
 dotnet test command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore during build. (--no-restore)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (--nologo)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Native">
<summary>
 Native flag (--native)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.OutputPath">
<summary>
 Output path (--output)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.BuildBasePath">
<summary>
 Build base path (--build-base-path)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Runtime">
<summary>
 Target runtime to publish for (--runtime)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Framework">
<summary>
 Target framework to compile for (--framework)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Configuration">
<summary>
 Pack configuration (--configuration)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.BuildOptions">
<summary>
 dotnet build command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Force">
<summary>
 Force all dependencies to be resolved even if the last restore was successful.
 This is equivalent to deleting project.assets.json. (--force)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore when running the command. (--no-restore)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoBuild">
<summary>
 No build flag (--no-build)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (--nologo)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.SelfContained">
<summary>
 Publish the .NET Core runtime with your application so the runtime doesn&apos;t need to be installed on the target machine.
 The default is &apos;true&apos; if a runtime identifier is specified. (--self-contained)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Manifest">
<summary>
 Specifies one or several target manifests to use to trim the set of packages published with the app.
 The manifest file is part of the output of the dotnet store command.
 This option is available starting with .NET Core 2.0 SDK. (--manifest)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.VersionSuffix">
<summary>
 Defines what `*` should be replaced with in version field in project.json (--version-suffix)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.OutputPath">
<summary>
 Output path (--output)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.BuildBasePath">
<summary>
 Build base path (--build-base-path)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Runtime">
<summary>
 Target runtime to publish for (--runtime)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Framework">
<summary>
 Target framework to compile for (--framework)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Configuration">
<summary>
 Pack configuration (--configuration)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.PublishOptions">
<summary>
 dotnet publish command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.IncludeSymbols">
<summary>
 Includes the debug symbols NuGet packages in addition to the regular NuGet packages in the output directory (--include-symbols)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore when running the command. (--no-restore)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoBuild">
<summary>
 No build flag (--no-build)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (--nologo)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.OutputPath">
<summary>
 Output path (--output)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.BuildBasePath">
<summary>
 Build base path (--build-base-path)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.VersionSuffix">
<summary>
 Version suffix to use
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Configuration">
<summary>
 Pack configuration (--configuration)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.PackOptions">
<summary>
 dotnet pack command options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfiguration.ToString">
<summary>
 Convert the build configuration to a string that can be passed to the .NET CLI
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.BuildConfiguration">
<summary>
 build configuration
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.DisableParallel">
<summary>
 Disables restoring multiple projects in parallel (--disable-parallel)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.IgnoreFailedSources">
<summary>
 Only warning failed sources if there are packages meeting version requirement (--ignore-failed-sources)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.NoCache">
<summary>
 No cache flag (--no-cache)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.ConfigFile">
<summary>
 Path to the nuget configuration file (nuget.config).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Packages">
<summary>
 Directory to install packages in (--packages).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Runtime">
<summary>
 The runtime to restore for (seems added in RC4). Maybe a bug, but works.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.RestoreOptions">
<summary>
 dotnet restore command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.MSBuildOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.MSBuildOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithMSBuildParams(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuild.CliArguments,Fake.DotNet.MSBuild.CliArguments})">
<summary>
 Changes the &quot;MSBuildParams&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.MSBuildOptions">
<summary>
 dotnet restore command options
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.VersionResult">
<summary>
 dotnet info result
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.VersionOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.VersionOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.VersionOptions">
<summary>
 dotnet --version command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoResult.RID">
<summary>
 Common tool options
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InfoResult">
<summary>
 dotnet info result
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InfoOptions">
<summary>
 dotnet --info command options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Environment">
<summary>
 Gets the environment variables that apply to this process and its child processes.
 NOTE: Recommendation is to not use this Field, but instead use the helper function in the Proc module (for example Process.setEnvironmentVariable)
 NOTE: This field is ignored when UseShellExecute is true.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.PrintRedirectedOutput">
<summary>
 If RedirectOutput is true this flag decides if FAKE emits the output into the standard output/error otherwise the flag is ignored.
 True by default.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.RedirectOutput">
<summary>
 If true the function will redirect the output of the called process (but will disable colors, false by default)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Diagnostics">
<summary>
 Restore logging verbosity (--diagnostics)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Verbosity">
<summary>
 Logging verbosity (--verbosity)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.CustomParams">
<summary>
 Custom parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Timeout">
<summary>
 Process timeout, kills the process after the specified time
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.WorkingDirectory">
<summary>
 Command working directory
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Version">
<summary>
 Write a global.json with the given version (required to make SDK choose the correct version)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.DotNetCliPath">
<summary>
 DotNet cli executable path
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithPrintRedirectedOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the redirected output should be printed to standard-output/error stream.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithCommon``1(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,``0})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.Create">
<summary>
 Create a default setup for executing the `dotnet` command line.
 This function tries to take current `global.json` into account and tries to find the correct installation.
 To overwrite this behavior set `DotNetCliPath` manually (for example to the first result of `ProcessUtils.findFilesOnPath &quot;dotnet&quot;`)
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.Options">
<summary>
 dotnet cli command execution options
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.Verbosity">
<summary>
 dotnet restore verbosity
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.WorkingDirectory">
<summary>
 Command working directory
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.NoPath">
<summary>
 Do not update path variable
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.DryRun">
<summary>
 If set it will not perform installation but instead display what command line to use
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.DebugSymbols">
<summary>
 Include symbols in the installation (Switch does not work yet. Symbols zip is not being uploaded yet)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Architecture">
<summary>
 Architecture
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.ForceInstall">
<summary>
 Always download and run the installer, ignore potentiall existing installations.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.CustomInstallDir">
<summary>
 Custom installation directory (for local build installation)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Version">
<summary>
 .NET Core SDK version
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Channel">
<summary>
 Specifies the source channel for the installation. The possible values are:
 - `Current` - Most current release.
 - `LTS` - Long-Term Support channel (most current supported release).
 - Two-part version in `X.Y` format representing a specific release (for example, `2.0` or `1.0`).
 - Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
 
 The default value is `LTS`. For more information on .NET support channels, see the .NET Support Policy page.
 
 Use the `CliChannel` module, for example `CliChannel.Current`
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.InstallerOptions">
<summary>
 Custom installer obtain (download) options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Default">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliInstallOptions">
<summary>
 .NET Core SDK install options
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.GlobalJson">
<summary>
 Take version from global.json and fail if it is not found.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Version">
<summary>
 Three-part version in X.Y.Z format representing a specific build version; supersedes the -Channel option. For example: 2.0.0-preview2-006120.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Coherent">
<summary>
 Latest coherent build on the channel; uses the latest stable package combination (used with Branch name -Channel options).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Latest">
<summary>
  Latest build on the channel (used with the -Channel option).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion">
<summary>
 .NET Core SDK version (used to specify version when installing .NET Core SDK)
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliArchitecture.Auto">
<summary>
 this value represents currently running OS architecture
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliArchitecture">
<summary>
 .NET Core SDK architecture
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.Branch">
<summary>
 Download installer from this github branch
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.AlwaysDownload">
<summary>
 Always download install script (otherwise install script is cached in temporary folder)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.Default">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InstallerOptions">
<summary>
 .NET Core SDK installer download options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.uninstallTemplate(System.String)">
<summary>
 Execute dotnet new --uninstall &lt;PATH|NUGET_ID&gt; command to uninstall a new template
 ## Parameters

 - &apos;templateName&apos; - template short name to uninstall
 - &apos;setParams&apos; - set version command parameters
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.installTemplate(System.String,Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.TemplateInstallOptions,Fake.DotNet.DotNet.TemplateInstallOptions})">
<summary>
 Execute dotnet new --install &lt;PATH|NUGET_ID&gt; command to install a new template
 ## Parameters

 - &apos;templateName&apos; - template short name to install
 - &apos;setParams&apos; - set version command parameters
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.newFromTemplate``1(``0,Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.NewOptions,Fake.DotNet.DotNet.NewOptions})">
<summary>
 Execute dotnet new command
 ## Parameters

 - &apos;templateName&apos; - template short name to create from
 - &apos;setParams&apos; - set version command parameters
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildTemplateUninstallArgs(Fake.DotNet.DotNet.TemplateUninstallOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildTemplateInstallArgs(Fake.DotNet.DotNet.TemplateInstallOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildNewArgs(Fake.DotNet.DotNet.NewOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.nugetPush(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.NuGetPushOptions,Fake.DotNet.DotNet.NuGetPushOptions},System.String)">
<summary>
 Execute dotnet nuget push command
 ## Parameters

 - &apos;setParams&apos; - set nuget push command parameters
 - &apos;nupkg&apos; - nupkg to publish
 
 ## Sample

     open Fake.DotNet
     let setNugetPushParams (defaults:NuGet.NuGetPushParams) =
             { defaults with
                 DisableBuffering = true
                 ApiKey = Some &quot;abc123&quot;
              }
     let setParams (defaults:DotNet.NuGetPushOptions) =
             { defaults with
                 PushParams = setNugetPushParams defaults.PushParams
              }
     
     DotNet.nugetPush setParams &quot;./My.Package.nupkg&quot;
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.test(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.TestOptions,Fake.DotNet.DotNet.TestOptions},System.String)">
<summary>
 Execute dotnet test command
 ## Parameters

 - &apos;setParams&apos; - set test command parameters
 - &apos;project&apos; - project to test
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildTestArgs(Fake.DotNet.DotNet.TestOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.build(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.BuildOptions,Fake.DotNet.DotNet.BuildOptions},System.String)">
<summary>
 Execute dotnet build command
 ## Parameters

 - &apos;setParams&apos; - set compile command parameters
 - &apos;project&apos; - project to compile
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildBuildArgs(Fake.DotNet.DotNet.BuildOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.publish(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.PublishOptions,Fake.DotNet.DotNet.PublishOptions},System.String)">
<summary>
 Execute dotnet publish command
 ## Parameters

 - &apos;setParams&apos; - set publish command parameters
 - &apos;project&apos; - project to publish
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildPublishArgs(Fake.DotNet.DotNet.PublishOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.pack(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.PackOptions,Fake.DotNet.DotNet.PackOptions},System.String)">
<summary>
 Execute dotnet pack command
 ## Parameters

 - &apos;setParams&apos; - set pack command parameters
 - &apos;project&apos; - project to pack

 ## Sample

     let packConfiguration (defaults:DotNet.PackOptions) =
         { defaults with
               Configuration = DotNet.Debug
               OutputPath = Some &quot;./packages&quot;
               IncludeSymbols = true }
 
     DotNet.pack packConfiguration &quot;./MyProject.csproj&quot;
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildPackArgs(Fake.DotNet.DotNet.PackOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildConfigurationArg(Fake.DotNet.DotNet.BuildConfiguration)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.restore(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.RestoreOptions,Fake.DotNet.DotNet.RestoreOptions},System.String)">
<summary>
 Execute dotnet restore command
 ## Parameters

 - &apos;setParams&apos; - set restore command parameters
 - &apos;project&apos; - project to restore packages
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildRestoreArgs(Fake.DotNet.DotNet.RestoreOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.msbuild(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.MSBuildOptions,Fake.DotNet.DotNet.MSBuildOptions},System.String)">
<summary>
 Runs a MSBuild project
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildOptions
  - `project` - A string with the path to the project file to build.

 ## Sample

     open Fake.DotNet
     let setMsBuildParams (defaults:MSBuild.CliArguments) =
             { defaults with
                 Verbosity = Some(Quiet)
                 Targets = [&quot;Build&quot;]
                 Properties =
                     [
                         &quot;Optimize&quot;, &quot;True&quot;
                         &quot;DebugSymbols&quot;, &quot;True&quot;
                         &quot;Configuration&quot;, &quot;Release&quot;
                     ]
              }
     let setParams (defaults:DotNet.MSBuildOptions) =
             { defaults with
                 MSBuildParams = setMsBuildParams defaults.MSBuildParams
              }
     
     DotNet.msbuild setParams &quot;./MySolution.sln&quot;
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.install(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.CliInstallOptions,Fake.DotNet.DotNet.CliInstallOptions})">
<summary>
 Install .NET Core SDK if required
 ## Parameters

 - &apos;setParams&apos; - set installation options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.getVersion(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.VersionOptions,Fake.DotNet.DotNet.VersionOptions})">
<summary>
 Execute dotnet --version command
 ## Parameters

 - &apos;setParams&apos; - set version command parameters
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.info(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.InfoOptions,Fake.DotNet.DotNet.InfoOptions})">
<summary>
 Execute dotnet --info command
 ## Parameters

 - &apos;setParams&apos; - set info command parameters
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.setupEnv(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Setup the environment (`PATH` and `DOTNET_ROOT`) in such a way that started processes use the given dotnet SDK installation.
 This is useful for example when using fable, see https://github.com/fsharp/FAKE/issues/2405
 ## Parameters

 - &apos;install&apos; - The SDK to use (result of `DotNet.install`)
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.prefixProcess``1(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},Microsoft.FSharp.Collections.FSharpList{System.String},Fake.Core.CreateProcess{``0})">
<summary>
 Replace the current `CreateProcess` instance to run with dotnet.exe
 ## Parameters

 - &apos;buildOptions&apos; - build common execution options
 - &apos;firstArg&apos; - the first argument (like t)
 - &apos;args&apos; - command arguments
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.exec(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},System.String,System.String)">
<summary>
 Execute raw dotnet cli command
 ## Parameters

 - &apos;buildOptions&apos; - build common execution options
 - &apos;command&apos; - the sdk command to execute &apos;test&apos;, &apos;new&apos;, &apos;build&apos;, ...
 - &apos;args&apos; - command arguments
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.run(System.Collections.Generic.IEnumerable{System.String},Fake.DotNet.DotNet.Options)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildCommand(Microsoft.FSharp.Collections.FSharpList{System.String},Microsoft.FSharp.Collections.FSharpList{System.String},Fake.DotNet.DotNet.Options)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildSdkOptionsArgs(Fake.DotNet.DotNet.Options)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildCommonArgs(Fake.DotNet.DotNet.Options)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.argOptionExplicit``1(System.String,``0)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.argOption(System.String,System.Boolean)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.argList2(System.String,Microsoft.FSharp.Collections.FSharpList{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.buildDotNetCliInstallArgs(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.boolToFlag(System.Boolean,System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.optionToParam``1(Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.PrintfFormat{Microsoft.FSharp.Core.FSharpFunc{``0,System.String},Microsoft.FSharp.Core.Unit,System.String,System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RC4_004973ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling, this is marketized as v1.0.1 release of the .NET Core tools
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RC4_004771ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.LatestPreview4ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Preview2ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview2 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.downloadInstaller(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.InstallerOptions,Fake.DotNet.DotNet.InstallerOptions})">
<summary>
 Download .NET Core SDK installer
 ## Parameters

 - &apos;setParams&apos; - set download installer options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.md5(System.Byte[])">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.downloadDotNetInstallerFromUrl(System.String,System.String)">
<summary>
 Download .NET Core SDK installer
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.getGenericDotNetCliInstallerUrl(System.String,System.String)">
<summary>
 Get .NET Core SDK download uri
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.findPossibleDotnetCliPaths(Microsoft.FSharp.Core.FSharpOption{System.String})">
<summary>
 Get dotnet cli executable path. Probes the provided path first, then as a fallback tries the system PATH
 ## Parameters

 - &apos;dotnetCliDir&apos; - the path to check else will probe system PATH
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.getSDKVersionFromGlobalJson">
<summary>
 Gets the DotNet SDK from the global.json
 This file can exist in the working directory or any of the parent directories
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.tryGetSDKVersionFromGlobalJson">
<summary>
 Tries the DotNet SDK from the global.json
 This file can exist in the working directory or any of the parent directories
 Returns None if global.json is not found
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.getSDKVersionFromGlobalJsonDir(System.String)">
<summary>
 Gets the DotNet SDK from the global.json, starts searching in the given directory.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.tryGetSDKVersionFromGlobalJsonDir(System.String)">
<summary>
 Tries to get the DotNet SDK from the global.json, starts searching in the given directory. Returns None if global.json is not found
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.defaultSystemInstallDir">
<summary>
 .NET Core SDK default install directory (set to default SDK installer paths (/usr/local/share/dotnet or C:\Program Files\dotnet))
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.defaultUserInstallDir">
<summary>
 .NET Core SDK default install directory (set to default SDK installer paths (%HOME/.dotnet or %LOCALAPPDATA%/Microsoft/dotnet).
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfigurationModule.fromEnvironVarOrDefault(System.String,Fake.DotNet.DotNet.BuildConfiguration)">
<summary>
 Get the build configuration from an environment variable with the given name or returns
 the default if not value was set
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfigurationModule.fromString(System.String)">
<summary>
 Parse a build configuration string
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.OptionsModule.withAdditionalArgs``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},``0}},System.Collections.Generic.IEnumerable{System.String},``0)">
<summary>
 Sets custom command-line arguments expressed as a sequence of strings.
 This function overwrites and gets overwritten by `withCustomParams`.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.RC4_004973ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling, this is marketized as v1.0.1 release of the .NET Core tools
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.RC4_004771ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.Preview4_004233ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.LatestPreview4ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.Preview2ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview2 tooling
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.Versions">
<summary>
 The a list of well-known versions to install
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.CliChannel.Branch``1(``0)">
<summary>
 Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.CliChannel.Version(System.Int32,System.Int32)">
<summary>
 Two-part version in X.Y format representing a specific release (for example, 2.0 or 1.0).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliChannel.Current">
<summary>
 Most current release.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliChannel.LTS">
<summary>
 Long-Term Support channel (most current supported release).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliChannel">
<summary>
 Specifies the source channel for the installation. 
</summary>
</member>
</members>
</doc>
bin\Fake.DotNet.MSBuild.dll
md5: 7850A99E7A38A9957C1BE2B6F168568A | sha1: 9CF296CAEA5A5B4F88CA716968AE2A7A24F4EAC6 | sha256: F8D0B2EA7EF71B76347B64B362D5D93A450EC9C75444E617A54C977F5CA8E20E | sha512: B9560DA5222C069B6A15DFDAF64F3E03D18BAA12B9C7CDC87708848C229A62295B1051704C9A4B029F8A5F9025B8BF6BEA255AB4AC6E1FB0C778AA61DECF0162
bin\Fake.DotNet.MSBuild.pdb
 
bin\Fake.DotNet.MSBuild.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.MSBuild</name></assembly>
<members>
<member name="P:Fake.DotNet.MSBuildParams.DistributedLoggers">
<summary>
 corresponds to the msbuild option &apos;/dl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.Loggers">
<summary>
 corresponds to the msbuild option &apos;/l&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.BinaryLoggers">
<summary>
 corresponds to the msbuild option &apos;/bl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.FileLoggers">
<summary>
 corresponds to the msbuild option &apos;/fl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.DisableInternalBinLog">
<summary>
 Fake attaches a binlog-logger in order to report errors and warnings. You can disable this behavior with this flag
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.ConsoleLogParameters">
<summary>
 corresponds to the msbuild option &apos;/consoleloggerparameters&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.DoRestore">
<summary>
 Execute a restore before executing the targets (/restore flag)
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.MaxCpuCount">
<summary>
 corresponds to the msbuild option &apos;/m&apos;:
  - &apos;None&apos; will omit the option.
  - &apos;Some None&apos; will emit &apos;/m&apos;.
  - &apos;Some 2&apos; will emit &apos;/m:2&apos;.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.ToolPath">
<summary>
 Set the MSBuild executable to use. Defaults to the latest installed MSBuild.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuildParams.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuildParams.Create">
<summary>
 Defines a default for MSBuild task parameters
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildParams">
<summary>
 A type for MSBuild task parameters
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildFileLoggerConfig">
<summary>
 A type for MSBuild configuration
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.LogParameter">
<summary>
 Other currently not supported parameter.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.EnableMPLogging">
<summary>
 Enable the multiprocessor logging style even when running in non-multiprocessor mode. This logging style is on by default.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.DisableMPLogging">
<summary>
 Disable the multiprocessor logging style of output when running in non-multiprocessor mode.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ForceConsoleColor">
<summary>
 Undocumented switch to force ansi colors.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.DisableConsoleColor">
<summary>
 Use the default console colors for all logging messages.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ForceNoAlign">
<summary>
 Don&apos;t align the text to the size of the console buffer.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowEventId">
<summary>
 Show the event ID for each started event, finished event, and message.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowTimestamp">
<summary>
 Show the timestamp as a prefix to any message.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowCommandLine">
<summary>
 Show `TaskCommandLineEvent` messages.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.NoItemAndPropertyList">
<summary>
 Don&apos;t show the list of items and properties that would appear at the start of each project build if the verbosity level is set to `diagnostic`.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.WarningsOnly">
<summary>
 Show only warnings.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ErrorsOnly">
<summary>
 Show only errors.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.NoSummary">
<summary>
 Don&apos;t show the error and warning summary at the end.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.Summary">
<summary>
 Show the error and warning summary at the end.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.PerformanceSummary">
<summary>
 Show the time that’s spent in tasks, targets, and projects.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.Append">
<summary>
 Determines whether the build log is appended to the log file or overwrites it. When you set the switch, the build log is appended to the log file. When the switch is not present, the contents of an existing log file are overwritten.
 If you include the append switch, no matter whether it is set to true or false, the log is appended. If you do not include the append switch, the log is overwritten.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter">
<summary>
 MSBuild log option
 See https://docs.microsoft.com/de-de/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2015
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildVerbosity">
<summary>
 MSBuild verbosity option
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildProject">
<summary>
 A type to represent MSBuild project files.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildException">
<summary>
 An exception type to signal build errors.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildBinLog">
<summary>
 Analyse a binlog and emit proper CI messages
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DistributedLoggers">
<summary>
 corresponds to the msbuild option &apos;/dl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.Loggers">
<summary>
 corresponds to the msbuild option &apos;/l&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.ConsoleLogParameters">
<summary>
 corresponds to the msbuild option &apos;/consoleloggerparameters&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.BinaryLoggers">
<summary>
 corresponds to the msbuild option &apos;/bl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.FileLoggers">
<summary>
 corresponds to the msbuild option &apos;/fl&apos;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DisableInternalBinLog">
<summary>
 Fake attaches a binlog-logger in order to report errors and warnings. You can disable this behavior with this flag
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DoRestore">
<summary>
 Execute a restore before executing the targets (/restore flag)
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.MaxCpuCount">
<summary>
 corresponds to the msbuild option &apos;/m&apos;:
  - &apos;None&apos; will omit the option.
  - &apos;Some None&apos; will emit &apos;/m&apos;.
  - &apos;Some 2&apos; will emit &apos;/m:2&apos;.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuild.CliArguments">
<summary>
 A type for MSBuild task parameters
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsites(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String)">
<summary>
 Builds the given web project files with debug configuration and copies them to the given websiteDir.
 ## Parameters
  - `outputPath` - The output path.
  - `projectFiles` - The project file paths.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsitesConfig(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given web project files in specified configuration and copies them to the given outputPath.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - The output path.
  - `configuration` - MSBuild configuration.
  - `projectFiles` - The project file paths.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsite(System.String,System.String)">
<summary>
 Builds the given web project file with debug configuration and copies it to the given outputPath.
 ## Parameters
  - `outputPath` - The output path.
  - `projectFile` - The project file path.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsiteConfig(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.String)">
<summary>
 Builds the given web project file in the specified configuration and copies it to the given outputPath.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - The output path.
  - `configuration` - MSBuild configuration.
  - `projectFile` - The project file path.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.runReleaseExt(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files or solution files in release mode and collects the output files.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - If it is null or empty then the project settings are used.
  - `properties` - A list with tuples of property name and property values.
  - `targets` - A string with the target names which should be run by MSBuild.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.runWithDefaults(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files or solution files in release mode to the default outputs.
 ## Parameters
  - `targets` - A string with the target names which should be run by MSBuild.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.runRelease(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files or solution files and collects the output files.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - If it is null or empty then the project settings are used.
  - `targets` - A string with the target names which should be run by MSBuild.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.runDebug(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files or solution files and collects the output files.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - If it is null or empty then the project settings are used.
  - `targets` - A string with the target names which should be run by MSBuild.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.run(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files or solution files and collects the output files.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - If it is null or empty then the project settings are used.
  - `targets` - A string with the target names which should be run by MSBuild.
  - `properties` - A list with tuples of property name and property values.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.runWithProperties(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}}},System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Builds the given project files and collects the output files.
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `outputPath` - If it is null or empty then the project settings are used.
  - `targets` - A string with the target names which should be run by MSBuild.
  - `properties` - A list with tuples of property name and property values.
  - `projects` - A list of project or solution files.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.build(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String)">
<summary>
 Runs a MSBuild project
 ## Parameters
  - `setParams` - A function that overwrites the default MSBuildParams
  - `project` - A string with the path to the project file to build.

 ## Sample

     open Fake.DotNet
     let buildMode = Environment.environVarOrDefault &quot;buildMode&quot; &quot;Release&quot;
     let setParams (defaults:MSBuildParams) =
             { defaults with
                 Verbosity = Some(Quiet)
                 Targets = [&quot;Build&quot;]
                 Properties =
                     [
                         &quot;Optimize&quot;, &quot;True&quot;
                         &quot;DebugSymbols&quot;, &quot;True&quot;
                         &quot;Configuration&quot;, buildMode
                     ]
              }
     MSBuild.build setParams &quot;./MySolution.sln&quot;
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.serializeMSBuildParams(Fake.DotNet.MSBuildParams)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.getProjectReferences(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.processReferences(System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.String},System.String,System.Xml.Linq.XDocument)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.getReferenceElements(System.String,System.String,System.Xml.Linq.XDocument)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.loadProject(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.xname(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.msbuildNamespace">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildExe.msBuildExe">
<summary>
 Tries to detect the right version of MSBuild.

   - On all OS&apos;s, we check a `MSBuild` environment variable which is either
     * a direct path to a file to use, or
     * a directory that contains a file called
         * `msbuild` on non-Windows systems with mono &gt;= 5.0.0.0, or
         * `xbuild` on non-Windows systems with mono &lt; 5.0.0.0,
         * `MSBuild.exe` on Windows systems, or
     * a tool that exists on the current PATH
   - In addition, on non-Windows systems we check the current PATH for the following binaries, in this order:
     * Mono &gt;= 5.0.0.0: `msbuild`, `xbuild`
     * Mono &lt; 5.0.0.0: `xbuild`, `msbuild`
     * This is due to several known issues in the Mono &lt; 5.0 implementation of MSBuild.
   - In addition, on Windows systems we
     * try to read the MSBuild tool location from the AppSettings file using a parameter named `MSBuild`, and finally
     * if a `VisualStudioVersion` environment variable is specified, we try to use the specific MSBuild version, matching that Visual Studio version.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildExe.monoVersionToUseMSBuildOn">
<summary>
 Versions of Mono prior to this one have faulty implementations of MSBuild
 NOTE: in System.Version 5.0 &gt;= 5.0.0.0 is false while 5.0.0.0 &gt;= 5.0 is true...
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Xml.pdb
 
bin\Fake.Core.Xml.dll
md5: DF5896C7DD719456F1141224B4C394C9 | sha1: F5AAC1B86CB2C8526AA141ABA7E3B32A07893B02 | sha256: 851D27BD68E60022C34438595DA2C593C88554B42C113D759B7EECD54068E054 | sha512: E87A447434CB98F87E3D8393D5072CE8EFB3E5202299DA2FE03B5FBF3D0EF7F816BFF05080309C3BB6F1EA6D9E001FC85177B98D2C35EF02F11346953FD9CD85
bin\Fake.Core.Trace.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Trace</name></assembly>
<members>
<member name="M:Fake.Core.ConsoleTraceListener.Fake.Core.ITraceListener.Write(Fake.Core.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Core.ConsoleTraceListener">
<summary>
 Implements a TraceListener for System.Console.
 ## Parameters
  - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
  - `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Core.ITraceListener">
<summary>
 Defines a TraceListener interface
 Note: Please contribute implementations to the fake repository, as external implementations are not supported.
</summary>
</member>
<member name="T:Fake.Core.TraceData.OpenTag">
<summary>
 Happens when a tag (Task, Target, Test, ...) has started.
</summary>
</member>
<member name="T:Fake.Core.TraceData">
<summary>
 Defines Tracing information for TraceListeners
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.TagStatus">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.TestStatus">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.ImportData">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.NunitDataVersion">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.DotNetCoverageTool">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.KnownTags">
<summary>
 Note: Adding new cases to this type is not considered a breaking change!
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="M:Fake.Core.CoreTracing.postMessage(Fake.Core.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Core.CoreTracing.traceListenersVar">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Core.CoreTracing.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Core.ConsoleWriter.colorMap(Fake.Core.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="M:Fake.Core.Trace.logItems(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Logs the given files with the message.
</summary>
</member>
<member name="M:Fake.Core.Trace.logToConsole(System.String,Fake.Core.Trace.EventLogEntryType)">
<summary>
 Traces the message to the console
</summary>
</member>
<member name="M:Fake.Core.Trace.useWith``1(System.Boolean,Microsoft.FSharp.Core.FSharpFunc{Fake.Core.Trace.ISafeDisposable,``0},Fake.Core.Trace.ISafeDisposable)">
<summary>
 Allows automatic or manual tracing around a function being run
 If in automatic success mode and no exception is thrown then trace is marked as success
 Any exception thrown will result in a mark failed and exception re-thrown 
</summary>
</member>
<member name="M:Fake.Core.Trace.traceTask(System.String,System.String)">
<summary>
 Wrap functions in a &apos;use&apos; of this function     
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTask(System.String)">
<summary>
 Traces the end of a task
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTaskUnsafe(System.String)">
<summary>
 Traces the end of a task
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTaskUnsafeEx(Fake.Core.TagStatus,System.String)">
<summary>
 Traces the end of a task
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartTask(System.String,System.String)">
<summary>
 Traces the begin of a task
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartTaskUnsafe(System.String,System.String)">
<summary>
 Traces the begin of a task
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTarget(System.String)">
<summary>
 Traces the end of a target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTargetUnsafe(System.String)">
<summary>
 Traces the end of a target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndFailureTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
<summary>
 Traces the end of a failure target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndFinalTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
<summary>
 Traces the end of a final target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEndTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
<summary>
 Traces the end of a target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartTarget(System.String,System.String,System.String)">
<summary>
 Traces the begin of a target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartFailureTargetUnsafe(System.String,System.String,System.String)">
<summary>
 Traces the begin of a failure target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartFinalTargetUnsafe(System.String,System.String,System.String)">
<summary>
 Traces the begin of a final target
</summary>
</member>
<member name="M:Fake.Core.Trace.traceStartTargetUnsafe(System.String,System.String,System.String)">
<summary>
 Traces the begin of a target
</summary>
</member>
<member name="M:Fake.Core.Trace.closeTag(Fake.Core.KnownTags)">
<summary>
 Removes an opening tag from the internal tag stack
</summary>
</member>
<member name="M:Fake.Core.Trace.closeTagUnsafeEx(Fake.Core.TagStatus,Fake.Core.KnownTags)">
<summary>
 Removes an opening tag from the internal tag stack
</summary>
</member>
<member name="M:Fake.Core.Trace.openTag(Fake.Core.KnownTags,System.String)">
<summary>
 Puts an opening tag on the internal tag stack
</summary>
</member>
<member name="M:Fake.Core.Trace.openTagUnsafe(Fake.Core.KnownTags,System.String)">
<summary>
 Puts an opening tag on the internal tag stack
</summary>
</member>
<member name="M:Fake.Core.Trace.traceHeader(System.String)">
<summary>
 Traces a header
</summary>
</member>
<member name="M:Fake.Core.Trace.traceLine">
<summary>
 Traces a line
</summary>
</member>
<member name="M:Fake.Core.Trace.traceEnvironmentVariables">
<summary>
 Traces the EnvironmentVariables
</summary>
</member>
<member name="M:Fake.Core.Trace.traceException(System.Exception)">
<summary>
 Traces an exception details (in red)
</summary>
</member>
<member name="M:Fake.Core.Trace.exceptionAndInnersToString(System.Exception)">
<summary>
 Converts an exception and its inner exceptions to a nice string.
</summary>
</member>
<member name="M:Fake.Core.Trace.traceErrorfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes an error message to stderr (in red) 
</summary>
</member>
<member name="M:Fake.Core.Trace.traceError(System.String)">
<summary>
 Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Core.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Core.Trace.traceImportantfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to stderr (in yellow) 
</summary>
</member>
<member name="M:Fake.Core.Trace.traceImportant(System.String)">
<summary>
 Writes a trace to stderr (in yellow)  
</summary>
</member>
<member name="M:Fake.Core.Trace.traceVerbose(System.String)">
<summary>
 Writes a trace to the command line (in green) if the verbose mode is activated.
</summary>
</member>
<member name="M:Fake.Core.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Core.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Core.Trace.trace(System.String)">
<summary>
 Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Core.Trace.logVerbosefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Logs the specified string if the verbose mode is activated.
</summary>
</member>
<member name="M:Fake.Core.Trace.logf``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Logs the specified message (without line break)
</summary>
</member>
<member name="M:Fake.Core.Trace.logfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Logs the specified message
</summary>
</member>
<member name="M:Fake.Core.Trace.log(System.String)">
<summary>
 Logs the specified string        
</summary>
</member>
<member name="T:Fake.Core.Trace">
<summary>
 This module contains function which allow to trace build output
</summary>
</member>
</members>
</doc>
bin\fake.exe
md5: 60E5AFA2B1DB4373C8D683C0F585732A | sha1: 1D84F709B4418F188FC14D037BDCE4705B187B60 | sha256: A5B80F663E72D68067309585B134E60D174D5258CE7223CD6784B8926D55AB32 | sha512: 83E2E94A9FA67976A7C008381005F45ED0D81B7A60FB44C6967E6EE712AADD634EB50CD01A56CED0ED9C054033D0B7650961984FEBA41DD3A5F4DACFB40C727B
bin\Fake.IO.FileSystem.dll
md5: EAB47C8B043B346D698566BF955786BC | sha1: 129D2CAA84DCFB924EC3C86FB4CBF9ABEDB7C935 | sha256: 3C84FE00C24FF2ECC79CBA444746074DA5344BE21B716D03DDD7209A47CDBA57 | sha512: C0EF3B366CEB7E5D5DD51D14B7C38FA30DEA58AFC447C393893E70B699B1F684C0B453459EFF63DFCD441F6EFCBABE2DBEB17168763E76AE5353217A1E1DC0B0
bin\Fake.IO.FileSystem.pdb
 
bin\Fake.IO.FileSystem.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.IO.FileSystem</name></assembly>
<members>
<member name="M:Fake.IO.GlobbingPatternModule.getBaseDirectoryIncludes(Fake.IO.IGlobbingPattern)">
<summary>
 Get base include directories. Used to get a smaller set of directories from a globbing pattern.
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.setBaseDir(System.String,Fake.IO.IGlobbingPattern)">
<summary>
 Sets a directory as baseDirectory for fileIncludes. 
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.createFrom(System.String)">
<summary>
 Start an empty globbing pattern from the specified directory
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.create(System.String)">
<summary>
 Include files
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.IsMatch(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Checks if a particular file is matched
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.SetBaseDirectory(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Sets a directory as BaseDirectory.
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.ButNot(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Ignores files with the given pattern
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.And(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Adds the given pattern to the file includes
</summary>
</member>
<member name="T:Fake.IO.Globbing.Glob">
<summary>
 This module contains a file pattern globbing implementation.
 This module is part of the `Fake.IO.FileSystem` package
</summary>
</member>
<member name="M:Fake.IO.Globbing.Tools.findToolFolderInSubPath(System.String,System.String)">
<summary>
 Looks for a tool in all subfolders - returns the folder where the tool was found.
</summary>
</member>
<member name="M:Fake.IO.Globbing.Tools.tryFindToolFolderInSubPath(System.String)">
<summary>
 Looks for a tool in all subfolders - returns the folder where the tool was found
 or None if not found.
</summary>
</member>
<member name="M:Fake.IO.Globbing.Tools.findToolInSubPath(System.String,System.String)">
<summary>
 Looks for a tool first in its default path, if not found the in ./packages/ and then
 in all subfolders of the root folder - returns the tool file name.
</summary>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_BangBang(System.String)">
<summary>
 Includes a single pattern and scans the files - !! x = AllFilesMatching x
</summary>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_MinusMinus(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Exclude operator
</summary>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_PlusPlus(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Add Include operator
</summary>
</member>
<member name="T:Fake.IO.Globbing.Operators">
<summary>
 Contains operators to find and process files.
 This module is part of the `Fake.IO.FileSystem` package

 ### Simple glob using as list

     #r &quot;paket: nuget Fake.IO.FileSystem //&quot;
     open Fake.IO.Globbing.Operators
     let csProjectFiles = !! &quot;src/*.csproj&quot;
     
     for projectFile in csProjectFiles do
         printf &quot;F# ProjectFile: %s&quot; projectFile

 ### Combine globs

     #r &quot;paket: nuget Fake.IO.FileSystem //&quot;
     open Fake.IO.Globbing.Operators
     let projectFiles =
         !! &quot;src/*/*.*proj&quot;
         ++ &quot;src/*/*.target&quot;
         -- &quot;src/*/*.vbproj&quot;
     
     for projectFile in projectFiles do
         printf &quot;ProjectFile: %s&quot; projectFile

 ### Forward globs to tasks

     #r &quot;paket:
     nuget Fake.Core.Target
     nuget Fake.IO.FileSystem //&quot;
     open Fake.Core
     open Fake.IO
     open Fake.IO.Globbing.Operators
     Target.create &quot;Clean&quot; (fun _ -&gt;
        !! &quot;src/*/*/obj/**/*.nuspec&quot;
        |&gt; File.deleteAll
     )

</summary>
</member>
<member name="M:Fake.IO.Globbing.FileIncludesModule.SetBaseDir(System.String,Fake.IO.IGlobbingPattern)">
<summary>
 Sets a directory as baseDirectory for fileIncludes. 
</summary>
</member>
<member name="M:Fake.IO.Globbing.FileIncludesModule.Include(System.String)">
<summary>
 Include files
</summary>
</member>
<member name="M:Fake.IO.Path.convertWindowsToCurrentPath(System.String)">
<summary>
 Convert the given windows path to a path in the current system
</summary>
</member>
<member name="M:Fake.IO.Path.ProduceRelativePath(System.String,System.String)">
 <summary>Produces relative path when possible to go from baseLocation to targetLocation.</summary>
 <param name="baseLocation">The root folder</param>
 <param name="targetLocation">The target folder</param>
 <returns>The relative path relative to baseLocation</returns>
 <exception cref="ArgumentNullException">base or target locations are null or empty</exception>
</member>
<member name="M:Fake.IO.Path.shortenCurrentDirectory(System.String)">
<summary>
 Replaces any occurence of the currentDirectory with .
</summary>
</member>
<member name="P:Fake.IO.Path.directorySeparator">
<summary>
 The directory separator string. On most systems / or \
</summary>
</member>
<member name="M:Fake.IO.Path.getDirectory(System.String)">
<summary>
 Get the directory of the specified path
 ## Parameters

 - &apos;path&apos; - The path from which the directory is retrieved.
</summary>
</member>
<member name="M:Fake.IO.Path.hasExtension(System.String,System.String)">
<summary>
 Tests whether the file has specified extensions (containing the leading &apos;.&apos;)
 ## Parameters

 - &apos;extension&apos; - The extension to fine containing the leading &apos;.&apos;.
 - &apos;fileName&apos; - Name of the file from which the extension is retrieved.
</summary>
</member>
<member name="M:Fake.IO.Path.changeExtension(System.String,System.String)">
<summary>
 Change the extension of the file.
 ## Parameters

 - &apos;extension&apos; - The new extension containing the leading &apos;.&apos;.
 - &apos;fileName&apos; - Name of the file from which the extension is retrieved.
</summary>
</member>
<member name="M:Fake.IO.Path.isValidPath(System.String)">
<summary>
 Detects whether the given path does not contains invalid characters.
</summary>
</member>
<member name="M:Fake.IO.Path.normalizeFileName(System.String)">
<summary>
 Normalizes a filename.
</summary>
</member>
<member name="M:Fake.IO.Path.isFile(System.String)">
<summary>
 Detects whether the given path is a file.
</summary>
</member>
<member name="M:Fake.IO.Path.isDirectory(System.String)">
<summary>
 Detects whether the given path is a directory.
</summary>
</member>
<member name="M:Fake.IO.Path.combine(System.String,System.String)">
<summary>
 Combines two path strings using Path.Combine
</summary>
</member>
<member name="M:Fake.IO.Path.combineTrimEnd(System.String,System.String)">
<summary>
 Combines two path strings using Path.Combine. Trims leading slashes of path2. This makes `combineTrimEnd &quot;/test&quot; &quot;/sub&quot;` return `/test/sub`
</summary>
</member>
<member name="T:Fake.IO.Path">
<summary>
 Contains helper function which allow to deal with files and directories.
</summary>
</member>
<member name="M:Fake.IO.FileInfo.contentIsEqualTo(System.IO.FileInfo,System.IO.FileInfo)">
<summary>
 Checks if the two files are byte-to-byte equal.
</summary>
</member>
<member name="M:Fake.IO.FileInfo.|NameSections|(System.IO.FileInfo)">
<summary>
 Active Pattern for determining FileInfoNameSections.
</summary>
</member>
<member name="M:Fake.IO.FileInfo.|FullName|(System.IO.FileInfo)">
<summary>
 Active Pattern for determining file name.
</summary>
</member>
<member name="M:Fake.IO.FileInfo.ofPath(System.String)">
<summary>
 Creates a FileInfo for the given path.
</summary>
</member>
<member name="M:Fake.IO.FileSystemOperators.op_LessDivideGreater(System.String,System.String)">
<summary>
 Combines two path strings using Path.Combine
</summary>
</member>
<member name="M:Fake.IO.FileSystemOperators.op_AtAt(System.String,System.String)">
<summary>
 Combines two path strings using Path.Combine. Trims leading slashes of the right operand. This makes `&quot;/test&quot; @@ &quot;/sub&quot;` return `/test/sub`
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.copyRecursiveTo(System.Boolean,System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
<summary>
 Copies the file structure recursively.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.copyRecursiveToWithFilter(System.Boolean,Microsoft.FSharp.Core.FSharpFunc{System.IO.DirectoryInfo,Microsoft.FSharp.Core.FSharpFunc{System.IO.FileInfo,System.Boolean}},System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
<summary>
 Copies the file structure recursively, filtering files.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.setReadOnlyRecursive(System.Boolean,System.IO.DirectoryInfo)">
<summary>
 Sets all files in the directory readonly recursively.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.setReadOnly(System.Boolean,System.IO.DirectoryInfo)">
<summary>
 Sets the directory readonly 
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.recursively(Microsoft.FSharp.Core.FSharpFunc{System.IO.DirectoryInfo,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.IO.FileInfo,Microsoft.FSharp.Core.Unit},System.IO.DirectoryInfo)">
<summary>
 Performs the given actions on all files and subdirectories
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.ensure(System.IO.DirectoryInfo)">
<summary>
 Ensure that directory chain exists. Create necessary directories if necessary.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.exists(System.IO.DirectoryInfo)">
<summary>
 Checks if the directory exists on disk.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.containsFile(System.IO.FileInfo,System.IO.DirectoryInfo)">
<summary>
 Checks if the file is in a subfolder of the dir.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.isSubfolderOf(System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
<summary>
 Checks if dir1 is a subfolder of dir2. If dir1 equals dir2 the function returns also true.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.getMatchingFilesRecursive(System.String,System.IO.DirectoryInfo)">
<summary>
 Finds all the files in the directory and in all subdirectories matching the search pattern.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.getMatchingFiles(System.String,System.IO.DirectoryInfo)">
<summary>
 Finds all the files in the directory matching the search pattern.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.getFiles(System.IO.DirectoryInfo)">
<summary>
 Gets all files in the directory.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.getSubDirectories(System.IO.DirectoryInfo)">
<summary>
 Gets all subdirectories of a given directory.
</summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.ofPath(System.String)">
<summary>
 Creates a DirectoryInfo for the given path.
</summary>
</member>
<member name="M:Fake.IO.File.applyReplace(Microsoft.FSharp.Core.FSharpFunc{System.String,System.String},System.String)">
<summary>
 Replaces the text in the given file
</summary>
</member>
<member name="M:Fake.IO.File.readAsBytes(System.String)">
<summary>
 Reads a file as one array of bytes
</summary>
</member>
<member name="M:Fake.IO.File.readAsStringWithEncoding(System.Text.Encoding,System.String)">
<summary>
 Reads a file as one text
</summary>
</member>
<member name="M:Fake.IO.File.append(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Appends all lines to a file line by line
</summary>
</member>
<member name="M:Fake.IO.File.writeNew(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Writes a file line by line
</summary>
</member>
<member name="M:Fake.IO.File.replaceContent(System.String,System.String)">
<summary>
 Replaces the file with the given string
</summary>
</member>
<member name="M:Fake.IO.File.writeStringWithEncoding(System.Text.Encoding,System.Boolean,System.String,System.String)">
<summary>
 Writes a string to a file
</summary>
</member>
<member name="M:Fake.IO.File.writeBytes(System.String,System.Byte[])">
<summary>
 Writes a byte array to a file
</summary>
</member>
<member name="M:Fake.IO.File.writeWithEncoding(System.Text.Encoding,System.Boolean,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Writes a file line by line
</summary>
</member>
<member name="M:Fake.IO.File.readLine(System.String)">
<summary>
 Reads the first line of a file. This can be helpful to read a password from file.
</summary>
</member>
<member name="M:Fake.IO.File.readLineWithEncoding(System.Text.Encoding,System.String)">
<summary>
 Reads the first line of a file. This can be helpful to read a password from file.
</summary>
</member>
<member name="M:Fake.IO.File.readWithEncoding(System.Text.Encoding,System.String)">
<summary>
 Reads a file line by line
</summary>
</member>
<member name="M:Fake.IO.File.|EndsWith|_|(System.String,System.String)">
<summary>
 Active Pattern for determining file extension.
</summary>
</member>
<member name="M:Fake.IO.File.deleteAll(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Deletes the given files.
</summary>
</member>
<member name="M:Fake.IO.File.delete(System.String)">
<summary>
 Deletes a file if it exists.
</summary>
</member>
<member name="M:Fake.IO.File.create(System.String)">
<summary>
 Creates a file if it does not exist.
</summary>
</member>
<member name="M:Fake.IO.File.getVersion(System.String)">
<summary>
 Get the version a file. This overload throws when the file has no version, consider using tryGetVersion instead.
 On non-windows platforms this API returns assembly metadata instead, see https://github.com/dotnet/corefx/blob/5fb98a118bb19a91e8ffb5c17ff5e7c00a4c05ee/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Unix.cs#L20-L28
 ## Parameters

  - &apos;fileName&apos; - Name of file from which the version is retrieved. The path can be relative.
</summary>
</member>
<member name="M:Fake.IO.File.tryGetVersion(System.String)">
<summary>
 Tries to get the version a file. Throws FileNotFoundException if the file doesn&apos;t exist.
 Returns None if the file doesn&apos;t contain a FileVersion component.
 On non-windows platforms this API returns assembly metadata instead, see https://github.com/dotnet/corefx/blob/5fb98a118bb19a91e8ffb5c17ff5e7c00a4c05ee/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Unix.cs#L20-L28
 ## Parameters

  - &apos;fileName&apos; - Name of file from which the version is retrieved. The path can be relative.
</summary>
</member>
<member name="M:Fake.IO.File.allExist(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Checks if all given files exist.
</summary>
</member>
<member name="M:Fake.IO.File.checkExists(System.String)">
<summary>
 Raises an exception if the file doesn&apos;t exist on disk.
</summary>
</member>
<member name="P:Fake.IO.File.getEncodingOrUtf8WithoutBom">
<summary>
 Get the encoding from the file or utf8 without BOM if unknown or the file doesn&apos;t exist
</summary>
</member>
<member name="M:Fake.IO.File.getEncodingOrDefault(System.Text.Encoding,System.String)">
<summary>
 Gets the encoding from the file or the default of the file doesn&apos;t exist
</summary>
</member>
<member name="M:Fake.IO.File.exists(System.String)">
<summary>
 Checks if the file exists on disk.
</summary>
</member>
<member name="P:Fake.IO.File.utf8WithoutBom">
<summary>
 see https://stackoverflow.com/questions/2502990/create-text-file-without-bom
</summary>
</member>
<member name="M:Fake.IO.Directory.delete(System.String)">
<summary>
 Deletes a directory if it exists (including all contained elements).
</summary>
</member>
<member name="M:Fake.IO.Directory.findFirstMatchingFile(System.String,System.String)">
<summary>
 Gets the first file in the directory matching the search pattern or throws an error if nothing was found.
</summary>
</member>
<member name="M:Fake.IO.Directory.tryFindFirstMatchingFile(System.String,System.String)">
<summary>
 Gets the first file in the directory matching the search pattern as an option value.
</summary>
</member>
<member name="P:Fake.IO.Directory.create">
<summary>
 Creates a directory if it does not exist.
</summary>
</member>
<member name="M:Fake.IO.Directory.ensure(System.String)">
<summary>
 Checks if the given directory exists. If not then this functions creates the directory.
</summary>
</member>
<member name="M:Fake.IO.FileSystemInfo.|File|Directory|(System.IO.FileSystemInfo)">
<summary>
 Active pattern which discriminates between files and directories.
</summary>
</member>
<member name="M:Fake.IO.FileSystemInfo.setReadOnly(System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Sets all given files or directories readonly.
</summary>
</member>
<member name="M:Fake.IO.FileSystemInfo.ofPath(System.String)">
<summary>
 Creates a FileInfo or a DirectoryInfo for the given path
</summary>
</member>
<member name="M:Fake.IO.Templates.replaceInFiles(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Replaces the templates with the given replacements
</summary>
</member>
<member name="P:Fake.IO.Templates.saveFiles">
<summary>
 Saves all files (lazy - file by file!)
</summary>
</member>
<member name="M:Fake.IO.Templates.replaceKeywords``2(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
<summary>
 Replaces a bunch of the keywords in all files (lazy - line by line!)
</summary>
</member>
<member name="M:Fake.IO.Templates.load(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Loads all templates (lazy - line by line!)
</summary>
</member>
<member name="T:Fake.IO.Templates">
<summary>
 NOTE: Maybe this should be an extra module?
 Contains basic templating functions. Used in other helpers.
</summary>
</member>
<member name="M:Fake.IO.Shell.mv(System.String,System.String)">
<summary>
 Like &quot;mv&quot; in a shell. Moves/renames a file
 &lt;param name=&quot;src&quot;&gt;The source&lt;/param&gt;
 &lt;param name=&quot;dest&quot;&gt;The destination&lt;/param&gt;
</summary>
</member>
<member name="M:Fake.IO.Shell.popd">
<summary>
 Restore the previous directory stored in the stack
</summary>
</member>
<member name="M:Fake.IO.Shell.pushd(System.String)">
<summary>
 Store the current directory in the directory stack before changing to a new one
</summary>
</member>
<member name="P:Fake.IO.Shell.dirStack">
<summary>
 The stack of directories operated on by pushd and popd
</summary>
</member>
<member name="M:Fake.IO.Shell.pwd">
<summary>
 Gets working directory
</summary>
</member>
<member name="M:Fake.IO.Shell.cd(System.String)">
<summary>
 Changes working directory
</summary>
</member>
<member name="M:Fake.IO.Shell.chdir(System.String)">
<summary>
 Changes working directory
</summary>
</member>
<member name="M:Fake.IO.Shell.cp(System.String,System.String)">
<summary>
 Like &quot;cp&quot; in a shell. Copies a single file.
 &lt;param name=&quot;src&quot;&gt;The source&lt;/param&gt;
 &lt;param name=&quot;dest&quot;&gt;The destination&lt;/param&gt;
</summary>
</member>
<member name="M:Fake.IO.Shell.cp_r(System.String,System.String)">
 <summary>
 Like "cp -r" in a shell. Copies a file or directory recursively.
 </summary>
 <param name="src">The source</param>
 <param name="dest">The destination</param>
</member>
<member name="M:Fake.IO.Shell.mkdir(System.String)">
<summary>
 Creates a directory if it doesn&apos;t exist.
</summary>
</member>
<member name="M:Fake.IO.Shell.rm_rf(System.String)">
<summary>
 Like &quot;rm -rf&quot; in a shell. Removes files recursively, ignoring nonexisting files
</summary>
</member>
<member name="M:Fake.IO.Shell.rm(System.String)">
<summary>
 Deletes a file if it exists
</summary>
</member>
<member name="M:Fake.IO.Shell.RegexReplaceInFilesWithEncoding(System.String,System.String,System.Text.Encoding,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Replace all occurences of the regex pattern with the given replacement in the specified files
 ## Parameters

 - `pattern` - The string to search for a match
 - `replacement` - The replacement string
 - `encoding` - The encoding to use when reading and writing the files
 - `files` - The paths of the files to process
</summary>
</member>
<member name="M:Fake.IO.Shell.RegexReplaceInFileWithEncoding(System.String,System.String,System.Text.Encoding,System.String)">
<summary>
 Replace all occurences of the regex pattern with the given replacement in the specified file
 ## Parameters

 - `pattern` - The string to search for a match
 - `replacement` - The replacement string
 - `encoding` - The encoding to use when reading and writing the file
 - `file` - The path of the file to process
</summary>
</member>
<member name="M:Fake.IO.Shell.ReplaceInFiles(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Replaces all occurences of the patterns in the given files with the given replacements.
 ## Parameters

  - `replacements` - A sequence of tuples with the patterns and the replacements.
  - `files` - The files to process.
</summary>
</member>
<member name="M:Fake.IO.Shell.WriteConfigFile``2(System.String,System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
<summary>
 Creates a config file with the parameters as &quot;key;value&quot; lines
</summary>
</member>
<member name="M:Fake.IO.Shell.MoveFile(System.String,System.String)">
<summary>
 Moves a single file to the target and overwrites the existing file.
 ## Parameters

  - `target` - The target directory.
  - `fileName` - The FileName.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyRecursive2(Fake.IO.Shell.CopyRecursiveMethod,System.String,System.String)">
<summary>
 Copies the file structure recursively.
 ## Parameters

  - `method` - the method to decide which files get copied
  - `dir` - The source directory.
  - `outputDir` - The target directory.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyRecursive(System.String,System.String,System.Boolean)">
<summary>
 Copies the file structure recursively.
</summary>
</member>
<member name="M:Fake.IO.Shell.TestFile(System.String)">
<summary>
 Checks if the file exists
</summary>
</member>
<member name="M:Fake.IO.Shell.TestDir(System.String)">
<summary>
 Checks if the directory exists
</summary>
</member>
<member name="M:Fake.IO.Shell.GeneratePatch(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Checks the srcFiles for changes to the last release.
 ## Parameters

  - `lastReleaseDir` - The directory of the last release.
  - `patchDir` - The target directory.
  - `srcFiles` - The source files.
</summary>
</member>
<member name="M:Fake.IO.Shell.GeneratePatchWithFindOldFileFunction(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.String}})">
<summary>
 Checks the srcFiles for changes to the last release.
 ## Parameters

  - `lastReleaseDir` - The directory of the last release
  - `patchDir` - The target directory
  - `srcFiles` - The source files
  - `findOldFileF` - A function which finds the old file
</summary>
</member>
<member name="M:Fake.IO.Shell.CompareFiles(System.Boolean,System.String,System.String)">
<summary>
 Compares the given files for changes.
 If delete is set to true then equal files will be removed.
</summary>
</member>
<member name="M:Fake.IO.Shell.AppendTextFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Appends all given files to one file.
 ## Parameters

  - `newFileName` - The target FileName.
  - `files` - The original FileNames as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.AppendTextFilesWithEncoding(System.Text.Encoding,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Appends all given files to one file.
 ## Parameters

  - `newFileName` - The target FileName.
  - `files` - The original FileNames as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.DeleteDirs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Deletes multiple directories
</summary>
</member>
<member name="M:Fake.IO.Shell.DeleteDir(System.String)">
<summary>
 Compat
</summary>
</member>
<member name="M:Fake.IO.Shell.CleanDirs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Cleans multiple directories
</summary>
</member>
<member name="M:Fake.IO.Shell.CleanDir(System.String)">
<summary>
 Cleans a directory by removing all files and sub-directories.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyDir(System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.Boolean})">
<summary>
 Copies a directory recursivly. If the target directory does not exist, it will be created.
 ## Parameters

  - `target` - The target directory.
  - `source` - The source directory.
  - `filterFile` - A file filter predicate.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files to the target - Alias for Copy
 ## Parameters

  - `target` - The target directory.
  - `files` - The orginal file names.
</summary>
</member>
<member name="M:Fake.IO.Shell.SilentCopy(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies a list of files to the specified directory without any output.
 ## Parameters

  - `target` - The target directory.
  - `files` - List of files to copy.
</summary>
</member>
<member name="M:Fake.IO.Shell.Rename(System.String,System.String)">
<summary>
 Renames the file or directory to the target name.
 ## Parameters

  - `target` - The target file or directory name.
  - `fileName` - The orginal file or directory name.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyCached(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files from a cache folder.
 If the files are not cached or the original files have a different write time the cache will be refreshed.
 ## Parameters

  - `target` - The target FileName.
  - `cacheDir` - The cache directory.
  - `files` - The orginal files.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyTo(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the given files to the target.
 ## Parameters

  - `target` - The target directory.
  - `files` - The original file names as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.Copy(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files to the target.
 ## Parameters

  - `target` - The target directory.
  - `files` - The original file names as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyFileWithSubfolder(System.String,System.String,System.String)">
<summary>
 Copies a single file to the target folder preserving the folder structure
 starting from the specified base folder.
 ## Parameters

  - `baseDir` - The base directory.
  - `target` - The target directory.
  - `fileName` - The file name.
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyFileIntoSubFolder(System.String,System.String)">
<summary>
 Copies a single file to a relative subfolder of the target.
 ## Parameters

  - `target` - The target directory
  - `fileName` - The fileName
</summary>
</member>
<member name="M:Fake.IO.Shell.CopyFile(System.String,System.String)">
<summary>
 Copies a single file to the target and overwrites the existing file.
 ## Parameters

  - `target` - The target directory or file.
  - `fileName` - The FileName.
</summary>
</member>
<member name="M:Fake.IO.Shell.regexReplaceInFilesWithEncoding(System.String,System.String,System.Text.Encoding,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Replace all occurences of the regex pattern with the given replacement in the specified files
 ## Parameters

 - `pattern` - The string to search for a match
 - `replacement` - The replacement string
 - `encoding` - The encoding to use when reading and writing the files
 - `files` - The paths of the files to process
</summary>
</member>
<member name="M:Fake.IO.Shell.regexReplaceInFileWithEncoding(System.String,System.String,System.Text.Encoding,System.String)">
<summary>
 Replace all occurences of the regex pattern with the given replacement in the specified file
 ## Parameters

 - `pattern` - The string to search for a match
 - `replacement` - The replacement string
 - `encoding` - The encoding to use when reading and writing the file
 - `file` - The path of the file to process
</summary>
</member>
<member name="M:Fake.IO.Shell.replaceInFiles(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Replaces all occurences of the patterns in the given files with the given replacements.
 ## Parameters

  - `replacements` - A sequence of tuples with the patterns and the replacements.
  - `files` - The files to process.
</summary>
</member>
<member name="M:Fake.IO.Shell.writeConfigFile``2(System.String,System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
<summary>
 Creates a config file with the parameters as &quot;key;value&quot; lines
</summary>
</member>
<member name="M:Fake.IO.Shell.moveFile(System.String,System.String)">
<summary>
 Moves a single file to the target and overwrites the existing file.
 If `fileName` is a directory the functions does nothing.
 ## Parameters

  - `target` - The target directory.
  - `fileName` - The FileName.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyRecursive2(Fake.IO.Shell.CopyRecursiveMethod,System.String,System.String)">
<summary>
 Copies the file structure recursively.
 ## Parameters

  - `method` - the method to decide which files get copied
  - `dir` - The source directory.
  - `outputDir` - The target directory.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyRecursive(System.String,System.String,System.Boolean)">
<summary>
 Copies the file structure recursively.
</summary>
</member>
<member name="M:Fake.IO.Shell.testFile(System.String)">
<summary>
 Checks if the file exists
</summary>
</member>
<member name="M:Fake.IO.Shell.testDir(System.String)">
<summary>
 Checks if the directory exists
</summary>
</member>
<member name="M:Fake.IO.Shell.generatePatch(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Checks the srcFiles for changes to the last release.
 ## Parameters

  - `lastReleaseDir` - The directory of the last release.
  - `patchDir` - The target directory.
  - `srcFiles` - The source files.
</summary>
</member>
<member name="M:Fake.IO.Shell.generatePatchWithFindOldFileFunction(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.String}})">
<summary>
 Checks the srcFiles for changes to the last release.
 ## Parameters

  - `lastReleaseDir` - The directory of the last release
  - `patchDir` - The target directory
  - `srcFiles` - The source files
  - `findOldFileF` - A function which finds the old file
</summary>
</member>
<member name="M:Fake.IO.Shell.compareFiles(System.Boolean,System.String,System.String)">
<summary>
 Compares the given files for changes.
 If delete is set to true then equal files will be removed.
</summary>
</member>
<member name="M:Fake.IO.Shell.appendTextFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Appends all given files to one file.
 ## Parameters

  - `newFileName` - The target FileName.
  - `files` - The original FileNames as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.appendTextFilesWithEncoding(System.Text.Encoding,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Appends all given files to one file.
 ## Parameters

  - `newFileName` - The target FileName.
  - `files` - The original FileNames as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.deleteDirs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Deletes multiple directories
</summary>
</member>
<member name="M:Fake.IO.Shell.deleteDir(System.String)">
<summary>
 Compat
</summary>
</member>
<member name="M:Fake.IO.Shell.cleanDirs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Cleans multiple directories
</summary>
</member>
<member name="M:Fake.IO.Shell.cleanDir(System.String)">
<summary>
 Cleans a directory by removing all files and sub-directories.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyDir(System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.Boolean})">
<summary>
 Copies a directory recursivly. If the target directory does not exist, it will be created.
 ## Parameters

  - `target` - The target directory.
  - `source` - The source directory.
  - `filterFile` - A file filter predicate.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyFilesWithSubFolder(System.String,Fake.IO.IGlobbingPattern)">
<summary>
 Copies the given glob-matches into another directory by leaving relative paths in place based on the globbing base-directory

 ## Sample
 
      !! &quot;**/My*Glob*.exe&quot;
      |&gt; GlobbingPattern.setBaseDir &quot;baseDir&quot;
      |&gt; Shell.copyFilesWithSubFolder &quot;targetDir&quot;

</summary>
</member>
<member name="M:Fake.IO.Shell.copyFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files to the target - Alias for Copy
 ## Parameters

  - `target` - The target directory.
  - `files` - The orginal file names.
</summary>
</member>
<member name="M:Fake.IO.Shell.silentCopy(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies a list of files to the specified directory without any output.
 ## Parameters

  - `target` - The target directory.
  - `files` - List of files to copy.
</summary>
</member>
<member name="M:Fake.IO.Shell.rename(System.String,System.String)">
<summary>
 Renames the file or directory to the target name.
 ## Parameters

  - `target` - The target file or directory name.
  - `fileName` - The orginal file or directory name.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyCached(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files from a cache folder.
 If the files are not cached or the original files have a different write time the cache will be refreshed.
 ## Parameters

  - `target` - The target FileName.
  - `cacheDir` - The cache directory.
  - `files` - The orginal files.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyTo(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the given files to the target.
 ## Parameters

  - `target` - The target directory.
  - `files` - The original file names as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.copy(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Copies the files to the target.
 ## Parameters

  - `target` - The target directory.
  - `files` - The original file names as a sequence.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyFileWithSubfolder(System.String,System.String,System.String)">
<summary>
 Copies a single file to the target folder preserving the folder structure
 starting from the specified base folder.
 ## Parameters

  - `baseDir` - The base directory.
  - `target` - The target directory.
  - `fileName` - The file name.
</summary>
</member>
<member name="M:Fake.IO.Shell.copyFileIntoSubFolder(System.String,System.String)">
<summary>
 Copies a single file to a relative subfolder of the target.
 ## Parameters

  - `target` - The target directory
  - `fileName` - The fileName
</summary>
</member>
<member name="M:Fake.IO.Shell.copyFile(System.String,System.String)">
<summary>
 Copies a single file to the target and overwrites the existing file.
 ## Parameters

  - `target` - The target directory or file.
  - `fileName` - The FileName.
</summary>
</member>
<member name="M:Fake.IO.ChangeWatcher.runWithOptions(Microsoft.FSharp.Core.FSharpFunc{Fake.IO.ChangeWatcher.Options,Fake.IO.ChangeWatcher.Options},Microsoft.FSharp.Core.FSharpFunc{System.Collections.Generic.IEnumerable{Fake.IO.FileChange},Microsoft.FSharp.Core.Unit},Fake.IO.IGlobbingPattern)">
<summary>
 Watches for changes in the matching files.
 Returns an IDisposable which allows to dispose all internally used FileSystemWatchers.

 ## Parameters
  - `onChange` - function to call when a change is detected.
  - `fileIncludes` - The glob pattern for files to watch for changes.
</summary>
</member>
<member name="T:Fake.IO.ChangeWatcher">
<summary>
 This module is part of the `Fake.IO.FileSystem` package

 ## Sample

     Target.create &quot;Watch&quot; (fun _ -&gt;
         use watcher = !! &quot;c:/projects/watchDir/*.txt&quot; |&gt; ChangeWatcher.run (fun changes -&gt;
             // do something
         )

         System.Console.ReadLine() |&gt; ignore

         watcher.Dispose() // if you need to cleanup the watcher.
     )

</summary>
</member>
</members>
</doc>
bin\Fake.Net.Http.dll
md5: 0E75EA62AB3B5459322C773F79485C5A | sha1: BD97B280BA7DAF3143D963F22A845CD1D1665582 | sha256: 84D131B01E3D525AA48F65FE87EBDF4317BC166A485CBE3352552D1EADF5315E | sha512: B188C16D07A94DC1BB502F8A4E4A8B8BB07E009DD8E7B328344B49E4AB84AA3F7B9FC8516D571622E86E3FC7A6EEDAC37A3BAEF87674DF95AD815A2927A40BAE
bin\Fake.Net.Http.pdb
 
bin\Fake.Net.Http.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Net.Http</name></assembly>
<members>
<member name="M:Fake.Net.Async.Async.apply``2(Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.FSharpFunc{``0,``1}},Microsoft.FSharp.Control.FSharpAsync{``0})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Async.Async.bind``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}},Microsoft.FSharp.Control.FSharpAsync{``0})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Async.Async.map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Control.FSharpAsync{``0})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Async.Async.result``1">
<summary>
 [omit]
</summary>
</member>
<member name="T:Fake.Net.Async.Async">
<summary>
 [omit]
</summary>
</member>
<member name="T:Fake.Net.Result.Result.ResultBuilder">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Result.Result.apply``3(Microsoft.FSharp.Core.FSharpResult{Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``2}},Microsoft.FSharp.Core.FSharpResult{``0,Microsoft.FSharp.Collections.FSharpList{``2}})">
<summary>
 [omit]
</summary>
</member>
<member name="T:Fake.Net.Result.Result">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.List.List.sequenceResultA``2(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Core.FSharpResult{``0,Microsoft.FSharp.Collections.FSharpList{``1}}})">
<summary>
 [omit]
 Transform a &quot;list&lt;Result&gt;&quot; into a &quot;Result&lt;list&gt;&quot; 
 and collect the results using apply.
</summary>
</member>
<member name="M:Fake.Net.List.List.traverseResultA``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpResult{``1,Microsoft.FSharp.Collections.FSharpList{``2}}},Microsoft.FSharp.Collections.FSharpList{``0})">
<summary>
 [omit]
 Map a Result producing function over a list to get a new Result 
 using applicative style
 (&apos;a -&gt; Result&lt;&apos;b&gt;) -&gt; &apos;a list -&gt; Result&lt;&apos;b list&gt;
</summary>
</member>
<member name="M:Fake.Net.List.List.sequenceAsyncA``1(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Control.FSharpAsync{``0}})">
<summary>
 [omit]
 Transform a &quot;list&lt;Async&gt;&quot; into a &quot;Async&lt;list&gt;&quot; 
 and collect the results using apply.
</summary>
</member>
<member name="M:Fake.Net.List.List.traverseAsyncA``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
<summary>
 [omit]
 Map a Async producing function over a list to get a new Async 
 using applicative style
 (&apos;a -&gt; Async&lt;&apos;b&gt;) -&gt; &apos;a list -&gt; Async&lt;&apos;b list&gt;
</summary>
</member>
<member name="T:Fake.Net.List.List">
<summary>
 [omit]
</summary>
</member>
<member name="T:Fake.Net.Http.PostMethod">
<summary>
 Option type for the HTTP verb
</summary>
</member>
<member name="T:Fake.Net.Http.DownloadInfo">
<summary>
 Contains validated Uri and FilePath info for further download
</summary>
</member>
<member name="T:Fake.Net.Http.FilePath">
<summary>
 Type aliases for local file path and error messages
</summary>
</member>
<member name="P:Fake.Net.Http.DownloadParameters.Path">
<summary>
 The name of the local file that is to receive the data
</summary>
</member>
<member name="P:Fake.Net.Http.DownloadParameters.Uri">
<summary>
 The URI from which to download data
</summary>
</member>
<member name="T:Fake.Net.Http.DownloadParameters">
<summary>
 Input parameter type
</summary>
</member>
<member name="M:Fake.Net.Http.getWithHeaders(System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String)">
<summary>
 Like &apos;get&apos; but allow to set headers and returns the response headers.
</summary>
</member>
<member name="M:Fake.Net.Http.upload(System.String,System.String)">
<summary>
 Upload the given file to the given endpoint
</summary>
</member>
<member name="M:Fake.Net.Http.post(System.String,System.String,System.String,System.String)">
<summary>
 Executes an HTTP POST command and retrives the information.
 It returns the response of the request, or null if we got 404 or nothing.
 ## Parameters

  - `url` - The URL to perform the POST operation.
  - `userName` - The username to use with the request.
  - `password` - The password to use with the request.
  - `data` - The data to post.
</summary>
</member>
<member name="M:Fake.Net.Http.postCommand(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String,System.String)">
<summary>
 Executes an HTTP POST command and retrives the information.    
 This function will automatically include a &quot;source&quot; parameter if the &quot;Source&quot; property is set.
 It returns the response of the request, or null if we got 404 or nothing.
 ## Parameters

  - `headerF` - A function which allows to manipulate the HTTP headers.
  - `url` - The URL to perform the POST operation.
  - `userName` - The username to use with the request.
  - `password` - The password to use with the request.
  - `data` - The data to post.
</summary>
</member>
<member name="M:Fake.Net.Http.postCommandAsync(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String,System.String)">
<summary>
 Executes an HTTP POST command and retrives the information.    
 This function will automatically include a &quot;source&quot; parameter if the &quot;Source&quot; property is set.
 It returns the response of the request, or null if we got 404 or nothing.
 ## Parameters

  - `headerF` - A function which allows to manipulate the HTTP headers.
  - `url` - The URL to perform the POST operation.
  - `userName` - The username to use with the request.
  - `password` - The password to use with the request.
  - `data` - The data to post.
</summary>
</member>
<member name="M:Fake.Net.Http.get(System.String,System.String,System.String)">
<summary>
 Executes an HTTP GET command and retrives the information.
 It returns the response of the request, or null if we got 404 or nothing.
 ## Parameters

  - `userName` - The username to use with the request.
  - `password` - The password to use with the request.
  - `url` - The URL to perform the GET operation.
</summary>
</member>
<member name="M:Fake.Net.Http.getAsync(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String)">
<summary>
 Executes an HTTP GET command and retrives the information.
 It returns the response of the request, or null if we got 404 or nothing.
 ## Parameters

  - `userName` - The username to use with the request.
  - `password` - The password to use with the request.
  - `url` - The URL to perform the GET operation.
</summary>
</member>
<member name="M:Fake.Net.Http.downloadFiles(Microsoft.FSharp.Collections.FSharpList{Fake.Net.Http.DownloadParameters})">
<summary>
 Download list of Uri&apos;s in parallel
 DownloadParameters -&gt; string list
 ## Parameters
  - `input` - List of Http.DownloadParameters. Each Http.DownloadParameters record type contains Uri and file path

 ## Returns
  - `string list` type. Contains a list of downloaded file paths
</summary>
</member>
<member name="M:Fake.Net.Http.downloadFile(System.String,System.String)">
<summary>
 Download file by the given file path and Uri
 string -&gt; string -&gt; string
 ## Parameters
  - `localFilePath` - A local file path to download file
  - `uri` - A Uri to download from

 ## Returns
  - `string` type. Contains a downloaded file path
</summary>
</member>
<member name="M:Fake.Net.Http.downloadFileAsync(Fake.Net.Http.DownloadParameters)">
<summary>
 [omit]     
</summary>
</member>
<member name="M:Fake.Net.Http.downloadStreamToFileAsync(Fake.Net.Http.DownloadInfo)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Http.saveStreamToFileAsync(System.String,System.IO.Stream)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Http.processResults``2(Microsoft.FSharp.Core.FSharpResult{``0,``1})">
<summary>
 Unwraps the Result type and throws an exception if download process failed  
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Http.createDownloadInfo(Fake.Net.Http.DownloadParameters)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Http.createUri(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Net.Http.createFilePath(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="T:Fake.Net.Http">
<summary>
 HTTP Client for downloading files
</summary>
</member>
</members>
</doc>
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 616F63BE53EFA4598ABDD099F0BF6048 | sha1: 158F443F6B8B813DD08B04B0ECF2E114A9874E5C | sha256: 39E9EFD5158142DA8559A0915984C0AC46B3DE3F37736D650609D534624EC6B4 | sha512: AD7062609E0FD2B8E5078FE6497E4FE4F6E1A7126DADD192A432D512E75691122DA655C9C483C55E304707CD9E469CF98CE7F355256CA9DF4B72F12B54EF755A
bin\Fake.Runtime.pdb
 
bin\Fake.Runtime.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Runtime</name></assembly>
<members>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateNew(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{System.String}},Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Quickly create a new IFsiSession with some sane defaults
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateForwardWriter(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Creates a forwarder Textwriter, which forwards all output to the given function.
 Set revertRedirect only to &quot;false&quot; if you know that f doesn&apos;t print anything to the stdout.
 When revertRedirect is true we capture the Console.Out property and set it before calling f.
 removeNewLines handles the newline characters properly and calls f for every new line instead of every call to
 to the underlaying writers.
 The difference is that with removeNewLines you should use printfn and get lines without newline characters.
 On the other hand without removeNewLines you are called on every TextWriter.Write call,
 so you might be called multiple times for a single lines or a single time for multiple lines.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.Create(Yaaf.FSharp.Scripting.FsiOptions,Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Create a new IFsiSession by specifying all fsi arguments manually.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.WarnLevel">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.Default">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiOptions">
<summary>
 See https://msdn.microsoft.com/en-us/library/dd233172.aspx
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.IFsiSession.DynamicAssembly">
<summary>
 Gets the currently build dynamic assembly.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.TryEvalExpressionWithOutput(System.String)">
<summary>
 Try to evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalScriptWithOutput(System.String)">
<summary>
 Evaluate the given script.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalInteractionWithOutput(System.String)">
<summary>
 Evaluate the given interaction.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.IFsiSession">
<summary>
 Represents a simple F# interactive session.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiExpressionTypeException">
<summary>
 Exception for invalid expression types
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiEvaluationException">
<summary>
 This exception indicates that an exception happened while compiling or executing given F# code.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.InteractiveSettings">
<summary>
 Implements a simple &apos;fsi&apos; object to be passed to the FSI evaluator
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.SimpleEventLoop">
<summary>
 Represents a simple (fake) event loop for the &apos;fsi&apos; object
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Handle``1(Yaaf.FSharp.Scripting.IFsiSession,Microsoft.FSharp.Core.FSharpFunc{System.String,``0},System.String)">
<summary>
 Handle the given evaluation function
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCurrentDirectory``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as ChangeCurrentDirectory but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.ChangeCurrentDirectory(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCd``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as Cd but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Cd(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Let``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,``0)">
<summary>
 Assigns the given object to the given name (ie &quot;let varName = obj&quot;)
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalExpression``1(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteraction(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteractionWithOutput(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullNameWithTypeArgs(System.Type)">
<summary>
 Gets a string that can be used in F# source code to reference the current type instance.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpParamList(System.Type)">
<summary>
 The parameter list of the current type, sets &quot;_&quot; if the current instance is a generic definition.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullName(System.Type)">
<summary>
 Gets the FullName of the current type in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpName(System.Type)">
<summary>
 The name of the current type instance in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_NamespaceName(System.Type)">
<summary>
 The FullName but without any generic parameter types.
</summary>
</member>
<member name="M:Fake.Runtime.Environment.hasEnvironVar(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrNone(System.String)">
<summary>
 Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBool(System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrFail(System.String)">
<summary>
 Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrDefault(System.String,System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.setEnvironVar(System.String,System.String)">
<summary>
 Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVars">
<summary>
 Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVar(System.String)">
<summary>
 Retrieves the environment variable with the given name
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersionStr">
<summary>
 Gets the FAKE Version string
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersion">
<summary>
 Gets the FAKE version no.
</summary>
</member>
<member name="T:Fake.Runtime.Environment">
<summary>
 This module contains functions which allow to read and write environment variables and build parameters
</summary>
</member>
<member name="T:Fake.Runtime.Path">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.String.isNotNullOrEmpty(System.String)">
<summary>
 Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Runtime.String.isNullOrEmpty(System.String)">
<summary>
 Returns if the string is null or empty
</summary>
</member>
<member name="T:Fake.Runtime.String">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.ConsoleTraceListener.Fake.Runtime.Trace.ITraceListener.Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ConsoleTraceListener">
<summary>
 Implements a TraceListener for System.Console.
 ## Parameters
  - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
  - `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ITraceListener">
<summary>
 Defines a TraceListener interface
</summary>
</member>
<member name="T:Fake.Runtime.Trace.TraceData">
<summary>
 Defines Tracing information for TraceListeners
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceError(System.String)">
<summary>
 Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.trace(System.String)">
<summary>
 Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.log(System.String)">
<summary>
 Logs the specified string        
</summary>
</member>
<member name="P:Fake.Runtime.Trace.fakePath">
<summary>
 Gets the path of the current FAKE instance
</summary>
</member>
<member name="M:Fake.Runtime.Trace.postMessage(Fake.Runtime.Trace.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.listeners">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.colorMap(Fake.Runtime.Trace.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Runtime.Trace">
<summary>
 This module contains function which allow to trace build output
</summary>
</member>
<member name="T:Fake.Runtime.FSharpParser.InterestingItem">
<summary>
 Parse #r references for `paket:` lines
</summary>
</member>
<member name="M:Fake.Runtime.SdkAssemblyResolver.SdkAssemblyResolver.ResolveDotNetRoot">
 <summary>
 provides the path to the `dotnet` binary running this library, respecting various dotnet <see href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_root-dotnet_rootx86%5D">environment variables</see>.
 Also probes the PATH and checks the default installation locations
 </summary>
</member>
<member name="T:Fake.Runtime.SdkAssemblyResolver.SdkAssemblyResolver">
<summary>
 here we will pin Fake runner execution framework to .NET 6 as in `SdkVersion`
 We will also try to resolve the current SDK that the runner is executing, if it is the same as pinned
 one then we will use runtime assemblies from that SDK version on its installation on disk. Otherwise,
 we will default to NetStandard2.0 assemblies. We will download them since they are packaged in a NuGet
 package extract them a and reference them.
 the resolution of runtime version for the selected SDK is as follows; we will use the dotnet official release
 package to get the releases for pinned framework version, and get the runtime. If the accessing the network
 is not possible, then we will use a cached releases file.
</summary>
</member>
<member name="T:Fake.Runtime.Runners">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="P:Fake.Runtime.CompileRunner.fcsDependencyManagerOptions">
<summary>
 options that must be added to compilations to circumvent compilation errors from the DependencyManager preview feature
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.nameParser(System.String,System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,System.String,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.CompileRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.nameParser(System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.ScriptRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.HashGeneration">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.CoreCache">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.FakeRuntime.tryPrepareFakeScript(Fake.Runtime.Runners.FakeConfig)">
<summary>
 Doesn&apos;t create the .fake folder for this file if we don&apos;t detect a fake script
</summary>
</member>
<member name="F:Fake.Runtime.Tooling.GetTargetsWarningOrErrorType.EmptyInfoFile">
<summary>
 Most likely due to missing `Target.runOrDefault`
</summary>
</member>
<member name="F:Fake.Runtime.Tooling.GetTargetsWarningOrErrorType.MissingNavigationInfo">
<summary>
 Most likely due to missing `Target.initEnvironment()`
</summary>
</member>
<member name="M:Fake.Runtime.Tooling.DebugTraceListener.Fake.Runtime.Trace.ITraceListener.Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Tooling.Target">
<summary>
 a FAKE target, its description and its relations to other targets (dependencies), including the declaration lines of the target and the dependencies.           
</summary>
</member>
<member name="T:Fake.Runtime.Tooling.Dependency">
<summary>
 a target dependency, either a hard or a soft dependency.
</summary>
</member>
<member name="M:Fake.Runtime.Tooling.detectFakeScript(System.String)">
<summary>
 Detect if a given file is a FAKE script
</summary>
</member>
<member name="T:Fake.Runtime.Tooling">
<summary>
 This module is to provide tooling support for FAKE scripts and provide common operations
</summary>
</member>
</members>
</doc>
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.0"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
bin\fake.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>fake</name></assembly>
<members>
<member name="T:Cli">
<summary>
 New Command line interface for FAKE that utilises Argu.
</summary>
</member>
</members>
</doc>
bin\FParsec.dll
md5: 3EFE737305DCBF45B6F56003C27DFC3D | sha1: 6899BA2F65B33DDBC8FB6E239050621D8403FD07 | sha256: 147154CD8E33699C1458CD7653B78D6C93C2EA272E9AEB3F838AF95AF2A82B23 | sha512: 1D2E167788FE5E8D83C45FD735D5362430204AB84C87FFB69418245519831FC2BFAA350D3D926166BEECCC4444A388565F084B002BF6740823371651EF559043
bin\FParsecCS.dll
md5: B9F5BC32A35D9FE8D78344D26E6B7C61 | sha1: AEF4FD462AEBF1293A39B366B83AA3863F7AD1AD | sha256: 1822DE41FCF78BF92DE841F03E9A5C78DB7FB1EB19CF699F78E06F064E0D4013 | sha512: 517FF447FDC223F1E5A0373FE7F96D92FE9E817BA575852B20332E283A83CC7D06DE731479837B8DCCC974312DE70E4F56EF6072A70803E5376C6D429EA73B0C
bin\FSharp.Compiler.Service.dll
md5: 526D876385C9F7C577526DC6FB0650B2 | sha1: 648E587BD99D10D79462BF256C2C7B693DEA7FE2 | sha256: E3DC89962E38D249650C4437B899D563D1969892EAEBA0E47A6979886FC25054 | sha512: 4076A0ADA4E1D239DCCD5E103413A686F8D4A2170F201B61B40A474FF137C202933CB38E2D5355E526DB117A99D54243FB556BDB74A46E6D740967055C93EB55
bin\Fake.Core.Trace.pdb
 
bin\Fake.Core.Trace.dll
md5: FB1EA95708FEBB0258A738F5FCB0B42F | sha1: F16E99E0A5C82D04F912EA20CA83E9BB93CEA639 | sha256: 6508FF34EA05D43854905C7832823D9559B2147A73F45A4C7961408531D47E4A | sha512: 44FED5CF174C54D3E4BBCB81C15DF7C16AD08D960538AAF153C6705B766CA484560D069B6E61AA78FF9267936898099D1672CF0C26D58DDC4B05A2AE10ECC087
bin\Fake.Core.Tasks.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Tasks</name></assembly>
<members>
<member name="M:Fake.Core.TaskRunner.runWithRetries``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},System.Int32)">
<summary>
 Retries the given function until a retry limit is reached or the function succeeds without exception.
 ## Parameters

  - `f` - This function will be started.
  - `retries` - A retry limit.
</summary>
</member>
<member name="M:Fake.Core.TaskRunner.waitFor(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},System.TimeSpan,System.Int32,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 Waits until the given function returns true or the timeout is reached.
 ## Parameters

  - `f` - This function will be started.
  - `timeout` - A System.TimeSpan representing the timeout.
  - `testMS` - An interval at which FAKE checks if the function has succeeded.
  - `timeoutF` - This function will be run if the timeout has been reached.
</summary>
</member>
<member name="T:Fake.Core.TaskRunner">
<summary>
 Contains a helper which can be used to implement timeouts and retries.
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Tasks.pdb
 
bin\Fake.Core.Tasks.dll
md5: 3A20655CA445A6B49999E04CD75D31A1 | sha1: 47B22F8647ABD6AFED97C6D89BC05B8865418811 | sha256: 49FC8A4552311C4815C0C8CD5B0B18D54F1ECFB5DAB802B2B56092AE353ADC2C | sha512: 2EB93845A345D8C2729D2D3D416AA2134FFA3CBFCCAB6692CC458ECAD9383728C2B92D8B58BAAFA2656BC0E4F7CE2C5016B860EC8C379238921D2D8665CC4870
bin\Fake.DotNet.NuGet.dll
md5: 8AD7F2FEDFF87A78F6CF4CC81686077D | sha1: 7D028F2FC17364EF2FA08DEE4B2380D58DCCACD5 | sha256: AE9F4C141EC0CDC23FDDE318B5ADF0DE05EFDF81A6DA12BE74C6CAC64D37D54C | sha512: F0C5D33607B6A0712B10229BC35E5EE735DA66B0B77A4F9BEF070786E531CFEA94CCBBDB899961EBC709A08D7C0FD7AC141E7D9A5C4A5E4110D77400043079AC
bin\Fake.DotNet.NuGet.pdb
 
bin\Fake.DotNet.NuGet.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.NuGet</name></assembly>
<members>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.Retries">
<summary>
 Specifies how often nuget should try to restore the packages - default is 5
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams">
<summary>
 RestorePackages parameter path for single packages
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.Retries">
<summary>
 Specifies how often nuget should try to restore the packages - default is 5
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.RestorePackageParams">
<summary>
 RestorePackages parameter path
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.NugetRestoreVerbosity">
<summary>
 RestorePackages Verbosity settings
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestoreMSSolutionPackages(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestorePackageParams,Fake.DotNet.NuGet.Restore.RestorePackageParams},System.String)">
<summary>
 Restores the packages in the given solution file file from NuGet.
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
  - `solutionFile` - The microsoft sln file name.

 ## Sample

     Target &quot;RestorePackages&quot; (fun _ -&gt;
          &quot;./src/Everything.sln&quot;
          |&gt; RestoreMSSolutionPackages (fun p -&gt;
              { p with
                  Sources = &quot;http://myNugetSources.com&quot; :: p.Sources
                  OutputPath = outputDir
                  Retries = 4 })
      )
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackages">
<summary>
 Restores all packages from NuGet to the default directories by scanning for packages.config files in any subdirectory.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackage(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestorePackageParams,Fake.DotNet.NuGet.Restore.RestorePackageParams},System.String)">
<summary>
 Restores the packages in the given packages.config file from NuGet.
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
  - `packageFile` - The packages.config file name.

 ## Sample

     Target &quot;RestorePackages&quot; (fun _ -&gt;
          &quot;./src/ProjectA/packages.config&quot;
          |&gt; RestorePackage (fun p -&gt;
              { p with
                  Sources = &quot;http://myNugetSources.com&quot; :: p.Sources
                  OutputPath = outputDir
                  Retries = 4 })
      )
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackageId(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams,Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams},System.String)">
<summary>
 Restores the given package from NuGet
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.buildNuGetArgs(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams,Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams},System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.buildSources(Microsoft.FSharp.Collections.FSharpList{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.runNuGetTrial(System.Int32,System.String,System.TimeSpan,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.runNuGet(System.String,System.TimeSpan,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageDefaults">
<summary>
 RestoreSinglePackageParams defaults parameters
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageDefaults">
<summary>
 RestorePackage defaults parameters
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.findNuget(System.String)">
<summary>
 Looks for NuGet.exe in [1] the specified defaultPath, [2] a list of standard tool folders, [3] any subfolder in the current directory, [4] the PATH - returns the first path where NuGet.exe was found.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore">
<summary>
 Contains tasks which allow to restore NuGet packages from a NuGet package feed like [nuget.org](http://www.nuget.org).
 There is also a tutorial about [nuget package restore](/dotnet-nuget.html) available.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuSpecPackage">
<summary>
 NuSpec metadata type
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.PushTrials">
<summary>
 Number of times to retry pushing the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.Timeout">
<summary>
 Specifies the timeout for pushing to a server.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.SymbolSource">
<summary>
 Specifies the symbol server URL.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.SymbolApiKey">
<summary>
 The API key for the symbol server.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.Source">
<summary>
 Specifies the server URL. This option is required unless DefaultPushSource config value is set in the NuGet config file.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.NoServiceEndpoint">
<summary>
 Doesn&apos;t append &quot;api/v2/package&quot; to the source URL.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.NoSymbols">
<summary>
 Doesn&apos;t push symbols (even if present).
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.ApiKey">
<summary>
 The API key for the server
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.DisableBuffering">
<summary>
 Disables buffering when pushing to an HTTP(S) server to reduce memory usage.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuGetPushParams">
<summary>
 dotnet nuget push command options
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuGetParams">
<summary>
 Nuget parameter type
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.Nuspec">
<summary>
 Build a symbol package using the nuspec file
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.ProjectFile">
<summary>
 Build a symbol package using a project file, if provided
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.None">
<summary>
 Do not build symbol packages
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getDependencies(System.String)">
<summary>
 Returns the dependencies from specified packages.config file
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.argList(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.downloadPackage(System.String,Fake.DotNet.NuGet.NuGet.NuSpecPackage)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.searchByTitle(System.String,System.String)">
<summary>
 Search NuGet query endpoint for packages macthing given name by title
 ## Parameters

  - `repoUrl` - Query endpoint of NuGet search service
  - `packageName` - The package to search for
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getLatestPackage(System.String,System.String)">
<summary>
 Gets the latest published package from NuGet feed by package id.
 ## Parameters

  - `repoUrl` - Query endpoint of NuGet search service
  - `packageName` - The package to get
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getPackage(System.String,System.String,System.String)">
<summary>
 Gets a Package information from NuGet feed by package id.
 ## Parameters

  - `repoUrl` - Query endpoint of NuGet search service
  - `packageName` - The package to get
  - `version` - The specific version to get
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.extractFeedPackageFromJson(Newtonsoft.Json.Linq.JObject,System.Boolean)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getRepoUrl">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.discoverRepoUrl">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.galleryV3">
<summary>
 Returns the NuGet meta data from the given package file name.
 ## Parameters

  - `packageFileName` - The .nuspec package file name.
 Default NuGet feed
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getNuspecProperties(System.String)">
<summary>
 Parses nuspec metadata from a nuspec file.
 ## Parameters

  - `nuspec` - The .nuspec file content.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGet(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
<summary>
 Creates a new NuGet package, and optionally publishes it.
 Template parameter substitution is performed when passing a .nuspec
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
  - `nuspecOrProjectFile` - The .nuspec file name.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPublish(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams})">
<summary>
 Publishes a NuGet package to the nuget server.
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPack(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
<summary>
 Creates a new NuGet package based on the given .nuspec or project file.
 Template parameter substitution is performed when passing a .nuspec
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
  - `nuspecOrProjectFile` - The .nuspec or project file name.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPackDirectly(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
<summary>
 Creates a new NuGet package based on the given .nuspec or project file.
 The .nuspec / projectfile is passed as-is (no templating is performed)
 ## Parameters

  - `setParams` - Function used to manipulate the default NuGet parameters.
  - `nuspecOrProjectFile` - The .nuspec or project file name.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.publishSymbols(Fake.DotNet.NuGet.NuGet.NuGetParams)">
<summary>
 push package to symbol server (and try again if something fails)
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.pack(Fake.DotNet.NuGet.NuGet.NuGetParams,System.String)">
<summary>
 Creates a NuGet package without templating (including symbols package if enabled)
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.GetPackageVersion(System.String,System.String)">
<summary>
 Gets the version no. for a given package in the deployments folder
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.RequireExactly(System.String)">
<summary>
 Creates a string which tells NuGet that you require exactly this package version.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetDefaults">
<summary>
 NuGet default parameters
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet">
<summary>
 Contains helper functions and task which allow to inspect, create and publish [NuGet](https://www.nuget.org/) packages.
 There is also a tutorial about [nuget package creating](/dotnet-nuget.html) available.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.ConfigFile">
<summary>
 NuGet configuration file. Default `None`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.NonInteractive">
<summary>
 Do not prompt for user input or confirmations. Default `true`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Prerelease">
<summary>
 Allows updating to prerelease versions. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Verbose">
<summary>
 Show verbose output while updating. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Safe">
<summary>
 Looks for updates with the highest version available within the same major and minor version as the installed package. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.RepositoryPath">
<summary>
 Folder to store packages in. Default `./packages`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Version">
<summary>
 Version to update to. Default `None`. Used to upgrade/downgrade to a explicit version of a package.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Ids">
<summary>
 Packages to update. Update all if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Retries">
<summary>
 Number of retries if update fails.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.TimeOut">
<summary>
 Timeout for the update.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.ToolPath">
<summary>
 Path to the nuget.exe.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Update.NugetUpdateParams">
<summary>
 Nuget update parameters.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Update.NugetUpdate(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Update.NugetUpdateParams,Fake.DotNet.NuGet.Update.NugetUpdateParams},System.String)">
<summary>
 Update packages specified in the package file.

 Fails if packages are not installed; see [nuget bug](https://nuget.codeplex.com/workitem/3874).
 Fails if packages file has no corresponding VS project; see [nuget bug](https://nuget.codeplex.com/workitem/3875).
 ## Parameters

  - `setParams` - Function used to manipulate the default parameters.
  - `packagesFile` - Path to the `*.sln`, `*.*proj` or `packages.config` file.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Update.buildArgs(Fake.DotNet.NuGet.Update.NugetUpdateParams)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateDefaults">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Update">
<summary>
 Contains tasks for updating NuGet packages including assembly hint paths in the project files using the [nuget.exe update command](http://docs.nuget.org/docs/reference/command-line-reference#Update_Command).
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ConfigFile">
<summary>
 NuGet configuration file. Default `None`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.NoCache">
<summary>
 Disable looking up packages from local machine cache. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.NonInteractive">
<summary>
 Do not prompt for user input or confirmations. Default `true`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Verbosity">
<summary>
 Display this amount of details in the output: normal, quiet, detailed. Default `normal`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.OutputDirectory">
<summary>
 Specifies the directory in which packages will be installed. Default  `./packages/`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Prerelease">
<summary>
 Allows updating to prerelease versions. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ExcludeVersion">
<summary>
 If set, the destination directory will contain only the package name, not the version number. Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Version">
<summary>
 The version of the package to install.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Retries">
<summary>
 Number of retries if update fails.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.TimeOut">
<summary>
 Timeout for the update.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ToolPath">
<summary>
 Path to the nuget.exe.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallParams">
<summary>
 Nuget install parameters.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallVerbosity">
<summary>
 Nuget install verbosity mode.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Install.NugetInstall(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Install.NugetInstallParams,Fake.DotNet.NuGet.Install.NugetInstallParams},System.String)">
<summary>
 Installs the given package.

 ## Parameters

  - `setParams` - Function used to manipulate the default parameters.
  - `packagesFile` - Path to the `*.sln`, `*.*proj` or `packages.config` file, or simply a NuGet package name
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Install.buildArgs(Fake.DotNet.NuGet.Install.NugetInstallParams)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Install.argList(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallDefaults">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install">
<summary>
 Contains tasks for installing NuGet packages using the [nuget.exe install command](http://docs.nuget.org/docs/reference/command-line-reference#Install_Command).
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.NuGetVersionArg.Default">
<summary>
 Default arguments to compute next NuGet version number
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetVersionArg">
<summary>
 Arguments for the next NuGet version number computing
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.nextVersion(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Version.NuGetVersionArg,Fake.DotNet.NuGet.Version.NuGetVersionArg})">
<summary>
 Compute next NuGet version number
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.getLastNuGetVersion(System.String,System.String)">
<summary>
 Retrieve current NuGet version number
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncMajor(Fake.Core.SemVerInfo)">
<summary>
 Increment major version
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncMinor(Fake.Core.SemVerInfo)">
<summary>
 Increment minor version
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncPatch(Fake.Core.SemVerInfo)">
<summary>
 Increment patch version
</summary>
</member>
</members>
</doc>
bin\Microsoft.Build.Tasks.Core.dll
md5: 3D5B1DDBD2436F3BE509B328345B1AB0 | sha1: DF76C69DD0EC70BBC154546A58866179483D8E65 | sha256: 3253E9231415143BFBEF0E9E1D5A341DB7FFAB86388FA560471BB6BA7A1CDD4F | sha512: 13C34BB2E50597F9CA043817A88154BBC91DAFE7E90B9045B1D75C28157707EC0EC13C449DC82BC05CFB95A24E7E34323360DFFD09296C6C306A725B77105BC2
bin\Microsoft.Build.Utilities.Core.dll
md5: 089D1B643E53D07FD0A23359BA17E3C7 | sha1: 7503C268B389C13F658ED2B897FFD475D9DAACE0 | sha256: 81502932B02E8E95E70F560B41F1F3B7F251BC2B3E9C54B4C429D7D7241BA621 | sha512: 3D57EA5F3A458D1ADBE8C76A83520B451292219FD3A4BDF470038223857CEB7C7983ADDBB75186B1DA24CA383A8459A9367F5B54B288C4B35693947AD06C34AB
bin\Microsoft.CSharp.dll
md5: 83EA00FB18678DC1FACC404136757C6B | sha1: C187CC9576C9876A18DCE58DB6A3CB794F95EAF8 | sha256: 801AE994514A40A9A8BE1568DB37E254DF69CA02B7AEDA3D9140E6F1822B36CA | sha512: F25F18B418A8FDB96A95C8B2175205BF17CB2303CED519A2179568041A7C5FC56C6870B87923954885DBBD9F2855221E78A7C1F7CD7C458D57944DE7CE88F451
bin\Microsoft.Deployment.DotNet.Releases.dll
md5: 9F2AC80DB1904D6B1EE98C93DEDAB72D | sha1: 8722A4419BA395476F67B6ED924553324414665F | sha256: 0B033584BA3BECEE609EE3E2CBDD5D13F7447B70B0C4F4538228F94A6945C726 | sha512: 52476061368757BB8DF2FF6497470B9FBEC585FFE671CE70FD6DA5BB71DE54FB760BC069B4B14707332C0844942199C181AEDB551FF396B2FCEC7F080CA21ED9
bin\Fake.Core.String.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.String</name></assembly>
<members>
<member name="M:Fake.Core.String.decodeBase64Utf8String(System.String)">
<summary>
 Decodes a Base64-encoded UTF-8-encoded string
</summary>
</member>
<member name="M:Fake.Core.String.encapsulateApostrophe(System.String)">
<summary>
 Encapsulates the Apostrophe
</summary>
</member>
<member name="M:Fake.Core.String.removeLineBreaks(System.String)">
<summary>
 Removes linebreaks from the given string
</summary>
</member>
<member name="M:Fake.Core.String.convertFileToWindowsLineBreaksWithEncoding(System.Text.Encoding,System.String)">
<summary>
 Reads a file line by line and replaces all line breaks to windows line breaks
   - uses a temp file to store the contents in order to prevent OutOfMemory exceptions
</summary>
</member>
<member name="M:Fake.Core.String.convertTextToWindowsLineBreaks(System.String)">
<summary>
 Converts all line breaks in a text to windows line breaks
</summary>
</member>
<member name="P:Fake.Core.String.MacLineBreaks">
<summary>
 Represents Mac line breaks
</summary>
</member>
<member name="P:Fake.Core.String.WindowsLineBreaks">
<summary>
 Represents Windows line breaks
</summary>
</member>
<member name="P:Fake.Core.String.LinuxLineBreaks">
<summary>
 Represents Linux line breaks
</summary>
</member>
<member name="M:Fake.Core.String.NormalizeVersion(System.String)">
<summary>
 Removes all trailing .0 from a version string
</summary>
</member>
<member name="M:Fake.Core.String.liftString(System.String)">
<summary>
 Lifts a string to an option
</summary>
</member>
<member name="M:Fake.Core.String.trimEndChars(System.Char[],System.String)">
<summary>
 Trims the end of the given string
</summary>
</member>
<member name="M:Fake.Core.String.trimStartChars(System.Char[],System.String)">
<summary>
 Trims the start of the given string
</summary>
</member>
<member name="M:Fake.Core.String.trimChars(System.Char[],System.String)">
<summary>
 Trims the given string
</summary>
</member>
<member name="M:Fake.Core.String.trim(System.String)">
<summary>
 Trims the given string
</summary>
</member>
<member name="M:Fake.Core.String.trimSpecialChars(System.String)">
<summary>
 Trims all special characters from a string.
</summary>
</member>
<member name="M:Fake.Core.String.trimSeparator(System.String)">
<summary>
 Trims the given string with the DirectorySeparatorChar
</summary>
</member>
<member name="M:Fake.Core.String.isLetterOrDigit(System.Char)">
<summary>
 Checks whether the given char is a standard char or digit.
</summary>
</member>
<member name="P:Fake.Core.String.charsAndDigits">
<summary>
 Returns all standard chars and digits.
</summary>
</member>
<member name="M:Fake.Core.String.toLower(System.String)">
<summary>
 Converts all characters in a string to lower case.
</summary>
</member>
<member name="M:Fake.Core.String.isUmlaut(System.Char)">
<summary>
 Checks whether the given char is a german umlaut.
</summary>
</member>
<member name="M:Fake.Core.String.regex_replace(System.String,System.String,System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.getRegEx(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.Core.String.regexes">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.replaceFirst(System.String,System.String,System.String)">
<summary>
 Replaces the first occurrence of the pattern with the given replacement.
</summary>
</member>
<member name="P:Fake.Core.String.endsWithSlash">
<summary>
 Determines whether the last character of the given &lt;see cref=&quot;string&quot; /&gt;
 matches Path.DirectorySeparatorChar.         
</summary>
</member>
<member name="M:Fake.Core.String.endsWith(System.String,System.String)">
<summary>
 Checks whether the given text ends with the given suffix
</summary>
</member>
<member name="M:Fake.Core.String.startsWith(System.String,System.String)">
<summary>
 Checks whether the given text starts with the given prefix
</summary>
</member>
<member name="M:Fake.Core.String.toLines(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Converts a sequence of strings into a string separated with line ends
</summary>
</member>
<member name="M:Fake.Core.String.splitStr(System.String,System.String)">
<summary>
 Splits the given string at the given string delimiter
</summary>
</member>
<member name="M:Fake.Core.String.split(System.Char,System.String)">
<summary>
 Splits the given string at the given char delimiter
</summary>
</member>
<member name="M:Fake.Core.String.trimSlash(System.String)">
<summary>
 Removes the slashes from the end of the given string
</summary>
</member>
<member name="M:Fake.Core.String.separated(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Converts a sequence of strings to a string with delimiters
</summary>
</member>
<member name="M:Fake.Core.String.replace(System.String,System.String,System.String)">
<summary>
 Replaces the given pattern in the given text with the replacement
</summary>
</member>
<member name="M:Fake.Core.String.isNullOrWhiteSpace(System.String)">
<summary>
 Returns if the string is null or empty or completely whitespace
</summary>
</member>
<member name="M:Fake.Core.String.isNotNullOrEmpty(System.String)">
<summary>
 Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Core.String.isNullOrEmpty(System.String)">
<summary>
 Returns if the string is null or empty
</summary>
</member>
<member name="M:Fake.Core.String.productName">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.Operators.op_GreaterMultiplyMultiply(System.String,System.String)">
<summary>
 Determines if a text matches a given regex pattern.
</summary>
</member>
<member name="M:Fake.Core.String.Operators.op_GreaterEqualsGreater(System.String,System.String,System.String)">
<summary>
 Find a regex pattern in a text and replaces it with the given replacement.
</summary>
</member>
<member name="M:Fake.Core.String.Operators.op_LessMultiply(System.String,System.String)">
<summary>
 Checks whether the given text starts with the given prefix
</summary>
</member>
<member name="T:Fake.Core.String">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.toText(System.Text.StringBuilder)">
<summary>
 Returns the text from the StringBuilder
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.forEach``3(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{System.Text.StringBuilder,``2}}},``1,System.Text.StringBuilder)">
<summary>
 Applies action on builder for each element of list.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendFileNamesIfNotNull(System.Collections.Generic.IEnumerable{System.String},System.Text.StringBuilder)">
<summary>
 Appends all notnull fileNames.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfNotNullOrEmpty(System.String,System.String)">
<summary>
 Appends a text if the value is not null or empty.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendStringIfValueIsNotNullOrEmpty(System.String)">
<summary>
 Appends a text if the value is not null or empty.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendStringIfValueIsNotNull``1(``0)">
<summary>
 Appends a text if the value is not null.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendQuotedIfNotNull(System.Object,System.String,System.Text.StringBuilder)">
<summary>
 Appends a quoted text if the value is not null.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfNotNull(System.Object,System.String)">
<summary>
 Appends a text if the value is not null.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendWithoutQuotesIfNotNull(System.Object,System.String)">
<summary>
 Appends a text without quoting if the value is not null.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfFalse(System.Boolean)">
<summary>
 Appends a text if the predicate is false.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfTrue(System.Boolean,System.String,System.Text.StringBuilder)">
<summary>
 Appends a text if the predicate is true.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfSome``1(Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpFunc{``0,System.String},System.Text.StringBuilder)">
<summary>
 Appends string of function value if option has some value
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendWithoutQuotes(System.String,System.Text.StringBuilder)">
<summary>
 Appends a text to a StringBuilder without surrounding quotes.
</summary>
</member>
<member name="M:Fake.Core.StringBuilder.append(System.String,System.Text.StringBuilder)">
<summary>
 Appends a text to a StringBuilder.
</summary>
</member>
</members>
</doc>
bin\Microsoft.NET.StringTools.dll
md5: 081CFBB6582A06BA1D048044965D50F9 | sha1: D315A047371F37C5F5A1A9B02DC56B7A8C80D5F9 | sha256: 6B05A88D27506A4177A26B4E756C4766B8E380DB831BA77B78C56FC8DF7AE532 | sha512: 685DD63F01045E850F359009405004E77FB093C4AFEE39100B16E92D0E0F8AC902BCBE3AAAA376CD993DA09B4EF09D87A529508EF89C09450B5E174F72F09BA4
bin\Microsoft.VisualBasic.Core.dll
md5: FD968B3FB367FEA2F5827820CBEB2E11 | sha1: 08FD5A89785EF3FFF05C13E1FA53DCB4CD777F8B | sha256: 70DE623145855D090C247EFBB4E252D82672F5BD5F1F506B3809E2F705EA6282 | sha512: 05BE414BBEAC3F1907B16C03ECAD0855C2FE120826007457DF7252A64A0A179F838F49309CE4A1154118559AC69AD424FFA834D946CD33FCB3F7CA4E803C4159
bin\Microsoft.VisualBasic.dll
md5: 4E576956537CBC53A0F63A07D2B474F6 | sha1: 03E5E59A8C931D14CE64A3359A5257A2FF7A58D4 | sha256: 048BAB7D3A6AA0F4197CF9C63E42E1F9DAEB2D1572FC2BF0C87A24C97E759594 | sha512: 787BAB9C9A450F0FFEE3B216F19061C52BD38B6F7DFDF1364EC992D9E57751003A4D6E340BBDD88D501D2E99F9A0776319B53545E0DEC6F61DE5A13F6A3ED13C
bin\Microsoft.Win32.Primitives.dll
md5: 4B71632F6CBA1726A343B4575627AB66 | sha1: D245AA739C8AF4BE3D7771BE466892C9FD7C5A1D | sha256: 7C7AE0DDB999ADD1F1A92269F2ACD3E23CBB638BF3268B171DC991CACC418983 | sha512: 9ABB8B2D522A8A45B32EFEAD19B5B57600D62DE55A357FECCC74A476975795172059AEA195569129C958C58D069A65A5B1FCA025587384AC940844BB2EBB2FF1
bin\Microsoft.Win32.Registry.dll
md5: 4ED8865BA4AA9CE0BA213666F639CB16 | sha1: DF9E63C4ADD5C2588760776972444729B48FEE8C | sha256: D6B0905486EB3BC5250189CEE293A32BC35CFDD1D49C7359871B5BE072DF446E | sha512: 25E59DE078BE7536BBC142382A16F38DDA146089BADBB7161850660BA0788C5EAF9AD0D8C48279EA7828823B3946A86A6A8AAF4BC3E4724847AA8B3A2DE8BE33
bin\Microsoft.Win32.SystemEvents.dll
md5: 7B00DDEC2A2A2E98A83305841B8D6C8D | sha1: FFD5895B6C8B7769FE7A65B3856206F2D08AF4EB | sha256: 072C4C3BD30BB673FEF956B577724D194A7BE840458BC9E4428EFE55E4B8E444 | sha512: D9AE9A29F761BD4D413461091DACD2453AF1BEC0D99F7571E14F9807D8838510662510C98493EF11F31F3259E2C2CCF8286AB76D0541EAB08B290500C0269144
bin\Mono.Cecil.dll
md5: 7C40214D60B54749A1A7F79EA6F62BAC | sha1: A240D705B52FB1A78CCEEDAB268DB42CBEB47512 | sha256: 769A59793D4B8885BBBFBC5AEE8F57A0D4E34D275C56C60C03994309B87F67E9 | sha512: 66A489988D15F1C651061656703B6FB03C4C6EBE82BCB0D48246C760E3764E4A7F2AD8D1653C90401FBA6AA9974586D36256AD3A47E1112C1F38488A8818AB92
bin\Mono.Cecil.Mdb.dll
md5: 0C4EC4EB146BFE047755669C8060A967 | sha1: F663CC3BC174A98A49893E0CF334B479B05E453D | sha256: 61637F9940E5E336571CBF945BE0F36D6D6050E06288DF0F0232D93B26F0BDE7 | sha512: 478DBA76DE5B20906A31F2FF72A559779A262ABE0265D475AA60D555D4F94F79887F237F393F256134BE758D565AA46B30A39E81B23E1F3048FC80AB779405AF
bin\Mono.Cecil.Pdb.dll
md5: 743102D277A8754DC74F7644E03A8956 | sha1: 31971747D45F995BC8D05C26C728DF293A074DB6 | sha256: A5249A04AD8FD7DFD47E4D0A620AED0F7EB6051E1DDEC102C541CA3E12F6E2A8 | sha512: 00BB76043A3A147B570E0421F768A2F2238954922C45C611D10D8FD4A1F8BA56DA8A7B7377FACFE54FF6DBEE2D81BE87C0D6E3DE9E884625697AE478A82677E9
bin\Mono.Cecil.Rocks.dll
md5: FE8C2B2EEF6E5E7284DC9B522A7BE468 | sha1: 8779911266EA9BFEA924AAD33A7E1C7855F41857 | sha256: 273292BABD45F9F34DE5054BD9CDFE1D859A7DBF6F4AD5974FE4EAD70698ED5B | sha512: B78F759568FA5CE77F87DB6F02688493877CED8C9B289934C6ADC95DB5581D3EBC858092C650A47D5D7EB44C2DD2ED01A8491930ACD8173D45F777285D0990AB
bin\Fake.Core.String.pdb
 
bin\Fake.Core.String.dll
md5: 3463621D3C854BCB6AEC723FED56D4CB | sha1: 7DCB6DE7B0E00342022855730FB189706CCE3198 | sha256: 9CA4D1867EB84852E10F364A5CA6F9579DFB156C8B0871A37C78EDBB90CFC3F9 | sha512: 14F5172865A6ACE831AA750E14725466F9CBA9D1FC86028B6B7C2E7984D64E82DD2C0AC2C8B5515A405E688E57EAE868AF846C000A7E8C87597C30F1163F0C0F
bin\Fake.Core.SemVer.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.SemVer</name></assembly>
<members>
<member name="P:Fake.Core.SemVerInfo.Build">
<summary>
 The optional build no.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.PreRelease">
<summary>
 The optional PreRelease version
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Patch">
<summary>
 PATCH version when you make backwards-compatible bug fixes.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Minor">
<summary>
 MINOR version when you add functionality in a backwards-compatible manner.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Major">
<summary>
 MAJOR version when you make incompatible API changes.
</summary>
</member>
<member name="T:Fake.Core.SemVerInfo">
<summary>
 Contains the version information. For parsing use [SemVer.parse](fake-core-semver.html)
 
 &gt; Note: If you use `{ version with Patch = myPath; Original = None }` to overwrite some parts of this string make sure to overwrite `Original` to `None` in order to recalculate the version string.
 
 &gt; Note: For overwriting the `PreRelease` part use: `{ Version with Original = None; PreRelease = PreRelease.TryParse &quot;alpha.1&quot; }`
</summary>
</member>
<member name="T:Fake.Core.PreRelease">
<summary>
 Information about PreRelease packages.
</summary>
</member>
<member name="M:Fake.Core.SemVer.parse(System.String)">
<summary>
 Parses the given version string into a SemVerInfo which can be printed using ToString() or compared
 according to the rules described in the [SemVer docs](http://semver.org/).
 ## Sample

     parse &quot;1.0.0-rc.1&quot;     &lt; parse &quot;1.0.0&quot;          // true
     parse &quot;1.2.3-alpha&quot;    &gt; parse &quot;1.2.2&quot;          // true
     parse &quot;1.2.3-alpha2&quot;   &gt; parse &quot;1.2.3-alpha&quot;    // true
     parse &quot;1.2.3-alpha002&quot; &gt; parse &quot;1.2.3-alpha1&quot;   // false
     parse &quot;1.5.0-beta.2&quot;   &gt; parse &quot;1.5.0-rc.1&quot;     // false
</summary>
</member>
<member name="M:Fake.Core.SemVer.expand(Microsoft.FSharp.Collections.FSharpList{System.Char},System.String)">
<summary>
 Splits the given version string by possible delimiters but keeps them as parts of resulting list.
</summary>
</member>
<member name="M:Fake.Core.SemVer.|Big|_|(System.String)">
<summary>
 Matches if str is convertible to big int and not less than zero, and returns the bigint value.
</summary>
</member>
<member name="M:Fake.Core.SemVer.|Int|_|(System.String)">
<summary>
 Matches if str is convertible to Int and not less than zero, and returns the value as UInt.
</summary>
</member>
<member name="M:Fake.Core.SemVer.isValid(System.String)">
<summary>
 Returns true if input appears to be a parsable semver string
</summary>
</member>
<member name="T:Fake.Core.SemVer">
<summary>
  Parser which allows to deal with [Semantic Versioning](http://semver.org/) (SemVer).
  Make sure to read the documentation in the [SemVerInfo](fake-core-semverinfo.html) record as well if you manually create versions.
</summary>
</member>
<member name="T:Fake.Core.SemVerActivePattern">
<summary>
 Contains active patterns which allow to deal with [Semantic Versioning](http://semver.org/) (SemVer).
</summary>
</member>
</members>
</doc>
bin\Fake.Core.SemVer.pdb
 
bin\Fake.Core.SemVer.dll
md5: A6F94B77619991B6A3C2FD62468DA34A | sha1: F33F6927A04F3FED1C25D321349C15A08F88B980 | sha256: 781B15A5A371A3C80C1ABC964ACF8091752580850B5410A736E4AA99A2C9F1D1 | sha512: D78E16CFBF3B82EB42C9B1B104A597238FBB3CAF7BC80CC6DF2D438424D963576B54416B982189B1132FF04FA8AC6714166D28FDD66789641F1526E820A22BD2
bin\Fake.Core.Process.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Process</name></assembly>
<members>
<member name="P:Fake.Core.Arguments.ToWindowsCommandLine">
<summary>
 This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="P:Fake.Core.Arguments.ToStartInfo">
<summary>
 Create a new command line string which can be used in a ProcessStartInfo object.
 If given, returns the exact input of `OfWindowsCommandLine` otherwise `ToWindowsCommandLine` (with some special code for `mono`) is used.
</summary>
</member>
<member name="P:Fake.Core.Arguments.ToLinuxShellCommandLine">
<summary>
 Escape the given argument list according to a unix shell (bash)
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfWindowsCommandLine(System.String)">
<summary>
 See https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfStartInfo(System.String)">
<summary>
 Create a new arguments object from a given startinfo-conforming-escaped command line string.
 Same as `OfWindowsCommandLine`.
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfArgs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Create a new arguments object from the given list of arguments
</summary>
</member>
<member name="T:Fake.Core.Arguments">
<summary>
 Represents a list of arguments
</summary>
</member>
<member name="T:Fake.Core.RawCreateProcess">
<summary>
 A raw (untyped) way to start a process
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification.CreatePipe">
<summary>
 Retrieve the raw pipe from the process (the StreamRef is set with a stream you can write into for &apos;stdin&apos; and read from for &apos;stdout&apos; and &apos;stderr&apos;)
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification.UseStream">
<summary>
 Redirect to the given stream (the stream must be provided by the user and be writeable for &apos;stdout&apos; &amp; &apos;stderr&apos; and readable for &apos;stdin&apos;)
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification.Inherit">
<summary>
 Do not redirect, or use normal process inheritance
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification">
<summary>
 Various options to redirect streams.
</summary>
</member>
<member name="T:Fake.Core.DataRef`1">
<summary>
 Represents basically an &quot;out&quot; parameter, allows to retrieve a value after a certain point in time.
 Used to retrieve &quot;pipes&quot;
</summary>
</member>
<member name="T:Fake.Core.Command.RawCommand">
<summary>
 Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx
 Linux(mono): https://github.com/mono/mono/blob/0bcbe39b148bb498742fc68416f8293ccd350fb6/eglib/src/gshell.c#L32-L104 (because we need to create a commandline string internally which need to go through that code)
 Linux(netcore): See https://github.com/fsharp/FAKE/pull/1281/commits/285e585ec459ac7b89ca4897d1323c5a5b7e4558 and https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs#L443-L522
</summary>
</member>
<member name="T:Fake.Core.Command">
<summary>
 The type of command to execute
</summary>
</member>
<member name="T:Fake.Core.StartedProcessInfo">
<summary>
 Some information regaring the started process
</summary>
</member>
<member name="T:Fake.Core.CreateProcess`1">
<summary>
 Handle for creating a process and returning potential results.
</summary>
</member>
<member name="T:Fake.Core.ProcessOutput">
<summary>
 The output of the process. If ordering between stdout and stderr is important you need to use streams.
</summary>
</member>
<member name="T:Fake.Core.IProcessHook`1">
<summary>
 Hook for events when an CreateProcess is executed.
</summary>
</member>
<member name="M:Fake.Core.Shell.Exec(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Microsoft.FSharp.Core.FSharpOption{System.String})">
<summary>
 Runs the given process, waits for it&apos;s completion and returns the exit code.
 ## Parameters

  - `cmd` - The command which should be run in elavated context.
  - `args` - The process arguments (optional).
  - `directory` - The working directory (optional).
</summary>
</member>
<member name="M:Fake.Core.Shell.AsyncExec(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Microsoft.FSharp.Core.FSharpOption{System.String})">
<summary>
 Runs the given process asynchronously.
 ## Parameters

  - `cmd` - The command which should be run in elavated context.
  - `args` - The process arguments (optional).
  - `directory` - The working directory (optional).
</summary>
</member>
<member name="T:Fake.Core.Shell">
<summary>
 Allows to exec shell operations synchronously and asynchronously.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.Args">
<summary>
 Command-line argument pairs. The value will be quoted if it contains
 a string, and the result will be appended to the CommandLine property.
 If the key ends in a letter or number, a space will be inserted between
 the key and the value.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.CommandLine">
<summary>
 Command-line parameters in a string.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.WorkingDir">
<summary>
 The working directory for the program. Defaults to &quot;&quot;.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.Program">
<summary>
 The path to the executable, without arguments. 
</summary>
</member>
<member name="P:Fake.Core.ExecParams.Empty">
<summary>
 Default parameters for process execution.
</summary>
</member>
<member name="T:Fake.Core.ExecParams">
<summary>
 Parameter type for process execution.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.WorkingDirectory">
<summary>
 When UseShellExecute is true, the fully qualified name of the directory that contains the process to be started. When the UseShellExecute property is false, the working directory for the process to be started. The default is an empty string (&quot;&quot;).
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Verb">
<summary>
 The action to take with the file that the process opens. The default is an empty string (&quot;&quot;), which signifies no action.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.UseShellExecute">
<summary>
 true if the shell should be used when starting the process; false if the process should be created directly from the executable file. The default is true.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.UserName">
<summary>
 The user name to use when starting the process. If you use the UPN format, user@DNS_domain_name, the Domain property must be null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.StandardOutputEncoding">
<summary>
 An object that represents the preferred encoding for standard output. The default is null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.StandardErrorEncoding">
<summary>
 An object that represents the preferred encoding for error output. The default is null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardOutput">
<summary>
 true if output should be written to Process.StandardOutput; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardInput">
<summary>
 true if input should be read from Process.StandardInput; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardError">
<summary>
 true if error output should be written to Process.StandardError; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.WindowStyle">
<summary>
 One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is Normal.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Password">
<summary>
 Gets or sets the user password in clear text to use when starting the process.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.LoadUserProfile">
<summary>
 true if the Windows user profile should be loaded; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.FileName">
<summary>
 Gets or sets the application or document to start.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.ErrorDialogParentHandle">
<summary>
 Gets or sets the window handle to use when an error dialog box is shown for a process that cannot be started.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.ErrorDialog">
<summary>
 Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Environment">
<summary>
 Gets the environment variables that apply to this process and its child processes.
 NOTE: Recommendation is to not use this Field, but instead use the helper function in the Proc module (for example Process.setEnvironmentVariable)
 NOTE: This field is ignored when UseShellExecute is true.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Domain">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process. If this value is null, the UserName property must be specified in UPN format.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.CreateNoWindow">
<summary>
 Gets or sets a value indicating whether to start the process in a new window.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Arguments">
<summary>
 Gets or sets the set of command-line arguments to use when starting the application.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfo.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="T:Fake.Core.ProcessResult">
<summary>
 A process result including error code, message log and errors.
</summary>
</member>
<member name="T:Fake.Core.ConsoleMessage">
<summary>
 A record type which captures console messages
</summary>
</member>
<member name="M:Fake.Core.GuardedAwaitObservable.Async.GuardedAwaitObservable.Static``1(System.IObservable{``0},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 Behaves like AwaitObservable, but calls the specified guarding function
 after a subscriber is registered with the observable.
</summary>
</member>
<member name="M:Fake.Core.GuardedAwaitObservable.synchronize``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.Unit},``0})">
<summary>
 Helper that can be used for writing CPS-style code that resumes
 on the same thread where the operation was started.
</summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.Event.guard``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Control.IEvent{``0,``1})">
<summary>
 Executes f just after adding the event-handler
</summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.AsyncBuilder.Bind``1(Microsoft.FSharp.Control.FSharpAsyncBuilder,System.Threading.Tasks.Task,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Control.FSharpAsync{``0}})">
<summary>
 An extension method that overloads the standard &apos;Bind&apos; of the &apos;async&apos; builder. The new overload awaits on
 a standard .NET task which does not commpute a value
</summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.AsyncBuilder.Bind``2(Microsoft.FSharp.Control.FSharpAsyncBuilder,System.Threading.Tasks.Task{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}})">
<summary>
 An extension method that overloads the standard &apos;Bind&apos; of the &apos;async&apos; builder. The new overload awaits on
 a standard .NET task
</summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.Async.StartAsTaskProperCancel.Static``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Threading.Tasks.TaskCreationOptions},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
<summary>
 Like StartAsTask but gives the computation time to so some regular cancellation work
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.ofList(Microsoft.FSharp.Collections.FSharpList{System.String})">
<summary>
 Create a arguments instance from a list.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toArray(Fake.Core.Arguments)">
<summary>
 Convert the arguments instance to a string array
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toList(Fake.Core.Arguments)">
<summary>
 Convert the arguments instance to a string list
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendNotEmpty(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is not null or empty
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendIf(System.Boolean,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument to a command line if a condition is true.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendOption(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedNotEmpty(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedOption(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedIf(System.Boolean,System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscaped(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Appends the given raw argument to the command line, you can not use other methods for this to work
 This allows unusal quoting with the given prefix, like /k:&quot;myarg&quot; (&quot;/k:&quot; would be the argPrefix)
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRaw(System.String,Fake.Core.Arguments)">
<summary>
 Appends the given raw argument to the command line, you can not use other methods for this to work
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.append(System.Collections.Generic.IEnumerable{System.String},Fake.Core.Arguments)">
<summary>
 Append all arguments after the current arguments    
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.withPrefix(System.Collections.Generic.IEnumerable{System.String},Fake.Core.Arguments)">
<summary>
 Append the given arguments before all current arguments 
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toStartInfo(Fake.Core.Arguments)">
<summary>
 Create a new command line string which can be used in a ProcessStartInfo object.
 If given, returns the exact input of `OfWindowsCommandLine` otherwise `ToWindowsCommandLine` (with some special code for `mono`) is used.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toLinuxShellCommandLine(Fake.Core.Arguments)">
<summary>
 Escape the given argument list according to a unix shell (bash)
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toWindowsCommandLine(Fake.Core.Arguments)">
<summary>
 This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="T:Fake.Core.ArgumentsModule">
<summary>
 Module for working with an `Arguments` instance
</summary>
</member>
<member name="M:Fake.Core.Args.fromWindowsCommandLine(System.String)">
<summary>
 Read a windows command line string into its arguments
</summary>
</member>
<member name="M:Fake.Core.Args.toLinuxShellCommandLine(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Escape the given argument list according to a unix shell (bash)
</summary>
</member>
<member name="M:Fake.Core.Args.toWindowsCommandLine(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Convert the given argument list to a conforming windows command line string, escapes parameter in quotes if needed (currently always but this might change).
</summary>
</member>
<member name="T:Fake.Core.Args">
<summary>
 Helper functions for proper command line parsing
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findLocalTool(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Like tryFindLocalTool but returns the `tool` string if nothing is found (will probably error later, but this function is OK to be used for fake default values.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindLocalTool(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Find a local tool in the given envar the given directories, the current directory or PATH (in this order)
 Recommended usage `tryFindLocalTool &quot;TOOL&quot; &quot;tool&quot; [ &quot;.&quot; ]`
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.walkDirectories(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Walks directories via breadth first search (BFS)
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findPath(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Tries to find the tool via Env-Var. If no path has the right tool we are trying the PATH system variable. Considers PATHEXT on Windows.
 [omit]
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindPath(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Tries to find the tool via given directories. If no path has the right tool we are trying the current directory and the PATH system variable. Considers PATHEXT on Windows.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindTool(System.String,System.String)">
<summary>
 Tries to find the tool via Env-Var. If no path has the right tool we are trying the PATH system variable.  Considers PATHEXT on Windows.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindFileOnPath(System.String)">
<summary>
 Searches the current directory and the directories within the PATH
 environment variable for the given file. If successful returns the full
 path to the file. Considers PATHEXT on Windows.
 ## Parameters
  - `file` - The file to locate
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findFilesOnPath(System.String)">
<summary>
 Searches the current directory and in PATH for the given file and returnes the result ordered by precendence. Considers PATHEXT on Windows.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findFile(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Searches the given directories for the given file, failing if not found. Considers PATHEXT on Windows.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindFile(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Searches the given directories for all occurrences of the given file name. Considers PATHEXT on Windows.
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findFiles(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Searches the given directories for all occurrences of the given file name, on windows PATHEXT is considered (and preferred when searching)
</summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findFilesInternal(System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Searches the given directories for all occurrences of the given file name
 [omit]
</summary>
</member>
<member name="M:Fake.Core.InternalStreams.StreamModule.duplicate``1(Fake.Core.InternalStreams.IStream{``0})">
<summary>
 Duplicates the given stream, which means returning two stream instances
 which will read the same data. 
 At the same time buffers all data (ie read from s as fast as possible).
 Any data written to the returned instances will be written to the given instance.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withTimeout``1(System.TimeSpan,Fake.Core.CreateProcess{``0})">
<summary>
 Set the given timeout, kills the process after the specified timespan
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.warnOnExitCode``1(System.String,Fake.Core.CreateProcess{``0})">
<summary>
 Like`ensureExitCode` but only triggers a warning instead of failing.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.ensureExitCode``1(Fake.Core.CreateProcess{``0})">
<summary>
 Makes sure the exit code is `0`, otherwise a detailed exception is thrown (showing the command line).    
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.ensureExitCodeWithMessage``1(System.String,Fake.Core.CreateProcess{``0})">
<summary>
 throws an exception with the given message if `exitCode &lt;&gt; 0`     
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.addOnExited``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``1}},Fake.Core.CreateProcess{``0})">
<summary>
 Execute the given function after the process has been exited and the previous result has been calculated.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withOutputEventsNotNull``1(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
<summary>
 Like `withOutputEvents` but skips `null` objects.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withOutputEvents``1(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
<summary>
 Calls the given functions whenever a new output-line is received.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.redirectOutputIfNotRedirected``1(Fake.Core.CreateProcess{``0})">
<summary>
 Starts redirecting the output streams if they are not already redirected.
 Be careful when using this function. Using redirectOutput is the preferred variant
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.redirectOutput``1(Fake.Core.CreateProcess{``0})">
<summary>
 Starts redirecting the output streams and collects all data at the end.        
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.mapResult``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Fake.Core.CreateProcess{Fake.Core.ProcessResult{``0}})">
<summary>
 Map only the result object and leave the exit code in the result type.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Fake.Core.CreateProcess{``0})">
<summary>
 Map the current result to a new type.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardInput``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
<summary>
 Set the standard input stream.                    
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardError``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
<summary>
 Set the standard error stream.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardOutput``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
<summary>
 Set the standard output stream.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.setEnvironmentVariable``1(System.String,System.String,Fake.Core.CreateProcess{``0})">
<summary>
 Set the given environment variable.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.getEnvironmentMap``1(Fake.Core.CreateProcess{``0})">
<summary>
 Retrieve the current environment map.    
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withEnvironmentMap``1(System.Collections.Immutable.IImmutableDictionary{System.String,System.String},Fake.Core.CreateProcess{``0})">
<summary>
 Sets the given environment map.        
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withEnvironment``1(Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},Fake.Core.CreateProcess{``0})">
<summary>
 Sets the given environment variables
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.addOnStartedEx``1(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.StartedProcessInfo,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
<summary>
 Execute the given function right after the process is started.
 PID for process can be obtained from p parameter (p.Process.Id).
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.addOnStarted``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
<summary>
 Execute the given function right after the process is started.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.addOnFinally``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
<summary>
 Execute the given function when the process is cleaned up.        
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.addOnSetup``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Fake.Core.CreateProcess{``1})">
<summary>
 Execute the given function before the process is started 
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.appendSimpleFuncs``3(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Diagnostics.Process,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsync{``1},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Threading.Tasks.Task{Fake.Core.RawProcessResult},Microsoft.FSharp.Control.FSharpAsync{``2}}}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``1})">
<summary>
 Attaches the given functions to the current CreateProcess instance.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.mapFilePath``1(Microsoft.FSharp.Core.FSharpFunc{System.String,System.String},Fake.Core.CreateProcess{``0})">
<summary>
 Map the file-path according to the given function.            
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.replaceFilePath``1(System.String,Fake.Core.CreateProcess{``0})">
<summary>
 Replace the file-path
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withCommand``1(Fake.Core.Command,Fake.Core.CreateProcess{``0})">
<summary>
 Set the command to the given one.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.disableTraceCommand``1(Fake.Core.CreateProcess{``0})">
<summary>
 Disable the default trace of started processes.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.withWorkingDirectory``1(System.String,Fake.Core.CreateProcess{``0})">
<summary>
 Set the working directory of the new process.
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.copyRedirectedProcessOutputsToStandardOutputs``1(Fake.Core.CreateProcess{``0})">
<summary>
 Copies std-out and std-err into the corresponding `System.Console` streams (by using interceptStream).
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.interceptStream(System.IO.Stream,Fake.Core.StreamSpecification)">
<summary>
 intercept the given StreamSpecification and writes the intercepted data into target.
 Throws if the stream is not redirected (ie is Inherit).
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.ofStartInfo(System.Diagnostics.ProcessStartInfo)">
<summary>
 Create a CreateProcess from the given `ProcessStartInfo`
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.fromRawCommand(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Create a CreateProcess from the given file and arguments
 
 ### Example
 
     CreateProcess.fromRawCommand &quot;cmd&quot; [ &quot;/C&quot;;  &quot;echo test&quot; ]
     |&gt; Proc.run
     |&gt; ignore
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.fromRawWindowsCommandLine(System.String,System.String)">
<summary>
 Create a CreateProcess from the given file and arguments
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.fromRawCommandLine(System.String,System.String)">
<summary>
 Create a CreateProcess from the given file and arguments
 
 ### Example
 
     CreateProcess.fromRawCommandLine &quot;cmd&quot; &quot;/C \&quot;echo test\&quot;&quot;
     |&gt; Proc.run
     |&gt; ignore
 
 ### Using BlackFox.CommandLine
 
 See [`BlackFox.CommandLine`](https://github.com/vbfox/FoxSharp/tree/master/src/BlackFox.CommandLine) for details
 
     open BlackFox.CommandLine
 
     CmdLine.empty
     |&gt; CmdLine.append &quot;build&quot;
     |&gt; CmdLine.appendIf noRestore &quot;--no-restore&quot;
     |&gt; CmdLine.appendPrefixIfSome &quot;--framework&quot; framework
     |&gt; CmdLine.appendPrefixf &quot;--configuration&quot; &quot;%A&quot; configuration
     |&gt; CmdLine.toString
     |&gt; CreateProcess.fromRawCommandLine &quot;dotnet.exe&quot;
     |&gt; Proc.run
     |&gt; ignore
 
</summary>
</member>
<member name="M:Fake.Core.CreateProcess.fromCommand(Fake.Core.Command)">
<summary>
 Create a simple `CreateProcess&lt;_&gt;` instance from the given command.
 
 ### Example
 
     Command.RawCommand(&quot;file&quot;, Arguments.OfArgs [&quot;arg1&quot;; &quot;arg2&quot;])
     |&gt; CreateProcess.fromCommand
     |&gt; Proc.run
     |&gt; ignore
</summary>
</member>
<member name="T:Fake.Core.CreateProcess">
<summary>
 Module for creating and modifying CreateProcess&lt;&apos;TRes&gt; instances.
 You can manage:
 
 - The command (ie file to execute and arguments)
 - The working directory
 - The process environment
 - Stream redirection and pipes
 - Timeout for the process to exit
 - The result and the result transformations (`map`, `mapResult`)
 
 More extensions can be found in the [CreateProcess Extensions](apidocs/v5/fake-core-createprocessext-createprocess.html)
 
 ### Example
 
     Command.RawCommand(&quot;file&quot;, Arguments.OfArgs [&quot;arg1&quot;; &quot;arg2&quot;])
     |&gt; CreateProcess.fromCommand
     |&gt; Proc.run
     |&gt; ignore
 
</summary>
</member>
<member name="M:Fake.Core.Proc.run``1(Fake.Core.CreateProcess{``0})">
<summary>
 Like `start` but waits for the result synchronously.
</summary>
</member>
<member name="M:Fake.Core.Proc.startAndAwait``1(Fake.Core.CreateProcess{``0})">
<summary>
 Convenience method when you immediatly want to await the result of &apos;start&apos;, just note that
 when used incorrectly this might lead to race conditions 
 (ie if you use StartAsTask and access reference cells in CreateProcess after that returns)
</summary>
</member>
<member name="M:Fake.Core.Proc.start``1(Fake.Core.CreateProcess{``0})">
<summary>
 Starts the given process and waits for the `Result` task. (see `startRaw` documentation). 
 In most common scenarios the `Result` includes the `Raw` task or the exit-code one way or another.
</summary>
</member>
<member name="M:Fake.Core.Proc.startRawSync``1(Fake.Core.CreateProcess{``0})">
<summary>
 Similar to `startRaw` but waits until the process has been started. 
</summary>
</member>
<member name="M:Fake.Core.Proc.startRaw``1(Fake.Core.CreateProcess{``0})">
<summary>
 Starts a process. The process has been started successfully after the returned task has been completed.
 After the task has been completed you retrieve two other tasks:
 - One `Raw`-Task to indicate when the process exited (and return the exit-code for example)
 - One `Result`-Task for the final result object.
 
 Note: The `Result` task might finish while the `Raw` task is still running, 
 this enables you to work with the result object before the process has exited.
 For example consider a long running process where you are only interested in the first couple of output lines
</summary>
</member>
<member name="T:Fake.Core.Proc">
<summary>
 Module to start or run processes, used in combination with the `CreateProcess` API.
 
 ### Example
 
     #r &quot;paket: 
     nuget Fake.Core.Process //&quot;
     open Fake.Core
     CreateProcess.fromRawCommand &quot;./folder/mytool.exe&quot; [&quot;arg1&quot;; &quot;arg2&quot;]
     |&gt; Proc.run
     |&gt; ignore
 
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithWorkingDirectory(Fake.Core.ProcStartInfo,System.String)">
<summary>
 When UseShellExecute is true, the fully qualified name of the directory that contains the process to be started. When the UseShellExecute property is false, the working directory for the process to be started. The default is an empty string (&quot;&quot;).
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithVerb(Fake.Core.ProcStartInfo,System.String)">
<summary>
 The action to take with the file that the process opens. The default is an empty string (&quot;&quot;), which signifies no action.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithUseShellExecute(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if the shell should be used when starting the process; false if the process should be created directly from the executable file. The default is true.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithUserName(Fake.Core.ProcStartInfo,System.String)">
<summary>
 The user name to use when starting the process. If you use the UPN format, user@DNS_domain_name, the Domain property must be null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithStandardOutputEncoding(Fake.Core.ProcStartInfo,System.Text.Encoding)">
<summary>
 An object that represents the preferred encoding for standard output. The default is null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithStandardErrorEncoding(Fake.Core.ProcStartInfo,System.Text.Encoding)">
<summary>
 An object that represents the preferred encoding for error output. The default is null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardOutput(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if output should be written to Process.StandardOutput; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardInput(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if input should be read from Process.StandardInput; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardError(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if error output should be written to Process.StandardError; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithWindowStyle(Fake.Core.ProcStartInfo,System.Diagnostics.ProcessWindowStyle)">
<summary>
 One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is Normal.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithPassword(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the user password in clear text to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithLoadUserProfile(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if the Windows user profile should be loaded; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithFileName(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the application or document to start.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithErrorDialogParentHandle(Fake.Core.ProcStartInfo,System.IntPtr)">
<summary>
 Gets or sets the window handle to use when an error dialog box is shown for a process that cannot be started.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithErrorDialog(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithCurrentEnvironmentVariables(Fake.Core.ProcStartInfo)">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithEnvironmentVariables(Fake.Core.ProcStartInfo,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRemovedEnvironmentVariable(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Unsets the given environment variable for the given startInfo.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithEnvironmentVariable(Fake.Core.ProcStartInfo,System.String,System.String)">
<summary>
 Sets the given environment variable for the given startInfo.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithoutEnvironment(Fake.Core.ProcStartInfo)">
<summary>
 Remove the current Environment Variables and use the default
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithDomain(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithCreateNoWindow(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 Gets or sets a value indicating whether to start the process in a new window.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithArguments(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the set of command-line arguments to use when starting the application.
</summary>
</member>
<member name="M:Fake.Core.Process.withFramework(Fake.Core.ProcStartInfo)">
<summary>
 Ensures the executable is run with the full framework. On non-windows platforms that means running the tool by invoking &apos;mono&apos;.
</summary>
</member>
<member name="M:Fake.Core.Process.shellExec(Fake.Core.ExecParams)">
<summary>
 Execute an external program and return the exit code.
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.ensureProcessesHaveStopped(System.String,System.TimeSpan)">
<summary>
 Waits until the processes with the given name have stopped or fails after given timeout.
 ## Parameters
  - `name` - The name of the processes in question.
  - `timeout` - The timespan to time out after.
</summary>
</member>
<member name="M:Fake.Core.Process.killAllCreatedProcesses">
<summary>
 Kills all processes that are created by the FAKE build script unless &quot;donotkill&quot; flag was set.
</summary>
</member>
<member name="M:Fake.Core.Process.killMSBuild">
<summary>
 Kills the MSBuild process.
</summary>
</member>
<member name="M:Fake.Core.Process.killFSI">
<summary>
 Kills the F# Interactive (FSI) process.
</summary>
</member>
<member name="M:Fake.Core.Process.killAllByName(System.String)">
<summary>
 Kills all processes with the given name
</summary>
</member>
<member name="M:Fake.Core.Process.getAllByName(System.String)">
<summary>
 Returns all processes with the given name
</summary>
</member>
<member name="M:Fake.Core.Process.getFileName(System.Diagnostics.Process)">
<summary>
 Retrieve the file-path of the running executable of the given process.
</summary>
</member>
<member name="M:Fake.Core.Process.killById(System.Int32)">
<summary>
 Kills all processes with the given id
</summary>
</member>
<member name="M:Fake.Core.Process.asyncShellExec(Fake.Core.ExecParams)">
<summary>
 Execute an external program asynchronously and return the exit code,
 logging output and error messages to FAKE output. You can compose the result
 with Async.Parallel to run multiple external programs at once, but be
 sure that none of them depend on the output of another.
</summary>
</member>
<member name="M:Fake.Core.Process.parametersToString(System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.FSharp.Core.FSharpOption{System.Tuple{System.String,System.String}}})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.boolParam``2(``0,System.Boolean)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.optionParam``2(``0,Microsoft.FSharp.Core.FSharpOption{``1})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.multipleStringParams``1(``0)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.stringParam``1(``0,System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.UseDefaults``1">
<summary>
 Use default Parameters
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.toParam(System.String)">
<summary>
 Adds quotes and a blank around the string´.
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.quoteIfNeeded(System.String)">
<summary>
 Adds quotes around the string if needed
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.quote(System.String)">
<summary>
 Adds quotes around the string
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.start(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo})">
<summary>
 Starts the given process and forgets about it.
</summary>
</member>
<member name="M:Fake.Core.Process.directExec(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo})">
<summary>
 Runs the given process, waits for its completion and returns if it succeeded.
</summary>
</member>
<member name="M:Fake.Core.Process.fireAndForget(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo})">
<summary>
 Starts the given process and returns immediatly.
</summary>
</member>
<member name="M:Fake.Core.Process.execElevated(System.String,System.String,System.TimeSpan)">
<summary>
 Runs the given process in an elevated context and returns the exit code.
 ## Parameters

  - `cmd` - The command which should be run in elavated context.
  - `args` - The process arguments.
  - `timeOut` - The timeout for the process.
</summary>
</member>
<member name="M:Fake.Core.Process.execSimple(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo},System.TimeSpan)">
<summary>
 Runs the given process and returns the exit code.
 ## Parameters

  - `configProcessStartInfoF` - A function which overwrites the default ProcessStartInfo.
  - `timeOut` - The timeout for the process.
 ## Sample

     let result = Process.execSimple (fun info -&gt;  
                       info.FileName &lt;- &quot;c:/MyProc.exe&quot;
                       info.WorkingDirectory &lt;- &quot;c:/workingDirectory&quot;
                       info.Arguments &lt;- &quot;-v&quot;) (TimeSpan.FromMinutes 5.0)
     
     if result &lt;&gt; 0 then failwithf &quot;MyProc.exe returned with a non-zero exit code&quot;
</summary>
</member>
<member name="M:Fake.Core.Process.execWithResult(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo},System.TimeSpan)">
<summary>
 Runs the given process and returns the process result.
 ## Parameters

  - `configProcessStartInfoF` - A function which overwrites the default ProcessStartInfo.
  - `timeOut` - The timeout for the process.
</summary>
</member>
<member name="M:Fake.Core.Process.execRaw(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.ProcStartInfo,Fake.Core.ProcStartInfo},System.TimeSpan,System.Boolean,Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Runs the given process and returns the exit code.
 ## Parameters

  - `configProcessStartInfoF` - A function which overwrites the default ProcessStartInfo.
  - `timeOut` - The timeout for the process.
  - `silent` - If this flag is set then the process output is redirected to the given output functions `errorF` and `messageF`.
  - `errorF` - A function which will be called with the error log.
  - `messageF` - A function which will be called with the message log.
</summary>
</member>
<member name="M:Fake.Core.Process.setCurrentEnvironmentVariables``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},``0)">
<summary>
 Sets all current environment variables to their current values
</summary>
</member>
<member name="M:Fake.Core.Process.setEnvironmentVariables``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},``0)">
<summary>
 Sets the given environment variables.
</summary>
</member>
<member name="M:Fake.Core.Process.removeEnvironmentVariable``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.String,``0)">
<summary>
 Unsets the given environment variable for the started process
</summary>
</member>
<member name="M:Fake.Core.Process.setEnvironmentVariable``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.String,System.String,``0)">
<summary>
 Sets the given environment variable for the given startInfo.
 Existing values will be overriden.
</summary>
</member>
<member name="M:Fake.Core.Process.startProcess(System.Diagnostics.Process)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.Core.Process.ProcessEncoding">
<summary>
 If AlwaysSetProcessEncoding is set to false (default) only mono processes will be changed.
</summary>
</member>
<member name="P:Fake.Core.Process.AlwaysSetProcessEncoding">
<summary>
 If set to true the ProcessHelper will start all processes with a custom ProcessEncoding.
 If set to false (default) only mono processes will be changed.
</summary>
</member>
<member name="P:Fake.Core.Process.enableProcessTracingVar">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.Core.Process.redirectOutputToTraceVar">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.Core.Process.startedProcessesVar">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.Process.kill(System.Diagnostics.Process)">
<summary>
 Kills the given process
</summary>
</member>
<member name="M:Fake.Core.CreateProcessExt.CreateProcess.withFramework``1(Fake.Core.CreateProcess{``0})">
<summary>
 Ensures the executable is run with the full framework. On non-windows platforms that means running the tool by invoking &apos;mono&apos;.
 
 ### Example
 
     Command.RawCommand(&quot;file.exe&quot;, Arguments.OfArgs [&quot;arg1&quot;; &quot;arg2&quot;])
     |&gt; CreateProcess.fromCommand
     |&gt; CreateProcess.withFramework // start with mono if needed.
     |&gt; Proc.run
     |&gt; ignore
</summary>
</member>
<member name="T:Fake.Core.CreateProcessExt.CreateProcess">
<summary>
 Extensions to [`CreateProcess`](apidocs/v5/fake-core-createprocess.html).
</summary>
</member>
<member name="T:Fake.Core.CreateProcessExt">
<summary>
 Some extensions for the `CreateProcess` module, opened automatically (use add `open Fake.Core`)
</summary>
</member>
</members>
</doc>
bin\mscorrc.dll
md5: 5489D19B7F70843404F4B43B6732EDFE | sha1: 1294140FF31A4190A858FC48EDA79466F59B1A50 | sha256: C2A4CC67637B8492A231DA69D7716EC4C8EB4040226906B7BA8CF7D7CBC22790 | sha512: CB6BD674E5D5DF18B671A9CEBD4C22AC6884EB5941C67C61B5CADC1ADF10BCE189D331A624E254D193CEA2EF0A914B6C2CAF460CDDC8AF9316C658D14FCE0BA0
bin\msquic.dll
md5: B85284FAB5CA54DE7B64B659B2359D9D | sha1: 930857CA9FF3269884C56AA96EF6B75821326D56 | sha256: 437CC1B0B563D4A053BADCACF26045D022BD86DA0081D45A234B1836DDB0ACE2 | sha512: 17C922CC0A1BB30DD46A0C13788622152F5E24F87F97B28E0AE841023452C4C32804A913754CB47E9A7A6CCE4B14601E91B5FBD9C2194D3CC301220D1951FDBA
bin\netstandard.dll
md5: 7C1FBE9D3593AB864CD18172531F430F | sha1: 4A4DBFD755631CCE0237F103914ACD90A675AFB5 | sha256: 06242F72D2A9C8ECC27CCB86527817416790AE5BDF2314DACD039B9E55EB5762 | sha512: DA123B480BED5BAFB50476CBCC7EC684AD3C79E97A6B48FEE87414CC070C73FEDF99FD50367BB1198D99D11E03EC832DAEB24B36C911AF9855E8C084B07EA116
bin\Newtonsoft.Json.dll
md5: 916D32B899F1BC23B209648D007B99FD | sha1: E3673D05D46F29E68241D4536BDDF18CDD0A913D | sha256: 72CF291D4BAB0EDD08A9B07C6173E1E7AD1ABB7AB727FD7044BF6305D7515661 | sha512: 60BD2693DAA42637F8AE6D6460C3013C87F46F28E9B0DBF9D7F6764703B904A7C8C22E30B4BA13F1F23F6CBEE7D9640EE3821C48110E67440F237C2BB2EE5EB6
bin\NuGet.Common.dll
md5: 22D47812D8CEDE4B90A0CC0FFAAAE124 | sha1: F9BF431ED989CD1CDF4F6393AAD0D80D4610ECF8 | sha256: 33C4CF29ECE7F14F8152D6ABFA1F66C2ECEC74C5B804A9439D4A98A9AE8F948C | sha512: 27DA9AD6D73C26FB6C007BAC5AC3BD53DD5A92E8F67EBC0F6F22F297D7BD3CA5F446F29BB2828E85829863FBF34408502E775C5E7EAE7682A2B74FFF9E4E6CB7
bin\Fake.Core.Process.pdb
 
bin\Fake.Core.Process.dll
md5: 93FAC01364BE5DA67122FA564847D438 | sha1: D90E04C25BC10B06506A0D0830FF2EF804B55ECC | sha256: 599B65F449754A1BD6FE38DC13A745A391C27B39A8F0500B1B28616865DDF72C | sha512: 6383B6FB7C4F60CAD725F5445D51C063807F9218B075AD36627C7370C2AB979DD6D4C15F29E0DCCAD7AFDDBFB655EDD24227C70D8DCC649CFC09732610EE7946
bin\Fake.Core.FakeVar.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.FakeVar</name></assembly>
<members>
<member name="M:Fake.Core.FakeVar.defineOrNone``1(System.String)">
<summary>
 Define a named FakeVar providing the get, remove and set
 Will always return &apos;None&apos; when no context is set and &apos;throw&apos; on set
</summary>
</member>
<member name="M:Fake.Core.FakeVar.defineAllowNoContext``1(System.String)">
<summary>
 Define a named FakeVar providing the get, remove and set
 Will use a local variable if there is no context
</summary>
</member>
<member name="M:Fake.Core.FakeVar.define``1(System.String)">
<summary>
 Define a named FakeVar providing the get, remove and set
 And of the functions will fail if there is no context
</summary>
</member>
<member name="M:Fake.Core.FakeVar.set``1(System.String,``0)">
<summary>
 Sets value of a FakeVar
</summary>
</member>
<member name="M:Fake.Core.FakeVar.setFrom``1(System.String,``0,Fake.Core.Context.FakeExecutionContext)">
<summary>
 Sets value of a FakeVar
</summary>
</member>
<member name="M:Fake.Core.FakeVar.remove(System.String)">
<summary>
 Removes a FakeVar by name
</summary>
</member>
<member name="M:Fake.Core.FakeVar.removeFrom(System.String,Fake.Core.Context.FakeExecutionContext)">
<summary>
 Removes a FakeVar by name
</summary>
</member>
<member name="M:Fake.Core.FakeVar.getOrDefault``1(System.String,``0)">
<summary>
 Gets a strongly typed FakeVar by name will return default value if variable is not found
</summary>
</member>
<member name="M:Fake.Core.FakeVar.getOrFail``1(System.String)">
<summary>
 Gets a strongly typed FakeVar by name will fail if variable is not found
</summary>
</member>
<member name="M:Fake.Core.FakeVar.get``1(System.String)">
<summary>
 Gets a strongly typed FakeVar by name returning an option type
</summary>
</member>
<member name="T:Fake.Core.FakeVar">
<summary>
 This module contains helpers for managing build time variables
</summary>
</member>
</members>
</doc>
bin\Fake.Core.FakeVar.pdb
 
bin\Fake.Core.FakeVar.dll
md5: 24E66BECC682B4F5416C75F3F86C1A91 | sha1: 3AE369F444A8B505AE6467C15B11BB0178838462 | sha256: B64FD7E14B5B34F6BBB681DF7F683500582EA4EA35A78A4E961A23D9E9335D86 | sha512: 788F4459A375404C4FE058C43E60374C434FC1902B63E73F9F4D8E210A83BB3B01FD68576122D7CFF696068038B9B629A549CC735000639C6F154F753B4D4845
bin\Fake.Core.Environment.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Environment</name></assembly>
<members>
<member name="T:Fake.Core.TraceMode">
<summary>
 The trace mode option.
</summary>
</member>
<member name="T:Fake.Core.BuildServer">
<summary>
 The server type option.
</summary>
</member>
<member name="T:Fake.Core.Environment.EnvironTarget">
<summary>
 Type alias for System.EnvironmentVariableTarget
</summary>
</member>
<member name="M:Fake.Core.Environment.getNuGetPackagesCacheFolder">
<summary>
 Returns the path to the user-specific nuget packages folder
</summary>
</member>
<member name="M:Fake.Core.Environment.getDefaultEncoding">
<summary>
 Contains the IO encoding which is given via build parameter &quot;encoding&quot; or the default encoding if no encoding was specified.
</summary>
</member>
<member name="M:Fake.Core.Environment.getTargetPlatformDir(System.String)">
<summary>
 Gets the local directory for the given target platform
</summary>
</member>
<member name="M:Fake.Core.Environment.getNewestTool``1(System.Collections.Generic.IEnumerable{``0})">
<summary>
 Helper function to help find framework or sdk tools from the 
 newest toolkit available
</summary>
</member>
<member name="P:Fake.Core.Environment.sdkBasePath">
<summary>
 Base path for getting tools from windows SDKs
</summary>
</member>
<member name="P:Fake.Core.Environment.TargetPlatformPrefix">
<summary>
 The path of the current target platform
</summary>
</member>
<member name="P:Fake.Core.Environment.pathDirectories">
<summary>
 Gets the list of valid directories included in the PATH environment variable.
</summary>
</member>
<member name="P:Fake.Core.Environment.monoVersion">
<summary>
 required sometimes to workaround mono crashes
 http://stackoverflow.com/a/8414517/1269722
 Note: Only given when we are running on mono,
 represents the version of the mono runtime we
 are currently running on.
 In netcore world you can retrieve the mono version in the
 environment (PATH) via Fake.Core.Process.Mono.monoVersion
</summary>
</member>
<member name="P:Fake.Core.Environment.isMono">
<summary>
 Determines if the current FAKE runner is being run via mono.  With the FAKE 5 runner, this will always be false
 Todo: Detect mono on windows
</summary>
</member>
<member name="P:Fake.Core.Environment.isWindows">
<summary>
 Determines if the current system is a Windows system
</summary>
</member>
<member name="P:Fake.Core.Environment.isLinux">
<summary>
 Determines if the current system is a Linux system
</summary>
</member>
<member name="P:Fake.Core.Environment.isMacOS">
<summary>
 Determines if the current system is a MacOs system
</summary>
</member>
<member name="P:Fake.Core.Environment.isUnix">
<summary>
 Determines if the current system is an Unix system.
 See http://www.mono-project.com/docs/faq/technical/#how-to-detect-the-execution-platform
</summary>
</member>
<member name="P:Fake.Core.Environment.SystemRoot">
<summary>
 The system root environment variable. Typically &quot;C:\Windows&quot;
</summary>
</member>
<member name="P:Fake.Core.Environment.ProgramFilesX86">
<summary>
 The path of Program Files (x86)
 It seems this covers all cases where PROCESSOR\_ARCHITECTURE may misreport and the case where the other variable 
 PROCESSOR\_ARCHITEW6432 can be null
</summary>
</member>
<member name="P:Fake.Core.Environment.ProgramFiles">
<summary>
 The path of the &quot;Program Files&quot; folder - might be x64 on x64 machine
</summary>
</member>
<member name="M:Fake.Core.Environment.getBuildParam(System.String)">
<summary>
 Returns the value of the build parameter with the given name if it was set and otherwise an empty string
</summary>
</member>
<member name="M:Fake.Core.Environment.getBuildParamOrDefault(System.String,System.String)">
<summary>
 Returns the value of the build parameter with the given name if it was set and otherwise the given default value
</summary>
</member>
<member name="M:Fake.Core.Environment.hasBuildParam(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Core.Environment.hasEnvironVar(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Core.Environment.splitEnvironVar(System.String)">
<summary>
 Splits the entries of an environment variable and removes the empty ones.
</summary>
</member>
<member name="M:Fake.Core.Environment.environVarOrNone(System.String)">
<summary>
 Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Core.Environment.environVarAsBool(System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Core.Environment.environVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Core.Environment.environVarOrFail(System.String)">
<summary>
 Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Core.Environment.environVarOrDefault(System.String,System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Core.Environment.setBuildParam(System.String,System.String)">
<summary>
 Sets the build parameter with the given name for the current process.
</summary>
</member>
<member name="M:Fake.Core.Environment.clearEnvironVar(System.String)">
<summary>
 Clears the environment variable with the given name for the current process.
</summary>
</member>
<member name="M:Fake.Core.Environment.setEnvironVar(System.String,System.String)">
<summary>
 Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Core.Environment.environVars">
<summary>
 Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Core.Environment.environVar(System.String)">
<summary>
 Retrieves the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Core.Environment.Internal.parseMonoDisplayName(System.String)">
<summary>
 Internal, do not use.
 We use this internally for parsing the output of mono --version
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.isLocalBuild">
<summary>
 Is true when the current build is a local build.
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.buildVersion">
<summary>
 The current build version as detected from the current build server.
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.buildServer">
<summary>
 The current build server
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.appVeyorBuildVersion">
<summary>
 AppVeyor build number
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.ccBuildLabel">
<summary>
 CruiseControl.NET Build label
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.jenkinsBuildNumber">
<summary>
 Build number retrieved from Jenkins
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.gitHubActionsBuildNumber">
<summary>
 Build number retrieved from GitHub Actions
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.isGitHubActionsBuild">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.gitlabCIBuildNumber">
<summary>
 Build number retrieved from GitLab CI
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.isGitlabCI">
<summary>
 Checks if we are on GitLab CI
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.travisBuildNumber">
<summary>
 Build number retrieved from Travis
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.tcBuildNumber">
<summary>
 Build number retrieved from TeamCity
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.tfBuildNumber">
<summary>
 Build number retrieved from Team Foundation
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.isTFBuild">
<summary>
 Checks if we are on Team Foundation
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.isBambooBuild">
<summary>
 Checks if we are on Bamboo
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.bambooBuildNumber">
<summary>
 Build number retrieved from Bamboo
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.xmlOutputFile">
<summary>
 Defines the XML output file - used for build servers like CruiseControl.NET.
 This output file can be specified by using the *logfile* build parameter.
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.localBuildLabel">
<summary>
 A constant label for local builds
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.verbose">
<summary>
 Defines if FAKE will use verbose tracing.
 This flag can be specified by setting the *verbose* build parameter.
</summary>
</member>
</members>
</doc>
bin\StructuredLogger.dll
md5: 509D26423EFC623823B934C3F8E14908 | sha1: 901E307FCBA2DD5C902BA63EEB3853B63298EE91 | sha256: 0910017C662E72D3C81CAFF44750F427683D2AC8F078800B11E1A4AC82F46E07 | sha512: CE41B4BE62689C8E50958FA21B9E67FEDF971CC5B619362E53D8DD7C439AFF7B070AF0B896CEEB05F19F778FFD2C665719313A8C91B53E1DF59BE106DEE7A200
bin\System.AppContext.dll
md5: 6596DA39C9886B7DFFA7F495255BA813 | sha1: B5EA82D42D61C939DC13ABB26B9228B81F47F1D9 | sha256: D87DDC343BF3C732A74AED6F8E0B9C99B51278467EB86434A37CA1E06E425A1C | sha512: 2A8387524B89B1B8D447E66719B54BEBA54516219AB0B0DC272FC9868414B59CC2DFC3565CC476BFFEB9E1BFB3850A98034EB8C124F69BE4A1CEF99AB1B06916
bin\System.Buffers.dll
md5: 6415E10D139BD7BC89AE7A9FB6453E49 | sha1: BE05744E974862F939ABDA3FEF70059B732BD257 | sha256: 9F09A450F29D28DA47AD78C5AB681023123A8B35FA934C2FFC1AD5657A56FBC3 | sha512: 3DE7563C650699019ECA3BD242774C47ED52C4D997D5D1DC66114C549E5FB9CF30CBD8F2ABE0AD4C9FEDB5C0F1E22C13E41ADE2F9CF378E60F7427F7F07D3598
bin\System.CodeDom.dll
md5: 474C16C8547F72C5EDDF58C1A10843F0 | sha1: 29A1A36446AE921FC5A00DCAEB5B8FC4A288D370 | sha256: DD8764E3EEEEBBCE505C96F3C0413F2C6C506968C099DA61586FF91F1B441B4B | sha512: C97C1A43D92D80A8BFC8ECA52E130D29E895173DE1B89DB59D1F41A3C76BCDEB82F7B536E0DAF5AC024846F43752CEC1DEC284D8928D359C87C38FB4F82A5AFB
bin\System.Collections.Concurrent.dll
md5: 042326DA364692CFBD8BAD977E9F899F | sha1: 33A8DF4DC3656C2FB700D26AD89FC010BF568C89 | sha256: 32BBE1C112DAF0E18B8E04744FA61AC07DF6013A2E4F51AED02EB064ED752256 | sha512: 8DF7CABD05B9EB88DE252D08FA0402619EEAA78E8E823E5AA7B8D7F184F57662C836C4FE82EEE8610A87822CCE7D1AB107A9805657D77BFAE27840FC2EAECDDD
bin\Fake.Core.Environment.pdb
 
bin\Fake.Core.Environment.dll
md5: 4253889B2071278EAE5FD081C01EF41E | sha1: D95A3A49FF0FDA069EE766DDF9DB528E3C059420 | sha256: 924500587CFCF36D40D613D7E350BA046F708AAB42E1FB78C669A174215B6775 | sha512: D8E33380C09B26BE0B7C963AAD8AEB6F49168F04E8EF287160433DE0F4F59171B3F28108FA44A18650D411A82635B646134DDDC6CF1F8AB4EFF6CDE2745B56C4
bin\Fake.Core.DependencyManager.Paket.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.DependencyManager.Paket</name></assembly>
<members>
<member name="F:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Key@">
<summary>
 Key that identifies the types of dependencies that this DependencyManager operates on
</summary>
</member>
<member name="F:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Name@">
<summary>
 Name of the dependency manager
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Name">
<summary>
 Name of the dependency manager
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Key">
<summary>
 Key that identifies the types of dependencies that this DependencyManager operates on
</summary>
</member>
<member name="M:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.ResolveDependencies(System.String,System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Resolve the dependencies, for the given set of arguments, go find the .dll references, scripts and additional include values.
</summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager">
<summary>
 the type _must_ take an optional output directory
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Success">
<summary>
 Succeded?
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.StdOut">
<summary>
 The resolution output log
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.StdError">
<summary>
 The resolution error log (* process stderror *)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.SourceFiles">
<summary>
 The source code file paths (will be treated as #load options)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Roots">
<summary>
 The roots to package directories (will be treated like #I options)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Resolutions">
<summary>
 The resolution paths (will be treated as #r options)
</summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult">
<summary>
 returned structure from the ResolveDependencies method call. 
</summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals.DependencyManagerAttribute">
<summary>
 A marker attribute to tell FCS that this assembly contains a Dependency Manager, or
 that a class with the attribute is a DependencyManager
</summary>
</member>
</members>
</doc>
bin\Microsoft.Build.dll
md5: 75C13690C0D2562CCB85EBF235333EA2 | sha1: 9C9F1A430D9A260DD96E0ABD776481EFA3EFD362 | sha256: 3A42B77DA1B13B597B5BA4A51AD94234FB5E272F3DAC969A55877BD8BFAF2F34 | sha512: 27EF1416320CFF433C70D2DEAEBCC10533CD9DF68665D8BED44F9117A3DD70A6B896C59DF748F2551F2DDAE0E34670B8770ADFEEA446ECE32638D045F7EE7032
bin\Microsoft.Build.Framework.dll
md5: C2E04595A914009EDD46DE075D0881DF | sha1: 050CDAD1839C89084D63EF8BADBBB1118C6387D8 | sha256: C1D10EE77EFE75895C721BF449E2A864F8CD06A60415927D3581AB56B44CFD6F | sha512: C3D80ABC19A15E2F0CF6A8E37D5F5C64317968FF1D28E6074441655544AE52523EB80F02FD15D37EA18710DACA764878861995414176EBE29EC4461BD3D5C764
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 047F957587CB5B7A50C2D084C99FC93B | sha1: CD8FF64D396D81BA0D091D40ACB14AF42171BF3C | sha256: 1151C5F56D884FE60FDDAED8A740F6D5C7E5B129003C99B442DE5694B4BBD9EA | sha512: 7023AF1C05AF234850B406FC55D4E3E8DEEA2A7A9EFE994970CEB9031A3D554D2C2D7737902BD00580E12D8D2A4915C164CC231EB2E1132AC1D7CCE7983C96BE
bin\FSharp.Core.dll
md5: 808A8153B0AFC34818D9E68AC57F292C | sha1: FCC8BC2511AD5E0D638610ADCE0F401BD7369587 | sha256: 83C122C5F3D6C98E9F6FCD5FD8F1068909DA103FCC434BF446F4B17ED495646A | sha512: 7F4E7AE04FA5BF70BBC13FCF13E147CFDD8F4E7C791238439D36675CDC0F0D369B8F2BE49B1F4ABAF706E4533C678063B818F2B1DFC43155FB7A66BDA5716FAF
bin\FSharp.Core.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>FSharp.Core</name></assembly>
<members>
<member name="T:Microsoft.FSharp.Collections.seq`1">
 <summary>An abbreviation for the CLI type <see cref="T:System.Collections.Generic.IEnumerable`1"/></summary>

 <remarks>
  See the <see cref="T:Microsoft.FSharp.Collections.SeqModule"/> module for further operations related to sequences.

  See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/sequences">F# Language Guide - Sequences</a>.
</remarks>
</member>
<member name="T:Microsoft.FSharp.Collections.ResizeArray`1">
 <summary>An abbreviation for the CLI type <see cref="T:System.Collections.Generic.List`1"/></summary>
</member>
<member name="T:Microsoft.FSharp.Collections.list`1">
 <summary>The type of immutable singly-linked lists. </summary>

 <remarks>See the <see cref="T:Microsoft.FSharp.Collections.ListModule"/> module for further operations related to lists.

 Use the constructors <c>[]</c> and <c>::</c> (infix) to create values of this type, or
 the notation <c>[1; 2; 3]</c>. Use the values in the <c>List</c> module to manipulate 
 values of this type, or pattern match against the values directly.

  See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/lists">F# Language Guide - Lists</a>.
 </remarks>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.Tail">
 <summary>Gets the tail of the list, which is a list containing all the elements of the list, excluding the first element </summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.Length">
 <summary>Gets the number of items contained in the list</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.Item(System.Int32)">
 <summary>Gets the element of the list at the given position.</summary>
 <remarks>Lists are represented as linked lists so this is an O(n) operation.</remarks>
 <param name="index">The index.</param>

 <returns>The value at the given index.</returns>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.IsEmpty">
 <summary>Gets a value indicating if the list contains no entries</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.Head">
 <summary>Gets the first element of the list</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpList`1.Empty">
 <summary>Returns an empty list of a particular type</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpList`1.GetSlice(Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a slice of the list, the elements of the list from the given start index to the given end index.</summary>

 <param name="startIndex">The start index.</param>
 <param name="endIndex">The end index.</param>

 <returns>The sub list specified by the input indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpList`1.GetReverseIndex(System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpList`1.Cons(`0,Microsoft.FSharp.Collections.FSharpList{`0})">
 <summary>Returns a list with <c>head</c> as its first element and <c>tail</c> as its subsequent elements</summary>

 <param name="head">A new head value for the list.</param>
 <param name="tail">The existing list.</param>

 <returns>The list with head appended to the front of tail.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.FSharpList`1">
 <summary>The type of immutable singly-linked lists.</summary>

 <remarks>Use the constructors <c>[]</c> and <c>::</c> (infix) to create values of this type, or
 the notation <c>[1;2;3]</c>. Use the values in the <c>List</c> module to manipulate 
 values of this type, or pattern match against the values directly.
 </remarks>

 <exclude />
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpMap`2.Values">
 <summary>All the values in the map, including the duplicates.
 The sequence will be ordered by the keys of the map.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpMap`2.Keys">
 <summary>The keys in the map.
 The sequence will be ordered by the keys of the map.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpMap`2.Item(`0)">
 <summary>Lookup an element in the map. Raise <c>KeyNotFoundException</c> if no binding
 exists in the map.</summary>

 <param name="key">The input key.</param>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when the key is not found.</exception>

 <returns>The value mapped to the key.</returns>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpMap`2.IsEmpty">
 <summary>Returns true if there are no bindings in the map.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpMap`2.Count">
 <summary>The number of bindings in the map.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.TryGetValue(`0,`1@)">
 <summary>Lookup an element in the map, assigning to <c>value</c> if the element is in the domain 
 of the map and returning <c>false</c> if not.</summary>

 <param name="key">The input key.</param>
 <param name="value">A reference to the output value.</param>

 <returns><c>true</c> if the value is present, <c>false</c> if not.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.TryFind(`0)">
 <summary>Lookup an element in the map, returning a <c>Some</c> value if the element is in the domain 
 of the map and <c>None</c> if not.</summary>

 <param name="key">The input key.</param>

 <returns>The mapped value, or None if the key is not in the map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.Remove(`0)">
 <summary>Removes an element from the domain of the map. No exception is raised if the element is not present.</summary>

 <param name="key">The input key.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.ContainsKey(`0)">
 <summary>Tests if an element is in the domain of the map.</summary>

 <param name="key">The input key.</param>

 <returns>True if the map contains the given key.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.Change(`0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpOption{`1},Microsoft.FSharp.Core.FSharpOption{`1}})">
 <summary>Returns a new map with the value stored under key changed according to f.</summary>

 <param name="key">The input key.</param>
 <param name="f">The change function.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.Add(`0,`1)">
 <summary>Returns a new map with the binding added to the given map.
 If a binding with the given key already exists in the input map, the existing binding is replaced by the new binding in the result map.</summary>
 <param name="key">The key to add.</param>
 <param name="value">The value to add.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpMap`2.#ctor(System.Collections.Generic.IEnumerable{System.Tuple{`0,`1}})">
 <summary>Builds a map that contains the bindings of the given IEnumerable.</summary>

 <param name="elements">The input sequence of key/value pairs.</param>

 <returns>The resulting map.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.FSharpMap`2">
 <summary>Immutable maps based on binary trees, where keys are ordered by F# generic comparison. By default
 comparison is the F# structural comparison function or uses implementations of the IComparable interface on key values.</summary>
 
 <remarks>See the <see cref="T:Microsoft.FSharp.Collections.MapModule"/> module for further operations on maps.

 All members of this class are thread-safe and may be used concurrently from multiple threads.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.op_Subtraction(Microsoft.FSharp.Collections.FSharpSet{`0},Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Returns a new set with the elements of the second set removed from the first.</summary>

 <param name="set1">The first input set.</param>
 <param name="set2">The second input set.</param>

 <returns>A set containing elements of the first set that are not contained in the second set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.op_Addition(Microsoft.FSharp.Collections.FSharpSet{`0},Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Compute the union of the two sets.</summary>

 <param name="set1">The first input set.</param>
 <param name="set2">The second input set.</param>

 <returns>The union of the two input sets.</returns>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpSet`1.MinimumElement">
 <summary>Returns the lowest element in the set according to the ordering being used for the set.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpSet`1.MaximumElement">
 <summary>Returns the highest element in the set according to the ordering being used for the set.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpSet`1.IsEmpty">
 <summary>A useful shortcut for Set.isEmpty. See the Set module for further operations on sets.</summary>
</member>
<member name="P:Microsoft.FSharp.Collections.FSharpSet`1.Count">
 <summary>The number of elements in the set</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.Remove(`0)">
 <summary>A useful shortcut for Set.remove. Note this operation produces a new set
 and does not mutate the original set. The new set will share many storage
 nodes with the original. See the Set module for further operations on sets.</summary>

 <param name="value">The value to remove from the set.</param>

 <returns>The result set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.IsSupersetOf(Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Evaluates to "true" if all elements of the second set are in the first.</summary>

 <param name="otherSet">The set to test against.</param>

 <returns>True if this set is a superset of <c>otherSet</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.IsSubsetOf(Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Evaluates to "true" if all elements of the first set are in the second.</summary>

 <param name="otherSet">The set to test against.</param>

 <returns>True if this set is a subset of <c>otherSet</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.IsProperSupersetOf(Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Evaluates to "true" if all elements of the second set are in the first, and at least 
 one element of the first is not in the second.</summary>

 <param name="otherSet">The set to test against.</param>

 <returns>True if this set is a proper superset of <c>otherSet</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.IsProperSubsetOf(Microsoft.FSharp.Collections.FSharpSet{`0})">
 <summary>Evaluates to "true" if all elements of the first set are in the second, and at least 
 one element of the second is not in the first.</summary>

 <param name="otherSet">The set to test against.</param>

 <returns>True if this set is a proper subset of <c>otherSet</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.Contains(`0)">
 <summary>A useful shortcut for Set.contains. See the Set module for further operations on sets.</summary>

 <param name="value">The value to check.</param>

 <returns>True if the set contains <c>value</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.Add(`0)">
 <summary>A useful shortcut for Set.add. Note this operation produces a new set
 and does not mutate the original set. The new set will share many storage
 nodes with the original. See the Set module for further operations on sets.</summary>

 <param name="value">The value to add to the set.</param>

 <returns>The result set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.FSharpSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
 <summary>Create a set containing elements drawn from the given sequence.</summary>
 <param name="elements">The input sequence.</param>

 <returns>The result set.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.FSharpSet`1">
 <summary>Immutable sets based on binary trees, where elements are ordered by F# generic comparison. By default
 comparison is the F# structural comparison function or uses implementations of the IComparable interface on element values.</summary>

 <remarks>See the <see cref="T:Microsoft.FSharp.Collections.SetModule"/> module for further operations on sets.

 All members of this class are thread-safe and may be used concurrently from multiple threads.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Get``1(``0[0:],System.Int32,System.Int32)">
 <summary>Fetches an element from a 2D array. You can also use the syntax <c>array.[index1,index2]</c>.</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>

 <returns>The value of the array at the given index.</returns>
 <exception cref="T:System.ArgumentException">Thrown when the indices are negative or exceed the bounds of the array.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Set``1(``0[0:],System.Int32,System.Int32,``0)">
 <summary>Sets the value of an element in an array. You can also use the syntax <c>array.[index1,index2] &lt;- value</c>.</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>
 <param name="value">The value to set in the array.</param>
 <exception cref="T:System.ArgumentException">Thrown when the indices are negative or exceed the bounds of the array.</exception> 
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Rebase``1(``0[0:])">
 <summary>Builds a new array whose elements are the same as the input array but
 where a non-zero-based input array generates a corresponding zero-based 
 output array.</summary>

 <param name="array">The input array.</param>

 <returns>The zero-based output array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}}},``0[0:])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array. The integer indices passed to the
 function indicates the element being transformed.</summary>

 <remarks>For non-zero-based arrays the basing on an input array will be propagated to the output
 array.</remarks>

 <param name="mapping">A function that is applied to transform each element of the array.  The two integers
 provide the index of the element.</param>
 <param name="array">The input array.</param>

 <returns>An array whose elements have been transformed by the given mapping.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[0:])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array.</summary>

 <remarks>For non-zero-based arrays the basing on an input array will be propagated to the output
 array.</remarks>

 <param name="mapping">A function that is applied to transform each item of the input array.</param>
 <param name="array">The input array.</param>

 <returns>An array whose elements have been transformed by the given mapping.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Length2``1(``0[0:])">
 <summary>Returns the length of an array in the second dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the second dimension.</returns>  
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Length1``1(``0[0:])">
 <summary>Returns the length of an array in the first dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the first dimension.</returns>  
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}}},``0[0:])">
 <summary>Applies the given function to each element of the array.  The integer indices passed to the
 function indicates the index of element.</summary>

 <param name="action">A function to apply to each element of the array with the indices available as an argument.</param>
 <param name="array">The input array.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},``0[0:])">
 <summary>Applies the given function to each element of the array.</summary>

 <param name="action">A function to apply to each element of the array.</param>
 <param name="array">The input array.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.ZeroCreateBased``1(System.Int32,System.Int32,System.Int32,System.Int32)">
 <summary>Creates a based array where the entries are initially Unchecked.defaultof&lt;'T&gt;.</summary>

 <param name="base1">The base for the first dimension of the array.</param>
 <param name="base2">The base for the second dimension of the array.</param>
 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>

 <returns>The created array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when base1, base2, length1, or length2 is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.CreateBased``1(System.Int32,System.Int32,System.Int32,System.Int32,``0)">
 <summary>Creates a based array whose elements are all initially the given value.</summary>

 <param name="base1">The base for the first dimension of the array.</param>
 <param name="base2">The base for the second dimension of the array.</param>
 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>
 <param name="initial">The value to populate the new array.</param>

 <returns>The created array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when base1, base2, length1, or length2 is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.InitializeBased``1(System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}})">
 <summary>Creates a based array given the dimensions and a generator function to compute the elements.</summary>

 <param name="base1">The base for the first dimension of the array.</param>
 <param name="base2">The base for the second dimension of the array.</param>
 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>
 <param name="initializer">A function to produce elements of the array given the two indices.</param>

 <returns>The created array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when base1, base2, length1, or length2 is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.ZeroCreate``1(System.Int32,System.Int32)">
 <summary>Creates an array where the entries are initially Unchecked.defaultof&lt;'T&gt;.</summary>

 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>

 <returns>The created array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when length1 or length2 is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Create``1(System.Int32,System.Int32,``0)">
 <summary>Creates an array whose elements are all initially the given value.</summary>

 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>
 <param name="value">The value to populate the new array.</param>

 <returns>The created array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when length1 or length2 is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Initialize``1(System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}})">
 <summary>Creates an array given the dimensions and a generator function to compute the elements.</summary>

 <param name="length1">The length of the first dimension of the array.</param>
 <param name="length2">The length of the second dimension of the array.</param>
 <param name="initializer">A function to produce elements of the array given the two indices.</param>

 <returns>The generated array.</returns>
 <exception cref="T:System.ArgumentException">Thrown when either of the lengths is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.CopyTo``1(``0[0:],System.Int32,System.Int32,``0[0:],System.Int32,System.Int32,System.Int32,System.Int32)">
 <summary>Reads a range of elements from the first array and write them into the second.</summary>

 <param name="source">The source array.</param>
 <param name="sourceIndex1">The first-dimension index to begin copying from in the source array.</param>
 <param name="sourceIndex2">The second-dimension index to begin copying from in the source array.</param>
 <param name="target">The target array.</param>
 <param name="targetIndex1">The first-dimension index to begin copying into in the target array.</param>
 <param name="targetIndex2">The second-dimension index to begin copying into in the target array.</param>
 <param name="length1">The number of elements to copy across the first dimension of the arrays.</param>
 <param name="length2">The number of elements to copy across the second dimension of the arrays.</param>
 <exception cref="T:System.ArgumentException">Thrown when any of the indices are negative or if either of
 the counts are larger than the dimensions of the array allow.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Copy``1(``0[0:])">
 <summary>Builds a new array whose elements are the same as the input array.</summary>

 <remarks>For non-zero-based arrays the basing on an input array will be propagated to the output
 array.</remarks>

 <param name="array">The input array.</param>

 <returns>A copy of the input array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Base2``1(``0[0:])">
 <summary>Fetches the base-index for the second dimension of the array.</summary>

 <param name="array">The input array.</param>

 <returns>The base-index of the second dimension of the array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array2DModule.Base1``1(``0[0:])">
 <summary>Fetches the base-index for the first dimension of the array.</summary>

 <param name="array">The input array.</param>

 <returns>The base-index of the first dimension of the array.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.Array2DModule">
 <summary>Contains operations for working with 2-dimensional arrays.</summary>

 <remarks>
  <para>See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/arrays">F# Language Guide - Arrays</a>.</para>
 
 <para>F# and CLI multi-dimensional arrays are typically zero-based. 
 However, CLI multi-dimensional arrays used in conjunction with external
 libraries (e.g. libraries associated with Visual Basic) be 
 non-zero based, using a potentially different base for each dimension.
 The operations in this module will accept such arrays, and
 the basing on an input array will be propagated to a matching output
 array on the <c>Array2D.map</c> and <c>Array2D.mapi</c> operations.
 Non-zero-based arrays can also be created using <c>Array2D.zeroCreateBased</c>, 
 <c>Array2D.createBased</c> and <c>Array2D.initBased</c>.</para>
 </remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.HashIdentity.FromFunctions``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}})">
 <summary>Get an implementation of equality semantics using the given functions.</summary>

 <param name="hasher">A function to generate a hash code from a value.</param>
 <param name="equality">A function to test equality of two values.</param>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> using the given functions.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.HashIdentity.Reference``1">
 <summary>Get an implementation of equality semantics using reference equality and reference hashing.</summary>

 <returns>
  An object implementing <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> using <see cref="M:Microsoft.FSharp.Core.LanguagePrimitives.PhysicalEquality"/>
  and <see cref="M:Microsoft.FSharp.Core.LanguagePrimitives.PhysicalHash"/>.
 </returns>
</member>
<member name="M:Microsoft.FSharp.Collections.HashIdentity.LimitedStructural``1(System.Int32)">
 <summary>Get an implementation of equality semantics semantics using structural equality and structural hashing.</summary>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.HashIdentity.NonStructural``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}})">
 <summary>Get an implementation of equality semantics using non-structural equality and non-structural hashing.</summary>

 <returns>
  An object implementing <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> using <see cref="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_Equality"/>
  and <see cref="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.hash"/>.
 </returns>
</member>
<member name="M:Microsoft.FSharp.Collections.HashIdentity.Structural``1">
 <summary>Get an implementation of equality semantics using structural equality and structural hashing.</summary>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> using <see cref="M:Microsoft.FSharp.Core.Operators.op_Equality"/> and <see cref="M:Microsoft.FSharp.Core.Operators.hash"/>.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.HashIdentity">
 <summary>Common notions of value identity implementing the <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> 
 interface, for constructing <see cref="T:System.Collections.Generic.Dictionary`2"/> objects and other collections</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.ComparisonIdentity.FromFunction``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}})">
 <summary>Get an implementation of comparison semantics using the given function.</summary>

 <param name="comparer">A function to compare two values.</param>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IComparer`1"/> using the supplied function.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ComparisonIdentity.NonStructural``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}})">
 <summary>Get an implementation of comparison semantics using non-structural comparison.</summary>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IComparer`1"/> using <see cref="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.Compare"/>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ComparisonIdentity.Structural``1">
 <summary>Get an implementation of comparison semantics using structural comparison.</summary>

 <returns>An object implementing <see cref="T:System.Collections.Generic.IComparer`1"/> using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.ComparisonIdentity">
 <summary>Common notions of value ordering implementing the <see cref="T:System.Collections.Generic.IComparer`1"/> 
 interface, for constructing sorted data structures and performing sorting operations.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.InsertManyAt``1(System.Int32,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
 <summary>Return a new sequence with new items inserted before the given index.</summary>

 <param name="index">The index where the items should be inserted.</param>
 <param name="values">The values to insert.</param>
 <param name="source">The input sequence.</param>

 <example>
 <code>
     seq { 0; 1; 2 } |> Seq.insertManyAt 1 [8; 9] // evaluates to seq { 0; 8; 9; 1; 2 }
 </code>
 </example>
 
 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.InsertAt``1(System.Int32,``0,System.Collections.Generic.IEnumerable{``0})">
 <summary>Return a new sequence with a new item inserted before the given index.</summary>

 <param name="index">The index where the item should be inserted.</param>
 <param name="value">The value to insert.</param>
 <param name="source">The input sequence.</param>

 <example>
 <code>
     seq { 0; 1; 2 } |> Seq.insertAt 1 9 // evaluates to seq { 0; 9; 1; 2 }
 </code>
 </example>
 
 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.UpdateAt``1(System.Int32,``0,System.Collections.Generic.IEnumerable{``0})">
 <summary>Return a new sequence with the item at a given index set to the new value.</summary>

 <param name="index">The index of the item to be replaced.</param>
 <param name="value">The new value.</param>
 <param name="source">The input sequence.</param>

 <example>
 <code>
     seq { 0; 1; 2 } |> Seq.updateAt 1 9 // evaluates to seq { 0; 9; 2 }
 </code>
 </example>
 
 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.RemoveManyAt``1(System.Int32,System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Return a new sequence with the number of items starting at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="count">The number of items to remove.</param>
 <param name="source">The input sequence.</param>

 <example>
 <code>
     seq { 0; 1; 2; 3 } |> Seq.removeManyAt 1 2 // evaluates to seq { 0; 3 }
 </code>
 </example>
 
 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - count</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.RemoveAt``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Return a new sequence with the item at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="source">The input sequence.</param>

 <example>
 <code>
     seq { 0; 1; 2 } |> Seq.removeAt 1 // evaluates to seq { 0; 2 }
 </code>
 </example>
 
 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Zip3``3(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2})">
 <summary>Combines the three sequences into a list of triples. The sequences need not have equal lengths:
 when one sequence is exhausted any remaining elements in the other
 sequences are ignored.</summary>

 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>
 <param name="source3">The third input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when any of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Zip``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Combines the two sequences into a list of pairs. The two sequences need not have equal lengths:
 when one sequence is exhausted any remaining elements in the other
 sequence are ignored.</summary>

 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Windowed``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that yields sliding windows containing elements drawn from the input
 sequence. Each window is returned as a fresh array.</summary>

 <param name="windowSize">The number of elements in each window.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when windowSize is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Unfold``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{System.Tuple{``1,``0}}},``0)">
 <summary>Returns a sequence that contains the elements generated by the given computation.
 The given initial <c>state</c> argument is passed to the element generator.
 For each IEnumerator elements in the stream are generated on-demand by applying the element
 generator, until a None value is returned by the element generator. Each call to the element
 generator returns a new residual <c>state</c>.</summary>

 <remarks>The stream will be recomputed each time an IEnumerator is requested and iterated for the Seq.</remarks>

 <param name="generator">A function that takes in the current state and returns an option tuple of the next
 element of the sequence and the next state value.</param>
 <param name="state">The initial state value.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Truncate``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that when enumerated returns at most N elements.</summary>

 <param name="count">The maximum number of items to enumerate.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Transpose``2(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the transpose of the given sequence of sequences.</summary>

 <remarks>This function returns a sequence that digests the whole initial sequence as soon as
 that sequence is iterated. As a result this function should not be used with
 large or infinite sequences.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The transposed sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryPick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to successive elements, returning the first
 result where the function returns "Some(x)".</summary>

 <param name="chooser">A function that transforms items from the input sequence into options.</param>
 <param name="source">The input sequence.</param>

 <returns>The chosen element or <c>None</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryFindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the index of the last element in the sequence
 that satisfies the given predicate. Return <c>None</c> if no such element exists.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a
 result this function should not be used with large or infinite sequences.</remarks>

 <param name="predicate">A function that evaluates to a Boolean when given an item in the sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The found index or <c>None</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryItem``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Tries to find the nth element in the sequence.
 Returns <c>None</c> if index is negative or the input sequence does not contain enough elements.</summary>

 <param name="index">The index of element to retrieve.</param>
 <param name="source">The input sequence.</param>

 <returns>The nth element of the sequence or <c>None</c>.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryFindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the index of the first element in the sequence 
 that satisfies the given predicate. Return <c>None</c> if no such element exists.</summary>

 <param name="predicate">A function that evaluates to a Boolean when given an item in the sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The found index or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryFindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the last element for which the given function returns True.
 Return None if no such element exists.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a
 result this function should not be used with large or infinite sequences.</remarks>

 <param name="predicate">A function that evaluates to a Boolean when given an item in the sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The found element or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryFind``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the first element for which the given function returns True.
 Return None if no such element exists.</summary>

 <param name="predicate">A function that evaluates to a Boolean when given an item in the sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The found element or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ToList``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a list from the given collection.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ToArray``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds an array from the given collection.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TakeWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that, when iterated, yields elements of the underlying sequence while the 
 given predicate returns True, and then returns no further elements.</summary>

 <param name="predicate">A function that evaluates to false when no more items should be returned.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Take``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the first N elements of the sequence.</summary>

 <remarks>Throws <c>InvalidOperationException</c>
 if the count exceeds the number of elements in the sequence. <c>Seq.truncate</c>
 returns as many items as the sequence contains instead of throwing an exception.</remarks>

 <param name="count">The number of items to take.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when count exceeds the number of elements
 in the sequence.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Tail``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that skips 1 element of the underlying sequence and then yields the
 remaining elements of the sequence.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when the input sequence is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SumBy``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the sum of the results generated by applying the function to each element of the sequence.</summary>

 <remarks>The generated elements are summed using the <c>+</c> operator and <c>Zero</c> property associated with the generated type.</remarks>

 <param name="projection">A function to transform items from the input sequence into the type that will be summed.</param>
 <param name="source">The input sequence.</param>

 <returns>The computed sum.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Sum``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the sum of the elements in the sequence.</summary>

 <remarks>The elements are summed using the <c>+</c> operator and <c>Zero</c> property associated with the generated type.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The computed sum.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SortByDescending``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a key-generating function to each element of a sequence and yield a sequence ordered
 descending by keys.  The keys are compared using generic comparison as implemented by <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary> 
 
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences. The function makes no assumption on the ordering of the original 
 sequence.

 This is a stable sort, that is the original order of equal elements is preserved.</remarks>

 <param name="projection">A function to transform items of the input sequence into comparable keys.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SortDescending``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Yields a sequence ordered descending by keys.</summary>
 
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences. The function makes no assumption on the ordering of the original 
 sequence.

 This is a stable sort, that is the original order of equal elements is preserved.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SortBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a key-generating function to each element of a sequence and yield a sequence ordered
 by keys.  The keys are compared using generic comparison as implemented by <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary> 
 
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences. 

 The function makes no assumption on the ordering of the original 
 sequence and uses a stable sort, that is the original order of equal elements is preserved.</remarks>

 <param name="projection">A function to transform items of the input sequence into comparable keys.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SortWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Yields a sequence ordered using the given comparison function.</summary>

 <remarks>This function returns a sequence that digests the whole initial sequence as soon as
 that sequence is iterated. As a result this function should not be used with
 large or infinite sequences.

 The function makes no assumption on the ordering of the original 
 sequence and uses a stable sort, that is the original order of equal elements is preserved.</remarks>

 <param name="comparer">The function to compare the collection elements.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Sort``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Yields a sequence ordered by keys.</summary>
 
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences.

 The function makes no assumption on the ordering of the original 
 sequence and uses a stable sort, that is the original order of equal elements is preserved.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SkipWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that, when iterated, skips elements of the underlying sequence while the 
 given predicate returns True, and then yields the remaining elements of the sequence.</summary>

 <param name="predicate">A function that evaluates an element of the sequence to a boolean value.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Skip``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that skips N elements of the underlying sequence and then yields the
 remaining elements of the sequence.</summary>

 <param name="count">The number of items to skip.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when count exceeds the number of elements
 in the sequence.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Singleton``1(``0)">
 <summary>Returns a sequence that yields one item only.</summary>

 <param name="value">The input item.</param>

 <returns>The result sequence of one item.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ScanBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},System.Collections.Generic.IEnumerable{``0},``1)">
 <summary>Like <c>foldBack</c>, but returns the sequence of intermediary and final results.</summary>

 <remarks>This function returns a sequence that digests the whole initial sequence as soon as that
 sequence is iterated. As a result this function should not be used with large or infinite sequences.
 </remarks>

 <param name="folder">A function that updates the state with each element from the sequence.</param>
 <param name="source">The input sequence.</param>
 <param name="state">The initial state.</param>

 <returns>The resulting sequence of computed states.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Scan``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,System.Collections.Generic.IEnumerable{``0})">
 <summary>Like fold, but computes on-demand and returns the sequence of intermediary and final results.</summary>

 <param name="folder">A function that updates the state with each element from the sequence.</param>
 <param name="state">The initial state.</param>
 <param name="source">The input sequence.</param>

 <returns>The resulting sequence of computed states.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Reverse``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a new sequence with the elements in reverse order.</summary>

 <param name="source">The input sequence.</param>

 <returns>The reversed sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>

 <remarks>This function consumes the whole input sequence before yielding the first element of the reversed sequence.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ReduceBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a function to each element of the sequence, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> 
 then computes <c>f i0 (...(f iN-1 iN))</c>.</summary>

 <param name="reduction">A function that takes in the next-to-last element of the sequence and the
 current accumulated result to produce the next accumulated result.</param>
 <param name="source">The input sequence.</param>

 <returns>The final result of the reductions.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>

 <remarks>This function consumes the whole input sequence before returning the result.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Replicate``1(System.Int32,``0)">
 <summary>Creates a sequence by replicating the given initial value.</summary>

 <param name="count">The number of elements to replicate.</param>
 <param name="initial">The value to replicate</param>

 <returns>The generated sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Reduce``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a function to each element of the sequence, threading an accumulator argument
 through the computation. Begin by applying the function to the first two elements.
 Then feed this result into the function along with the third element and so on.  
 Return the final result.</summary>

 <param name="reduction">A function that takes in the current accumulated result and the next
 element of the sequence to produce the next accumulated result.</param>
 <param name="source">The input sequence.</param>

 <returns>The final result of the reduction function.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ReadOnly``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new sequence object that delegates to the given sequence object. This ensures 
 the original sequence cannot be rediscovered and mutated by a type cast. For example, 
 if given an array the returned sequence will return the elements of the array, but
 you cannot cast the returned sequence object to an array.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Pick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to successive elements, returning the first
 <c>x</c> where the function returns "Some(x)".</summary>

 <param name="chooser">A function to transform each item of the input sequence into an option of the output type.</param>
 <param name="source">The input sequence.</param>

 <returns>The selected element.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when every item of the sequence
 evaluates to <c>None</c> when the given function is applied.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Permute``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,System.Int32},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence with all elements permuted according to the
 specified permutation.</summary>

 <remarks>This function consumes the whole input sequence before yielding the first element of the result sequence.</remarks>

 <param name="indexMap">The function that maps input indices to output indices.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when indexMap does not produce a valid permutation.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Pairwise``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence of each element in the input sequence and its predecessor, with the
 exception of the first element which is only returned as the predecessor of the second element.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.OfList``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Views the given list as a sequence.</summary>

 <param name="source">The input list.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.OfArray``1(``0[])">
 <summary>Views the given array as a sequence.</summary>

 <param name="source">The input array.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Get``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Computes the nth element in the collection.</summary>

 <param name="index">The index of element to retrieve.</param>
 <param name="source">The input sequence.</param>

 <returns>The nth element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the index is negative or the input sequence does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MinBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the lowest of all elements of the sequence, compared via Operators.min on the function result.</summary>

 <param name="projection">A function to transform items from the input sequence into comparable keys.</param>
 <param name="source">The input sequence.</param>

 <returns>The smallest element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Min``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the lowest of all elements of the sequence, compared via <c>Operators.min</c>.</summary>

 <param name="source">The input sequence.</param>

 <returns>The smallest element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MaxBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the greatest of all elements of the sequence, compared via Operators.max on the function result.</summary>

 <param name="projection">A function to transform items from the input sequence into comparable keys.</param>
 <param name="source">The input sequence.</param>

 <returns>The largest element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Max``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the greatest of all elements of the sequence, compared via Operators.max</summary>

 <param name="source">The input sequence.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence is empty.</exception>

 <returns>The largest element of the sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MapIndexed2``3(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding pairs of elements from the two sequences. If one input sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored. The integer index passed to the
 function indicates the index (from 0) of element being transformed.</summary>

 <param name="mapping">A function to transform pairs of items from the input sequences that also supplies the current index.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection. The integer index passed to the
 function indicates the index (from 0) of element being transformed.</summary>

 <param name="mapping">A function to transform items from the input sequence that also supplies the current index.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Map3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding triples of elements from the three sequences. If one input sequence if shorter than
 the others then the remaining elements of the longer sequences are ignored.</summary>

 <param name="mapping">The function to transform triples of elements from the input sequences.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>
 <param name="source3">The third input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when any of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MapFoldBack``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Tuple{``2,``1}}},System.Collections.Generic.IEnumerable{``0},``1)">
 <summary>Combines map and foldBack. Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection. The function is also used to accumulate a final value.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a result this function should
 not be used with large or infinite sequences.</remarks>

 <param name="mapping">The function to transform elements from the input collection and accumulate the final value.</param>
 <param name="source">The input collection.</param>
 <param name="state">The initial state.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input collection is null.</exception>

 <returns>The collection of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.MapFold``3(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,System.Tuple{``2,``1}}},``1,System.Collections.Generic.IEnumerable{``0})">
 <summary>Combines map and fold. Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection. The function is also used to accumulate a final value.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a result this function should
 not be used with large or infinite sequences.</remarks>

 <param name="mapping">The function to transform elements from the input collection and accumulate the final value.</param>
 <param name="state">The initial state.</param>
 <param name="source">The input collection.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input collection is null.</exception>

 <returns>The collection of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Map2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding pairs of elements from the two sequences. If one input sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored.</summary>

 <param name="mapping">A function to transform pairs of items from the input sequences.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection.  The given function will be applied
 as elements are demanded using the <c>MoveNext</c> method on enumerators retrieved from the
 object.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.</remarks>

 <param name="mapping">A function to transform items from the input sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Length``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the length of the sequence</summary>

 <param name="source">The input sequence.</param>

 <returns>The length of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.IterateIndexed2``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Applies the given function to two collections simultaneously. If one sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored. The integer passed to the
 function indicates the index of element.</summary>

 <param name="action">A function to apply to each pair of elements from the input sequences along with their index.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Iterate2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Applies the given function to two collections simultaneously. If one sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored.</summary>

 <param name="action">A function to apply to each pair of elements from the input sequences.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to each element of the collection. The integer passed to the
 function indicates the index of element.</summary>

 <param name="action">A function to apply to each element of the sequence that can also access the current index.</param>
 <param name="source">The input sequence.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to each element of the collection.</summary>

 <param name="action">A function to apply to each element of the sequence.</param>
 <param name="source">The input sequence.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Item``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Computes the element at the specified index in the collection.</summary>

 <param name="index">The index of the element to retrieve.</param>
 <param name="source">The input sequence.</param>

 <returns>The element at the specified index of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the index is negative or the input sequence does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.InitializeInfinite``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0})">
 <summary>Generates a new sequence which, when iterated, will return successive
 elements by calling the given function.  The results of calling the function
 will not be saved, that is the function will be reapplied as necessary to
 regenerate the elements.  The function is passed the index of the item being
 generated.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.
 Iteration can continue up to <c>Int32.MaxValue</c>.</remarks>

 <param name="initializer">A function that generates an item in the sequence from a given index.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Initialize``1(System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0})">
 <summary>Generates a new sequence which, when iterated, will return successive
 elements by calling the given function, up to the given count.  Each element is saved after its
 initialization.  The function is passed the index of the item being
 generated.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.</remarks>

 <param name="count">The maximum number of items to generate for the sequence.</param>
 <param name="initializer">A function that generates an item in the sequence from a given index.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Indexed``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new collection whose elements are the corresponding elements of the input collection
 paired with the integer index (from 0) of each element.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.IsEmpty``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns true if the sequence contains no elements, false otherwise.</summary>

 <param name="source">The input sequence.</param>

 <returns>True if the sequence is empty; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryExactlyOne``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the only element of the sequence or <c>None</c> if sequence is empty or contains more than one element.</summary>

 <param name="source">The input sequence.</param>

 <returns>The only element of the sequence or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ExactlyOne``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the only element of the sequence.</summary>

 <param name="source">The input sequence.</param>

 <returns>The only element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input does not have precisely one element.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryLast``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the last element of the sequence.
 Return <c>None</c> if no such element exists.</summary>

 <param name="source">The input sequence.</param>

 <returns>The last element of the sequence or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Last``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the last element of the sequence.</summary>

 <param name="source">The input sequence.</param>

 <returns>The last element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input does not have any elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.TryHead``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the first element of the sequence, or None if the sequence is empty.</summary>

 <param name="source">The input sequence.</param>

 <returns>The first element of the sequence or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Head``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the first element of the sequence.</summary>

 <param name="source">The input sequence.</param>

 <returns>The first element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input does not have any elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.GroupBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a key-generating function to each element of a sequence and yields a sequence of 
 unique keys. Each unique key contains a sequence of all elements that match 
 to this key.</summary>
 
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences. The function makes no assumption on the ordering of the original 
 sequence.</remarks>

 <param name="projection">A function that transforms an element of the sequence into a comparable key.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ForAll2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Tests the all pairs of elements drawn from the two sequences satisfy the
 given predicate. If one sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored.</summary>

 <param name="predicate">A function to test pairs of elements from the input sequences.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>True if all pairs satisfy the predicate; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Tests if all elements of the sequence satisfy the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input sequence. If any application 
 returns false then the overall result is false and no further elements are tested. 
 Otherwise, true is returned.</remarks>

 <param name="predicate">A function to test an element of the input sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>True if every element of the sequence satisfies the predicate; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.FoldBack2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``2}}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},``2)">
 <summary>Applies a function to corresponding elements of two collections, starting from the end of the shorter collection,
 threading an accumulator argument through the computation. The two sequences need not have equal lengths.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jM</c>, N &lt; M
 then computes <c>f i0 j0 (... (f iN jN s)...)</c>.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>
 <param name="state">The initial state.</param>

 <returns>The final state value.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},System.Collections.Generic.IEnumerable{``0},``1)">
 <summary>Applies a function to each element of the collection, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c>
 then computes <c>f i0 (... (f iN s)...)</c></summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="source">The input sequence.</param>
 <param name="state">The initial state.</param>

 <returns>The state object after the folding function is applied to each element of the sequence.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>

 <remarks>This function consumes the whole input sequence before returning the result.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Fold2``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},``2,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Applies a function to corresponding elements of two collections, threading an accumulator argument
 through the computation.</summary>

 <remarks> The two sequences need not have equal lengths:
 when one sequence is exhausted any remaining elements in the other sequence are ignored.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN</c>
 then computes <c>f (... (f s i0 j0)...) iN jN</c>.</remarks>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>The final state value.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the either of the input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a function to each element of the collection, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> 
 then computes <c>f (... (f s i0)...) iN</c></summary>

 <param name="folder">A function that updates the state with each element from the sequence.</param>
 <param name="state">The initial state.</param>
 <param name="source">The input sequence.</param>

 <returns>The state object after the folding function is applied to each element of the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.FindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the index of the last element for which the given function returns True.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a
 result this function should not be used with large or infinite sequences.</remarks>

 <param name="predicate">A function to test whether the index of a particular element should be returned.</param>
 <param name="source">The input sequence.</param>

 <returns>The index of the last element for which the predicate returns True.</returns>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if no element returns true when
 evaluated by the predicate</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.FindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the index of the first element for which the given function returns True.</summary>

 <param name="predicate">A function to test whether the index of a particular element should be returned.</param>
 <param name="source">The input sequence.</param>

 <returns>The index of the first element for which the predicate returns True.</returns>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if no element returns true when
 evaluated by the predicate</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.FindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the last element for which the given function returns True.</summary>

 <remarks>This function digests the whole initial sequence as soon as it is called. As a
 result this function should not be used with large or infinite sequences.</remarks>
 <param name="predicate">A function to test whether an item in the sequence should be returned.</param>
 <param name="source">The input sequence.</param>

 <returns>The last element for which the predicate returns True.</returns>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if no element returns true when
 evaluated by the predicate</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null</exception>
 <remarks>This function consumes the whole input sequence before returning the result.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Find``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the first element for which the given function returns True.</summary>

 <param name="predicate">A function to test whether an item in the sequence should be returned.</param>
 <param name="source">The input sequence.</param>

 <returns>The first element for which the predicate returns True.</returns>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if no element returns true when
 evaluated by the predicate</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Where``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a new collection containing only the elements of the collection
 for which the given predicate returns "true".</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.

 Remember sequence is lazy, effects are delayed until it is enumerated.
 
 A synonym for Seq.filter.</remarks>

 <param name="predicate">A function to test whether each item in the input sequence should be included in the output.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>    
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a new collection containing only the elements of the collection
 for which the given predicate returns "true". This is a synonym for Seq.where.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.

 Remember sequence is lazy, effects are delayed until it is enumerated.</remarks>

 <param name="predicate">A function to test whether each item in the input sequence should be included in the output.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>    
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Exists2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Tests if any pair of corresponding elements of the input sequences satisfies the given predicate.</summary>

 <remarks>The predicate is applied to matching elements in the two sequences up to the lesser of the 
 two lengths of the collections. If any application returns true then the overall result is 
 true and no further elements are tested. Otherwise, false is returned. If one sequence is shorter than 
 the other then the remaining elements of the longer sequence are ignored.</remarks>

 <param name="predicate">A function to test each pair of items from the input sequences.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>True if any result from the predicate is true; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the two input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>Tests if any element of the sequence satisfies the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input sequence. If any application 
 returns true then the overall result is true and no further elements are tested. 
 Otherwise, false is returned.</remarks>

 <param name="predicate">A function to test each item of the input sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>True if any result from the predicate is true; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a new sequence with the distinct elements of the second sequence which do not appear in the first sequence,
 using generic hash and equality comparisons to compare values.</summary>

 <remarks>Note that this function returns a sequence that digests the whole of the first input sequence as soon as
 the result sequence is iterated. As a result this function should not be used with
 large or infinite sequences in the first parameter. The function makes no assumption on the ordering of the first input
 sequence.</remarks>

 <param name="itemsToExclude">A sequence whose elements that also occur in the second sequence will cause those elements to be
 removed from the returned sequence.</param>
 <param name="source">A sequence whose elements that are not also in first will be returned.</param>

 <returns>A sequence that contains the set difference of the elements of two sequences.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the two input sequences is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Empty``1">
 <summary>Creates an empty sequence.</summary>

 <returns>An empty sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.SplitInto``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Splits the input sequence into at most <c>count</c> chunks.</summary>
 <remarks>This function returns a sequence that digests the whole initial sequence as soon as that
 sequence is iterated. As a result this function should not be used with large or infinite sequences.</remarks>
 <param name="count">The maximum number of chunks.</param>
 <param name="source">The input sequence.</param>

 <returns>The sequence split into chunks.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when <c>count</c> is not positive.</exception>
 <remarks>This function consumes the whole input sequence before yielding the first element of the result sequence.</remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.DistinctBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that contains no duplicate entries according to the 
 generic hash and equality comparisons on the keys returned by the given key-generating function.
 If an element occurs multiple times in the sequence then the later occurrences are discarded.</summary>

 <param name="projection">A function transforming the sequence items into comparable keys.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Distinct``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that contains no duplicate entries according to generic hash and
 equality comparisons on the entries.
 If an element occurs multiple times in the sequence then the later occurrences are discarded.</summary>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Delay``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Collections.Generic.IEnumerable{``0}})">
 <summary>Returns a sequence that is built from the given delayed specification of a
 sequence.</summary>

 <remarks>The input function is evaluated each time an IEnumerator for the sequence 
 is requested.</remarks>

 <param name="generator">The generating function for the sequence.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.CountBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies a key-generating function to each element of a sequence and returns a sequence yielding unique
 keys and their number of occurrences in the original sequence.</summary>
 
 <remarks>Note that this function returns a sequence that digests the whole initial sequence as soon as 
 that sequence is iterated. As a result this function should not be used with 
 large or infinite sequences. The function makes no assumption on the ordering of the original 
 sequence.</remarks>

 <param name="projection">A function transforming each item of the input sequence into a key to be
 compared against the others.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Contains``1(``0,System.Collections.Generic.IEnumerable{``0})">
 <summary>Tests if the sequence contains the specified element.</summary>

 <param name="value">The value to locate in the input sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>True if the input sequence contains the specified element; false otherwise.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Concat``2(System.Collections.Generic.IEnumerable{``0})">
 <summary>Combines the given enumeration-of-enumerations as a single concatenated
 enumeration.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed concurrently.</remarks>

 <param name="sources">The input enumeration-of-enumerations.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.CompareWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
 <summary>Compares two sequences using the given comparison function, element by element.</summary>

 <param name="comparer">A function that takes an element from each sequence and returns an int.
 If it evaluates to a non-zero value iteration is stopped and that value is returned.</param>
 <param name="source1">The first input sequence.</param>
 <param name="source2">The second input sequence.</param>

 <returns>Returns the first non-zero result from the comparison function.  If the end of a sequence
 is reached it returns a -1 if the first sequence is shorter and a 1 if the second sequence
 is shorter.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences
 is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Collect``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to each element of the sequence and concatenates all the
 results.</summary>

 <remarks>Remember sequence is lazy, effects are delayed until it is enumerated.</remarks>

 <param name="mapping">A function to transform elements of the input sequence into the sequences
 that will then be concatenated.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.ChunkBySize``1(System.Int32,System.Collections.Generic.IEnumerable{``0})">
 <summary>Divides the input sequence into chunks of size at most <c>chunkSize</c>.</summary>

 <param name="chunkSize">The maximum size of each chunk.</param>
 <param name="source">The input sequence.</param>

 <returns>The sequence divided into chunks.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when <c>chunkSize</c> is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Choose``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Applies the given function to each element of the list. Return
 the list comprised of the results "x" for each element where
 the function returns Some(x).</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not
 be accessed concurrently.</remarks>

 <param name="chooser">A function to transform items of type T into options of type U.</param>
 <param name="source">The input sequence of type T.</param>

 <returns>The result sequence.</returns>
 
 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Cast``1(System.Collections.IEnumerable)">
 <summary>Wraps a loosely-typed System.Collections sequence as a typed sequence.</summary>

 <remarks>The use of this function usually requires a type annotation.
 An incorrect type annotation may result in runtime type
 errors.
 Individual IEnumerator values generated from the returned sequence should not be accessed concurrently.</remarks>
 
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Cache``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns a sequence that corresponds to a cached version of the input sequence.</summary>

 <remarks>
 The result sequence will have the same elements as the input sequence. The result 
 can be enumerated multiple times. The input sequence will be enumerated at most 
 once and only as far as is necessary.  Caching a sequence is typically useful when repeatedly
 evaluating items in the original sequence is computationally expensive or if
 iterating the sequence causes side-effects that the user does not want to be
 repeated multiple times.

 Enumeration of the result sequence is thread safe in the sense that multiple independent IEnumerator
 values may be used simultaneously from different threads (accesses to 
 the internal lookaside table are thread safe). Each individual IEnumerator
 is not typically thread safe and should not be accessed concurrently.

 Once enumeration of the input sequence has started,
 it's enumerator will be kept live by this object until the enumeration has completed.
 At that point, the enumerator will be disposed. 

 The enumerator may be disposed and underlying cache storage released by 
 converting the returned sequence object to type IDisposable, and calling the Dispose method
 on this object. The sequence object may then be re-enumerated and a fresh enumerator will
 be used.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.AverageBy``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``1}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the average of the results generated by applying the function to each element 
 of the sequence.</summary>

 <remarks>The elements are averaged using the <c>+</c> operator, <c>DivideByInt</c> method and <c>Zero</c> property 
 associated with the generated type.</remarks>

 <param name="projection">A function applied to transform each element of the sequence.</param>
 <param name="source">The input sequence.</param>

 <returns>The average.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence has zero elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Average``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},System.Collections.Generic.IEnumerable{``0})">
 <summary>Returns the average of the elements in the sequence.</summary>

 <remarks>The elements are averaged using the <c>+</c> operator, <c>DivideByInt</c> method and <c>Zero</c> property 
 associated with the element type.</remarks>

 <param name="source">The input sequence.</param>

 <returns>The average.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input sequence has zero elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.Append``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
 <summary>Wraps the two given enumerations as a single concatenated
 enumeration.</summary>

 <remarks>The returned sequence may be passed between threads safely. However, 
 individual IEnumerator values generated from the returned sequence should not be accessed
 concurrently.</remarks>

 <param name="source1">The first sequence.</param>
 <param name="source2">The second sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the two provided sequences is
 null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.SeqModule.AllPairs``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
 <summary>Returns a new sequence that contains all pairings of elements from the first and second sequences.</summary>

 <param name="source1">The first sequence.</param>
 <param name="source2">The second sequence.</param>

 <returns>The result sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input sequences is null.</exception>
</member>
<member name="T:Microsoft.FSharp.Collections.SeqModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Collections.seq`1"/>.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.InsertManyAt``1(System.Int32,System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return a new list with new items inserted before the given index.</summary>

 <param name="index">The index where the items should be inserted.</param>
 <param name="values">The values to insert.</param>
 <param name="source">The input list.</param>

 <example>
 <code>
     [ 0; 1; 2 ] |> List.insertManyAt 1 [ 8; 9 ] // evaluates to [ 0; 8; 9; 1; 2 ]
 </code>
 </example>
 
 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.InsertAt``1(System.Int32,``0,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return a new list with a new item inserted before the given index.</summary>

 <param name="index">The index where the item should be inserted.</param>
 <param name="value">The value to insert.</param>
 <param name="source">The input list.</param>

 <example>
 <code>
     [ 0; 1; 2 ] |> List.insertAt 1 9 // evaluates to [ 0; 9; 1; 2 ]
 </code>
 </example>
 
 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.UpdateAt``1(System.Int32,``0,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return a new list with the item at a given index set to the new value.</summary>

 <param name="index">The index of the item to be replaced.</param>
 <param name="value">The new value.</param>
 <param name="source">The input list.</param>

 <example>
 <code>
     [ 0; 1; 2 ] |> List.updateAt 1 9 // evaluates to [ 0; 9; 2 ]
 </code>
 </example>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.RemoveManyAt``1(System.Int32,System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return a new list with the number of items starting at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="count">The number of items to remove.</param>
 <param name="source">The input list.</param>

 <example>
 <code>
     [ 0; 1; 2; 3 ] |> List.removeManyAt 1 2 // evaluates to [ 0; 3 ]
 </code>
 </example>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - count</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.RemoveAt``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return a new list with the item at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="source">The input list.</param>

 <example>
 <code>
     [ 0; 1; 2 ] |> List.removeAt 1 // evaluates to [ 0; 2 ]
 </code>
 </example>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Zip3``3(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1},Microsoft.FSharp.Collections.FSharpList{``2})">
 <summary>Combines the three lists into a list of triples. The lists must have equal lengths.</summary>

 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>
 <param name="list3">The third input list.</param>

 <returns>A single list containing triples of matching elements from the input lists.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Zip``2(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Combines the two lists into a list of pairs. The two lists must have equal lengths.</summary>

 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>A single list containing pairs of matching elements from the input lists.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Windowed``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list of sliding windows containing elements drawn from the input
 list. Each window is returned as a fresh list.</summary>

 <param name="windowSize">The number of elements in each window.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when windowSize is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Where``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new list containing only the elements of the list
 for which the given predicate returns "true"</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>A list containing only the elements that satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Unzip3``3(Microsoft.FSharp.Collections.FSharpList{System.Tuple{``0,``1,``2}})">
 <summary>Splits a list of triples into three lists.</summary>

 <param name="list">The input list.</param>

 <returns>Three lists of split elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Unzip``2(Microsoft.FSharp.Collections.FSharpList{System.Tuple{``0,``1}})">
 <summary>Splits a list of pairs into two lists.</summary>

 <param name="list">The input list.</param>

 <returns>Two lists of split elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Unfold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpOption{System.Tuple{``0,``1}}},``1)">
 <summary>Returns a list that contains the elements generated by the given computation.
 The given initial <c>state</c> argument is passed to the element generator.</summary>

 <param name="generator">A function that takes in the current state and returns an option tuple of the next
 element of the list and the next state value.</param>
 <param name="state">The initial state value.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryFindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the index of the last element in the list
 that satisfies the given predicate.
 Return <c>None</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>The index of the last element for which the predicate returns true, or None if
 every element evaluates to false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryItem``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Tries to find the nth element in the list.
 Returns <c>None</c> if index is negative or the list does not contain enough elements.</summary>

 <param name="index">The index to retrieve.</param>
 <param name="list">The input list.</param>

 <returns>The value at the given index or <c>None</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryFindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the index of the first element in the list
 that satisfies the given predicate.
 Return <c>None</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>The index of the first element for which the predicate returns true, or None if
 every element evaluates to false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryFindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the last element for which the given function returns True.
 Return None if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>The last element for which the predicate returns true, or None if
 every element evaluates to false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryFind``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the first element for which the given function returns True.
 Return None if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>The first element for which the predicate returns true, or None if
 every element evaluates to false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryPick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies the given function to successive elements, returning <c>Some(x)</c> the first
 result where function returns <c>Some(x)</c> for some x. If no such element 
 exists then return <c>None</c>.</summary>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="list">The input list.</param>

 <returns>The first resulting value or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Truncate``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns at most N elements in a new list.</summary>

 <param name="count">The maximum number of items to return.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Transpose``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Collections.FSharpList{``0}})">
 <summary>Returns the transpose of the given sequence of lists.</summary>

 <param name="lists">The input sequence of list.</param>

 <returns>The transposed list.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input lists differ in length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryHead``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the first element of the list, or
 <c>None</c> if the list is empty.</summary>

 <param name="list">The input list.</param>

 <returns>The first element of the list or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ToSeq``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Views the given list as a sequence.</summary>

 <param name="list">The input list.</param>

 <returns>The sequence of elements in the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ToArray``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Builds an array from the given list.</summary>

 <param name="list">The input list.</param>

 <returns>The array containing the elements of the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TakeWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list that contains all elements of the original list while the 
 given predicate returns True, and then returns no further elements.</summary>

 <param name="predicate">A function that evaluates to false when no more items should be returned.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Take``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the first N elements of the list.</summary>
 <remarks>Throws <c>InvalidOperationException</c>
 if the count exceeds the number of elements in the list. <c>List.truncate</c>
 returns as many items as the list contains instead of throwing an exception.</remarks>

 <param name="count">The number of items to take.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when the input list is empty.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when count exceeds the number of elements
 in the list.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Tail``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the list after removing the first element.</summary>

 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The list after removing the first element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SumBy``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the sum of the results generated by applying the function to each element of the list.</summary>

 <param name="projection">The function to transform the list elements into the type to be summed.</param>
 <param name="list">The input list.</param>

 <returns>The resulting sum.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Sum``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the sum of the elements in the list.</summary>

 <param name="list">The input list.</param>

 <returns>The resulting sum.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SortDescending``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Sorts the given list in descending order using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is a stable sort, i.e. the original order of equal elements is preserved.</remarks>
 <param name="list">The input list.</param>

 <returns>The sorted list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SortByDescending``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Sorts the given list in descending order using keys given by the given projection. Keys are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is a stable sort, i.e. the original order of equal elements is preserved.</remarks>
 <param name="projection">The function to transform the list elements into the type to be compared.</param>
 <param name="list">The input list.</param>

 <returns>The sorted list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SplitAt``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Splits a list into two lists, at the given index.</summary>

 <param name="index">The index at which the list is split.</param>
 <param name="list">The input list.</param>

 <returns>The two split lists.</returns>

 <exception cref="T:System.InvalidOperationException">Thrown when split index exceeds the number of elements
 in the list.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Sort``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Sorts the given list using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is a stable sort, i.e. the original order of equal elements is preserved.</remarks>
 <param name="list">The input list.</param>

 <returns>The sorted list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SortBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Sorts the given list using keys given by the given projection. Keys are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is a stable sort, i.e. the original order of equal elements is preserved.</remarks>
 <param name="projection">The function to transform the list elements into the type to be compared.</param>
 <param name="list">The input list.</param>

 <returns>The sorted list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SortWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Sorts the given list using the given comparison function.</summary>

 <remarks>This is a stable sort, i.e. the original order of equal elements is preserved.</remarks>
 <param name="comparer">The function to compare the list elements.</param>
 <param name="list">The input list.</param>

 <returns>The sorted list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SkipWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Bypasses elements in a list while the given predicate returns True, and then returns
 the remaining elements of the list.</summary>

 <param name="predicate">A function that evaluates an element of the list to a boolean value.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Skip``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the list after removing the first N elements.</summary>

 <param name="count">The number of elements to skip. If the number is 0 or negative the input list is returned.</param>
 <param name="list">The input list.</param>

 <returns>The list after removing the first N elements.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count exceeds the number of 
 elements in the list.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Singleton``1(``0)">
 <summary>Returns a list that contains one item only.</summary>

 <param name="value">The input item.</param>

 <returns>The result list of one item.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ScanBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Collections.FSharpList{``0},``1)">
 <summary>Like <c>foldBack</c>, but returns both the intermediary and final results</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="list">The input list.</param>
 <param name="state">The initial state.</param>

 <returns>The list of states.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Scan``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies a function to each element of the collection, threading an accumulator argument
 through the computation. Take the second argument, and apply the function to it
 and the first element of the list. Then feed this result into the function along
 with the second element and so on. Returns the list of intermediate results and the final result.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="list">The input list.</param>

 <returns>The list of states.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Reverse``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new list with the elements in reverse order.</summary>

 <param name="list">The input list.</param>

 <returns>The reversed list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Replicate``1(System.Int32,``0)">
 <summary>Creates a list by replicating the given initial value.</summary>

 <param name="count">The number of elements to replicate.</param>
 <param name="initial">The value to replicate</param>

 <returns>The generated list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ReduceBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies a function to each element of the collection, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> then computes 
 <c>f i0 (...(f iN-1 iN))</c>.</summary>

 <param name="reduction">A function that takes in the next-to-last element of the list and the
 current accumulated result to produce the next accumulated result.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The final result of the reductions.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Reduce``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Apply a function to each element of the collection, threading an accumulator argument
 through the computation. Apply the function to the first two elements of the list.
 Then feed this result into the function along with the third element and so on. 
 Return the final result. If the input function is <c>f</c> and the elements are <c>i0...iN</c> then computes 
 <c>f (... (f i0 i1) i2 ...) iN</c>.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty</remarks>

 <param name="reduction">The function to reduce two list elements to a single element.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The final reduced value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Permute``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,System.Int32},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list with all elements permuted according to the
 specified permutation.</summary>

 <param name="indexMap">The function to map input indices to output indices.</param>
 <param name="list">The input list.</param>

 <returns>The permuted list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when indexMap does not produce a valid permutation.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Pick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies the given function to successive elements, returning the first
 result where function returns <c>Some(x)</c> for some x. If no such
 element exists then raise <see cref="T:System.Collections.Generic.KeyNotFoundException"/></summary>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when the list is empty.</exception>

 <returns>The first resulting value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Partition``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Splits the collection into two collections, containing the 
 elements for which the given predicate returns True and False
 respectively. Element order is preserved in both of the created lists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>A list containing the elements for which the predicate evaluated to false and a list
 containing the elements for which the predicate evaluated to true.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Pairwise``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list of each element in the input list and its predecessor, with the
 exception of the first element which is only returned as the predecessor of the second element.</summary>

 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.OfSeq``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new list from the given enumerable object.</summary>

 <param name="source">The input sequence.</param>

 <returns>The list of elements from the sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.OfArray``1(``0[])">
 <summary>Builds a list from the given array.</summary>

 <param name="array">The input array.</param>

 <returns>The list of elements from the array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Get``1(Microsoft.FSharp.Collections.FSharpList{``0},System.Int32)">
 <summary>Indexes into the list. The first element has index 0.</summary>

 <param name="list">The input list.</param>
 <param name="index">The index to retrieve.</param>

 <returns>The value at the given index.</returns>

 <exception cref="T:System.ArgumentException">Thrown when the index is negative or the input list does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MinBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the lowest of all elements of the list, compared via Operators.min on the function result</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty.</remarks>
 <param name="projection">The function to transform list elements into the type to be compared.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The minimum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Min``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the lowest of all elements of the list, compared via Operators.min.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty</remarks>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The minimum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MaxBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the greatest of all elements of the list, compared via Operators.max on the function result.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty.</remarks>
 <param name="projection">The function to transform the list elements into the type to be compared.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The maximum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Max``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Return the greatest of all elements of the list, compared via Operators.max.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty</remarks>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The maximum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MapIndexed2``3(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Like mapi, but mapping corresponding elements from two lists of equal length.</summary>

 <param name="mapping">The function to transform pairs of elements from the two lists and their index.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>The list of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection. The integer index passed to the
 function indicates the index (from 0) of element being transformed.</summary>

 <param name="mapping">The function to transform elements and their indices.</param>
 <param name="list">The input list.</param>

 <returns>The list of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MapFoldBack``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Tuple{``2,``1}}},Microsoft.FSharp.Collections.FSharpList{``0},``1)">
 <summary>Combines map and foldBack. Builds a new list whose elements are the results of applying the given function
 to each of the elements of the input list. The function is also used to accumulate a final value.</summary>

 <param name="mapping">The function to transform elements from the input list and accumulate the final value.</param>
 <param name="list">The input list.</param>
 <param name="state">The initial state.</param>

 <returns>The list of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.MapFold``3(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,System.Tuple{``2,``1}}},``1,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Combines map and fold. Builds a new list whose elements are the results of applying the given function
 to each of the elements of the input list. The function is also used to accumulate a final value.</summary>

 <param name="mapping">The function to transform elements from the input list and accumulate the final value.</param>
 <param name="state">The initial state.</param>
 <param name="list">The input list.</param>

 <returns>The list of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Map3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1},Microsoft.FSharp.Collections.FSharpList{``2})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding elements of the three collections simultaneously.</summary>

 <param name="mapping">The function to transform triples of elements from the input lists.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>
 <param name="list3">The third input list.</param>

 <returns>The list of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Map2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding elements of the two collections pairwise.</summary>

 <param name="mapping">The function to transform pairs of elements from the input lists.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>The list of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection.</summary>

 <param name="mapping">The function to transform elements from the input list.</param>
 <param name="list">The input list.</param>

 <returns>The list of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryLast``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the last element of the list.
 Return <c>None</c> if no such element exists.</summary>

 <param name="list">The input list.</param>

 <returns>The last element of the list or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Length``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the length of the list.</summary>

 <param name="list">The input list.</param>

 <returns>The length of the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Last``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the last element of the list.</summary>

 <param name="list">The input list.</param>

 <returns>The last element of the list.</returns>

 <exception cref="T:System.ArgumentException">Thrown when the input does not have any elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.IterateIndexed2``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Applies the given function to two collections simultaneously. The
 collections must have identical size. The integer passed to the
 function indicates the index of element.</summary>

 <param name="action">The function to apply to a pair of elements from the input lists along with their index.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies the given function to each element of the collection. The integer passed to the
 function indicates the index of element.</summary>

 <param name="action">The function to apply to the elements of the list along with their index.</param>
 <param name="list">The input list.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Iterate2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Applies the given function to two collections simultaneously. The
 collections must have identical size.</summary>

 <param name="action">The function to apply to pairs of elements from the input lists.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies the given function to each element of the collection.</summary>

 <param name="action">The function to apply to elements from the input list.</param>
 <param name="list">The input list.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Item``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Indexes into the list. The first element has index 0.</summary>

 <param name="index">The index to retrieve.</param>
 <param name="list">The input list.</param>

 <returns>The value at the given index.</returns>

 <exception cref="T:System.ArgumentException">Thrown when the index is negative or the input list does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.IsEmpty``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns true if the list contains no elements, false otherwise.</summary>

 <param name="list">The input list.</param>

 <returns>True if the list is empty.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Initialize``1(System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0})">
 <summary>Creates a list by calling the given generator on each index.</summary>

 <param name="length">The length of the list to generate.</param>
 <param name="initializer">The function to generate an element from an index.</param>

 <returns>The list of generated elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Indexed``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new list whose elements are the corresponding elements
 of the input list paired with the index (from 0) of each element.</summary>

 <param name="list">The input list.</param>

 <returns>The list of indexed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Head``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the first element of the list.</summary>

 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The first element of the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.GroupBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies a key-generating function to each element of a list and yields a list of 
 unique keys. Each unique key contains a list of all elements that match 
 to this key.</summary>

 <param name="projection">A function that transforms an element of the list into a comparable key.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ForAll2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Tests if all corresponding elements of the collection satisfy the given predicate pairwise.</summary>

 <remarks>The predicate is applied to matching elements in the two collections up to the lesser of the 
 two lengths of the collections. If any application returns false then the overall result is 
 false and no further elements are tested. Otherwise, if one collection is longer 
 than the other then the <see cref="T:System.ArgumentException"/> exception is raised. 
 Otherwise, true is returned.</remarks>
 <param name="predicate">The function to test the input elements.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input lists differ in length.</exception>

 <returns>True if all of the pairs of elements satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Tests if all elements of the collection satisfy the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input list. If any application 
 returns false then the overall result is false and no further elements are tested. 
 Otherwise, true is returned.</remarks>
 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>True if all of the elements satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.FoldBack2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``2}}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1},``2)">
 <summary>Applies a function to corresponding elements of two collections, threading an accumulator argument
 through the computation. The collections must have identical sizes.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN</c>
 then computes <c>f i0 j0 (...(f iN jN s))</c>.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>
 <param name="state">The initial state.</param>

 <returns>The final state value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Collections.FSharpList{``0},``1)">
 <summary>Applies a function to each element of the collection, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> then 
 computes <c>f i0 (...(f iN s))</c>.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="list">The input list.</param>
 <param name="state">The initial state.</param>

 <returns>The state object after the folding function is applied to each element of the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Fold2``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},``2,Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Applies a function to corresponding elements of two collections, threading an accumulator argument
 through the computation. The collections must have identical sizes.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN</c>
 then computes <c>f (... (f s i0 j0)...) iN jN</c>.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>The final state value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies a function to each element of the collection, threading an accumulator argument
 through the computation. Take the second argument, and apply the function to it
 and the first element of the list. Then feed this result into the function along
 with the second element and so on. Return the final result.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> then 
 computes <c>f (... (f s i0) i1 ...) iN</c>.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="list">The input list.</param>

 <returns>The final state value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new collection containing only the elements of the collection
 for which the given predicate returns "true"</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>A list containing only the elements that satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.FindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the index of the last element in the list
 that satisfies the given predicate.
 Raises <c>KeyNotFoundException</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown if the predicate evaluates to false for all the
 elements of the list.</exception>

 <returns>The index of the last element that satisfies the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.FindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the index of the first element in the list
 that satisfies the given predicate.
 Raises <c>KeyNotFoundException</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown if the predicate evaluates to false for all the
 elements of the list.</exception>

 <returns>The index of the first element that satisfies the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.FindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the last element for which the given function returns True.
 Raises <c>KeyNotFoundException</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if the predicate evaluates to false for
 all the elements of the list.</exception>

 <returns>The last element that satisfies the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Find``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the first element for which the given function returns True.
 Raises <c>KeyNotFoundException</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if the predicate evaluates to false for
 all the elements of the list.</exception>

 <returns>The first element that satisfies the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Exists2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Tests if any pair of corresponding elements of the lists satisfies the given predicate.</summary>

 <remarks>The predicate is applied to matching elements in the two collections up to the lesser of the 
 two lengths of the collections. If any application returns true then the overall result is 
 true and no further elements are tested. Otherwise, if one collections is longer 
 than the other then the <see cref="T:System.ArgumentException"/> exception is raised. 
 Otherwise, false is returned.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input lists differ in length.</exception>

 <returns>True if any pair of elements satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Tests if any element of the list satisfies the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input list. If any application 
 returns true then the overall result is true and no further elements are tested. 
 Otherwise, false is returned.</remarks>
 <param name="predicate">The function to test the input elements.</param>
 <param name="list">The input list.</param>

 <returns>True if any element satisfies the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.TryExactlyOne``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the only element of the list or <c>None</c> if it is empty or contains more than one element.</summary>

 <param name="list">The input list.</param>

 <returns>The only element of the list or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ExactlyOne``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the only element of the list.</summary>

 <param name="list">The input list.</param>

 <returns>The only element of the list.</returns>
        
 <exception cref="T:System.ArgumentException">Thrown when the input does not have precisely one element.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Except``1(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new list with the distinct elements of the input list which do not appear in the itemsToExclude sequence,
 using generic hash and equality comparisons to compare values.</summary>

 <param name="itemsToExclude">A sequence whose elements that also occur in the input list will cause those elements to be
 removed from the result.</param>
 <param name="list">A list whose elements that are not also in itemsToExclude will be returned.</param>

 <returns>A list that contains the distinct elements of <c>list</c> that do not appear in <c>itemsToExclude</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when itemsToExclude is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Empty``1">
 <summary>Returns an empty list of the given type.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.SplitInto``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Splits the input list into at most <c>count</c> chunks.</summary>

 <param name="count">The maximum number of chunks.</param>
 <param name="list">The input list.</param>

 <returns>The list split into chunks.</returns>

 <exception cref="T:System.ArgumentException">Thrown when <c>count</c> is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.CountBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies a key-generating function to each element of a list and returns a list yielding unique
 keys and their number of occurrences in the original list.</summary>

 <param name="projection">A function transforming each item of the input list into a key to be
 compared against the others.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.DistinctBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list that contains no duplicate entries according to the 
 generic hash and equality comparisons on the keys returned by the given key-generating function.
 If an element occurs multiple times in the list then the later occurrences are discarded.</summary>

 <param name="projection">A function transforming the list items into comparable keys.</param>
 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Distinct``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a list that contains no duplicate entries according to generic hash and
 equality comparisons on the entries.
 If an element occurs multiple times in the list then the later occurrences are discarded.</summary>

 <param name="list">The input list.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Contains``1(``0,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Tests if the list contains the specified element.</summary>

 <param name="value">The value to locate in the input list.</param>
 <param name="source">The input list.</param>

 <returns>True if the input list contains the specified element; false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Concat``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Collections.FSharpList{``0}})">
 <summary>Returns a new list that contains the elements of each the lists in order.</summary>

 <param name="lists">The input sequence of lists.</param>

 <returns>The resulting concatenated list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.CompareWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Compares two lists using the given comparison function, element by element.</summary>

 <param name="comparer">A function that takes an element from each list and returns an int.
 If it evaluates to a non-zero value iteration is stopped and that value is returned.</param>
 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>Returns the first non-zero result from the comparison function. If the first list has a 
 larger element, the return value is always positive. If the second list has a larger 
 element, the return value is always negative. When the elements are equal in the two 
 lists, 1 is returned if the first list is longer, 0 is returned if they are equal in 
 length, and -1 is returned when the second list is longer.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Collect``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpList{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>For each element of the list, applies the given function. Concatenates all the results and return the combined list.</summary>

 <param name="mapping">The function to transform each input element into a sublist to be concatenated.</param>
 <param name="list">The input list.</param>

 <returns>The concatenation of the transformed sublists.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.ChunkBySize``1(System.Int32,Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Divides the input list into chunks of size at most <c>chunkSize</c>.</summary>

 <param name="chunkSize">The maximum size of each chunk.</param>
 <param name="list">The input list.</param>

 <returns>The list divided into chunks.</returns>

 <exception cref="T:System.ArgumentException">Thrown when <c>chunkSize</c> is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Choose``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Applies the given function to each element of the list. Returns
 the list comprised of the results <c>x</c> for each element where
 the function returns Some(x)</summary>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="list">The input list.</param>

 <returns>The list comprising the values selected from the chooser function.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.AverageBy``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``1}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the average of the elements generated by applying the function to each element of the list.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty.</remarks>
 <param name="projection">The function to transform the list elements into the type to be averaged.</param>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The resulting average.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Average``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns the average of the elements in the list.</summary>

 <remarks>Raises <see cref="T:System.ArgumentException"/> if <c>list</c> is empty.</remarks>
 <param name="list">The input list.</param>

 <exception cref="T:System.ArgumentException">Thrown when the list is empty.</exception>

 <returns>The resulting average.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.Append``1(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Returns a new list that contains the elements of the first list
 followed by elements of the second.</summary>

 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>The resulting list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ListModule.AllPairs``2(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``1})">
 <summary>Returns a new list that contains all pairings of elements from the first and second lists.</summary>

 <param name="list1">The first input list.</param>
 <param name="list2">The second input list.</param>

 <returns>The resulting list of pairs.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.ListModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Collections.list`1"/>.</summary>

 <namespacedoc><summary>Operations for collections such as lists, arrays, sets, maps and sequences. See also 
    <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/fsharp-collection-types">F# Collection Types</a> in the F# Language Guide.
 </summary></namespacedoc>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.InsertManyAt``1(System.Int32,System.Collections.Generic.IEnumerable{``0},``0[])">
 <summary>Return a new array with new items inserted before the given index.</summary>

 <param name="index">The index where the items should be inserted.</param>
 <param name="values">The values to insert.</param>
 <param name="source">The input array.</param>

 <example>
 <code>
     [| 0; 1; 2 |] |> Array.insertManyAt 1 [8; 9] // evaluates to [| 0; 8; 9; 1; 2 |]
 </code>
 </example>
 
 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.InsertAt``1(System.Int32,``0,``0[])">
 <summary>Return a new array with a new item inserted before the given index.</summary>

 <param name="index">The index where the item should be inserted.</param>
 <param name="value">The value to insert.</param>
 <param name="source">The input array.</param>

 <example>
 <code>
     [| 0; 1; 2 |] |> Array.insertAt 1 9 // evaluates to [| 0; 9; 1; 2 |]
 </code>
 </example>
 
 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is below 0 or greater than source.Length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.UpdateAt``1(System.Int32,``0,``0[])">
 <summary>Return a new array with the item at a given index set to the new value.</summary>

 <param name="index">The index of the item to be replaced.</param>
 <param name="value">The new value.</param>
 <param name="source">The input array.</param>

 <example>
 <code>
     [| 0; 1; 2 |] |> Array.updateAt 1 9 // evaluates to [| 0; 9; 2 |]
 </code>
 </example>
 
 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.RemoveManyAt``1(System.Int32,System.Int32,``0[])">
 <summary>Return a new array with the number of items starting at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="count">The number of items to remove.</param>
 <param name="source">The input array.</param>

 <example>
 <code>
     [| 0; 1; 2; 3 |] |> Array.removeManyAt 1 2 // evaluates to [| 0; 3 |]
 </code>
 </example>
 
 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - count</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.RemoveAt``1(System.Int32,``0[])">
 <summary>Return a new array with the item at a given index removed.</summary>

 <param name="index">The index of the item to be removed.</param>
 <param name="source">The input array.</param>
 
 <example>
 <code>
     [| 0; 1; 2 |] |> Array.removeAt 1 // evaluates to [| 0; 2 |]
 </code>
 </example>
 
 <returns>The result array.</returns>
 
 <exception cref="T:System.ArgumentException">Thrown when index is outside 0..source.Length - 1</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Zip3``3(``0[],``1[],``2[])">
 <summary>Combines three arrays into an array of pairs. The three arrays must have equal lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>
 <param name="array3">The third input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when any of the input arrays are null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>The array of tupled elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Zip``2(``0[],``1[])">
 <summary>Combines the two arrays into an array of pairs. The two arrays must have equal lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>The array of tupled elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Windowed``1(System.Int32,``0[])">
 <summary>Returns an array of sliding windows containing elements drawn from the input
 array. Each window is returned as a fresh array.</summary>

 <param name="windowSize">The number of elements in each window.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when windowSize is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Where``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns a new array containing only the elements of the array
 for which the given predicate returns "true".</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>An array containing the elements for which the given predicate returns true.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Unzip3``3(System.Tuple{``0,``1,``2}[])">
 <summary>Splits an array of triples into three arrays.</summary>

 <param name="array">The input array.</param>

 <returns>The tuple of three arrays.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Unzip``2(System.Tuple{``0,``1}[])">
 <summary>Splits an array of pairs into two arrays.</summary>

 <param name="array">The input array.</param>

 <returns>The two arrays.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Unfold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpOption{System.Tuple{``0,``1}}},``1)">
 <summary>Returns an array that contains the elements generated by the given computation.
 The given initial <c>state</c> argument is passed to the element generator.</summary>

 <param name="generator">A function that takes in the current state and returns an option tuple of the next
 element of the array and the next state value.</param>
 <param name="state">The initial state value.</param>

 <returns>The result array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryFindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the index of the last element in the array
 that satisfies the given predicate.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The index of the last element that satisfies the predicate, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryItem``1(System.Int32,``0[])">
 <summary>Tries to find the nth element in the array.
 Returns <c>None</c> if index is negative or the input array does not contain enough elements.</summary>

 <param name="index">The index of element to retrieve.</param>
 <param name="array">The input array.</param>

 <returns>The nth element of the array or <c>None</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryFindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the index of the first element in the array
 that satisfies the given predicate.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The index of the first element that satisfies the predicate, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryFindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the last element for which the given function returns True.
 Return None if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The last element that satisfies the predicate, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryFind``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the first element for which the given function returns True.
 Return None if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>The first element that satisfies the predicate, or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Truncate``1(System.Int32,``0[])">
 <summary>Returns at most N elements in a new array.</summary>

 <param name="count">The maximum number of items to return.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Transpose``1(System.Collections.Generic.IEnumerable{``0[]})">
 <summary>Returns the transpose of the given sequence of arrays.</summary>

 <param name="arrays">The input sequence of arrays.</param>

 <returns>The transposed array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ToSeq``1(``0[])">
 <summary>Views the given array as a sequence.</summary>

 <param name="array">The input array.</param>

 <returns>The sequence of array elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ToList``1(``0[])">
 <summary>Builds a list from the given array.</summary>

 <param name="array">The input array.</param>

 <returns>The list of array elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Tail``1(``0[])">
 <summary>Returns a new array containing the elements of the original except the first element.</summary>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentException">Thrown when the array is empty.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>A new array containing the elements of the original except the first element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TakeWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns an array that contains all elements of the original array while the 
 given predicate returns True, and then returns no further elements.</summary>

 <param name="predicate">A function that evaluates to false when no more items should be returned.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Take``1(System.Int32,``0[])">
 <summary>Returns the first N elements of the array.</summary>
 <remarks>Throws <c>InvalidOperationException</c>
 if the count exceeds the number of elements in the array. <c>Array.truncate</c>
 returns as many items as the array contains instead of throwing an exception.</remarks>

 <param name="count">The number of items to take.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when count exceeds the number of elements
 in the list.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SumBy``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Returns the sum of the results generated by applying the function to each element of the array.</summary>

 <param name="projection">The function to transform the array elements into the type to be summed.</param>
 <param name="array">The input array.</param>

 <returns>The resulting sum.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Sum``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0[])">
 <summary>Returns the sum of the elements in the array.</summary>

 <param name="array">The input array.</param>

 <returns>The resulting sum.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortByDescending``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Sorts the elements of an array, in descending order, using the given projection for the keys and returning a new array. 
 Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="projection">The function to transform array elements into the type that is compared.</param>
 <param name="array">The input array.</param>

 <returns>The sorted array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortDescending``1(``0[])">
 <summary>Sorts the elements of an array, in descending order, returning a new array. Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>. </summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="array">The input array.</param>

 <returns>The sorted array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SplitAt``1(System.Int32,``0[])">
 <summary>Splits an array into two arrays, at the given index.</summary>

 <param name="index">The index at which the array is split.</param>
 <param name="array">The input array.</param>

 <returns>The two split arrays.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.InvalidOperationException">Thrown when split index exceeds the number of elements
 in the array.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortInPlace``1(``0[])">
 <summary>Sorts the elements of an array by mutating the array in-place, using the given comparison function. 
 Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortInPlaceWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},``0[])">
 <summary>Sorts the elements of an array by mutating the array in-place, using the given comparison function as the order.</summary>

 <param name="comparer">The function to compare pairs of array elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortInPlaceBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Sorts the elements of an array by mutating the array in-place, using the given projection for the keys. 
 Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="projection">The function to transform array elements into the type that is compared.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},``0[])">
 <summary>Sorts the elements of an array, using the given comparison function as the order, returning a new array.</summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="comparer">The function to compare pairs of array elements.</param>
 <param name="array">The input array.</param>

 <returns>The sorted array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SortBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Sorts the elements of an array, using the given projection for the keys and returning a new array. 
 Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>.</summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="projection">The function to transform array elements into the type that is compared.</param>
 <param name="array">The input array.</param>

 <returns>The sorted array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Sort``1(``0[])">
 <summary>Sorts the elements of an array, returning a new array. Elements are compared using <see cref="M:Microsoft.FSharp.Core.Operators.compare"/>. </summary>

 <remarks>This is not a stable sort, i.e. the original order of equal elements is not necessarily preserved. 
 For a stable sort, consider using <see cref="M:Microsoft.FSharp.Collections.SeqModule.Sort"/>.</remarks>

 <param name="array">The input array.</param>

 <returns>The sorted array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.GetSubArray``1(``0[],System.Int32,System.Int32)">
 <summary>Builds a new array that contains the given subrange specified by
 starting index and length.</summary>

 <param name="array">The input array.</param>
 <param name="startIndex">The index of the first element of the sub array.</param>
 <param name="count">The length of the sub array.</param>

 <returns>The created sub array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when either startIndex or count is negative,
 or when there aren't enough elements in the input array.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SkipWhile``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Bypasses elements in an array while the given predicate returns True, and then returns
 the remaining elements in a new array.</summary>

 <param name="predicate">A function that evaluates an element of the array to a boolean value.</param>
 <param name="array">The input array.</param>

 <returns>The created sub array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Skip``1(System.Int32,``0[])">
 <summary>Builds a new array that contains the elements of the given array, excluding the first N elements.</summary>

 <param name="count">The number of elements to skip. If negative the full array will be returned as a copy.</param>
 <param name="array">The input array.</param>

 <returns>A copy of the input array, after removing the first N elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when count exceeds the number of 
 elements in the array.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Set``1(``0[],System.Int32,``0)">
 <summary>Sets an element of an array.</summary>

 <param name="array">The input array.</param>
 <param name="index">The input index.</param>
 <param name="value">The input value.</param>

 <exception cref="T:System.NullReferenceException">Thrown when the input array is null.</exception>
 <exception cref="T:System.IndexOutOfRangeException">Thrown when the index is negative or the input array does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Singleton``1(``0)">
 <summary>Returns an array that contains one item only.</summary>

 <param name="value">The input item.</param>

 <returns>The result array of one item.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ScanBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},``0[],``1)">
 <summary>Like <c>foldBack</c>, but return both the intermediary and final results.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="array">The input array.</param>
 <param name="state">The initial state.</param>

 <returns>The array of state values.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Scan``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,``0[])">
 <summary>Like <c>fold</c>, but return the intermediary and final results.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="array">The input array.</param>

 <returns>The array of state values.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Reverse``1(``0[])">
 <summary>Returns a new array with the elements in reverse order.</summary>

 <param name="array">The input array.</param>

 <returns>The reversed array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Replicate``1(System.Int32,``0)">
 <summary>Creates an array by replicating the given initial value.</summary>

 <param name="count">The number of elements to replicate.</param>
 <param name="initial">The value to replicate</param>

 <returns>The generated array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ReduceBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0[])">
 <summary>Applies a function to each element of the array, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> 
 then computes <c>f i0 (...(f iN-1 iN))</c>.</summary>

 <param name="reduction">A function that takes in the next-to-last element of the list and the
 current accumulated result to produce the next accumulated result.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The final result of the reductions.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Reduce``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0[])">
 <summary>Applies a function to each element of the array, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> 
 then computes <c>f (... (f i0 i1)...) iN</c>.
 Raises ArgumentException if the array has size zero.</summary>

 <param name="reduction">The function to reduce a pair of elements to a single element.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The final result of the reductions.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Permute``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,System.Int32},``0[])">
 <summary>Returns an array with all elements permuted according to the
 specified permutation.</summary>

 <param name="indexMap">The function that maps input indices to output indices.</param>
 <param name="array">The input array.</param>

 <returns>The output array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when indexMap does not produce a valid permutation.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Partition``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Splits the collection into two collections, containing the 
 elements for which the given predicate returns "true" and "false"
 respectively.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>A pair of arrays. The first containing the elements the predicate evaluated to true,
 and the second containing those evaluated to false.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Pairwise``1(``0[])">
 <summary>Returns an array of each element in the input array and its predecessor, with the
 exception of the first element which is only returned as the predecessor of the second element.</summary>

 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.OfSeq``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new array from the given enumerable object.</summary>

 <param name="source">The input sequence.</param>

 <returns>The array of elements from the sequence.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.OfList``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Builds an array from the given list.</summary>

 <param name="list">The input list.</param>

 <returns>The array of elements from the list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MinBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Returns the lowest of all elements of the array, compared via Operators.min on the function result.</summary>

 <remarks>Throws ArgumentException for empty arrays.</remarks>

 <param name="projection">The function to transform the elements into a type supporting comparison.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The minimum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Min``1(``0[])">
 <summary>Returns the lowest of all elements of the array, compared via Operators.min.</summary>

 <remarks>Throws ArgumentException for empty arrays</remarks>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The minimum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MaxBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Returns the greatest of all elements of the array, compared via Operators.max on the function result.</summary>

 <remarks>Throws ArgumentException for empty arrays.</remarks>

 <param name="projection">The function to transform the elements into a type supporting comparison.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The maximum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Max``1(``0[])">
 <summary>Returns the greatest of all elements of the array, compared via Operators.max on the function result.</summary>

 <remarks>Throws ArgumentException for empty arrays.</remarks>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>

 <returns>The maximum element.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``0[])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array. The integer index passed to the
 function indicates the index of element being transformed.</summary>

 <param name="mapping">The function to transform elements and their indices.</param>
 <param name="array">The input array.</param>

 <returns>The array of transformed elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MapIndexed2``3(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},``0[],``1[])">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding elements of the two collections pairwise, also passing the index of 
 the elements. The two input arrays must have the same lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="mapping">The function to transform pairs of input elements and their indices.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>The array of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Map3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},``0[],``1[],``2[])">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding triples from the three collections. The three input
 arrays must have the same length, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="mapping">The function to transform the pairs of the input elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>
 <param name="array3">The third input array.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when any of the input arrays is null.</exception>

 <returns>The array of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MapFoldBack``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Tuple{``2,``1}}},``0[],``1)">
 <summary>Combines map and foldBack. Builds a new array whose elements are the results of applying the given function
 to each of the elements of the input array. The function is also used to accumulate a final value.</summary>

 <param name="mapping">The function to transform elements from the input array and accumulate the final value.</param>
 <param name="array">The input array.</param>
 <param name="state">The initial state.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The array of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.MapFold``3(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,System.Tuple{``2,``1}}},``1,``0[])">
 <summary>Combines map and fold. Builds a new array whose elements are the results of applying the given function
 to each of the elements of the input array. The function is also used to accumulate a final value.</summary>

 <param name="mapping">The function to transform elements from the input array and accumulate the final value.</param>
 <param name="state">The initial state.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The array of transformed elements, and the final accumulated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Map2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0[],``1[])">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to the corresponding elements of the two collections pairwise. The two input
 arrays must have the same lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="mapping">The function to transform the pairs of the input elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>

 <returns>The array of transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array.</summary>

 <param name="mapping">The function to transform elements of the array.</param>
 <param name="array">The input array.</param>

 <returns>The array of transformed elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryLast``1(``0[])">
 <summary>Returns the last element of the array.
 Return <c>None</c> if no such element exists.</summary>

 <param name="array">The input array.</param>

 <returns>The last element of the array or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception> 
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Length``1(``0[])">
 <summary>Returns the length of an array. You can also use property arr.Length.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array.</returns>

 <exception cref="T:System.NullReferenceException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Item``1(System.Int32,``0[])">
 <summary>Gets an element from an array.</summary>

 <param name="index">The input index.</param>
 <param name="array">The input array.</param>

 <returns>The value of the array at the given index.</returns>

 <exception cref="T:System.NullReferenceException">Thrown when the input array is null.</exception>
 <exception cref="T:System.IndexOutOfRangeException">Thrown when the index is negative or the input array does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Last``1(``0[])">
 <summary>Returns the last element of the array.</summary>

 <param name="array">The input array.</param>

 <returns>The last element of the array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input does not have any elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.IterateIndexed2``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}}},``0[],``1[])">
 <summary>Applies the given function to pair of elements drawn from matching indices in two arrays,
 also passing the index of the elements. The two arrays must have the same lengths, 
 otherwise an <c>ArgumentException</c> is raised.</summary>

 <param name="action">The function to apply to each index and pair of elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}},``0[])">
 <summary>Applies the given function to each element of the array. The integer passed to the
 function indicates the index of element.</summary>

 <param name="action">The function to apply to each index and element.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Iterate2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}},``0[],``1[])">
 <summary>Applies the given function to pair of elements drawn from matching indices in two arrays. The
 two arrays must have the same lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="action">The function to apply.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},``0[])">
 <summary>Applies the given function to each element of the array.</summary>

 <param name="action">The function to apply.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.IsEmpty``1(``0[])">
 <summary>Returns true if the given array is empty, otherwise false.</summary>

 <param name="array">The input array.</param>

 <returns>True if the array is empty.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ZeroCreate``1(System.Int32)">
 <summary>Creates an array where the entries are initially the default value Unchecked.defaultof&lt;'T&gt;.</summary>

 <param name="count">The length of the array to create.</param>

 <returns>The created array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Initialize``1(System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0})">
 <summary>Creates an array given the dimension and a generator function to compute the elements.</summary>

 <param name="count">The number of elements to initialize.</param>
 <param name="initializer">The function to generate the initial values for each index.</param>

 <returns>The created array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Indexed``1(``0[])">
 <summary>Builds a new array whose elements are the corresponding elements of the input array
 paired with the integer index (from 0) of each element.</summary>

 <param name="array">The input array.</param>

 <returns>The array of indexed elements.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.GroupBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Applies a key-generating function to each element of an array and yields an array of 
 unique keys. Each unique key contains an array of all elements that match 
 to this key.</summary>

 <param name="projection">A function that transforms an element of the array into a comparable key.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Head``1(``0[])">
 <summary>Returns the first element of the array.</summary>

 <param name="array">The input array.</param>

 <returns>The first element of the array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input array is empty.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Get``1(``0[],System.Int32)">
 <summary>Gets an element from an array.</summary>

 <param name="array">The input array.</param>
 <param name="index">The input index.</param>

 <returns>The value of the array at the given index.</returns>

 <exception cref="T:System.NullReferenceException">Thrown when the input array is null.</exception>
 <exception cref="T:System.IndexOutOfRangeException">Thrown when the index is negative or the input array does not contain enough elements.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.FoldBack2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``2}}},``0[],``1[],``2)">
 <summary>Apply a function to pairs of elements drawn from the two collections, right-to-left, 
 threading an accumulator argument through the computation. The two input
 arrays must have the same lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>
 <param name="state">The initial state.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>The final state.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Fold2``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},``2,``0[],``1[])">
 <summary>Applies a function to pairs of elements drawn from the two collections, 
 left-to-right, threading an accumulator argument
 through the computation. The two input
 arrays must have the same lengths, otherwise an <c>ArgumentException</c> is
 raised.</summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>The final state.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},``0[],``1)">
 <summary>Applies a function to each element of the array, starting from the end, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> then computes 
 <c>f i0 (...(f iN s))</c></summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="array">The input array.</param>
 <param name="state">The initial state.</param>

 <returns>The state object after the folding function is applied to each element of the array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,``0[])">
 <summary>Applies a function to each element of the collection, threading an accumulator argument
 through the computation. If the input function is <c>f</c> and the elements are <c>i0...iN</c> then computes 
 <c>f (... (f s i0)...) iN</c></summary>

 <param name="folder">The function to update the state given the input elements.</param>
 <param name="state">The initial state.</param>
 <param name="array">The input array.</param>

 <returns>The final state.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ForAll2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0[],``1[])">
 <summary>Tests if all corresponding elements of the array satisfy the given predicate pairwise.</summary>

 <remarks>The predicate is applied to matching elements in the two collections up to the lesser of the 
 two lengths of the collections. If any application returns false then the overall result is 
 false and no further elements are tested. Otherwise, if one collection is longer 
 than the other then the <c>ArgumentException</c> exception is raised. 
 Otherwise, true is returned.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>

 <returns>True if all of the array elements satisfy the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Tests if all elements of the array satisfy the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input collection. If any application 
 returns false then the overall result is false and no further elements are tested. 
 Otherwise, true is returned.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>True if all of the array elements satisfy the predicate.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.FindIndexBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the index of the last element in the array
 that satisfies the given predicate. Raise <see cref="T:System.Collections.Generic.KeyNotFoundException"/> if
 none of the elements satisfy the predicate.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if <c>predicate</c>
 never returns true.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The index of the last element in the array that satisfies the given predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.FindIndex``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the index of the first element in the array
 that satisfies the given predicate. Raise <see cref="T:System.Collections.Generic.KeyNotFoundException"/> if 
 none of the elements satisfy the predicate.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if <c>predicate</c>
 never returns true.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The index of the first element in the array that satisfies the given predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.FindBack``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the last element for which the given function returns 'true'.
 Raise <see cref="T:System.Collections.Generic.KeyNotFoundException"/> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if <c>predicate</c>
 never returns true.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The last element for which <c>predicate</c> returns true.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Find``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns the first element for which the given function returns 'true'.
 Raise <see cref="T:System.Collections.Generic.KeyNotFoundException"/> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if <c>predicate</c>
 never returns true.</exception>

 <returns>The first element for which <c>predicate</c> returns true.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Returns a new collection containing only the elements of the collection
 for which the given predicate returns "true".</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>An array containing the elements for which the given predicate returns true.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Exists2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0[],``1[])">
 <summary>Tests if any pair of corresponding elements of the arrays satisfies the given predicate.</summary>

 <remarks>The predicate is applied to matching elements in the two collections up to the lesser of the 
 two lengths of the collections. If any application returns true then the overall result is 
 true and no further elements are tested. Otherwise, if one collections is longer 
 than the other then the <c>ArgumentException</c> exception is raised. 
 Otherwise, false is returned.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <returns>True if any result from <c>predicate</c> is true.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input arrays differ in length.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Tests if any element of the array satisfies the given predicate.</summary>

 <remarks>The predicate is applied to the elements of the input array. If any application 
 returns true then the overall result is true and no further elements are tested. 
 Otherwise, false is returned.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>True if any result from <c>predicate</c> is true.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Except``1(System.Collections.Generic.IEnumerable{``0},``0[])">
 <summary>Returns a new list with the distinct elements of the input array which do not appear in the itemsToExclude sequence,
 using generic hash and equality comparisons to compare values.</summary>

 <param name="itemsToExclude">A sequence whose elements that also occur in the input array will cause those elements to be
 removed from the result.</param>
 <param name="array">An array whose elements that are not also in itemsToExclude will be returned.</param>

 <returns>An array that contains the distinct elements of <c>array</c> that do not appear in <c>itemsToExclude</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either itemsToExclude or array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryExactlyOne``1(``0[])">
 <summary>Returns the only element of the array or <c>None</c> if array is empty or contains more than one element.</summary>

 <param name="array">The input array.</param>

 <returns>The only element of the array or None.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ExactlyOne``1(``0[])">
 <summary>Returns the only element of the array.</summary>

 <param name="array">The input array.</param>

 <returns>The only element of the array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when the input does not have precisely one element.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Empty``1">
 <summary>Returns an empty array of the given type.</summary>
 <returns>The empty array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.SplitInto``1(System.Int32,``0[])">
 <summary>Splits the input array into at most <c>count</c> chunks.</summary>

 <param name="count">The maximum number of chunks.</param>
 <param name="array">The input array.</param>

 <returns>The array split into chunks.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when <c>count</c> is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.DistinctBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Returns an array that contains no duplicate entries according to the 
 generic hash and equality comparisons on the keys returned by the given key-generating function.
 If an element occurs multiple times in the array then the later occurrences are discarded.</summary>

 <param name="projection">A function transforming the array items into comparable keys.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Distinct``1(``0[])">
 <summary>Returns an array that contains no duplicate entries according to generic hash and
 equality comparisons on the entries.
 If an element occurs multiple times in the array then the later occurrences are discarded.</summary>

 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.ChunkBySize``1(System.Int32,``0[])">
 <summary>Divides the input array into chunks of size at most <c>chunkSize</c>.</summary>

 <param name="chunkSize">The maximum size of each chunk.</param>
 <param name="array">The input array.</param>

 <returns>The array divided into chunks.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when <c>chunkSize</c> is not positive.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Choose``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},``0[])">
 <summary>Applies the given function to each element of the array. Returns
 the array comprised of the results "x" for each element where
 the function returns Some(x)</summary>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="array">The input array.</param>

 <returns>The array of results.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Pick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},``0[])">
 <summary>Applies the given function to successive elements, returning the first
 result where function returns <c>Some(x)</c> for some <c>x</c>. If the function 
 never returns <c>Some(x)</c> then <see cref="T:System.Collections.Generic.KeyNotFoundException"/> is raised.</summary>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if every result from
 <c>chooser</c> is <c>None</c>.</exception>

 <returns>The first result.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Fill``1(``0[],System.Int32,System.Int32,``0)">
 <summary>Fills a range of elements of the array with the given value.</summary>

 <param name="target">The target array.</param>
 <param name="targetIndex">The index of the first element to set.</param>
 <param name="count">The number of elements to set.</param>
 <param name="value">The value to set.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when either targetIndex or count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryPick``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},``0[])">
 <summary>Applies the given function to successive elements, returning the first
 result where function returns <c>Some(x)</c> for some <c>x</c>. If the function 
 never returns <c>Some(x)</c> then <c>None</c> is returned.</summary>

 <param name="chooser">The function to transform the array elements into options.</param>
 <param name="array">The input array.</param>

 <returns>The first transformed element that is <c>Some(x)</c>.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.TryHead``1(``0[])">
 <summary>Returns the first element of the array, or
 <c>None</c> if the array is empty.</summary>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The first element of the array or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Create``1(System.Int32,``0)">
 <summary>Creates an array whose elements are all initially the given value.</summary>

 <param name="count">The length of the array to create.</param>
 <param name="value">The value for the elements.</param>

 <returns>The created array.</returns>

 <exception cref="T:System.ArgumentException">Thrown when count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.CountBy``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Applies a key-generating function to each element of an array and returns an array yielding unique
 keys and their number of occurrences in the original array.</summary>

 <param name="projection">A function transforming each item of the input array into a key to be
 compared against the others.</param>
 <param name="array">The input array.</param>

 <returns>The result array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Copy``1(``0[])">
 <summary>Builds a new array that contains the elements of the given array.</summary>

 <param name="array">The input array.</param>

 <returns>A copy of the input array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Contains``1(``0,``0[])">
 <summary>Tests if the array contains the specified element.</summary>

 <param name="value">The value to locate in the input array.</param>
 <param name="array">The input array.</param>

 <returns>True if the input array contains the specified element; false otherwise.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Concat``1(System.Collections.Generic.IEnumerable{``0[]})">
 <summary>Builds a new array that contains the elements of each of the given sequence of arrays.</summary>

 <param name="arrays">The input sequence of arrays.</param>

 <returns>The concatenation of the sequence of input arrays.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input sequence is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.CompareWith``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32}},``0[],``0[])">
 <summary>Compares two arrays using the given comparison function, element by element.</summary>

 <param name="comparer">A function that takes an element from each array and returns an int.
 If it evaluates to a non-zero value iteration is stopped and that value is returned.</param>
 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <returns>Returns the first non-zero result from the comparison function. If the first array has 
 a larger element, the return value is always positive. If the second array has a larger 
 element, the return value is always negative. When the elements are equal in the two 
 arrays, 1 is returned if the first array is longer, 0 is returned if they are equal in 
 length, and -1 is returned when the second array is longer.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays
 is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Collect``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1[]},``0[])">
 <summary>For each element of the array, applies the given function. Concatenates all the results and return the combined array.</summary>

 <param name="mapping">The function to create sub-arrays from the input array elements.</param>
 <param name="array">The input array.</param>

 <returns>The concatenation of the sub-arrays.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.CopyTo``1(``0[],System.Int32,``0[],System.Int32,System.Int32)">
 <summary>Reads a range of elements from the first array and write them into the second.</summary>

 <param name="source">The source array.</param>
 <param name="sourceIndex">The starting index of the source array.</param>
 <param name="target">The target array.</param>
 <param name="targetIndex">The starting index of the target array.</param>
 <param name="count">The number of elements to copy.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
 <exception cref="T:System.ArgumentException">Thrown when any of sourceIndex, targetIndex or count are negative,
 or when there aren't enough elements in source or target.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.AverageBy``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``1}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Returns the average of the elements generated by applying the function to each element of the array.</summary>

 <param name="projection">The function to transform the array elements before averaging.</param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentException">Thrown when <c>array</c> is empty.</exception>

 <returns>The computed average.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Average``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0[])">
 <summary>Returns the average of the elements in the array.</summary>

 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentException">Thrown when <c>array</c> is empty.</exception>
 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>

 <returns>The average of the elements in the array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Append``1(``0[],``0[])">
 <summary>Builds a new array that contains the elements of the first array followed by the elements of the second array.</summary>

 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <returns>The resulting array.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.AllPairs``2(``0[],``1[])">
 <summary>Returns a new array that contains all pairings of elements from the first and second arrays.</summary>

 <param name="array1">The first input array.</param>
 <param name="array2">The second input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>

 <returns>The resulting array of pairs.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Partition``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},``0[])">
 <summary>Split the collection into two collections, containing the 
 elements for which the given predicate returns "true" and "false"
 respectively </summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to indices is not specified.</remarks>

 <param name="predicate">The function to test the input elements.</param>
 <param name="array">The input array.</param>

 <returns>The two arrays of results.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Initialize``1(System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0})">
 <summary>Create an array given the dimension and a generator function to compute the elements.</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to indices is not specified.</remarks>

 <param name="count"></param>
 <param name="initializer"></param>

 <returns>The array of results.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}},``0[])">
 <summary>Apply the given function to each element of the array. The integer passed to the
 function indicates the index of element.</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="action"></param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},``0[])">
 <summary>Apply the given function to each element of the array. </summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="action"></param>
 <param name="array">The input array.</param>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``0[])">
 <summary>Build a new array whose elements are the results of applying the given function
 to each of the elements of the array. The integer index passed to the
 function indicates the index of element being transformed.</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="mapping"></param>
 <param name="array">The input array.</param>

 <returns>The array of results.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[])">
 <summary>Build a new array whose elements are the results of applying the given function
 to each of the elements of the array.</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="mapping"></param>
 <param name="array">The input array.</param>

 <returns>The array of results.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Collect``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1[]},``0[])">
 <summary>For each element of the array, apply the given function. Concatenate all the results and return the combined array.</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="mapping"></param>
 <param name="array">The input array.</param>

 <returns>'U[]</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="M:Microsoft.FSharp.Collections.ArrayModule.Parallel.Choose``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},``0[])">
 <summary>Apply the given function to each element of the array. Return
 the array comprised of the results "x" for each element where
 the function returns Some(x).</summary>

 <remarks>Performs the operation in parallel using <see cref="M:System.Threading.Tasks.Parallel.For" />.
 The order in which the given function is applied to elements of the input array is not specified.</remarks>

 <param name="chooser">The function to generate options from the elements.</param>
 <param name="array">The input array.</param>

 <returns>The array of results.</returns>

 <exception cref="T:System.ArgumentNullException">Thrown when the input array is null.</exception>
</member>
<member name="T:Microsoft.FSharp.Collections.ArrayModule.Parallel">
 <summary>Provides parallel operations on arrays </summary>
</member>
<member name="T:Microsoft.FSharp.Collections.ArrayModule">
 <summary>Contains operations for working with arrays.</summary>

 <remarks>
  See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/arrays">F# Language Guide - Arrays</a>.
 </remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Set``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,System.Int32,``0)">
 <summary>Sets the value of an element in an array. You can also 
 use the syntax 'array.[index1,index2,index3,index4] &lt;- value'.</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>
 <param name="index3">The index along the third dimension.</param>
 <param name="index4">The index along the fourth dimension.</param>
 <param name="value">The value to set.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Get``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,System.Int32)">
 <summary>Fetches an element from a 4D array. You can also use the syntax 'array.[index1,index2,index3,index4]'</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>
 <param name="index3">The index along the third dimension.</param>
 <param name="index4">The index along the fourth dimension.</param>

 <returns>The value at the given index.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.ZeroCreate``1(System.Int32,System.Int32,System.Int32,System.Int32)">
 <summary>Creates an array where the entries are initially the "default" value.</summary>

 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>
 <param name="length4">The length of the fourth dimension.</param>

 <returns>The created array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Length4``1(``0[0:, 0:, 0:])">
 <summary>Returns the length of an array in the fourth dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the fourth dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Length3``1(``0[0:, 0:, 0:])">
 <summary>Returns the length of an array in the third dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the third dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Length2``1(``0[0:, 0:, 0:])">
 <summary>Returns the length of an array in the second dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the second dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Length1``1(``0[0:, 0:, 0:])">
 <summary>Returns the length of an array in the first dimension  </summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the first dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Initialize``1(System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}}}})">
 <summary>Creates an array given the dimensions and a generator function to compute the elements.</summary>

 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>
 <param name="length4">The length of the fourth dimension.</param>
 <param name="initializer">The function to create an initial value at each index in the array.</param>

 <returns>The created array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array4DModule.Create``1(System.Int32,System.Int32,System.Int32,System.Int32,``0)">
 <summary>Creates an array whose elements are all initially the given value</summary>

 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>
 <param name="length4">The length of the fourth dimension.</param>
 <param name="initial">The initial value for each element of the array.</param>

 <returns>The created array.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.Array4DModule">
 <summary>Contains operations for working with rank 4 arrays. </summary>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.ZeroCreate``1(System.Int32,System.Int32,System.Int32)">
 <summary>Creates an array where the entries are initially the "default" value.</summary>

 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>

 <returns>The created array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Set``1(``0[0:, 0:],System.Int32,System.Int32,System.Int32,``0)">
 <summary>Sets the value of an element in an array. You can also 
 use the syntax 'array.[index1,index2,index3] &lt;- value'.</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>
 <param name="index3">The index along the third dimension.</param>
 <param name="value">The value to set at the given index.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.MapIndexed``2(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,``1}}}},``0[0:, 0:])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array. The integer indices passed to the
 function indicates the element being transformed.</summary>

 <remarks>For non-zero-based arrays the basing on an input array will be propagated to the output
 array.</remarks>
 <param name="mapping">The function to transform the elements at each index in the array.</param>
 <param name="array">The input array.</param>

 <returns>The array created from the transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0[0:, 0:])">
 <summary>Builds a new array whose elements are the results of applying the given function
 to each of the elements of the array.</summary>

 <remarks>For non-zero-based arrays the basing on an input array will be propagated to the output
 array.</remarks>
 <param name="mapping">The function to transform each element of the array.</param>
 <param name="array">The input array.</param>

 <returns>The array created from the transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Length3``1(``0[0:, 0:])">
 <summary>Returns the length of an array in the third dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the third dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Length2``1(``0[0:, 0:])">
 <summary>Returns the length of an array in the second dimension.</summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the second dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Length1``1(``0[0:, 0:])">
 <summary>Returns the length of an array in the first dimension  </summary>

 <param name="array">The input array.</param>

 <returns>The length of the array in the first dimension.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.IterateIndexed``1(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit}}}},``0[0:, 0:])">
 <summary>Applies the given function to each element of the array. The integer indices passed to the
 function indicates the index of element.</summary>

 <param name="action">The function to apply to each element of the array.</param>
 <param name="array">The input array.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},``0[0:, 0:])">
 <summary>Applies the given function to each element of the array.</summary>

 <param name="action">The function to apply to each element of the array.</param>
 <param name="array">The input array.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Get``1(``0[0:, 0:],System.Int32,System.Int32,System.Int32)">
 <summary>Fetches an element from a 3D array. You can also use the syntax 'array.[index1,index2,index3]'</summary>

 <param name="array">The input array.</param>
 <param name="index1">The index along the first dimension.</param>
 <param name="index2">The index along the second dimension.</param>
 <param name="index3">The index along the third dimension.</param>

 <returns>The value at the given index.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Initialize``1(System.Int32,System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}}})">
 <summary>Creates an array given the dimensions and a generator function to compute the elements.</summary>

 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>
 <param name="initializer">The function to create an initial value at each index into the array.</param>

 <returns>The created array.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.Array3DModule.Create``1(System.Int32,System.Int32,System.Int32,``0)">
 <summary>Creates an array whose elements are all initially the given value.</summary>
 <param name="length1">The length of the first dimension.</param>
 <param name="length2">The length of the second dimension.</param>
 <param name="length3">The length of the third dimension.</param>
 <param name="initial">The value of the array elements.</param>

 <returns>The created array.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.Array3DModule">
 <summary>Contains operations for working with rank 3 arrays.</summary>

 <remarks>
  See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/arrays">F# Language Guide - Arrays</a>.
 </remarks>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Values``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>The values in the map, including the duplicates.
 The sequence will be ordered by the keys of the map.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Keys``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>The keys in the map.
 The sequence will be ordered by the keys of the map.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Count``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>The number of bindings in the map.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.TryFindKey``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns the key of the first mapping in the collection that satisfies the given predicate. 
 Returns 'None' if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="table">The input map.</param>

 <returns>The first key for which the predicate returns true or None if the predicate evaluates to false for each key/value pair.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.FindKey``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Evaluates the function on each mapping in the collection. Returns the key for the first mapping
 where the function returns 'true'. Raise <c>KeyNotFoundException</c> if no such element exists.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="table">The input map.</param>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown if the key does not exist in the map.</exception>

 <returns>The first key for which the predicate evaluates true.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.TryFind``2(``0,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Lookup an element in the map, returning a <c>Some</c> value if the element is in the domain 
 of the map and <c>None</c> if not.</summary>

 <param name="key">The input key.</param>
 <param name="table">The input map.</param>

 <returns>The found <c>Some</c> value or <c>None</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Remove``2(``0,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Removes an element from the domain of the map. No exception is raised if the element is not present.</summary>

 <param name="key">The input key.</param>
 <param name="table">The input map.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Partition``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Builds two new maps, one containing the bindings for which the given predicate returns 'true',
 and the other the remaining bindings.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="table">The input map.</param>

 <returns>A pair of maps in which the first contains the elements for which the predicate returned true
 and the second containing the elements for which the predicated returned false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.ContainsKey``2(``0,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Tests if an element is in the domain of the map.</summary>

 <param name="key">The input key.</param>
 <param name="table">The input map.</param>

 <returns>True if the map contains the key.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Map``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Builds a new collection whose elements are the results of applying the given function
 to each of the elements of the collection. The key passed to the
 function indicates the key of element being transformed.</summary>

 <param name="mapping">The function to transform the key/value pairs.</param>
 <param name="table">The input map.</param>

 <returns>The resulting map of keys and transformed values.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.ForAll``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns true if the given predicate returns true for all of the
 bindings in the map.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="table">The input map.</param>

 <returns>True if the predicate evaluates to true for all of the bindings in the map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Filter``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Builds a new map containing only the bindings for which the given predicate returns 'true'.</summary>

 <param name="predicate">The function to test the key/value pairs.</param>
 <param name="table">The input map.</param>

 <returns>The filtered map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Exists``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns true if the given predicate returns true for one of the
 bindings in the map.</summary>

 <param name="predicate">The function to test the input elements.</param>
 <param name="table">The input map.</param>

 <returns>True if the predicate returns true for one of the key/value pairs.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Iterate``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Applies the given function to each binding in the dictionary</summary>

 <param name="action">The function to apply to each key/value pair.</param>
 <param name="table">The input map.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Fold``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}},``2,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Folds over the bindings in the map </summary>

 <param name="folder">The function to update the state given the input key/value pairs.</param>
 <param name="state">The initial state.</param>
 <param name="table">The input map.</param>

 <returns>The final state value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.FoldBack``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``2}}},Microsoft.FSharp.Collections.FSharpMap{``0,``1},``2)">
 <summary>Folds over the bindings in the map.</summary>

 <param name="folder">The function to update the state given the input key/value pairs.</param>
 <param name="table">The input map.</param>
 <param name="state">The initial state.</param>

 <returns>The final state value.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Pick``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpOption{``2}}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Searches the map looking for the first element where the given function returns a <c>Some</c> value</summary>

 <param name="chooser">The function to generate options from the key/value pairs.</param>
 <param name="table">The input map.</param>

 <returns>The first result.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.TryPick``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpOption{``2}}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Searches the map looking for the first element where the given function returns a <c>Some</c> value.</summary>

 <param name="chooser">The function to generate options from the key/value pairs.</param>
 <param name="table">The input map.</param>

 <returns>The first result.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Find``2(``0,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Lookup an element in the map, raising <c>KeyNotFoundException</c> if no binding
 exists in the map.</summary>

 <param name="key">The input key.</param>
 <param name="table">The input map.</param>
 <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when the key does not exist in the map.</exception>

 <returns>The value mapped to the given key.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Empty``2">
 <summary>The empty map.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.IsEmpty``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Is the map empty?</summary>

 <param name="table">The input map.</param>

 <returns>True if the map is empty.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.ToArray``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns an array of all key-value pairs in the mapping.
 The array will be ordered by the keys of the map.</summary>

 <param name="table">The input map.</param>

 <returns>The array of key/value pairs.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.ToList``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns a list of all key-value pairs in the mapping.
 The list will be ordered by the keys of the map.</summary>

 <param name="table">The input map.</param>

 <returns>The list of key/value pairs.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.ToSeq``2(Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Views the collection as an enumerable sequence of pairs.
 The sequence will be ordered by the keys of the map.</summary>

 <param name="table">The input map.</param>

 <returns>The sequence of key/value pairs.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.OfSeq``2(System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
 <summary>Returns a new map made from the given bindings.</summary>

 <param name="elements">The input sequence of key/value pairs.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.OfArray``2(System.Tuple{``0,``1}[])">
 <summary>Returns a new map made from the given bindings.</summary>

 <param name="elements">The input array of key/value pairs.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.OfList``2(Microsoft.FSharp.Collections.FSharpList{System.Tuple{``0,``1}})">
 <summary>Returns a new map made from the given bindings.</summary>

 <param name="elements">The input list of key/value pairs.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Change``2(``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpOption{``1},Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns a new map with the value stored under key changed according to f.</summary>

 <param name="key">The input key.</param>
 <param name="f">The change function.</param>
 <param name="table">The input map.</param>

 <returns>The resulting map.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.MapModule.Add``2(``0,``1,Microsoft.FSharp.Collections.FSharpMap{``0,``1})">
 <summary>Returns a new map with the binding added to the given map.
 If a binding with the given key already exists in the input map, the existing binding is replaced by the new binding in the result map.</summary>

 <param name="key">The input key.</param>
 <param name="value">The input value.</param>
 <param name="table">The input map.</param>

 <returns>The resulting map.</returns>
</member>
<member name="T:Microsoft.FSharp.Collections.MapModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Collections.Map`2"/>.</summary>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Difference``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns a new set with the elements of the second set removed from the first.</summary>

 <param name="set1">The first input set.</param>
 <param name="set2">The set whose elements will be removed from <c>set1</c>.</param>

 <returns>The set with the elements of <c>set2</c> removed from <c>set1</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.OfSeq``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a new collection from the given enumerable object.</summary>

 <param name="elements">The input sequence.</param>

 <returns>The set containing <c>elements</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.ToSeq``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns an ordered view of the collection as an enumerable object.</summary>

 <param name="set">The input set.</param>

 <returns>An ordered sequence of the elements of <c>set</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.ToArray``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Builds an array that contains the elements of the set in order.</summary>

 <param name="set">The input set.</param>

 <returns>An ordered array of the elements of <c>set</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.OfArray``1(``0[])">
 <summary>Builds a set that contains the same elements as the given array.</summary>

 <param name="array">The input array.</param>

 <returns>A set containing the elements of <c>array</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.ToList``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Builds a list that contains the elements of the set in order.</summary>

 <param name="set">The input set.</param>

 <returns>An ordered list of the elements of <c>set</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.OfList``1(Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Builds a set that contains the same elements as the given list.</summary>

 <param name="elements">The input list.</param>

 <returns>A set containing the elements form the input list.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.MaxElement``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns the highest element in the set according to the ordering being used for the set.</summary>

 <param name="set">The input set.</param>

 <returns>The max value from the set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.MinElement``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns the lowest element in the set according to the ordering being used for the set.</summary>

 <param name="set">The input set.</param>

 <returns>The min value from the set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Remove``1(``0,Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns a new set with the given element removed. No exception is raised if 
 the set doesn't contain the given element.</summary>

 <param name="value">The element to remove.</param>
 <param name="set">The input set.</param>

 <returns>The input set with <c>value</c> removed.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Partition``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Splits the set into two sets containing the elements for which the given predicate
 returns true and false respectively.</summary>

 <param name="predicate">The function to test set elements.</param>
 <param name="set">The input set.</param>

 <returns>A pair of sets with the first containing the elements for which <c>predicate</c> returns
 true and the second containing the elements for which <c>predicate</c> returns false.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Applies the given function to each element of the set, in order according
 to the comparison function.</summary>

 <param name="action">The function to apply to each element.</param>
 <param name="set">The input set.</param>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IsEmpty``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns "true" if the set is empty.</summary>

 <param name="set">The input set.</param>

 <returns>True if <c>set</c> is empty.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.UnionMany``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Collections.FSharpSet{``0}})">
 <summary>Computes the union of a sequence of sets.</summary>

 <param name="sets">The sequence of sets to union.</param>

 <returns>The union of the input sets.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Union``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Computes the union of the two sets.</summary>

 <param name="set1">The first input set.</param>
 <param name="set2">The second input set.</param>

 <returns>The union of <c>set1</c> and <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IntersectMany``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Collections.FSharpSet{``0}})">
 <summary>Computes the intersection of a sequence of sets. The sequence must be non-empty.</summary>

 <param name="sets">The sequence of sets to intersect.</param>

 <returns>The intersection of the input sets.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Intersect``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Computes the intersection of the two sets.</summary>

 <param name="set1">The first input set.</param>
 <param name="set2">The second input set.</param>

 <returns>The intersection of <c>set1</c> and <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Tests if all elements of the collection satisfy the given predicate.
 If the input function is <c>f</c> and the elements are <c>i0...iN</c> and "j0...jN"
 then computes <c>p i0 &amp;&amp; ... &amp;&amp; p iN</c>.</summary>

 <param name="predicate">The function to test set elements.</param>
 <param name="set">The input set.</param>

 <returns>True if all elements of <c>set</c> satisfy <c>predicate</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Collections.FSharpSet{``0},``1)">
 <summary>Applies the given accumulating function to all the elements of the set.</summary>

 <param name="folder">The accumulating function.</param>
 <param name="set">The input set.</param>
 <param name="state">The initial state.</param>

 <returns>The final state.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Applies the given accumulating function to all the elements of the set</summary>

 <param name="folder">The accumulating function.</param>
 <param name="state">The initial state.</param>
 <param name="set">The input set.</param>

 <returns>The final state.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns a new collection containing the results of applying the
 given function to each element of the input set.</summary>

 <param name="mapping">The function to transform elements of the input set.</param>
 <param name="set">The input set.</param>

 <returns>A set containing the transformed elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns a new collection containing only the elements of the collection
 for which the given predicate returns True.</summary>

 <param name="predicate">The function to test set elements.</param>
 <param name="set">The input set.</param>

 <returns>The set containing only the elements for which <c>predicate</c> returns true.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Tests if any element of the collection satisfies the given predicate.
 If the input function is <c>predicate</c> and the elements are <c>i0...iN</c> 
 then computes <c>p i0 or ... or p iN</c>.</summary>

 <param name="predicate">The function to test set elements.</param>
 <param name="set">The input set.</param>

 <returns>True if any element of <c>set</c> satisfies <c>predicate</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Count``1(Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns the number of elements in the set. Same as <c>size</c>.</summary>

 <param name="set">The input set.</param>

 <returns>The number of elements in the set.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IsProperSuperset``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Evaluates to "true" if all elements of the second set are in the first, and at least 
 one element of the first is not in the second.</summary>

 <param name="set1">The potential superset.</param>
 <param name="set2">The set to test against.</param>

 <returns>True if <c>set1</c> is a proper superset of <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IsSuperset``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Evaluates to "true" if all elements of the second set are in the first.</summary>

 <param name="set1">The potential superset.</param>
 <param name="set2">The set to test against.</param>

 <returns>True if <c>set1</c> is a superset of <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IsProperSubset``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Evaluates to "true" if all elements of the first set are in the second, and at least 
 one element of the second is not in the first.</summary>

 <param name="set1">The potential subset.</param>
 <param name="set2">The set to test against.</param>

 <returns>True if <c>set1</c> is a proper subset of <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.IsSubset``1(Microsoft.FSharp.Collections.FSharpSet{``0},Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Evaluates to "true" if all elements of the first set are in the second</summary>

 <param name="set1">The potential subset.</param>
 <param name="set2">The set to test against.</param>

 <returns>True if <c>set1</c> is a subset of <c>set2</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Contains``1(``0,Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Evaluates to "true" if the given element is in the given set.</summary>

 <param name="element">The element to test.</param>
 <param name="set">The input set.</param>

 <returns>True if <c>element</c> is in <c>set</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Add``1(``0,Microsoft.FSharp.Collections.FSharpSet{``0})">
 <summary>Returns a new set with an element added to the set. No exception is raised if
 the set already contains the given element.</summary>

 <param name="value">The value to add.</param>
 <param name="set">The input set.</param>

 <returns>A new set containing <c>value</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Singleton``1(``0)">
 <summary>The set containing the given element.</summary>

 <param name="value">The value for the set to contain.</param>

 <returns>The set containing <c>value</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Collections.SetModule.Empty``1">
 <summary>The empty set for the type 'T.</summary>
</member>
<member name="T:Microsoft.FSharp.Collections.SetModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Collections.Set`1"/>.</summary>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.MakeTupleType(System.Reflection.Assembly,System.Type[])">
 <summary>Returns a <see cref="T:System.Type"/> representing an F# tuple type with the given element types</summary>

 <param name="asm">Runtime assembly containing System.Tuple definitions.</param>
 <param name="types">An array of types for the tuple elements.</param>

 <returns>The type representing the tuple containing the input elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.MakeTupleType(System.Type[])">
 <summary>Returns a <see cref="T:System.Type"/> representing an F# tuple type with the given element types</summary>

 <param name="types">An array of types for the tuple elements.</param>

 <returns>The type representing the tuple containing the input elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.MakeStructTupleType(System.Reflection.Assembly,System.Type[])">
 <summary>Returns a <see cref="T:System.Type"/> representing an F# struct tuple type with the given element types</summary>

 <param name="asm">Runtime assembly containing System.ValueTuple definitions.</param>
 <param name="types">An array of types for the tuple elements.</param>

 <returns>The type representing the struct tuple containing the input elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.MakeFunctionType(System.Type,System.Type)">
 <summary>Returns a <see cref="T:System.Type"/> representing the F# function type with the given domain and range</summary>

 <param name="domain">The input type of the function.</param>
 <param name="range">The output type of the function.</param>

 <returns>The function type with the given domain and range.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsUnion(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Returns true if the <c>typ</c> is a representation of an F# union type or the runtime type of a value of that type</summary>

 <param name="typ">The type to check.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsTuple(System.Type)">
 <summary>Return true if the <c>typ</c> is a representation of an F# tuple type </summary>

 <param name="typ">The type to check.</param>

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsRecord(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Return true if the <c>typ</c> is a representation of an F# record type </summary>

 <param name="typ">The type to check.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsModule(System.Type)">
 <summary>Return true if the <c>typ</c> is a <see cref="T:System.Type"/> value corresponding to the compiled form of an F# module </summary>

 <param name="typ">The type to check.</param>

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsFunction(System.Type)">
 <summary>Return true if the <c>typ</c> is a representation of an F# function type or the runtime type of a closure implementing an F# function type</summary>

 <param name="typ">The type to check.</param>

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.IsExceptionRepresentation(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Returns true if the <c>typ</c> is a representation of an F# exception declaration</summary>

 <param name="exceptionType">The type to check.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>True if the type check is an F# exception.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.GetUnionCases(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Gets the cases of a union type.</summary>

 <remarks>Assumes the given type is a union type. If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="unionType">The input union type.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a union type.</exception>

 <returns>An array of descriptions of the cases of the given union type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.GetTupleElements(System.Type)">
 <summary>Gets the tuple elements from the representation of an F# tuple type.</summary>

 <param name="tupleType">The input tuple type.</param>

 <returns>An array of the types contained in the given tuple type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.GetRecordFields(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Reads all the fields from a record value, in declaration order</summary>

 <remarks>Assumes the given input is a record value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="recordType">The input record type.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>An array of descriptions of the properties of the record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.GetFunctionElements(System.Type)">
 <summary>Gets the domain and range types from an F# function type  or from the runtime type of a closure implementing an F# type</summary>

 <param name="functionType">The input function type.</param>

 <returns>A tuple of the domain and range types of the input function.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpType.GetExceptionFields(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Reads all the fields from an F# exception declaration, in declaration order</summary>

 <remarks>Assumes <c>exceptionType</c> is an exception representation type. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="exceptionType">The exception type to read.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown if the given type is not an exception.</exception>

 <returns>An array containing the PropertyInfo of each field in the exception.</returns>
</member>
<member name="T:Microsoft.FSharp.Reflection.FSharpType">
 <summary>Contains operations associated with constructing and analyzing F# types such as records, unions and tuples</summary>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionTagReader(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Assumes the given type is a union type. 
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</summary>

 <remarks>Using the computed function is more efficient than calling GetUnionCase
 because the path executed by the computed function is optimized given the knowledge that it will be
 used to read values of the given type.</remarks>

 <param name="unionType">The type of union to optimize reading.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>An optimized function to read the tags of the given union type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionTagMemberInfo(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Precompute a property or static method for reading an integer representing the case tag of a union type.</summary>

 <param name="unionType">The type of union to read.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>The description of the union case reader.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionReader(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Precompute a function for reading all the fields for a particular discriminator case of a union type</summary>

 <remarks>Using the computed function will typically be faster than executing a corresponding call to GetFields</remarks>

 <param name="unionCase">The description of the union case to read.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>A function to for reading the fields of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionConstructorInfo(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>A method that constructs objects of the given case</summary>

 <param name="unionCase">The description of the union case.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>The description of the constructor of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionConstructor(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Precompute a function for constructing a discriminated union value for a particular union case. </summary>

 <param name="unionCase">The description of the union case.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>A function for constructing values of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeTupleReader(System.Type)">
 <summary>Precompute a function for reading the values of a particular tuple type</summary>

 <remarks>Assumes the given type is a TupleType.
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="tupleType">The tuple type to read.</param>

 <exception cref="T:System.ArgumentException">Thrown when the given type is not a tuple type.</exception>

 <returns>A function to read values of the given tuple type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeTuplePropertyInfo(System.Type,System.Int32)">
 <summary>Gets information that indicates how to read a field of a tuple</summary>

 <param name="tupleType">The input tuple type.</param>
 <param name="index">The index of the tuple element to describe.</param>

 <returns>The description of the tuple element and an optional type and index if the tuple is big.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeTupleConstructorInfo(System.Type)">
 <summary>Gets a method that constructs objects of the given tuple type. 
 For small tuples, no additional type will be returned.</summary>
 
 <remarks>For large tuples, an additional type is returned indicating that
 a nested encoding has been used for the tuple type. In this case
 the suffix portion of the tuple type has the given type and an
 object of this type must be created and passed as the last argument 
 to the ConstructorInfo. A recursive call to PreComputeTupleConstructorInfo 
 can be used to determine the constructor for that the suffix type.</remarks>

 <param name="tupleType">The input tuple type.</param>

 <returns>The description of the tuple type constructor and an optional extra type
 for large tuples.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeTupleConstructor(System.Type)">
 <summary>Precompute a function for reading the values of a particular tuple type</summary>

 <remarks>Assumes the given type is a TupleType.
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="tupleType">The type of tuple to read.</param>

 <exception cref="T:System.ArgumentException">Thrown when the given type is not a tuple type.</exception>

 <returns>A function to read a particular tuple type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeRecordReader(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Precompute a function for reading all the fields from a record. The fields are returned in the
 same order as the fields reported by a call to Microsoft.FSharp.Reflection.Type.GetInfo for
 this type.</summary>

 <remarks>Assumes the given type is a RecordType. 
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.

 Using the computed function will typically be faster than executing a corresponding call to Value.GetInfo
 because the path executed by the computed function is optimized given the knowledge that it will be
 used to read values of the given type.</remarks>

 <param name="recordType">The type of record to read.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>An optimized reader for the given record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeRecordFieldReader(System.Reflection.PropertyInfo)">
 <summary>Precompute a function for reading a particular field from a record.
 Assumes the given type is a RecordType with a field of the given name. 
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</summary>

 <remarks>Using the computed function will typically be faster than executing a corresponding call to Value.GetInfo
 because the path executed by the computed function is optimized given the knowledge that it will be
 used to read values of the given type.</remarks>

 <param name="info">The PropertyInfo of the field to read.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>A function to read the specified field from the record.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeRecordConstructorInfo(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Get a ConstructorInfo for a record type</summary>

 <param name="recordType">The record type.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>A ConstructorInfo for the given record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.PreComputeRecordConstructor(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Precompute a function for constructing a record value. </summary>

 <remarks>Assumes the given type is a RecordType.
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="recordType">The type of record to construct.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>A function to construct records of the given type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.MakeUnion(Microsoft.FSharp.Reflection.UnionCaseInfo,System.Object[],Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Create a union case value.</summary>

 <param name="unionCase">The description of the union case to create.</param>
 <param name="args">The array of arguments to construct the given case.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <returns>The constructed union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.MakeTuple(System.Object[],System.Type)">
 <summary>Creates an instance of a tuple type</summary>

 <remarks>Assumes at least one element is given. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="tupleElements">The array of tuple fields.</param>
 <param name="tupleType">The tuple type to create.</param>

 <exception cref="T:System.ArgumentException">Thrown if no elements are given.</exception>

 <returns>An instance of the tuple type with the given elements.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.MakeRecord(System.Type,System.Object[],Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Creates an instance of a record type.</summary>

 <remarks>Assumes the given input is a record type.</remarks>

 <param name="recordType">The type of record to make.</param>
 <param name="values">The array of values to initialize the record.</param>
 <param name="bindingFlags">Optional binding flags for the record.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>The created record.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.MakeFunction(System.Type,Microsoft.FSharp.Core.FSharpFunc{System.Object,System.Object})">
 <summary>Builds a typed function from object from a dynamic function implementation</summary>

 <param name="functionType">The function type of the implementation.</param>
 <param name="implementation">The untyped lambda of the function implementation.</param>

 <returns>A typed function from the given dynamic implementation.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetUnionFields(System.Object,System.Type,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Identify the union case and its fields for an object</summary>

 <remarks>Assumes the given input is a union case value. If not, <see cref="T:System.ArgumentException" /> is raised.

 If the type is not given, then the runtime type of the input object is used to identify the
 relevant union type. The type should always be given if the input object may be null. For example, 
 option values may be represented using the 'null'.</remarks>
 <param name="value">The input union case.</param>
 <param name="unionType">The union type containing the value.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a union case value.</exception>

 <returns>The description of the union case and its fields.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetTupleFields(System.Object)">
 <summary>Reads all fields from a tuple.</summary>

 <remarks>Assumes the given input is a tuple value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="tuple">The input tuple.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input is not a tuple value.</exception>

 <returns>An array of the fields from the given tuple.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetTupleField(System.Object,System.Int32)">
 <summary>Reads a field from a tuple value.</summary>

 <remarks>Assumes the given input is a tuple value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="tuple">The input tuple.</param>
 <param name="index">The index of the field to read.</param>

 <returns>The value of the field.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetRecordFields(System.Object,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Reads all the fields from a record value.</summary>

 <remarks>Assumes the given input is a record value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>
 <param name="record">The record object.</param>
 <param name="bindingFlags">Optional binding flags for the record.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>The array of fields from the record.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetRecordField(System.Object,System.Reflection.PropertyInfo)">
 <summary>Reads a field from a record value.</summary>

 <remarks>Assumes the given input is a record value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="record">The record object.</param>
 <param name="info">The PropertyInfo describing the field to read.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input is not a record value.</exception>
 <returns>The field from the record.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpValue.GetExceptionFields(System.Object,Microsoft.FSharp.Core.FSharpOption{System.Reflection.BindingFlags})">
 <summary>Reads all the fields from a value built using an instance of an F# exception declaration</summary>

 <remarks>Assumes the given input is an F# exception value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="exn">The exception instance.</param>
 <param name="bindingFlags">Optional binding flags.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not an F# exception.</exception>

 <returns>The fields from the given exception.</returns>
</member>
<member name="T:Microsoft.FSharp.Reflection.FSharpValue">
 <summary>Contains operations associated with constructing and analyzing values associated with F# types
 such as records, unions and tuples.</summary>
</member>
<member name="P:Microsoft.FSharp.Reflection.UnionCaseInfo.Tag">
 <summary>The integer tag for the case.</summary>
</member>
<member name="P:Microsoft.FSharp.Reflection.UnionCaseInfo.Name">
 <summary>The name of the case.</summary>
</member>
<member name="P:Microsoft.FSharp.Reflection.UnionCaseInfo.DeclaringType">
 <summary>The type in which the case occurs.</summary>
</member>
<member name="M:Microsoft.FSharp.Reflection.UnionCaseInfo.GetFields">
 <summary>The fields associated with the case, represented by a PropertyInfo.</summary>
 <returns>The fields associated with the case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.UnionCaseInfo.GetCustomAttributesData">
 <summary>Returns the custom attributes data associated with the case.</summary>
 <returns>An list of custom attribute data items.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.UnionCaseInfo.GetCustomAttributes(System.Type)">
 <summary>Returns the custom attributes associated with the case matching the given attribute type.</summary>
 <param name="attributeType">The type of attributes to return.</param>

 <returns>An array of custom attributes.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.UnionCaseInfo.GetCustomAttributes">
 <summary>Returns the custom attributes associated with the case.</summary>
 <returns>An array of custom attributes.</returns>
</member>
<member name="T:Microsoft.FSharp.Reflection.UnionCaseInfo">
 <summary>Represents a case of a discriminated union type</summary>

 <namespacedoc><summary>
   Library functionality for accessing additional information about F# types and F# values at 
   runtime, augmenting that available through <a href="https://docs.microsoft.com/dotnet/api/system.reflection">System.Reflection</a>.
 </summary></namespacedoc>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.IsExceptionRepresentation.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Returns true if the <c>exceptionType</c> is a representation of an F# exception declaration</summary>

 <param name="exceptionType">The type to check.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>True if the type check is an F# exception.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.GetExceptionFields.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Reads all the fields from an F# exception declaration, in declaration order</summary>

 <remarks>Assumes <c>exceptionType</c> is an exception representation type. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="exceptionType">The exception type to read.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown if the given type is not an exception.</exception>

 <returns>An array containing the PropertyInfo of each field in the exception.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.IsUnion.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Returns true if the <c>typ</c> is a representation of an F# union type or the runtime type of a value of that type</summary>

 <param name="typ">The type to check.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.IsRecord.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Return true if the <c>typ</c> is a representation of an F# record type </summary>

 <param name="typ">The type to check.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>True if the type check succeeds.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.GetUnionCases.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Gets the cases of a union type.</summary>

 <remarks>Assumes the given type is a union type. If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="unionType">The input union type.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a union type.</exception>

 <returns>An array of descriptions of the cases of the given union type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpType.GetRecordFields.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Reads all the fields from a record value, in declaration order</summary>

 <remarks>Assumes the given input is a record value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="recordType">The input record type.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>An array of descriptions of the properties of the record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.GetExceptionFields.Static(System.Object,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Reads all the fields from a value built using an instance of an F# exception declaration</summary>

 <remarks>Assumes the given input is an F# exception value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="exn">The exception instance.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown when the input type is not an F# exception.</exception>

 <returns>The fields from the given exception.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeUnionConstructorInfo.Static(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>A method that constructs objects of the given case</summary>

 <param name="unionCase">The description of the union case.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>The description of the constructor of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeUnionConstructor.Static(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Precompute a function for constructing a discriminated union value for a particular union case. </summary>

 <param name="unionCase">The description of the union case.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>A function for constructing values of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeUnionReader.Static(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Precompute a function for reading all the fields for a particular discriminator case of a union type</summary>

 <remarks>Using the computed function will typically be faster than executing a corresponding call to GetFields</remarks>

 <param name="unionCase">The description of the union case to read.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>A function to for reading the fields of the given union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeUnionTagMemberInfo.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Precompute a property or static method for reading an integer representing the case tag of a union type.</summary>

 <param name="unionType">The type of union to read.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>The description of the union case reader.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeUnionTagReader.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Assumes the given type is a union type. 
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</summary>

 <remarks>Using the computed function is more efficient than calling GetUnionCase
 because the path executed by the computed function is optimized given the knowledge that it will be
 used to read values of the given type.</remarks>

 <param name="unionType">The type of union to optimize reading.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>

 <returns>An optimized function to read the tags of the given union type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.GetUnionFields.Static(System.Object,System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Identify the union case and its fields for an object</summary>

 <remarks>Assumes the given input is a union case value. If not, <see cref="T:System.ArgumentException" /> is raised.

 If the type is not given, then the runtime type of the input object is used to identify the
 relevant union type. The type should always be given if the input object may be null. For example, 
 option values may be represented using the 'null'.</remarks>

 <param name="value">The input union case.</param>
 <param name="unionType">The union type containing the value.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a union case value.</exception>

 <returns>The description of the union case and its fields.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.MakeUnion.Static(Microsoft.FSharp.Reflection.UnionCaseInfo,System.Object[],Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Create a union case value.</summary>

 <param name="unionCase">The description of the union case to create.</param>
 <param name="args">The array of arguments to construct the given case.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>The constructed union case.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeRecordConstructorInfo.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Get a ConstructorInfo for a record type</summary>

 <param name="recordType">The record type.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <returns>A ConstructorInfo for the given record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeRecordConstructor.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Precompute a function for constructing a record value. </summary>

 <remarks>Assumes the given type is a RecordType.
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.</remarks>

 <param name="recordType">The type of record to construct.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>A function to construct records of the given type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.PreComputeRecordReader.Static(System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Precompute a function for reading all the fields from a record. The fields are returned in the
 same order as the fields reported by a call to Microsoft.FSharp.Reflection.Type.GetInfo for
 this type.</summary>

 <remarks>Assumes the given type is a RecordType. 
 If not, <see cref="T:System.ArgumentException" /> is raised during pre-computation.

 Using the computed function will typically be faster than executing a corresponding call to Value.GetInfo
 because the path executed by the computed function is optimized given the knowledge that it will be
 used to read values of the given type.</remarks>

 <param name="recordType">The type of record to read.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>    

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>An optimized reader for the given record type.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.GetRecordFields.Static(System.Object,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Reads all the fields from a record value.</summary>

 <remarks>Assumes the given input is a record value. If not, <see cref="T:System.ArgumentException" /> is raised.</remarks>

 <param name="record">The record object.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flag that denotes accessibility of the private representation.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>The array of fields from the record.</returns>
</member>
<member name="M:Microsoft.FSharp.Reflection.FSharpReflectionExtensions.FSharpValue.MakeRecord.Static(System.Type,System.Object[],Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Creates an instance of a record type.</summary>

 <remarks>Assumes the given input is a record type.</remarks>

 <param name="recordType">The type of record to make.</param>
 <param name="values">The array of values to initialize the record.</param>
 <param name="allowAccessToPrivateRepresentation">Optional flags that denotes accessibility of the private representation.</param>

 <exception cref="T:System.ArgumentException">Thrown when the input type is not a record type.</exception>

 <returns>The created record.</returns>
</member>
<member name="T:Microsoft.FSharp.Reflection.FSharpReflectionExtensions">
 <summary>Defines further accessing additional information about F# types and F# values at runtime.</summary>
</member>
<member name="T:Microsoft.FSharp.Text.StructuredPrintfImpl.FormatOptions">
<summary>
 A record of options to control structural formatting.
 For F# Interactive properties matching those of this value can be accessed via the &apos;fsi&apos;
 value.
 
 Floating Point format given in the same format accepted by System.Double.ToString,
 e.g. f6 or g15.

 If ShowProperties is set the printing process will evaluate properties of the values being
 displayed.  This may cause additional computation.  

 The ShowIEnumerable is set the printing process will force the evaluation of IEnumerable objects
 to a small, finite depth, as determined by the printing parameters.
 This may lead to additional computation being performed during printing.

 &lt;example&gt;
 From F# Interactive the default settings can be adjusted using, for example, 
 &lt;pre&gt;
   open FSharp.Compiler.Interactive.Settings;;
   setPrintWidth 120;;
 &lt;/pre&gt;
 &lt;/example&gt;
</summary>
</member>
<member name="T:Microsoft.FSharp.Text.StructuredPrintfImpl.Layout">
<summary>
 Data representing structured layouts of terms.  
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.Display.layout_to_string(Microsoft.FSharp.Text.StructuredPrintfImpl.FormatOptions,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Convert any value to a layout using the given formatting options.  The
 layout can then be processed using formatting display engines such as
 those in the Layout module.  any_to_string and output_any are
 built using any_to_layout with default format options.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.unfoldL``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpOption{System.Tuple{``0,``1}}},``1,System.Int32)">
<summary>
 For limiting layout of list-like sequences (lists,arrays,etc).
 unfold a list of items using (project and z) making layout list via itemL.
 If reach maxLength (before exhausting) then truncate.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.tagAttrL(System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 See tagL
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.listL``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout},Microsoft.FSharp.Collections.FSharpList{``0})">
<summary>
 Layout like an F# list.    
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.optionL``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout},Microsoft.FSharp.Core.FSharpOption{``0})">
<summary>
 Layout like an F# option.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.aboveListL(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Layout list vertically.    
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.aboveL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Layout two vertically.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.tupleL(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Form tuple of layouts.            
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.braceL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Wrap braces around layout.        
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.squareBracketL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Wrap square brackets around layout.    
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.bracketL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Wrap round brackets around Layout.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.sepListL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Join layouts into a list separated using the given Layout.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.semiListL(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Join layouts into a semi-colon separated list.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.spaceListL(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Join layouts into a space separated list.    
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.commaListL(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Text.StructuredPrintfImpl.Layout})">
<summary>
 Join layouts into a comma separated list.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_AtAtMinusMinusMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join broken with ident=4
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_AtAtMinusMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join broken with ident=3 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_AtAtMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join broken with ident=2 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_AtAtMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join broken with ident=1 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_AtAt(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join broken with ident=0
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_MinusMinusMinusMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 optional break, indent=4
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_MinusMinusMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 optional break, indent=3
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_MinusMinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join, possible break with indent=2 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_MinusMinus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join, possible break with indent=1
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_PlusPlus(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join, possible break with indent=0
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.op_HatHat(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout,Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Join, unbreakable. 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.leftL(Microsoft.FSharp.Text.StructuredPrintfImpl.TaggedText)">
<summary>
 An string which is left  parenthesis (no space on the right).
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.rightL(Microsoft.FSharp.Text.StructuredPrintfImpl.TaggedText)">
<summary>
 An string which is right parenthesis (no space on the left).
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.sepL(Microsoft.FSharp.Text.StructuredPrintfImpl.TaggedText)">
<summary>
 An string which requires no spaces either side.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.wordL(Microsoft.FSharp.Text.StructuredPrintfImpl.TaggedText)">
<summary>
 An string leaf 
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.objL(System.Object)">
<summary>
 An uninterpreted leaf, to be interpreted into a string
 by the layout engine. This allows leaf layouts for numbers, strings and
 other atoms to be customized according to culture.
</summary>
</member>
<member name="M:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.isEmptyL(Microsoft.FSharp.Text.StructuredPrintfImpl.Layout)">
<summary>
 Is it the empty layout?
</summary>
</member>
<member name="P:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule.emptyL">
<summary>
 The empty layout
</summary>
</member>
<member name="T:Microsoft.FSharp.Text.StructuredPrintfImpl.LayoutModule">
<summary>
 A layout is a sequence of strings which have been joined together.
 The strings are classified as words, separators and left and right parenthesis.
 This classification determines where spaces are inserted.
 A joint is either unbreakable, breakable or broken.
 If a joint is broken the RHS layout occurs on the next line with optional indentation.
 A layout can be squashed to for given width which forces breaks as required.
</summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpExpr`1.Raw">
 <summary>Gets the raw expression associated with this type-carrying expression</summary>
</member>
<member name="T:Microsoft.FSharp.Quotations.FSharpExpr`1">
 <summary>Type-carrying quoted expressions. Expressions are generated either
 by quotations in source text or programatically</summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpExpr.Type">
 <summary>Returns type of an expression.</summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpExpr.CustomAttributes">
 <summary>Returns the custom attributes of an expression.</summary>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.WithValue(System.Object,System.Type,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a value and its associated reflected definition as a quotation</summary>

 <param name="value">The untyped object.</param>
 <param name="expressionType">The type of the object.</param>
 <param name="definition">The definition of the value being quoted.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.WithValue``1(``0,Microsoft.FSharp.Quotations.FSharpExpr{``0})">
 <summary>Builds an expression that represents a value and its associated reflected definition as a quotation</summary>

 <param name="value">The value being quoted.</param>
 <param name="definition">The definition of the value being quoted.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.WhileLoop(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a while loop</summary>

 <param name="guard">The predicate to control the loop iteration.</param>
 <param name="body">The body of the while loop.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.VarSet(Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents setting a mutable variable</summary>

 <param name="variable">The input variable.</param>
 <param name="value">The value to set.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Var(Microsoft.FSharp.Quotations.FSharpVar)">
 <summary>Builds an expression that represents a variable</summary>

 <param name="variable">The input variable.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.ValueWithName(System.Object,System.Type,System.String)">
 <summary>Builds an expression that represents a constant value of a particular type, arising from a variable of the given name </summary>

 <param name="value">The untyped object.</param>
 <param name="expressionType">The type of the object.</param>
 <param name="name">The name of the variable.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.ValueWithName``1(``0,System.String)">
 <summary>Builds an expression that represents a constant value, arising from a variable of the given name </summary>

 <param name="value">The typed value.</param>
 <param name="name">The name of the variable.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Value``1(``0)">
 <summary>Builds an expression that represents a constant value </summary>

 <param name="value">The typed value.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Value(System.Object,System.Type)">
 <summary>Builds an expression that represents a constant value of a particular type</summary>

 <param name="value">The untyped object.</param>
 <param name="expressionType">The type of the object.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.UnionCaseTest(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Reflection.UnionCaseInfo)">
 <summary>Builds an expression that represents a test of a value is of a particular union case</summary>

 <param name="source">The expression to test.</param>
 <param name="unionCase">The description of the union case.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.TypeTest(Microsoft.FSharp.Quotations.FSharpExpr,System.Type)">
 <summary>Builds an expression that represents a type test.</summary>

 <param name="source">The expression to test.</param>
 <param name="target">The target type.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.TupleGet(Microsoft.FSharp.Quotations.FSharpExpr,System.Int32)">
 <summary>Builds an expression that represents getting a field of a tuple</summary>

 <param name="tuple">The input tuple.</param>
 <param name="index">The index of the tuple element to get.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.TryWith(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a try/with construct for exception filtering and catching.</summary>

 <param name="body">The body of the try expression.</param>
 <param name="filterVar"></param>
 <param name="filterBody"></param>
 <param name="catchVar">The variable to bind to a caught exception.</param>
 <param name="catchBody">The expression evaluated when an exception is caught.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.TryGetReflectedDefinition(System.Reflection.MethodBase)">
 <summary>Try and find a stored reflection definition for the given method. Stored reflection
 definitions are added to an F# assembly through the use of the [&lt;ReflectedDefinition&gt;] attribute.</summary>

 <param name="methodBase">The description of the method to find.</param>

 <returns>The reflection definition or None if a match could not be found.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.TryFinally(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a try/finally construct </summary>

 <param name="body">The body of the try expression.</param>
 <param name="compensation">The final part of the expression to be evaluated.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.ToString(System.Boolean)">
 <summary>Format the expression as a string</summary>

 <param name="full">Indicates if method, property, constructor and type objects should be printed in detail. If false, these are abbreviated to their name.</param>

 <returns>The formatted string.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Substitute(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Substitutes through the given expression using the given functions
 to map variables to new values. The functions must give consistent results
 at each application. Variable renaming may occur on the target expression
 if variable capture occurs.</summary>

 <param name="substitution">The function to map variables into expressions.</param>

 <returns>The expression with the given substitutions.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Sequential(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents the sequential execution of one expression followed by another</summary>

 <param name="first">The first expression.</param>
 <param name="second">The second expression.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.RegisterReflectedDefinitions(System.Reflection.Assembly,System.String,System.Byte[],System.Type[])">
 <summary>Permits interactive environments such as F# Interactive
 to explicitly register new pickled resources that represent persisted 
 top level definitions.</summary>

 <param name="assembly">The assembly associated with the resource.</param>
 <param name="resource">The unique name for the resources being added.</param>
 <param name="referencedTypes">The type definitions referenced.</param>
 <param name="serializedValue">The serialized resource to register with the environment.</param>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.RegisterReflectedDefinitions(System.Reflection.Assembly,System.String,System.Byte[])">
 <summary>Permits interactive environments such as F# Interactive
 to explicitly register new pickled resources that represent persisted 
 top level definitions.</summary>

 <param name="assembly">The assembly associated with the resource.</param>
 <param name="resource">The unique name for the resources being added.</param>
 <param name="serializedValue">The serialized resource to register with the environment.</param>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.QuoteTyped(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a nested typed quotation literal</summary>

 <param name="inner">The expression being quoted.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.QuoteRaw(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a nested raw quotation literal</summary>

 <param name="inner">The expression being quoted.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Quote(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents a nested typed or raw quotation literal</summary>

 <param name="inner">The expression being quoted.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.PropertySet(System.Reflection.PropertyInfo,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Builds an expression that represents writing to a static property </summary>

 <param name="property">The description of the property.</param>
 <param name="value">The value to set.</param>
 <param name="indexerArgs">List of indices for the property if it is an indexed property.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.PropertySet(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.PropertyInfo,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Builds an expression that represents writing to a property of an object</summary>

 <param name="obj">The input object.</param>
 <param name="property">The description of the property.</param>
 <param name="value">The value to set.</param>
 <param name="indexerArgs">List of indices for the property if it is an indexed property.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.PropertyGet(System.Reflection.PropertyInfo,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Builds an expression that represents reading a static property </summary>

 <param name="property">The description of the property.</param>
 <param name="indexerArgs">List of indices for the property if it is an indexed property.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.PropertyGet(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.PropertyInfo,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Builds an expression that represents reading a property of an object</summary>

 <param name="obj">The input object.</param>
 <param name="property">The description of the property.</param>
 <param name="indexerArgs">List of indices for the property if it is an indexed property.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewUnionCase(Microsoft.FSharp.Reflection.UnionCaseInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents the creation of a union case value</summary>

 <param name="unionCase">The description of the union case.</param>
 <param name="arguments">The list of arguments for the case.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewTuple(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents the creation of an F# tuple value</summary>

 <param name="elements">The list of elements of the tuple.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewStructTuple(System.Reflection.Assembly,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents the creation of an F# tuple value</summary>

 <param name="asm">Runtime assembly containing System.ValueTuple definitions.</param>
 <param name="elements">The list of elements of the tuple.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewRecord(System.Type,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds record-construction expressions </summary>

 <param name="recordType">The type of record.</param>
 <param name="elements">The list of elements of the record.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewObject(System.Reflection.ConstructorInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents the invocation of an object constructor</summary>

 <param name="constructorInfo">The description of the constructor.</param>
 <param name="arguments">The list of arguments to the constructor.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewDelegate(System.Type,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpVar},Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents the creation of a delegate value for the given type</summary>

 <param name="delegateType">The type of delegate.</param>
 <param name="parameters">The parameters for the delegate.</param>
 <param name="body">The body of the function.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.NewArray(System.Type,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents the creation of an array value initialized with the given elements</summary>

 <param name="elementType">The type for the elements of the array.</param>
 <param name="elements">The list of elements of the array.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.LetRecursive(Microsoft.FSharp.Collections.FSharpList{System.Tuple{Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr}},Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds recursive expressions associated with 'let rec' constructs</summary>

 <param name="bindings">The list of bindings for the let expression.</param>
 <param name="body">The sub-expression where the bindings are in scope.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Let(Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds expressions associated with 'let' constructs</summary>

 <param name="letVariable">The variable in the let expression.</param>
 <param name="letExpr">The expression bound to the variable.</param>
 <param name="body">The sub-expression where the binding is in scope.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Lambda(Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents the construction of an F# function value</summary>

 <param name="parameter">The parameter to the function.</param>
 <param name="body">The body of the function.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.IfThenElse(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds 'if ... then ... else' expressions.</summary>

 <param name="guard">The condition expression.</param>
 <param name="thenExpr">The <c>then</c> sub-expression.</param>
 <param name="elseExpr">The <c>else</c> sub-expression.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.GlobalVar``1(System.String)">
 <summary>Fetches or creates a new variable with the given name and type from a global pool of shared variables
 indexed by name and type. The type is given by the explicit or inferred type parameter</summary>

 <param name="name">The variable name.</param>

 <returns>The created of fetched typed global variable.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.GetFreeVars">
 <summary>Gets the free expression variables of an expression as a list.</summary>
 <returns>A sequence of the free variables in the expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.ForIntegerRangeLoop(Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds a 'for i = ... to ... do ...' expression that represent loops over integer ranges</summary>

 <param name="loopVariable">The sub-expression declaring the loop variable.</param>
 <param name="start">The sub-expression setting the initial value of the loop variable.</param>
 <param name="endExpr">The sub-expression declaring the final value of the loop variable.</param>
 <param name="body">The sub-expression representing the body of the loop.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.FieldSet(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.FieldInfo,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents writing to a field of an object</summary>

 <param name="obj">The input object.</param>
 <param name="fieldInfo">The description of the field to write to.</param>
 <param name="value">The value to set to the field.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.FieldSet(System.Reflection.FieldInfo,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents writing to a static field </summary>

 <param name="fieldInfo">The description of the field to write to.</param>
 <param name="value">The value to the set to the field.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.FieldGet(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.FieldInfo)">
 <summary>Builds an expression that represents the access of a field of an object</summary>

 <param name="obj">The input object.</param>
 <param name="fieldInfo">The description of the field to access.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.FieldGet(System.Reflection.FieldInfo)">
 <summary>Builds an expression that represents the access of a static field</summary>

 <param name="fieldInfo">The description of the field to access.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Deserialize40(System.Type,System.Type[],System.Type[],Microsoft.FSharp.Quotations.FSharpExpr[],System.Byte[])">
 <summary>This function is called automatically when quotation syntax (&lt;@ @&gt;) and other sources of
 quotations are used. </summary>

 <param name="qualifyingType">A type in the assembly where the quotation occurs.</param>
 <param name="referencedTypes">The type definitions referenced.</param>
 <param name="spliceTypes">The spliced types, to replace references to type variables.</param>
 <param name="spliceExprs">The spliced expressions to replace references to spliced expressions.</param>
 <param name="bytes">The serialized form of the quoted expression.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Deserialize(System.Type,Microsoft.FSharp.Collections.FSharpList{System.Type},Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr},System.Byte[])">
 <summary>This function is called automatically when quotation syntax (&lt;@ @&gt;) and other sources of
 quotations are used. </summary>

 <param name="qualifyingType">A type in the assembly where the quotation occurs.</param>
 <param name="spliceTypes">The spliced types, to replace references to type variables.</param>
 <param name="spliceExprs">The spliced expressions to replace references to spliced expressions.</param>
 <param name="bytes">The serialized form of the quoted expression.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.DefaultValue(System.Type)">
 <summary>Builds an expression that represents the invocation of a default object constructor</summary>

 <param name="expressionType">The type on which the constructor is invoked.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Coerce(Microsoft.FSharp.Quotations.FSharpExpr,System.Type)">
 <summary>Builds an expression that represents the coercion of an expression to a type</summary>

 <param name="source">The expression to coerce.</param>
 <param name="target">The target type.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Cast``1(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Returns a new typed expression given an underlying runtime-typed expression.
 A type annotation is usually required to use this function, and 
 using an incorrect type annotation may result in a later runtime exception.</summary>

 <param name="source">The expression to cast.</param>

 <returns>The resulting typed expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.CallWithWitnesses(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.MethodInfo,System.Reflection.MethodInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr},Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents a call to an instance method associated with an object</summary>

 <param name="obj">The input object.</param>
 <param name="methodInfo">The description of the method to call.</param>
 <param name="methodInfoWithWitnesses">The additional MethodInfo describing the method to call, accepting witnesses.</param>
 <param name="witnesses">The list of witnesses to the method.</param>
 <param name="arguments">The list of arguments to the method.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.CallWithWitnesses(System.Reflection.MethodInfo,System.Reflection.MethodInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr},Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents a call to an static method or module-bound function</summary>

 <param name="methodInfo">The MethodInfo describing the method to call.</param>
 <param name="methodInfoWithWitnesses">The additional MethodInfo describing the method to call, accepting witnesses.</param>
 <param name="witnesses">The list of witnesses to the method.</param>
 <param name="arguments">The list of arguments to the method.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Call(Microsoft.FSharp.Quotations.FSharpExpr,System.Reflection.MethodInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents a call to an instance method associated with an object</summary>

 <param name="obj">The input object.</param>
 <param name="methodInfo">The description of the method to call.</param>
 <param name="arguments">The list of arguments to the method.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Call(System.Reflection.MethodInfo,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Builds an expression that represents a call to an static method or module-bound function</summary>

 <param name="methodInfo">The MethodInfo describing the method to call.</param>
 <param name="arguments">The list of arguments to the method.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Applications(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr}})">
 <summary>Builds an expression that represents the application of a first class function value to multiple arguments</summary>

 <param name="functionExpr">The function to apply.</param>
 <param name="arguments">The list of lists of arguments to the function.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.Application(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents the application of a first class function value to a single argument.</summary>

 <param name="functionExpr">The function to apply.</param>
 <param name="argument">The argument to the function.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.AddressSet(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents setting the value held at a particular address.</summary>

 <param name="target">The target expression.</param>
 <param name="value">The value to set at the address.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpExpr.AddressOf(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Builds an expression that represents getting the address of a value.</summary>

 <param name="target">The target expression.</param>

 <returns>The resulting expression.</returns>
</member>
<member name="T:Microsoft.FSharp.Quotations.FSharpExpr">
 <summary>Quoted expressions annotated with System.Type values. </summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpVar.Type">
 <summary>The type associated with the variable</summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpVar.Name">
 <summary>The declared name of the variable</summary>
</member>
<member name="P:Microsoft.FSharp.Quotations.FSharpVar.IsMutable">
 <summary>Indicates if the variable represents a mutable storage location</summary>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpVar.Global(System.String,System.Type)">
 <summary>Fetches or create a new variable with the given name and type from a global pool of shared variables
 indexed by name and type</summary>

 <param name="name">The name of the variable.</param>
 <param name="typ">The type associated with the variable.</param>

 <returns>The retrieved or created variable.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.FSharpVar.#ctor(System.String,System.Type,Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
 <summary>Creates a new variable with the given name, type and mutability</summary>

 <param name="name">The declared name of the variable.</param>
 <param name="typ">The type associated with the variable.</param>
 <param name="isMutable">Indicates if the variable represents a mutable storage location. Default is false.</param>

 <returns>The created variable.</returns>
</member>
<member name="T:Microsoft.FSharp.Quotations.FSharpVar">
 <summary>Information at the binding site of a variable</summary>

 <namespacedoc><summary>
   Library functionality for F# quotations.
    See also <a href="https://docs.microsoft.com/dotnet/fsharp/language-reference/code-quotations">F# Code Quotations</a> in the F# Language Guide.
 </summary></namespacedoc>
</member>
<member name="M:Microsoft.FSharp.Quotations.ExprShapeModule.RebuildShapeCombination(System.Object,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
 <summary>Re-build combination expressions. The first parameter should be an object
 returned by the <c>ShapeCombination</c> case of the active pattern in this module.</summary>

 <param name="shape">The input shape.</param>
 <param name="arguments">The list of arguments.</param>

 <returns>The rebuilt expression.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.ExprShapeModule.ShapePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern that performs a complete decomposition viewing the expression tree as a binding structure</summary>

 <param name="input">The input expression.</param>

 <returns>The decomposed Var, Lambda, or ConstApp.</returns>
</member>
<member name="T:Microsoft.FSharp.Quotations.ExprShapeModule">
 <summary>Active patterns for traversing, visiting, rebuilding and transforming expressions in a generic way</summary>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.PropertySetterWithReflectedDefinitionPattern(System.Reflection.PropertyInfo)">
 <summary>An active pattern to recognize property setters that have an associated ReflectedDefinition</summary>

 <param name="propertyInfo">The description of the property.</param>

 <returns>The expression of the method definition if found, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.PropertyGetterWithReflectedDefinitionPattern(System.Reflection.PropertyInfo)">
 <summary>An active pattern to recognize property getters or values in modules that have an associated ReflectedDefinition</summary>

 <param name="propertyInfo">The description of the property.</param>

 <returns>The expression of the method definition if found, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.MethodWithReflectedDefinitionPattern(System.Reflection.MethodBase)">
 <summary>An active pattern to recognize methods that have an associated ReflectedDefinition</summary>

 <param name="methodBase">The description of the method.</param>

 <returns>The expression of the method definition if found, or None.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.SpecificCallPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>A parameterized active pattern to recognize calls to a specified function or method.
 The returned elements are the optional target object (present if the target is an 
 instance method), the generic type instantiation (non-empty if the target is a generic
 instantiation), and the arguments to the function or method.</summary>

 <param name="templateParameter">The input template expression to specify the method to call.</param>

 <returns>The optional target object (present if the target is an 
 instance method), the generic type instantiation (non-empty if the target is a generic
 instantiation), and the arguments to the function or method.</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.DecimalPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant decimal expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.UInt64Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant unsigned int64 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.Int64Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant int64 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.UInt32Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant unsigned int32 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.Int32Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant int32 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.UInt16Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant unsigned int16 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.Int16Pattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant int16 expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.BytePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant byte expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.SBytePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant signed byte expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.CharPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant unicode character expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.DoublePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant 64-bit floating point number expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.SinglePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant 32-bit floating point number expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.StringPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant string expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.BoolPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize constant boolean expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constant value from the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.UnitPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize <c>()</c> constant expressions</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern does not bind any results</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.OrElsePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions of the form <c>a || b</c> </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the left and right parts of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.AndAlsoPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions of the form <c>a &amp;&amp; b</c> </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the left and right parts of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.ApplicationsPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent the application of a (possibly curried or tupled) first class function value</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the function and curried arguments of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.DerivedPatternsModule.LambdasPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a (possibly curried or tupled) first class function value</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the curried variables and body of the input expression</returns>
</member>
<member name="T:Microsoft.FSharp.Quotations.DerivedPatternsModule">
 <summary>Contains a set of derived F# active patterns to analyze F# expression objects</summary>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.VarSetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent setting a mutable variable</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the variable and value expression of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.VarPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a variable</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the variable of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.WithValuePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that are a value with an associated definition</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the boxed value, its static type and its definition</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.ValueWithNamePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a constant value</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the boxed value, its static type and its name</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.ValuePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a constant value. This also matches expressions matched by ValueWithName.</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the boxed value and its static type</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.UnionCaseTestPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a test if a value is of a particular union case</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the expression and union case being tested</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.TypeTestPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a dynamic type test</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the expression and type being tested</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.TupleGetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent getting a tuple field</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the expression and tuple field being accessed</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.TryFinallyPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a try/finally construct </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the body and handler parts of the try/finally expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.TryWithPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a try/with construct for exception filtering and catching </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the body, exception variable, filter expression and catch expression of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.SequentialPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent sequential execution of one expression followed by another</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the two sub-expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.QuoteTypedPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a nested typed quotation literal</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the nested quotation expression of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.QuoteRawPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a nested raw quotation literal</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the nested quotation expression of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.QuotePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent a nested quotation literal</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the nested quotation expression of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.PropertySetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent setting a static or instance property, or a non-function value declared in a module</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object, property, indexer arguments and setter value of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.PropertyGetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent the read of a static or instance property, or a non-function value declared in a module</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object, property and indexer arguments of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewStructTuplePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent construction of struct tuple values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the element expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewTuplePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent construction of tuple values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the element expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewUnionCasePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent construction of particular union case values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the union case and field values of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewRecordPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent construction of record values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the record type and field values of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewObjectPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent invocation of object constructors</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the constructor and arguments of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewDelegatePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent construction of delegate values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the delegate type, argument parameters and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.DefaultValuePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent invocations of a default constructor of a struct</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the relevant type of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.NewArrayPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent the construction of arrays </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the element type and values of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.LetRecursivePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent recursive let bindings of one or more variables</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the bindings and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.LetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent let bindings</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the variable, binding expression and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.LambdaPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent first class function values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the variable and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.IfThenElsePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent conditionals</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the condition, then-branch and else-branch of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.WhileLoopPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent while loops </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the guard and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.ForIntegerRangeLoopPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent loops over integer ranges</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the value, start, finish and body of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.FieldSetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent setting a static or instance field </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object, field and value of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.FieldGetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent getting a static or instance field </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object and field of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.CoercePattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent coercions from one type to another</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the source expression and target type of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.CallWithWitnessesPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent calls to static and instance methods, and functions defined in modules, including witness arguments</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object, method, witness-argument and argument sub-expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.CallPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent calls to static and instance methods, and functions defined in modules</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the object, method and argument sub-expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.ApplicationPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent applications of first class function values</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the function and argument of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.AddressSetPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent setting the value held at an address </summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the target and value expressions of the input expression</returns>
</member>
<member name="M:Microsoft.FSharp.Quotations.PatternsModule.AddressOfPattern(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>An active pattern to recognize expressions that represent getting the address of a value</summary>

 <param name="input">The input expression to match against.</param>

 <returns>When successful, the pattern binds the sub-expression of the input AddressOf expression</returns>
</member>
<member name="T:Microsoft.FSharp.Quotations.PatternsModule">
 <summary>Contains a set of primitive F# active patterns to analyze F# expression objects</summary>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.CopyBlockInlined``1(``0*,``0*,System.Int32)">
 <summary>Copies a block of memory to a specified destination address starting from a specified source address until a specified byte count of (count * sizeof&lt;'T&gt;).</summary>

 <param name="destination">The destination pointer.</param>
 <param name="source">The source pointer.</param>
 <param name="count">The source pointer.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.CopyPointerInlined``1(``0*,``0*)">
 <summary>Copies a value to a specified destination address from a specified source address.</summary>

 <param name="destination">The destination pointer.</param>
 <param name="source">The source pointer.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.InitializeBlockInlined``1(``0*,System.Byte,System.UInt32)">
 <summary>Initializes a specified block of memory starting at a specific address to a given byte count and initial byte value.</summary>

 <param name="address">The input pointer.</param>
 <param name="value">The initial byte value.</param>
 <param name="count">The total repeat count of the byte value.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ClearPointerInlined``1(``0*)">
 <summary>Clears the value stored at the location of a given native pointer.</summary>

 <param name="address">The input pointer.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.IsNullPointer``1(``0*)">
 <summary>Tests whether the given native pointer is null.</summary>

 <param name="address">The input pointer.</param>

 <returns>Whether the given native pointer is null.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.NullPointer``1">
 <summary>Gets the null native pointer.</summary>

 <returns>The null native pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.StackAllocate``1(System.Int32)">
 <summary>Allocates a region of memory on the stack.</summary>

 <param name="count">The number of objects of type T to allocate.</param>

 <returns>A typed pointer to the allocated memory.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.SetPointerInlined``1(``0*,System.Int32,``0)">
 <summary>Assigns the <c>value</c> into the memory location referenced by the typed native 
 pointer computed by adding index * sizeof&lt;'T&gt; to the given input pointer.</summary>

 <param name="address">The input pointer.</param>
 <param name="index">The index by which to offset the pointer.</param>
 <param name="value">The value to assign.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.WritePointerInlined``1(``0*,``0)">
 <summary>Assigns the <c>value</c> into the memory location referenced by the given typed native pointer.</summary>

 <param name="address">The input pointer.</param>
 <param name="value">The value to assign.</param>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ReadPointerInlined``1(``0*)">
 <summary>Dereferences the given typed native pointer.</summary>

 <param name="address">The input pointer.</param>

 <returns>The value at the pointer address.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.GetPointerInlined``1(``0*,System.Int32)">
 <summary>Dereferences the typed native pointer computed by adding index * sizeof&lt;'T&gt; to the 
 given input pointer.</summary>

 <param name="address">The input pointer.</param>
 <param name="index">The index by which to offset the pointer.</param>

 <returns>The value at the pointer address.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.AddPointerInlined``1(``0*,System.Int32)">
 <summary>Returns a typed native pointer by adding index * sizeof&lt;'T&gt; to the 
 given input pointer.</summary>

 <param name="address">The input pointer.</param>
 <param name="index">The index by which to offset the pointer.</param>

 <returns>A typed pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ToByRefInlined``1(``0*)">
 <summary>Converts a given typed native pointer to a managed pointer.</summary>

 <param name="address">The typed native pointer.</param>

 <returns>The managed pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ToILSigPtrInlined``1(``0*)">
 <summary>Returns a Common IL (Intermediate Language) signature pointer for a given typed native pointer.</summary>

 <param name="address">The typed native pointer.</param>

 <returns>A Common IL signature pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.OfILSigPtrInlined``1(Microsoft.FSharp.Core.ilsigptr{``0})">
 <summary>Returns a typed native pointer for a Common IL (Intermediate Language) signature pointer.</summary>

 <param name="address">The Common IL signature pointer.</param>

 <returns>A typed native pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ToVoidPtrInlined``1(``0*)">
 <summary>Returns an untyped native pointer for a given typed native pointer.</summary>

 <param name="address">The typed native pointer.</param>

 <returns>An untyped native pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.OfVoidPtrInlined``1(Microsoft.FSharp.Core.voidptr)">
 <summary>Returns a typed native pointer for a untyped native pointer.</summary>

 <param name="address">The untyped native pointer.</param>

 <returns>A typed native pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.ToNativeIntInlined``1(``0*)">
 <summary>Returns a machine address for a given typed native pointer.</summary>

 <param name="address">The typed native pointer.</param>

 <returns>The machine address.</returns>
</member>
<member name="M:Microsoft.FSharp.NativeInterop.NativePtrModule.OfNativeIntInlined``1(System.IntPtr)">
 <summary>Returns a typed native pointer for a given machine address.</summary>

 <param name="address">The machine address.</param>

 <returns>A typed native pointer.</returns>
</member>
<member name="T:Microsoft.FSharp.NativeInterop.NativePtrModule">
 <summary>Contains operations on native pointers. Use of these operators may
 result in the generation of unverifiable code.</summary>

 <namespacedoc><summary>
   Library functionality for native interopability. See 
   also <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/functions/external-functions">F# External Functions</a> in 
   the F# Language Guide.
 </summary></namespacedoc>
</member>
<member name="T:Microsoft.FSharp.Control.IEvent`1">
 <summary>First-class listening points (i.e. objects that permit you to register a callback
 activated when the event is triggered). </summary>

 <category index="3">Events and Observables</category>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpHandler`1">
 <summary>A delegate type associated with the F# event type <c>IEvent&lt;_&gt;</c></summary>

 <param name="sender">The object that fired the event.</param>
 <param name="args">The event arguments.</param>

 <category index="3">Events and Observables</category>
</member>
<member name="T:Microsoft.FSharp.Control.IEvent`2">
 <summary>First class event values for CLI events conforming to CLI Framework standards.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="M:Microsoft.FSharp.Control.IDelegateEvent`1.RemoveHandler(`0)">
 <summary>Remove a listener delegate from an event listener store.</summary>

 <param name="handler">The delegate to be removed from the event listener store.</param>
</member>
<member name="M:Microsoft.FSharp.Control.IDelegateEvent`1.AddHandler(`0)">
 <summary>Connect a handler delegate object to the event. A handler can
 be later removed using RemoveHandler. The listener will
 be invoked when the event is fired.</summary>

 <param name="handler">A delegate to be invoked when the event is fired.</param>
</member>
<member name="T:Microsoft.FSharp.Control.IDelegateEvent`1">
 <summary>First class event values for arbitrary delegate types.</summary>

 <remarks>F# gives special status to member properties compatible with type IDelegateEvent and 
 tagged with the CLIEventAttribute. In this case the F# compiler generates appropriate 
 CLI metadata to make the member appear to other CLI languages as a CLI event.</remarks>

 <category index="3">Events and Observables</category>
</member>
<member name="T:Microsoft.FSharp.Control.Lazy`1">
 <summary>The type of delayed computations.</summary>
 
 <remarks>Use the values in the <c>Lazy</c> module to manipulate 
 values of this type, and the notation <c>lazy expr</c> to create values
 of type <see cref="T:System.Lazy`1" />.</remarks>

 <category index="3">Lazy Computation</category>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpEvent`1.Publish">
 <summary>Publishes an observation  as a first class value.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpEvent`1.Trigger(`0)">
 <summary>Triggers an observation using the given parameters.</summary>

 <param name="arg">The event parameters.</param>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpEvent`1.#ctor">
 <summary>Creates an observable object.</summary>
 <returns>The created event.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpEvent`1">
 <summary>Event implementations for the IEvent&lt;_&gt; type.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpEvent`2.Publish">
 <summary>Publishes the event as a first class event value.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpEvent`2.Trigger(System.Object,`1)">
 <summary>Triggers the event using the given sender object and parameters. The sender object may be <c>null</c>.</summary>

 <param name="sender">The object triggering the event.</param>
 <param name="args">The parameters for the event.</param>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpEvent`2.#ctor">
 <summary>Creates an event object suitable for delegate types following the standard .NET Framework convention of a first 'sender' argument.</summary>
 <returns>The created event.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpEvent`2">
 <summary>Event implementations for a delegate types following the standard .NET Framework convention of a first 'sender' argument.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpDelegateEvent`1.Publish">
 <summary>Publishes the event as a first class event value.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpDelegateEvent`1.Trigger(System.Object[])">
 <summary>Triggers the event using the given parameters.</summary>
 <param name="args">The parameters for the event.</param>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpDelegateEvent`1.#ctor">
 <summary>Creates an event object suitable for implementing an arbitrary type of delegate.</summary>
 <returns>The event object.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpDelegateEvent`1">
 <summary>Event implementations for an arbitrary type of delegate.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Zero">
 <summary>Creates an asynchronous computation that just returns <c>()</c>.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of empty <c>else</c> branches in the 
 <c>async { ... }</c> computation expression syntax.</remarks>
 <returns>An asynchronous computation that returns <c>()</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.While(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit})">
 <summary>Creates an asynchronous computation that runs <c>computation</c> repeatedly 
 until <c>guard()</c> becomes false.</summary>

 <remarks>A cancellation check is performed whenever the computation is executed.

 The existence of this method permits the use of <c>while</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="guard">The function to determine when to stop executing <c>computation</c>.</param>
 <param name="computation">The function to be executed.  Equivalent to the body
 of a <c>while</c> expression.</param>

 <returns>An asynchronous computation that behaves similarly to a while loop when run.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Using``2(``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}})">
 <summary>Creates an asynchronous computation that runs <c>binder(resource)</c>. 
 The action <c>resource.Dispose()</c> is executed as this computation yields its result
 or if the asynchronous computation exits by an exception or by cancellation.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of <c>use</c> and <c>use!</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="resource">The resource to be used and disposed.</param>
 <param name="binder">The function that takes the resource and returns an asynchronous
 computation.</param>

 <returns>An asynchronous computation that binds and eventually disposes <c>resource</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.TryWith``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>Creates an asynchronous computation that runs <c>computation</c> and returns its result.
 If an exception happens then <c>catchHandler(exn)</c> is called and the resulting computation executed instead.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of <c>try/with</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="computation">The input computation.</param>
 <param name="catchHandler">The function to run when <c>computation</c> throws an exception.</param>

 <returns>An asynchronous computation that executes <c>computation</c> and calls <c>catchHandler</c> if an
 exception is thrown.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.TryFinally``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Creates an asynchronous computation that runs <c>computation</c>. The action <c>compensation</c> is executed 
 after <c>computation</c> completes, whether <c>computation</c> exits normally or by an exception. If <c>compensation</c> raises an exception itself
 the original exception is discarded and the new exception becomes the overall result of the computation.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of <c>try/finally</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="computation">The input computation.</param>
 <param name="compensation">The action to be run after <c>computation</c> completes or raises an
 exception (including cancellation).</param>

 <returns>An asynchronous computation that executes computation and compensation afterwards or
 when an exception is raised.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.ReturnFrom``1(Microsoft.FSharp.Control.FSharpAsync{``0})">
 <summary>Delegates to the input computation.</summary>

 <remarks>The existence of this method permits the use of <c>return!</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="computation">The input computation.</param>

 <returns>The input computation.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Return``1(``0)">
 <summary>Creates an asynchronous computation that returns the result <c>v</c>.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of <c>return</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="value">The value to return from the computation.</param>

 <returns>An asynchronous computation that returns <c>value</c> when executed.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.For``1(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit}})">
 <summary>Creates an asynchronous computation that enumerates the sequence <c>seq</c>
 on demand and runs <c>body</c> for each element.</summary>

 <remarks>A cancellation check is performed on each iteration of the loop.

 The existence of this method permits the use of <c>for</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="sequence">The sequence to enumerate.</param>
 <param name="body">A function to take an item from the sequence and create
 an asynchronous computation.  Can be seen as the body of the <c>for</c> expression.</param>

 <returns>An asynchronous computation that will enumerate the sequence and run <c>body</c>
 for each element.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Delay``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>Creates an asynchronous computation that runs <c>generator</c>.</summary>

 <remarks>A cancellation check is performed when the computation is executed.</remarks>

 <param name="generator">The function to run.</param>

 <returns>An asynchronous computation that runs <c>generator</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Combine``1(Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Control.FSharpAsync{``0})">
 <summary>Creates an asynchronous computation that first runs <c>computation1</c>
 and then runs <c>computation2</c>, returning the result of <c>computation2</c>.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of expression sequencing in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="computation1">The first part of the sequenced computation.</param>
 <param name="computation2">The second part of the sequenced computation.</param>

 <returns>An asynchronous computation that runs both of the computations sequentially.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.Bind``2(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}})">
 <summary>Creates an asynchronous computation that runs <c>computation</c>, and when 
 <c>computation</c> generates a result <c>T</c>, runs <c>binder res</c>.</summary>

 <remarks>A cancellation check is performed when the computation is executed.

 The existence of this method permits the use of <c>let!</c> in the 
 <c>async { ... }</c> computation expression syntax.</remarks>

 <param name="computation">The computation to provide an unbound result.</param>
 <param name="binder">The function to bind the result of <c>computation</c>.</param>

 <returns>An asynchronous computation that performs a monadic bind on the result
 of <c>computation</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncBuilder.#ctor">
<summary>
 Generate an object used to build asynchronous computations using F# computation expressions. The value
 &apos;async&apos; is a pre-defined instance of this type.

 A cancellation check is performed when the computation is executed.
</summary>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpAsyncBuilder">
 <summary>The type of the <c>async</c> operator, used to build workflows for asynchronous computations.</summary>

 <category index="1">Async Programming</category>
</member>
<member name="P:Microsoft.FSharp.Control.AsyncActivation`1.IsCancellationRequested">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.Success(Microsoft.FSharp.Control.AsyncActivation{`0},`0)">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.QueueContinuationWithTrampoline(`0)">
<summary>
 Used by MailboxProcessor
</summary>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.OnSuccess(`0)">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.OnExceptionRaised">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.OnCancellation">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncActivation`1.CallContinuation(`0)">
<summary>
 Used by MailboxProcessor
</summary>
</member>
<member name="T:Microsoft.FSharp.Control.AsyncActivation`1">
 <summary>The F# compiler emits references to this type to implement F# async expressions.</summary>

 <category index="5">Async Internals</category>
</member>
<member name="T:Microsoft.FSharp.Control.AsyncReturn">
 <summary>The F# compiler emits references to this type to implement F# async expressions.</summary>

 <category index="5">Async Internals</category>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpAsync.DefaultCancellationToken">
 <summary>Gets the default cancellation token for executing asynchronous computations.</summary>

 <returns>The default CancellationToken.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpAsync.CancellationToken">
 <summary>Creates an asynchronous computation that returns the CancellationToken governing the execution 
 of the computation.</summary>

 <remarks>In <c>async { let! token = Async.CancellationToken ...}</c> token can be used to initiate other 
 asynchronous operations that will cancel cooperatively with this workflow.</remarks>

 <returns>An asynchronous computation capable of retrieving the CancellationToken from a computation
 expression.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.TryCancelled``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{System.OperationCanceledException,Microsoft.FSharp.Core.Unit})">
 <summary>Creates an asynchronous computation that executes <c>computation</c>.
 If this computation is cancelled before it completes then the computation generated by 
 running <c>compensation</c> is executed.</summary>

 <param name="computation">The input asynchronous computation.</param>
 <param name="compensation">The function to be run if the computation is cancelled.</param>

 <returns>An asynchronous computation that runs the compensation if the input computation
 is cancelled.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.SwitchToThreadPool">
 <summary>Creates an asynchronous computation that queues a work item that runs
 its continuation.</summary>

 <returns>A computation that generates a new work item in the thread pool.</returns>

 <category index="4">Threads and Contexts</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.SwitchToNewThread">
 <summary>Creates an asynchronous computation that creates a new thread and runs
 its continuation in that thread.</summary>

 <returns>A computation that will execute on a new thread.</returns>

 <category index="4">Threads and Contexts</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.SwitchToContext(System.Threading.SynchronizationContext)">
 <summary>Creates an asynchronous computation that runs
 its continuation using syncContext.Post. If syncContext is null 
 then the asynchronous computation is equivalent to SwitchToThreadPool().</summary>

 <param name="syncContext">The synchronization context to accept the posted computation.</param>

 <returns>An asynchronous computation that uses the syncContext context to execute.</returns>

 <category index="4">Threads and Contexts</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartWithContinuations``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.OperationCanceledException,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Runs an asynchronous computation, starting immediately on the current operating system
 thread. Call one of the three continuations when the operation completes.</summary>

 <remarks>If no cancellation token is provided then the default cancellation token
 is used.</remarks>

 <param name="computation">The asynchronous computation to execute.</param>
 <param name="continuation">The function called on success.</param>
 <param name="exceptionContinuation">The function called on exception.</param>
 <param name="cancellationContinuation">The function called on cancellation.</param>
 <param name="cancellationToken">The <c>CancellationToken</c> to associate with the computation.
 The default is used if this parameter is not provided.</param>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartImmediateAsTask``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Runs an asynchronous computation, starting immediately on the current operating system
 thread, but also returns the execution as <see cref="T:System.Threading.Tasks.Task`1"/>
 </summary>

 <remarks>If no cancellation token is provided then the default cancellation token is used.
 You may prefer using this method if you want to achive a similar behviour to async await in C# as 
 async computation starts on the current thread with an ability to return a result.
 </remarks>

 <param name="computation">The asynchronous computation to execute.</param>
 <param name="cancellationToken">The <c>CancellationToken</c> to associate with the computation.
 The default is used if this parameter is not provided.</param>

 <returns>A <see cref="T:System.Threading.Tasks.Task"/> that will be completed
 in the corresponding state once the computation terminates (produces the result, throws exception or gets canceled)</returns>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartImmediate(Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Runs an asynchronous computation, starting immediately on the current operating system
 thread.</summary>

 <remarks>If no cancellation token is provided then the default cancellation token is used.</remarks>

 <param name="computation">The asynchronous computation to execute.</param>
 <param name="cancellationToken">The <c>CancellationToken</c> to associate with the computation.
 The default is used if this parameter is not provided.</param>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartChildAsTask``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Threading.Tasks.TaskCreationOptions})">
 <summary>Creates an asynchronous computation which starts the given computation as a <see cref="T:System.Threading.Tasks.Task`1"/></summary>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartChild``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Starts a child computation within an asynchronous workflow. 
 This allows multiple asynchronous computations to be executed simultaneously.</summary>
 
 <remarks>This method should normally be used as the immediate 
 right-hand-side of a <c>let!</c> binding in an F# asynchronous workflow, that is,
 <code>
        async { ...
                let! completor1 = childComputation1 |> Async.StartChild  
                let! completor2 = childComputation2 |> Async.StartChild  
                ... 
                let! result1 = completor1 
                let! result2 = completor2 
                ... }
 </code>
 
 When used in this way, each use of <c>StartChild</c> starts an instance of <c>childComputation</c> 
 and returns a completor object representing a computation to wait for the completion of the operation.
 When executed, the completor awaits the completion of <c>childComputation</c>.</remarks>

 <param name="computation">The child computation.</param>
 <param name="millisecondsTimeout">The timeout value in milliseconds.  If one is not provided
 then the default value of -1 corresponding to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>A new computation that waits for the input computation to finish.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.StartAsTask``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Threading.Tasks.TaskCreationOptions},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Executes a computation in the thread pool.</summary>

 <remarks>If no cancellation token is provided then the default cancellation token is used.</remarks>

 <returns>A <see cref="T:System.Threading.Tasks.Task`1"/> that will be completed
 in the corresponding state once the computation terminates (produces the result, throws exception or gets canceled)</returns>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Start(Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Starts the asynchronous computation in the thread pool. Do not await its result.</summary>

 <remarks>If no cancellation token is provided then the default cancellation token is used.</remarks>

 <param name="computation">The computation to run asynchronously.</param>
 <param name="cancellationToken">The cancellation token to be associated with the computation.
 If one is not supplied, the default cancellation token is used.</param>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Sleep(System.TimeSpan)">
 <summary>
  Creates an asynchronous computation that will sleep for the given time. This is scheduled
  using a System.Threading.Timer object. The operation will not block operating system threads
  for the duration of the wait.
 </summary>

 <param name="dueTime">The amount of time to sleep.</param>

 <returns>An asynchronous computation that will sleep for the given time.</returns>

 <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the due time is negative.</exception>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Sleep(System.Int32)">
 <summary>
  Creates an asynchronous computation that will sleep for the given time. This is scheduled
  using a System.Threading.Timer object. The operation will not block operating system threads
  for the duration of the wait.
 </summary>

 <param name="millisecondsDueTime">The number of milliseconds to sleep.</param>

 <returns>An asynchronous computation that will sleep for the given time.</returns>

 <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the due time is negative
 and not infinite.</exception>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Sequential``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>Creates an asynchronous computation that executes all the given asynchronous computations sequentially.</summary>

 <remarks>If all child computations succeed, an array of results is passed to the success continuation.

 If any child computation raises an exception, then the overall computation will trigger an
 exception, and cancel the others.

 The overall computation will respond to cancellation while executing the child computations.
 If cancelled, the computation will cancel any remaining child computations but will still wait
 for the other child computations to complete.</remarks>

 <param name="computations">A sequence of distinct computations to be run in sequence.</param>

 <returns>A computation that returns an array of values from the sequence of input computations.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.RunSynchronously``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Runs the asynchronous computation and await its result.</summary>

 <remarks>If an exception occurs in the asynchronous computation then an exception is re-raised by this
 function.
        
 If no cancellation token is provided then the default cancellation token is used.

 The timeout parameter is given in milliseconds.  A value of -1 is equivalent to
 System.Threading.Timeout.Infinite.</remarks>

 <param name="computation">The computation to run.</param>
 <param name="timeout">The amount of time in milliseconds to wait for the result of the
 computation before raising a <see cref="T:System.TimeoutException"/>.  If no value is provided
 for timeout then a default of -1 is used to correspond to <see cref="F:System.Threading.Timeout.Infinite"/>.
 If a cancellable cancellationToken is provided, timeout parameter will be ignored</param>
 <param name="cancellationToken">The cancellation token to be associated with the computation.
 If one is not supplied, the default cancellation token is used.</param>

 <returns>The result of the computation.</returns>

 <category index="0">Starting Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Parallel``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Control.FSharpAsync{``0}},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Creates an asynchronous computation that executes all the given asynchronous computations,
 initially queueing each as work items and using a fork/join pattern.</summary>

 <remarks>If all child computations succeed, an array of results is passed to the success continuation.

 If any child computation raises an exception, then the overall computation will trigger an
 exception, and cancel the others.

 The overall computation will respond to cancellation while executing the child computations.
 If cancelled, the computation will cancel any remaining child computations but will still wait
 for the other child computations to complete.</remarks>

 <param name="computations">A sequence of distinct computations to be parallelized.</param>
 <param name="maxDegreeOfParallelism">The maximum degree of parallelism in the parallel execution.</param>

 <returns>A computation that returns an array of values from the sequence of input computations.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Parallel``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>Creates an asynchronous computation that executes all the given asynchronous computations, 
 initially queueing each as work items and using a fork/join pattern.</summary>

 <remarks>If all child computations succeed, an array of results is passed to the success continuation.
 
 If any child computation raises an exception, then the overall computation will trigger an 
 exception, and cancel the others. 

 The overall computation will respond to cancellation while executing the child computations.
 If cancelled, the computation will cancel any remaining child computations but will still wait
 for the other child computations to complete.</remarks>

 <param name="computations">A sequence of distinct computations to be parallelized.</param>

 <returns>A computation that returns an array of values from the sequence of input computations.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.OnCancel(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Generates a scoped, cooperative cancellation handler for use within an asynchronous workflow.</summary>

 <remarks>For example,
     <c>async { use! holder = Async.OnCancel interruption ... }</c> 
 generates an asynchronous computation where, if a cancellation happens any time during 
 the execution of the asynchronous computation in the scope of <c>holder</c>, then action 
 <c>interruption</c> is executed on the thread that is performing the cancellation. This can 
 be used to arrange for a computation to be asynchronously notified that a cancellation 
 has occurred, e.g. by setting a flag, or deregistering a pending I/O action.</remarks>

 <param name="interruption">The function that is executed on the thread performing the
 cancellation.</param>

 <returns>An asynchronous computation that triggers the interruption if it is cancelled
 before being disposed.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Ignore``1(Microsoft.FSharp.Control.FSharpAsync{``0})">
 <summary>Creates an asynchronous computation that runs the given computation and ignores 
 its result.</summary>

 <param name="computation">The input computation.</param>

 <returns>A computation that is equivalent to the input computation, but disregards the result.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.FromContinuations``1(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.OperationCanceledException,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Core.Unit})">
 <summary>Creates an asynchronous computation that captures the current
 success, exception and cancellation continuations. The callback must 
 eventually call exactly one of the given continuations.</summary>

 <param name="callback">The function that accepts the current success, exception, and cancellation
 continuations.</param>

 <returns>An asynchronous computation that provides the callback with the current continuations.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.FromBeginEnd``4(``0,``1,``2,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1,``2,System.AsyncCallback,System.Object},System.IAsyncResult},Microsoft.FSharp.Core.FSharpFunc{System.IAsyncResult,``3},Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit}})">
 <summary>Creates an asynchronous computation in terms of a Begin/End pair of actions in 
 the style used in .NET 2.0 APIs.</summary>

 <remarks>The computation will respond to cancellation while waiting for the completion
 of the operation. If a cancellation occurs, and <c>cancelAction</c> is specified, then it is 
 executed, and the computation continues to wait for the completion of the operation.
 
 If <c>cancelAction</c> is not specified, then cancellation causes the computation
 to stop immediately, and subsequent invocations of the callback are ignored.</remarks>

 <param name="arg1">The first argument for the operation.</param>
 <param name="arg2">The second argument for the operation.</param>
 <param name="arg3">The third argument for the operation.</param>
 <param name="beginAction">The function initiating a traditional CLI asynchronous operation.</param>
 <param name="endAction">The function completing a traditional CLI asynchronous operation.</param>
 <param name="cancelAction">An optional function to be executed when a cancellation is requested.</param>

 <returns>An asynchronous computation wrapping the given Begin/End functions.</returns>

 <category index="5">Legacy .NET Async Interoperability</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.FromBeginEnd``3(``0,``1,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1,System.AsyncCallback,System.Object},System.IAsyncResult},Microsoft.FSharp.Core.FSharpFunc{System.IAsyncResult,``2},Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit}})">
 <summary>
 Creates an asynchronous computation in terms of a Begin/End pair of actions in 
 the style used in .NET 2.0 APIs.</summary>

 <remarks>The computation will respond to cancellation while waiting for the completion
 of the operation. If a cancellation occurs, and <c>cancelAction</c> is specified, then it is 
 executed, and the computation continues to wait for the completion of the operation.
 
 If <c>cancelAction</c> is not specified, then cancellation causes the computation
 to stop immediately, and subsequent invocations of the callback are ignored.</remarks>

 <param name="arg1">The first argument for the operation.</param>
 <param name="arg2">The second argument for the operation.</param>
 <param name="beginAction">The function initiating a traditional CLI asynchronous operation.</param>
 <param name="endAction">The function completing a traditional CLI asynchronous operation.</param>
 <param name="cancelAction">An optional function to be executed when a cancellation is requested.</param>

 <returns>An asynchronous computation wrapping the given Begin/End functions.</returns>

 <category index="5">Legacy .NET Async Interoperability</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.FromBeginEnd``2(``0,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,System.AsyncCallback,System.Object},System.IAsyncResult},Microsoft.FSharp.Core.FSharpFunc{System.IAsyncResult,``1},Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit}})">
 <summary>
  Creates an asynchronous computation in terms of a Begin/End pair of actions in 
  the style used in .NET 2.0 APIs.
 </summary>

 <remarks>The computation will respond to cancellation while waiting for the completion
 of the operation. If a cancellation occurs, and <c>cancelAction</c> is specified, then it is 
 executed, and the computation continues to wait for the completion of the operation.

  If <c>cancelAction</c> is not specified, then cancellation causes the computation
  to stop immediately, and subsequent invocations of the callback are ignored.
</remarks>

 <param name="arg">The argument for the operation.</param>
 <param name="beginAction">The function initiating a traditional CLI asynchronous operation.</param>
 <param name="endAction">The function completing a traditional CLI asynchronous operation.</param>
 <param name="cancelAction">An optional function to be executed when a cancellation is requested.</param>

 <returns>An asynchronous computation wrapping the given Begin/End functions.</returns>

 <category index="5">Legacy .NET Async Interoperability</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.FromBeginEnd``1(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{System.AsyncCallback,System.Object},System.IAsyncResult},Microsoft.FSharp.Core.FSharpFunc{System.IAsyncResult,``0},Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit}})">
 <summary>
  Creates an asynchronous computation in terms of a Begin/End pair of actions in 
  the style used in CLI APIs.
 </summary>

 <remarks>
 The computation will respond to cancellation while waiting for the completion
 of the operation. If a cancellation occurs, and <c>cancelAction</c> is specified, then it is 
 executed, and the computation continues to wait for the completion of the operation.
 
 If <c>cancelAction</c> is not specified, then cancellation causes the computation
 to stop immediately, and subsequent invocations of the callback are ignored.</remarks>

 <param name="beginAction">The function initiating a traditional CLI asynchronous operation.</param>
 <param name="endAction">The function completing a traditional CLI asynchronous operation.</param>
 <param name="cancelAction">An optional function to be executed when a cancellation is requested.</param>

 <returns>An asynchronous computation wrapping the given Begin/End functions.</returns>

 <category index="5">Legacy .NET Async Interoperability</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Choice``1(System.Collections.Generic.IEnumerable{Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.FSharpOption{``0}}})">
 <summary>Creates an asynchronous computation that executes all given asynchronous computations in parallel, 
 returning the result of the first succeeding computation (one whose result is 'Some x').
 If all child computations complete with None, the parent computation also returns None.</summary>

 <remarks>
 If any child computation raises an exception, then the overall computation will trigger an 
 exception, and cancel the others. 

 The overall computation will respond to cancellation while executing the child computations.
 If cancelled, the computation will cancel any remaining child computations but will still wait
 for the other child computations to complete.</remarks>

 <param name="computations">A sequence of computations to be parallelized.</param>

 <returns>A computation that returns the first succeeding computation.</returns>

 <category index="1">Composing Async Computations</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.Catch``1(Microsoft.FSharp.Control.FSharpAsync{``0})">
 <summary>Creates an asynchronous computation that executes <c>computation</c>.
 If this computation completes successfully then return <c>Choice1Of2</c> with the returned
 value. If this computation raises an exception before it completes then return <c>Choice2Of2</c>
 with the raised exception.</summary>

 <param name="computation">The input computation that returns the type T.</param>

 <returns>A computation that returns a choice of type T or exception.</returns>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.CancelDefaultToken">
 <summary>Raises the cancellation condition for the most recent set of asynchronous computations started 
 without any specific CancellationToken. Replaces the global CancellationTokenSource with a new 
 global token source for any asynchronous computations created after this point without any 
 specific CancellationToken.</summary>

 <category index="3">Cancellation and Exceptions</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AwaitWaitHandle(System.Threading.WaitHandle,Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Creates an asynchronous computation that will wait on the given WaitHandle.</summary>

 <remarks>The computation returns true if the handle indicated a result within the given timeout.</remarks>

 <param name="waitHandle">The <c>WaitHandle</c> that can be signalled.</param>
 <param name="millisecondsTimeout">The timeout value in milliseconds.  If one is not provided
 then the default value of -1 corresponding to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that waits on the given <c>WaitHandle</c>.</returns>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AwaitTask(System.Threading.Tasks.Task)">
 <summary>Return an asynchronous computation that will wait for the given task to complete and return
 its result.</summary>

 <param name="task">The task to await.</param>

 <remarks>If an exception occurs in the asynchronous computation then an exception is re-raised by this
 function.
        
 If the task is cancelled then <see cref="F:System.Threading.Tasks.TaskCanceledException"/> is raised. Note
 that the task may be governed by a different cancellation token to the overall async computation
 where the AwaitTask occurs. In practice you should normally start the task with the
 cancellation token returned by <c>let! ct = Async.CancellationToken</c>, and catch
 any <see cref="F:System.Threading.Tasks.TaskCanceledException"/> at the point where the
 overall async is started.
 </remarks>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AwaitTask``1(System.Threading.Tasks.Task{``0})">
 <summary>Return an asynchronous computation that will wait for the given task to complete and return
 its result.</summary>

 <param name="task">The task to await.</param>

 <remarks>If an exception occurs in the asynchronous computation then an exception is re-raised by this
 function.
        
 If the task is cancelled then <see cref="F:System.Threading.Tasks.TaskCanceledException"/> is raised. Note
 that the task may be governed by a different cancellation token to the overall async computation
 where the AwaitTask occurs. In practice you should normally start the task with the
 cancellation token returned by <c>let! ct = Async.CancellationToken</c>, and catch
 any <see cref="F:System.Threading.Tasks.TaskCanceledException"/> at the point where the
 overall async is started.
 </remarks>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AwaitIAsyncResult(System.IAsyncResult,Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Creates an asynchronous computation that will wait on the IAsyncResult.</summary>

 <remarks>The computation returns true if the handle indicated a result within the given timeout.</remarks>

 <param name="iar">The IAsyncResult to wait on.</param>
 <param name="millisecondsTimeout">The timeout value in milliseconds.  If one is not provided
 then the default value of -1 corresponding to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that waits on the given <c>IAsyncResult</c>.</returns>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AwaitEvent``2(Microsoft.FSharp.Control.IEvent{``0,``1},Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit}})">
 <summary>Creates an asynchronous computation that waits for a single invocation of a CLI 
 event by adding a handler to the event. Once the computation completes or is 
 cancelled, the handler is removed from the event.</summary>

 <remarks>The computation will respond to cancellation while waiting for the event. If a 
 cancellation occurs, and <c>cancelAction</c> is specified, then it is executed, and 
 the computation continues to wait for the event.
 
 If <c>cancelAction</c> is not specified, then cancellation causes the computation
 to cancel immediately.</remarks>

 <param name="event">The event to handle once.</param>
 <param name="cancelAction">An optional function to execute instead of cancelling when a
 cancellation is issued.</param>

 <returns>An asynchronous computation that waits for the event to be invoked.</returns>

 <category index="2">Awaiting Results</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsync.AsBeginEnd``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}})">
 <summary>Creates three functions that can be used to implement the .NET 1.0 Asynchronous 
 Programming Model (APM) for a given asynchronous computation.</summary>

 <param name="computation">A function generating the asynchronous computation to split into the traditional
 .NET Asynchronous Programming Model.</param>

 <returns>A tuple of the begin, end, and cancel members.</returns>

 <category index="5">Legacy .NET Async Interoperability</category>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpAsync">
 <summary>Holds static members for creating and manipulating asynchronous computations.</summary>

 <remarks>
  See also <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/asynchronous-workflows">F# Language Guide - Async Workflows</a>.
 </remarks>

 <category index="1">Async Programming</category>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpAsync`1">
 <summary>
 An asynchronous computation, which, when run, will eventually produce a value  of type T, or else raises an exception.
 </summary> 

 <remarks>
  This type has no members. Asynchronous computations are normally specified either by using an async expression
  or the static methods in the <see cref="T:Microsoft.FSharp.Control.Async"/> type.

  See also <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/asynchronous-workflows">F# Language Guide - Async Workflows</a>.
 </remarks> 

 <namespacedoc><summary>
   Library functionality for asynchronous programming, events and agents. See also
   <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/asynchronous-workflows">Asynchronous Programming</a>, 
   <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/members/events">Events</a> and
   <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/lazy-expressions">Lazy Expressions</a> in the
   F# Language Guide.
 </summary></namespacedoc>

 <category index="1">Async Programming</category>
</member>
<member name="M:Microsoft.FSharp.Control.BackgroundTaskBuilder.RunDynamic``1(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``0})">
 <summary>
 The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.BackgroundTaskBuilder.Run``1(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``0})">
 <summary>
 Hosts the task code in a state machine and starts the task, executing in the threadpool using Task.Run
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.BackgroundTaskBuilder">
 <summary>
 Contains methods to build tasks using the F# computation expression syntax
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilder.RunDynamic``1(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``0})">
 <summary>
 The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilder.Run``1(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``0})">
<summary>
 Hosts the task code in a state machine and starts the task.
</summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilder">
 <summary>
 Contains methods to build tasks using the F# computation expression syntax
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.Zero``1">
 <summary>
 Specifies a unit of task code which produces no result
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.While``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},Microsoft.FSharp.Core.Unit})">
 <summary>
 Specifies the iterative execution of a unit of task code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.Using``3(``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``1},``2}})">
 <summary>
 Specifies a unit of task code which binds to the resource implementing IAsyncDisposable and disposes it asynchronously
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.TryWith``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``1},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``1}})">
 <summary>
 Specifies a unit of task code which excuted using try/with semantics
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.TryFinally``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``1},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>
 Specifies a unit of task code which excuted using try/finally semantics
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.Return``1(``0)">
 <summary>
 Specifies a unit of task code which returns a value
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.For``2(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``1},Microsoft.FSharp.Core.Unit}})">
 <summary>
 Specifies the iterative execution of a unit of task code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.Delay``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``1}})">
 <summary>
 Specifies the delayed execution of a unit of task code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderBase.Combine``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``1})">
 <summary>
 Specifies the sequential composition of two units of task code.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilderBase">
 <summary>
 Contains methods to build tasks using the F# computation expression syntax
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskCode`2">
 <summary>
 A special compiler-recognised delegate type for specifying blocks of task code
 with access to the state machine.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskResumptionFunc`1">
 <summary>
 Represents the runtime continuation of a task state machine created dynamically
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskStateMachine`1">
 <summary>
 This is used by the compiler as a template for creating state machine structs
 </summary>
</member>
<member name="F:Microsoft.FSharp.Control.TaskStateMachineData`1.MethodBuilder">
 <summary>
 Holds the MethodBuilder for the state machine
 </summary>
</member>
<member name="F:Microsoft.FSharp.Control.TaskStateMachineData`1.Result">
 <summary>
 Holds the final result of the state machine
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskStateMachineData`1">
 <summary>
 The extra data stored in ResumableStateMachine for tasks
 </summary>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.DefaultTimeout(System.Int32)">
 <summary>Raises a timeout exception if a message not received in this amount of time. By default
 no timeout is used.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.remove_Error(Microsoft.FSharp.Control.FSharpHandler{System.Exception})">
 <summary>Occurs when the execution of the agent results in an exception.</summary>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Error">
 <summary>Occurs when the execution of the agent results in an exception.</summary>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.DefaultTimeout">
 <summary>Raises a timeout exception if a message not received in this amount of time. By default
 no timeout is used.</summary>
</member>
<member name="P:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.CurrentQueueLength">
 <summary>Returns the number of unprocessed messages in the message queue of the agent.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.add_Error(Microsoft.FSharp.Control.FSharpHandler{System.Exception})">
 <summary>Occurs when the execution of the agent results in an exception.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.TryScan``1(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Control.FSharpAsync{``0}}},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Scans for a message by looking through messages in arrival order until <c>scanner</c> 
 returns a Some value. Other messages remain in the queue.</summary>

 <remarks>This method is for use within the body of the agent. For each agent, at most 
 one concurrent reader may be active, so no more than one concurrent call to 
 Receive, TryReceive, Scan and/or TryScan may be active.</remarks>
 <param name="scanner">The function to return None if the message is to be skipped
 or Some if the message is to be processed and removed from the queue.</param>
 <param name="timeout">An optional timeout in milliseconds. Defaults to -1 which corresponds
 to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that <c>scanner</c> built off the read message.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.TryReceive(Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Waits for a message. This will consume the first message in arrival order.</summary> 

 <remarks>This method is for use within the body of the agent. 

 Returns None if a timeout is given and the timeout is exceeded.

 This method is for use within the body of the agent. For each agent, at most 
 one concurrent reader may be active, so no more than one concurrent call to 
 Receive, TryReceive, Scan and/or TryScan may be active.</remarks>
 <param name="timeout">An optional timeout in milliseconds. Defaults to -1 which
 corresponds to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that returns the received message or
 None if the timeout is exceeded.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.TryPostAndReply``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsyncReplyChannel{``0},`0},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Like PostAndReply, but returns None if no reply within the timeout period.</summary>

 <param name="buildMessage">The function to incorporate the AsyncReplyChannel into
 the message to be sent.</param>
 <param name="timeout">An optional timeout parameter (in milliseconds) to wait for a reply message.
 Defaults to -1 which corresponds to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>The reply from the agent or None if the timeout expires.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Start">
 <summary>Starts the agent.</summary>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Start(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpMailboxProcessor{`0},Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Creates and starts an agent. The <c>body</c> function is used to generate the asynchronous 
 computation executed by the agent.</summary>

 <param name="body">The function to produce an asynchronous computation that will be executed
 as the read loop for the MailboxProcessor when Start is called.</param>
 <param name="cancellationToken">An optional cancellation token for the <c>body</c>.
 Defaults to <c>Async.DefaultCancellationToken</c>.</param>

 <returns>The created MailboxProcessor.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Scan``1(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Control.FSharpAsync{``0}}},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Scans for a message by looking through messages in arrival order until <c>scanner</c> 
 returns a Some value. Other messages remain in the queue.</summary>

 <remarks>Returns None if a timeout is given and the timeout is exceeded.

 This method is for use within the body of the agent. For each agent, at most 
 one concurrent reader may be active, so no more than one concurrent call to 
 Receive, TryReceive, Scan and/or TryScan may be active.</remarks>
 <param name="scanner">The function to return None if the message is to be skipped
 or Some if the message is to be processed and removed from the queue.</param>
 <param name="timeout">An optional timeout in milliseconds. Defaults to -1 which corresponds
 to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that <c>scanner</c> built off the read message.</returns>
 <exception cref="T:System.TimeoutException">Thrown when the timeout is exceeded.</exception>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Receive(Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Waits for a message. This will consume the first message in arrival order.</summary> 

 <remarks>This method is for use within the body of the agent. 

 This method is for use within the body of the agent. For each agent, at most 
 one concurrent reader may be active, so no more than one concurrent call to 
 Receive, TryReceive, Scan and/or TryScan may be active.</remarks>
 <param name="timeout">An optional timeout in milliseconds. Defaults to -1 which corresponds
 to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that returns the received message.</returns>
 <exception cref="T:System.TimeoutException">Thrown when the timeout is exceeded.</exception>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.PostAndTryAsyncReply``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsyncReplyChannel{``0},`0},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Like AsyncPostAndReply, but returns None if no reply within the timeout period.</summary>

 <param name="buildMessage">The function to incorporate the AsyncReplyChannel into
 the message to be sent.</param>
 <param name="timeout">An optional timeout parameter (in milliseconds) to wait for a reply message.
 Defaults to -1 which corresponds to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that will return the reply or None if the timeout expires.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.PostAndReply``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsyncReplyChannel{``0},`0},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Posts a message to an agent and await a reply on the channel, synchronously.</summary>

 <remarks>The message is generated by applying <c>buildMessage</c> to a new reply channel 
 to be incorporated into the message. The receiving agent must process this 
 message and invoke the Reply method on this reply channel precisely once.</remarks>
 <param name="buildMessage">The function to incorporate the AsyncReplyChannel into
 the message to be sent.</param>
 <param name="timeout">An optional timeout parameter (in milliseconds) to wait for a reply message.
 Defaults to -1 which corresponds to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>The reply from the agent.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.PostAndAsyncReply``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsyncReplyChannel{``0},`0},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Posts a message to an agent and await a reply on the channel, asynchronously.</summary> 

 <remarks>The message is generated by applying <c>buildMessage</c> to a new reply channel 
 to be incorporated into the message. The receiving agent must process this 
 message and invoke the Reply method on this reply channel precisely once.</remarks>
 <param name="buildMessage">The function to incorporate the AsyncReplyChannel into
 the message to be sent.</param>
 <param name="timeout">An optional timeout parameter (in milliseconds) to wait for a reply message.
 Defaults to -1 which corresponds to <see cref="F:System.Threading.Timeout.Infinite"/>.</param>

 <returns>An asynchronous computation that will wait for the reply from the agent.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.Post(`0)">
 <summary>Posts a message to the message queue of the MailboxProcessor, asynchronously.</summary>

 <param name="message">The message to post.</param>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpMailboxProcessor`1.#ctor(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpMailboxProcessor{`0},Microsoft.FSharp.Control.FSharpAsync{Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
 <summary>Creates an agent. The <c>body</c> function is used to generate the asynchronous 
 computation executed by the agent. This function is not executed until 
 <c>Start</c> is called.</summary>

 <param name="body">The function to produce an asynchronous computation that will be executed
 as the read loop for the MailboxProcessor when Start is called.</param>
 <param name="cancellationToken">An optional cancellation token for the <c>body</c>.
 Defaults to <c>Async.DefaultCancellationToken</c>.</param>

 <returns>The created MailboxProcessor.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpMailboxProcessor`1">
 <summary>A message-processing agent which executes an asynchronous computation.</summary>

 <remarks>The agent encapsulates a message queue that supports multiple-writers and 
 a single reader agent. Writers send messages to the agent by using the Post 
 method and its variations.

 The agent may wait for messages using the Receive or TryReceive methods or
 scan through all available messages using the Scan or TryScan method.</remarks>

 <category index="4">Agents</category>
</member>
<member name="M:Microsoft.FSharp.Control.FSharpAsyncReplyChannel`1.Reply(`0)">
 <summary>Sends a reply to a PostAndReply message.</summary>
 <param name="value">The value to send.</param>
</member>
<member name="T:Microsoft.FSharp.Control.FSharpAsyncReplyChannel`1">
 <summary>A handle to a capability to reply to a PostAndReply message.</summary>

 <category index="4">Agents</category>
</member>
<member name="M:Microsoft.FSharp.Control.LazyExtensions.Force``1(System.Lazy{``0})">
 <summary>Forces the execution of this value and return its result. Same as Value. Mutual exclusion is used to 
 prevent other threads also computing the value.</summary>
 <returns>The value of the Lazy object.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.LazyExtensions.CreateFromValue``1(``0)">
 <summary>Creates a lazy computation that evaluates to the given value when forced.</summary>

 <param name="value">The input value.</param>

 <returns>The created Lazy object.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.LazyExtensions.Create``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
 <summary>Creates a lazy computation that evaluates to the result of the given function when forced.</summary>

 <param name="creator">The function to provide the value when needed.</param>

 <returns>The created Lazy object.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.LazyExtensions">
 <summary>Extensions related to Lazy values.</summary>

 <category index="3">Lazy Computation</category>
</member>
<member name="M:Microsoft.FSharp.Control.WebExtensions.AsyncDownloadFile(System.Net.WebClient,System.Uri,System.String)">
 <summary>Returns an asynchronous computation that, when run, will wait for the download of the given URI to specified file.</summary>

 <param name="address">The URI to retrieve.</param>
 <param name="fileName">The filename to save download to.</param>

 <returns>An asynchronous computation that will wait for the download of the URI to specified file.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.WebExtensions.AsyncDownloadData(System.Net.WebClient,System.Uri)">
 <summary>Returns an asynchronous computation that, when run, will wait for the download of the given URI.</summary>

 <param name="address">The URI to retrieve.</param>

 <returns>An asynchronous computation that will wait for the download of the URI.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.WebExtensions.AsyncDownloadString(System.Net.WebClient,System.Uri)">
 <summary>Returns an asynchronous computation that, when run, will wait for the download of the given URI.</summary>

 <param name="address">The URI to retrieve.</param>

 <returns>An asynchronous computation that will wait for the download of the URI.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.WebExtensions.AsyncGetResponse(System.Net.WebRequest)">
 <summary>Returns an asynchronous computation that, when run, will wait for a response to the given WebRequest.</summary>
 <returns>An asynchronous computation that waits for response to the <c>WebRequest</c>.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.WebExtensions">
 <summary>A module of extension members providing asynchronous operations for some basic Web operations.</summary>

 <category index="1">Async Programming</category>
</member>
<member name="M:Microsoft.FSharp.Control.CommonExtensions.SubscribeToObservable``1(System.IObservable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit})">
 <summary>Connects a listener function to the observable. The listener will
 be invoked for each observation. The listener can be removed by
 calling Dispose on the returned IDisposable object.</summary>

 <param name="callback">The function to be called for each observation.</param>

 <returns>An object that will remove the listener if disposed.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.CommonExtensions.AddToObservable``1(System.IObservable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit})">
 <summary>Permanently connects a listener function to the observable. The listener will
 be invoked for each observation.</summary>

 <param name="callback">The function to be called for each observation.</param>
</member>
<member name="M:Microsoft.FSharp.Control.CommonExtensions.AsyncWrite(System.IO.Stream,System.Byte[],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Returns an asynchronous computation that will write the given bytes to the stream.</summary>

 <param name="buffer">The buffer to write from.</param>
 <param name="offset">An optional offset as a number of bytes in the stream.</param>
 <param name="count">An optional number of bytes to write to the stream.</param>

 <returns>An asynchronous computation that will write the given bytes to the stream.</returns>
 <exception cref="T:System.ArgumentException">Thrown when the sum of offset and count is longer than
 the buffer length.</exception>
 <exception cref="T:System.ArgumentOutOfRangeException">Thrown when offset or count is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Control.CommonExtensions.AsyncReadBytes(System.IO.Stream,System.Int32)">
 <summary>Returns an asynchronous computation that will read the given number of bytes from the stream.</summary>

 <param name="count">The number of bytes to read.</param>

 <returns>An asynchronous computation that returns the read byte[] when run.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.CommonExtensions.AsyncRead(System.IO.Stream,System.Byte[],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Returns an asynchronous computation that will read from the stream into the given buffer.</summary>
 <param name="buffer">The buffer to read into.</param>
 <param name="offset">An optional offset as a number of bytes in the stream.</param>
 <param name="count">An optional number of bytes to read from the stream.</param>

 <returns>An asynchronous computation that will read from the stream into the given buffer.</returns>
 <exception cref="T:System.ArgumentException">Thrown when the sum of offset and count is longer than
 the buffer length.</exception>
 <exception cref="T:System.ArgumentOutOfRangeException">Thrown when offset or count is negative.</exception>
</member>
<member name="T:Microsoft.FSharp.Control.CommonExtensions">
 <summary>A module of extension members providing asynchronous operations for some basic CLI types related to concurrency and I/O.</summary>

 <category index="1">Async Programming</category>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.TryWith``1(Microsoft.FSharp.Control.AsyncActivation{``0},Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Control.FSharpAsync{``0}}})">
 <summary>The F# compiler emits calls to this function to implement the <c>try/with</c> construct for F# async expressions.</summary>

 <param name="ctxt">The async activation.</param>
 <param name="computation">The computation to protect.</param>
 <param name="catchFunction">The exception filter.</param>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.TryFinally``1(Microsoft.FSharp.Control.AsyncActivation{``0},Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>The F# compiler emits calls to this function to implement the <c>try/finally</c> construct for F# async expressions.</summary>

 <param name="ctxt">The async activation.</param>
 <param name="computation">The computation to protect.</param>
 <param name="finallyFunction">The finally code.</param>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.Bind``2(Microsoft.FSharp.Control.AsyncActivation{``0},Microsoft.FSharp.Control.FSharpAsync{``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>The F# compiler emits calls to this function to implement the <c>let!</c> construct for F# async expressions.</summary>

 <param name="ctxt">The async activation.</param>
 <param name="part1">The first part of the computation.</param>
 <param name="part2">A function returning the second part of the computation.</param>

 <returns>An async activation suitable for running part1 of the asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke``2(Microsoft.FSharp.Control.AsyncActivation{``0},``1,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>The F# compiler emits calls to this function to implement constructs for F# async expressions.</summary>

 <param name="ctxt">The async activation.</param>
 <param name="result1">The result of the first part of the computation.</param>
 <param name="part2">A function returning the second part of the computation.</param>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.Invoke``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Control.AsyncActivation{``0})">
 <summary>The F# compiler emits calls to this function to implement constructs for F# async expressions.</summary>

 <param name="computation">The async computation.</param>
 <param name="ctxt">The async activation.</param>

 <returns>A value indicating asynchronous execution.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.AsyncPrimitives.MakeAsync``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.AsyncActivation{``0},Microsoft.FSharp.Control.AsyncReturn})">
 <summary>The F# compiler emits calls to this function to implement F# async expressions.</summary>

 <param name="body">The body of the async computation.</param>

 <returns>The async computation.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.AsyncPrimitives">
 <summary>Entry points for generated code</summary>

 <category index="5">Async Internals</category>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.HighPriority.TaskBuilderBase.BindDynamic.Static``3(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{Microsoft.FSharp.Control.TaskStateMachineData{``0}}@,System.Threading.Tasks.Task{``1},Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``0},``2}})">
 <summary>
 The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.HighPriority.TaskBuilderBase.ReturnFrom``1(Microsoft.FSharp.Control.TaskBuilderBase,System.Threading.Tasks.Task{``0})">
 <summary>
 Specifies a unit of task code which draws a result from a task.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.HighPriority.TaskBuilderBase.Bind``3(Microsoft.FSharp.Control.TaskBuilderBase,System.Threading.Tasks.Task{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``1},``2}})">
 <summary>
 Specifies a unit of task code which draws a result from a task then calls a continuation.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilderExtensions.HighPriority">
 <summary>
 Contains high-priority overloads for the `task` computation expression builder.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.MediumPriority.TaskBuilderBase.ReturnFrom``1(Microsoft.FSharp.Control.TaskBuilderBase,Microsoft.FSharp.Control.FSharpAsync{``0})">
 <summary>
 Specifies a unit of task code which draws a result from an F# async value.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.MediumPriority.TaskBuilderBase.Bind``3(Microsoft.FSharp.Control.TaskBuilderBase,Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``1},``2}})">
 <summary>
 Specifies a unit of task code which draws a result from an F# async value then calls a continuation.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilderExtensions.MediumPriority">
 <summary>
 Contains medium-priority overloads for the `task` computation expression builder.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.LowPriority.TaskBuilderBase.Using``3(Microsoft.FSharp.Control.TaskBuilderBase,``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``1},``2}})">
 <summary>
 Specifies a unit of task code which binds to the resource implementing IDisposable and disposes it synchronously
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.LowPriority.TaskBuilderBase.BindDynamic.Static``5(Microsoft.FSharp.Core.FSharpFunc{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``3,``1},Microsoft.FSharp.Core.FSharpFunc{``3,System.Boolean},Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{Microsoft.FSharp.Control.TaskStateMachineData{``4}}@,``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``4},``2}})">
 <summary>
 The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.LowPriority.TaskBuilderBase.ReturnFrom``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``1,``2},Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean},Microsoft.FSharp.Control.TaskBuilderBase,``0)">
 <summary>
 Specifies a unit of task code which draws its result from a task-like value
 satisfying the GetAwaiter pattern.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Control.TaskBuilderExtensions.LowPriority.TaskBuilderBase.Bind``5(Microsoft.FSharp.Core.FSharpFunc{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``3,``1},Microsoft.FSharp.Core.FSharpFunc{``3,System.Boolean},Microsoft.FSharp.Control.TaskBuilderBase,``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.CompilerServices.ResumableCode{Microsoft.FSharp.Control.TaskStateMachineData{``4},``2}})">
 <summary>
 Specifies a unit of task code which draws a result from a task-like value
 satisfying the GetAwaiter pattern and calls a continuation.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilderExtensions.LowPriority">
 <summary>
 Contains low-priority overloads for the `task` computation expression builder.
 </summary>
</member>
<member name="P:Microsoft.FSharp.Control.TaskBuilderModule.backgroundTask">
 <summary>
 Builds a task using computation expression syntax which switches to execute on a background thread if not
 already doing so.
 </summary>
 <remarks>
 If the task is created on a foreground thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is non-null)
 its body is executed on a background thread using <see cref="M:System.Threading.Tasks.Task.Run"/>.
 If created on a background thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is null) it is executed immeidately
 immediately on that thread.
 </remarks>
</member>
<member name="P:Microsoft.FSharp.Control.TaskBuilderModule.task">
 <summary>
 Builds a task using computation expression syntax.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Control.TaskBuilderModule">
<summary>
 Contains the `task` computation expression builder.
</summary>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Pairwise``2(Microsoft.FSharp.Control.IEvent{``0,``1})">
 <summary>Returns a new event that triggers on the second and subsequent triggerings of the input event.
 The Nth triggering of the input event passes the arguments from the N-1th and Nth triggering as
 a pair. The argument passed to the N-1th triggering is held in hidden internal state until the 
 Nth triggering occurs.</summary>

 <param name="sourceEvent">The input event.</param>

 <returns>An event that triggers on pairs of consecutive values passed from the source event.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Add``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Control.IEvent{``1,``0})">
 <summary>Runs the given function each time the given event is triggered.</summary>

 <param name="callback">The function to call when the event is triggered.</param>
 <param name="sourceEvent">The input event.</param>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Scan``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``0}},``0,Microsoft.FSharp.Control.IEvent{``2,``1})">
 <summary>Returns a new event consisting of the results of applying the given accumulating function
 to successive values triggered on the input event.  An item of internal state
 records the current value of the state parameter.  The internal state is not locked during the
 execution of the accumulation function, so care should be taken that the 
 input IEvent not triggered by multiple threads simultaneously.</summary>

 <param name="collector">The function to update the state with each event value.</param>
 <param name="state">The initial state.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>An event that fires on the updated state values.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Choose``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Control.IEvent{``2,``0})">
 <summary>Returns a new event which fires on a selection of messages from the original event.
 The selection function takes an original message to an optional new message.</summary>

 <param name="chooser">The function to select and transform event values to pass on.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>An event that fires only when the chooser returns Some.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Split``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpChoice{``1,``2}},Microsoft.FSharp.Control.IEvent{``3,``0})">
 <summary>Returns a new event that listens to the original event and triggers the 
 first resulting event if the application of the function to the event arguments
 returned a Choice1Of2, and the second event if it returns a Choice2Of2.</summary>

 <param name="splitter">The function to transform event values into one of two types.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>A tuple of events.  The first fires whenever <c>splitter</c> evaluates to Choice1of1 and
 the second fires whenever <c>splitter</c> evaluates to Choice2of2.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Partition``2(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Control.IEvent{``1,``0})">
 <summary>Returns a new event that listens to the original event and triggers the 
 first resulting event if the application of the predicate to the event arguments
 returned true, and the second event if it returned false.</summary>

 <param name="predicate">The function to determine which output event to trigger.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>A tuple of events.  The first is triggered when the predicate evaluates to true
 and the second when the predicate evaluates to false.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Filter``2(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Control.IEvent{``1,``0})">
 <summary>Returns a new event that listens to the original event and triggers the resulting
 event only when the argument to the event passes the given function.</summary>

 <param name="predicate">The function to determine which triggers from the event to propagate.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>An event that only passes values that pass the predicate.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Map``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Control.IEvent{``2,``0})">
 <summary>Returns a new event that passes values transformed by the given function.</summary>

 <param name="mapping">The function to transform event values.</param>
 <param name="sourceEvent">The input event.</param>

 <returns>An event that passes the transformed values.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.EventModule.Merge``3(Microsoft.FSharp.Control.IEvent{``0,``1},Microsoft.FSharp.Control.IEvent{``2,``1})">
 <summary>Fires the output event when either of the input events fire.</summary>
 <param name="event1">The first input event.</param>
 <param name="event2">The second input event.</param>

 <returns>An event that fires when either of the input events fire.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.EventModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Control.IEvent`1"/>.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Pairwise``1(System.IObservable{``0})">
 <summary>Returns a new observable that triggers on the second and subsequent triggerings of the input observable.
 The Nth triggering of the input observable passes the arguments from the N-1th and Nth triggering as
 a pair. The argument passed to the N-1th triggering is held in hidden internal state until the 
 Nth triggering occurs.</summary>

 <remarks>For each observer, the registered intermediate observing object is not thread safe.
 That is, observations arising from the source must not be triggered concurrently 
 on different threads.</remarks>
 <param name="source">The input Observable.</param>

 <returns>An Observable that triggers on successive pairs of observations from the input Observable.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Subscribe``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},System.IObservable{``0})">
 <summary>Creates an observer which subscribes to the given observable and which calls
 the given function for each observation.</summary>

 <param name="callback">The function to be called on each observation.</param>
 <param name="source">The input Observable.</param>

 <returns>An object that will remove the callback if disposed.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Add``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},System.IObservable{``0})">
 <summary>Creates an observer which permanently subscribes to the given observable and which calls
 the given function for each observation.</summary>

 <param name="callback">The function to be called on each observation.</param>
 <param name="source">The input Observable.</param>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Scan``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``0}},``0,System.IObservable{``1})">
 <summary>Returns an observable which, for each observer, allocates an item of state
 and applies the given accumulating function to successive values arising from
 the input. The returned object will trigger observations for each computed 
 state value, excluding the initial value. The returned object propagates 
 all errors arising from the source and completes when the source completes.</summary>

 <remarks>For each observer, the registered intermediate observing object is not thread safe.
 That is, observations arising from the source must not be triggered concurrently 
 on different threads.</remarks>
 <param name="collector">The function to update the state with each observation.</param>
 <param name="state">The initial state.</param>
 <param name="source">The input Observable.</param>

 <returns>An Observable that triggers on the updated state values.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Choose``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},System.IObservable{``0})">
 <summary>Returns an observable which chooses a projection of observations from the source 
 using the given function. The returned object will trigger observations <c>x</c>
 for which the splitter returns <c>Some x</c>. The returned object also propagates 
 all errors arising from the source and completes when the source completes.</summary>

 <param name="chooser">The function that returns Some for observations to be propagated
 and None for observations to ignore.</param>
 <param name="source">The input Observable.</param>

 <returns>An Observable that only propagates some of the observations from the source.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Split``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpChoice{``1,``2}},System.IObservable{``0})">
 <summary>Returns two observables which split the observations of the source by the 
 given function. The first will trigger observations <c>x</c> for which the 
 splitter returns <c>Choice1Of2 x</c>. The second will trigger observations 
 <c>y</c> for which the splitter returns <c>Choice2Of2 y</c> The splitter is 
 executed once for each subscribed observer. Both also propagate error 
 observations arising from the source and each completes when the source 
 completes.</summary>

 <param name="splitter">The function that takes an observation an transforms
 it into one of the two output Choice types.</param>
 <param name="source">The input Observable.</param>

 <returns>A tuple of Observables.  The first triggers when <c>splitter</c> returns Choice1of2
 and the second triggers when <c>splitter</c> returns Choice2of2.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Partition``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.IObservable{``0})">
 <summary>Returns two observables which partition the observations of the source by 
 the given function. The first will trigger observations for those values 
 for which the predicate returns true. The second will trigger observations 
 for those values where the predicate returns false. The predicate is 
 executed once for each subscribed observer. Both also propagate all error 
 observations arising from the source and each completes when the source 
 completes.</summary>

 <param name="predicate">The function to determine which output Observable will trigger
 a particular observation.</param>
 <param name="source">The input Observable.</param>

 <returns>A tuple of Observables.  The first triggers when the predicate returns true, and
 the second triggers when the predicate returns false.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.IObservable{``0})">
 <summary>Returns an observable which filters the observations of the source 
 by the given function. The observable will see only those observations
 for which the predicate returns true. The predicate is executed once for 
 each subscribed observer. The returned object also propagates error 
 observations arising from the source and completes when the source completes.</summary>

 <param name="predicate">The function to apply to observations to determine if it should
 be kept.</param>
 <param name="source">The input Observable.</param>

 <returns>An Observable that filters observations based on <c>filter</c>.</returns>
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},System.IObservable{``0})">
 <summary>Returns an observable which transforms the observations of the source by the 
 given function. The transformation function is executed once for each 
 subscribed observer. The returned object also propagates error observations 
 arising from the source and completes when the source completes.</summary>
 <param name="mapping">The function applied to observations from the source.</param>
 <param name="source">The input Observable.</param>

 <returns>An Observable of the type specified by <c>mapping</c>.</returns> 
</member>
<member name="M:Microsoft.FSharp.Control.ObservableModule.Merge``1(System.IObservable{``0},System.IObservable{``0})">
 <summary>Returns an observable for the merged observations from the sources. 
 The returned object propagates success and error values arising 
 from either source and completes when both the sources have completed.</summary>

 <remarks>For each observer, the registered intermediate observing object is not 
 thread safe. That is, observations arising from the sources must not 
 be triggered concurrently on different threads.</remarks>
 <param name="source1">The first Observable.</param>
 <param name="source2">The second Observable.</param>

 <returns>An Observable that propagates information from both sources.</returns>
</member>
<member name="T:Microsoft.FSharp.Control.ObservableModule">
 <summary>Contains operations for working with first class event and other observable objects.</summary>

 <category index="3">Events and Observables</category>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Zero``2">
 <summary>
 A method used to support the F# query syntax.  Returns an empty sequence that has the specified type argument.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.YieldFrom``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>
 A method used to support the F# query syntax.  Returns a sequence that contains the specified values.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Yield``2(``0)">
 <summary>
 A method used to support the F# query syntax.  Returns a sequence of length one that contains the specified value.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Where``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that selects those elements based on a specified predicate. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ThenByNullableDescending``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that performs a subsequent ordering of the elements selected so far in descending order by the given nullable sorting key.
 This operator may only be used immediately after a 'sortBy', 'sortByDescending', 'thenBy' or 'thenByDescending', or their nullable variants.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ThenByNullable``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that performs a subsequent ordering of the elements selected so far in ascending order by the given nullable sorting key.
 This operator may only be used immediately after a 'sortBy', 'sortByDescending', 'thenBy' or 'thenByDescending', or their nullable variants.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ThenByDescending``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that performs a subsequent ordering of the elements selected so far in descending order by the given sorting key.
 This operator may only be used immediately after a 'sortBy', 'sortByDescending', 'thenBy' or 'thenByDescending', or their nullable variants.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ThenBy``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that performs a subsequent ordering of the elements selected so far in ascending order by the given sorting key.
 This operator may only be used immediately after a 'sortBy', 'sortByDescending', 'thenBy' or 'thenByDescending', or their nullable variants.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.TakeWhile``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that selects elements from a sequence as long as a specified condition is true, and then skips the remaining elements.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Take``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},System.Int32)">
 <summary>A query operator that selects a specified number of contiguous elements from those selected so far.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SumByNullable``3(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``2},Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``2,``2}},Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that selects a nullable value for each element selected so far and returns the sum of these values. 
 If any nullable does not have a value, it is ignored.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SumBy``3(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``2},Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``2,``2}},Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that selects a value for each element selected so far and returns the sum of these values. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Source``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>
 A method used to support the F# query syntax.  Inputs to queries are implicitly wrapped by a call to one of the overloads of this method.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Source``2(System.Linq.IQueryable{``0})">
 <summary>
 A method used to support the F# query syntax.  Inputs to queries are implicitly wrapped by a call to one of the overloads of this method.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SortByNullableDescending``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that sorts the elements selected so far in descending order by the given nullable sorting key.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SortByNullable``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that sorts the elements selected so far in ascending order by the given nullable sorting key.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SortByDescending``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that sorts the elements selected so far in descending order by the given sorting key.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SortBy``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that sorts the elements selected so far in ascending order by the given sorting key.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.SkipWhile``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that bypasses elements in a sequence as long as a specified condition is true and then selects the remaining elements.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Skip``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},System.Int32)">
 <summary>A query operator that bypasses a specified number of the elements selected so far and selects the remaining elements.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Select``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that projects each of the elements selected so far.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Run``1(Microsoft.FSharp.Quotations.FSharpExpr{Microsoft.FSharp.Linq.QuerySource{``0,System.Linq.IQueryable}})">
 <summary>
 A method used to support the F# query syntax.  Runs the given quotation as a query using LINQ IQueryable rules.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Quote``1(Microsoft.FSharp.Quotations.FSharpExpr{``0})">
 <summary>
 A method used to support the F# query syntax.  Indicates that the query should be passed as a quotation to the Run method.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Nth``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},System.Int32)">
 <summary>A query operator that selects the element at a specified index amongst those selected so far.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.MinByNullable``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that selects a nullable value for each element selected so far and returns the minimum of these values. 
 If any nullable does not have a value, it is ignored.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.MinBy``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that selects a value for each element selected so far and returns the minimum resulting value. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.MaxByNullable``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that selects a nullable value for each element selected so far and returns the maximum of these values. 
 If any nullable does not have a value, it is ignored.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.MaxBy``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that selects a value for each element selected so far and returns the maximum resulting value. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.LeftOuterJoin``5(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Linq.QuerySource{``2,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``2,``3},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Collections.Generic.IEnumerable{``2},``4}})">
 <summary>A query operator that correlates two sets of selected values based on matching keys and groups the results.
 If any group is empty, a group with a single default value is used instead. 
 Normal usage is 'leftOuterJoin y in elements2 on (key1 = key2) into group'. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.LastOrDefault``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the last element of those selected so far, or a default value if no element is found.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Last``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the last element of those selected so far.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Join``5(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Linq.QuerySource{``2,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``2,``3},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``2,``4}})">
 <summary>A query operator that correlates two sets of selected values based on matching keys. 
 Normal usage is 'join y in elements2 on (key1 = key2)'. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.HeadOrDefault``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the first element of those selected so far, or a default value if the sequence contains no elements.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Head``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the first element from those selected so far.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.GroupValBy``4(Microsoft.FSharp.Linq.QuerySource{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``0,``2},Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>A query operator that selects a value for each element selected so far and groups the elements by the given key.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.GroupJoin``5(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Linq.QuerySource{``2,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``3},Microsoft.FSharp.Core.FSharpFunc{``2,``3},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Collections.Generic.IEnumerable{``2},``4}})">
 <summary>A query operator that correlates two sets of selected values based on matching keys and groups the results. 
 Normal usage is 'groupJoin y in elements2 on (key1 = key2) into group'. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.GroupBy``3(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that groups the elements selected so far according to a specified key selector.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.For``4(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Linq.QuerySource{``2,``3}})">
 <summary>
 A method used to support the F# query syntax.  Projects each element of a sequence to another sequence and combines the resulting sequences into one sequence.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Find``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that selects the first element selected so far that satisfies a specified condition.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Exists``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that determines whether any element selected so far satisfies a condition.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ExactlyOneOrDefault``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the single, specific element of those selected so far, or a default value if that element is not found.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.ExactlyOne``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects the single, specific element selected so far
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Distinct``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that selects distinct elements from the elements selected so far. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Count``2(Microsoft.FSharp.Linq.QuerySource{``0,``1})">
 <summary>A query operator that returns the number of selected elements.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.Contains``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},``0)">
 <summary>A query operator that determines whether the selected elements contains a specified element.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.AverageByNullable``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``2}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``2},Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``2,``2}},Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Nullable{``2}})">
 <summary>A query operator that selects a nullable value for each element selected so far and returns the average of these values. 
 If any nullable does not have a value, it is ignored.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.AverageBy``3(Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``2}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``2},Microsoft.FSharp.Core.FSharpFunc{``2,Microsoft.FSharp.Core.FSharpFunc{``2,``2}},Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,``2})">
 <summary>A query operator that selects a value for each element selected so far and returns the average of these values. 
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.All``2(Microsoft.FSharp.Linq.QuerySource{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean})">
 <summary>A query operator that determines whether all elements selected so far satisfies a condition.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryBuilder.#ctor">
 <summary>Create an instance of this builder. Use 'query { ... }' to use the query syntax.</summary>
</member>
<member name="T:Microsoft.FSharp.Linq.QueryBuilder">
<summary>
 The type used to support the F# query syntax. Use &apos;query { ... }&apos; to use the query syntax. See 
 also &lt;a href=&quot;https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/query-expressions&quot;&gt;F# Query Expressions&lt;/a&gt; in the F# Language Guide.
</summary>
</member>
<member name="P:Microsoft.FSharp.Linq.QuerySource`2.Source">
 <summary>
 A property used to support the F# query syntax.  
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QuerySource`2.#ctor(System.Collections.Generic.IEnumerable{`0})">
 <summary>
 A method used to support the F# query syntax.  
 </summary>
</member>
<member name="T:Microsoft.FSharp.Linq.QuerySource`2">
 <summary>
 A partial input or result in an F# query. This type is used to support the F# query syntax.
 </summary>

 <namespacedoc><summary>
   Library functionality for F# query syntax and interoperability with .NET LINQ Expressions. See 
   also <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/query-expressions">F# Query Expressions</a> in the F# Language Guide.
 </summary></namespacedoc>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToChar``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Char},System.Nullable{``0})">
 <summary>Converts the argument to character. Numeric inputs are converted according to the UTF-16 
 encoding for characters. The operation requires an appropriate static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted char.</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToDecimal``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Decimal},System.Nullable{``0})">
 <summary>Converts the argument to System.Decimal using a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted decimal.</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UIntPtr},System.Nullable{``0})">
 <summary>Converts the argument to unsigned native integer using a direct conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted unativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.IntPtr},System.Nullable{``0})">
 <summary>Converts the argument to signed native integer. This is a direct conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted nativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToDouble``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Double},System.Nullable{``0})">
 <summary>Converts the argument to 64-bit float. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToSingle``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Single},System.Nullable{``0})">
 <summary>Converts the argument to 32-bit float. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float32</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToFloat``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Double},System.Nullable{``0})">
 <summary>Converts the argument to 64-bit float. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToFloat32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Single},System.Nullable{``0})">
 <summary>Converts the argument to 32-bit float. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float32</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt64},System.Nullable{``0})">
 <summary>Converts the argument to unsigned 64-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint64</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int64},System.Nullable{``0})">
 <summary>Converts the argument to signed 64-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int64</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt32},System.Nullable{``0})">
 <summary>Converts the argument to unsigned 32-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint32</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},System.Nullable{``0})">
 <summary>Converts the argument to signed 32-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int32</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToEnum``1(System.Nullable{System.Int32})">
 <summary>Converts the argument to a particular enum type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted enum type.</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt32},System.Nullable{``0})">
 <summary>Converts the argument to an unsigned 32-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted unsigned integer</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},System.Nullable{``0})">
 <summary>Converts the argument to signed 32-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt16},System.Nullable{``0})">
 <summary>Converts the argument to unsigned 16-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint16</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int16},System.Nullable{``0})">
 <summary>Converts the argument to signed 16-bit integer. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int16</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToInt8``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},System.Nullable{``0})">
 <summary>Converts the argument to signed byte. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted sbyte</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToSByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},System.Nullable{``0})">
 <summary>Converts the argument to signed byte. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted sbyte</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToUInt8``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},System.Nullable{``0})">
 <summary>Converts the argument to byte. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted byte</returns>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableModule.ToByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},System.Nullable{``0})">
 <summary>Converts the argument to byte. This is a direct conversion for all 
 primitive numeric types. The operation requires an appropriate
 static conversion method on the input type.</summary>
 <param name="value">The input value.</param>

 <returns>The converted byte</returns>
</member>
<member name="T:Microsoft.FSharp.Linq.NullableModule">
<summary>
 Functions for converting nullable values
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkDivideQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},System.Nullable{``1})">
<summary>
 The division operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_DivideQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,System.Nullable{``1})">
<summary>
 The division operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkDivide``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},``1)">
<summary>
 The division operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkPercentQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},System.Nullable{``1})">
<summary>
 The modulus operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_PercentQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,System.Nullable{``1})">
<summary>
 The modulus operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkPercent``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},``1)">
<summary>
 The modulus operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkMultiplyQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},System.Nullable{``1})">
<summary>
 The multiplication operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_MultiplyQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,System.Nullable{``1})">
<summary>
 The multiplication operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkMultiply``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},``1)">
<summary>
 The multiplication operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkMinusQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},System.Nullable{``1})">
<summary>
 The subtraction operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_MinusQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,System.Nullable{``1})">
<summary>
 The subtraction operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkMinus``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},``1)">
<summary>
 The subtraction operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkPlusQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},System.Nullable{``1})">
<summary>
 The addition operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_PlusQmark``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,System.Nullable{``1})">
<summary>
 The addition operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkPlus``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},System.Nullable{``0},``1)">
<summary>
 The addition operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLessGreaterQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;&lt;&gt;&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkEqualsQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;=&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLessQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;&lt;&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLessEqualsQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;&lt;=&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkGreaterQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;&gt;&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkGreaterEqualsQmark``1(System.Nullable{``0},System.Nullable{``0})">
<summary>
 The &apos;&gt;=&apos; operator where a nullable value appears on both left and right sides
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_LessGreaterQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;&lt;&gt;&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_EqualsQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;=&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_LessQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;&lt;&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_LessEqualsQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;&lt;=&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_GreaterQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;&gt;&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_GreaterEqualsQmark``1(``0,System.Nullable{``0})">
<summary>
 The &apos;&gt;=&apos; operator where a nullable value appears on the right
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLessGreater``1(System.Nullable{``0},``0)">
<summary>
 The &apos;&lt;&gt;&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkEquals``1(System.Nullable{``0},``0)">
<summary>
 The &apos;=&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLess``1(System.Nullable{``0},``0)">
<summary>
 The &apos;&lt;&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLessEquals``1(System.Nullable{``0},``0)">
<summary>
 The &apos;&lt;=&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkGreater``1(System.Nullable{``0},``0)">
<summary>
 The &apos;&gt;&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkGreaterEquals``1(System.Nullable{``0},``0)">
<summary>
 The &apos;&gt;=&apos; operator where a nullable value appears on the left
</summary>
</member>
<member name="T:Microsoft.FSharp.Linq.NullableOperators">
<summary>
 Operators for working with nullable values
</summary>
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`8">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`7">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`6">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`5">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`4">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`3">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`2">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.AnonymousObject`1">
 <summary>This type shouldn't be used directly from user code.</summary>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.Grouping`2">
<summary>
 A type used to reconstruct a grouping after applying a mutable-&gt;immutable mapping transformation 
 on a result of a query.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.SubstHelperRaw(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpVar[],System.Object[])">
<summary>
 A runtime helper used to evaluate nested quotation literals.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.SubstHelper``1(Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Quotations.FSharpVar[],System.Object[])">
<summary>
 A runtime helper used to evaluate nested quotation literals.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.EvaluateQuotation(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Evaluates a subset of F# quotations by first converting to a LINQ expression, for the subset of LINQ expressions represented by the
 expression syntax in the C# language.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.QuotationToLambdaExpression``1(Microsoft.FSharp.Quotations.FSharpExpr{``0})">
<summary>
 Converts a subset of F# quotations to a LINQ expression, for the subset of LINQ expressions represented by the
 expression syntax in the C# language. 
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.QuotationToExpression(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Converts a subset of F# quotations to a LINQ expression, for the subset of LINQ expressions represented by the
 expression syntax in the C# language.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.NewAnonymousObjectHelper``1(``0)">
<summary>
 When used in a quotation, this function indicates a specific conversion
 should be performed when converting the quotation to a LINQ expression. 

 This function should not be called directly. 
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.MemberInitializationHelper``1(``0)">
<summary>
 When used in a quotation, this function indicates a specific conversion
 should be performed when converting the quotation to a LINQ expression. 

 This function should not be called directly. 
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter.ImplicitExpressionConversionHelper``1(``0)">
<summary>
 When used in a quotation, this function indicates a specific conversion
 should be performed when converting the quotation to a LINQ expression. 

 This function should not be called directly. 
</summary>
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter">
 <summary>
 Contains functionality to convert F# quotations to LINQ expression trees.
 </summary>

 <namespacedoc><summary>
   Library functionality associated with converting F# quotations to .NET LINQ expression trees.
 </summary></namespacedoc>
</member>
<member name="T:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.ConversionDescription">
<summary>
 The generic MethodInfo for Select function
 Describes how we got from productions of immutable objects to productions of anonymous objects, with enough information
 that we can invert the process in final query results.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.ProduceMoreMutables(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Quotations.FSharpExpr,System.Tuple{Microsoft.FSharp.Quotations.FSharpExpr,Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.ConversionDescription}},Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Given the expression part of a &quot;yield&quot; or &quot;select&quot; which produces a result in terms of immutable tuples or immutable records,
 generate an equivalent expression yielding anonymous objects. Also return the conversion for the immutable-to-mutable correspondence
 so we can reverse this later.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.SimplifyConsumingExpr(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Simplify gets of tuples and gets of record fields.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.CleanupLeaf(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Cleanup the use of property-set object constructions in leaf expressions that form parts of F# queries.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.ConvImmutableTypeToMutableType(Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.ConversionDescription,System.Type)">
<summary>
 Given an type involving immutable tuples and records, logically corresponding to the type produced at a
 &quot;yield&quot; or &quot;select&quot;, convert it to a type involving anonymous objects according to the conversion data.
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.|NewAnonymousObject|_|(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Recognize anonymous type construction written using &apos;new AnonymousObject(&lt;e1&gt;, &lt;e2&gt;, ...)&apos;
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.|ObjectConstruction|_|(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Recognize object construction written using &apos;new O(Prop1 = &lt;e&gt;, Prop2 = &lt;e&gt;, ...)&apos;
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.|PropSetList|_|(Microsoft.FSharp.Quotations.FSharpVar,Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Quotations.FSharpExpr})">
<summary>
 Tests whether a list consists only of assignments of properties of the 
 given variable, null values (ignored) and ends by returning the given variable
 (pattern returns only property assignments)
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.RuntimeHelpers.Adapters.|LeftSequentialSeries|(Microsoft.FSharp.Quotations.FSharpExpr)">
<summary>
 Recognize sequential series written as (... ((&lt;e&gt;; &lt;e&gt;); &lt;e&gt;); ...)
</summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryRunExtensions.HighPriority.RunQueryAsEnumerable``1(Microsoft.FSharp.Linq.QueryBuilder,Microsoft.FSharp.Quotations.FSharpExpr{Microsoft.FSharp.Linq.QuerySource{``0,System.Collections.IEnumerable}})">
 <summary>
 A method used to support the F# query syntax.  Runs the given quotation as a query using LINQ IEnumerable rules.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Linq.QueryRunExtensions.HighPriority">
 <summary>
 A module used to support the F# query syntax.  
 </summary>
</member>
<member name="M:Microsoft.FSharp.Linq.QueryRunExtensions.LowPriority.RunQueryAsValue``1(Microsoft.FSharp.Linq.QueryBuilder,Microsoft.FSharp.Quotations.FSharpExpr{``0})">
 <summary>
 A method used to support the F# query syntax.  Runs the given quotation as a query using LINQ rules.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Linq.QueryRunExtensions.LowPriority">
 <summary>
 A module used to support the F# query syntax.  
 </summary>

 <namespacedoc><summary>
    Contains modules used to support the F# query syntax.  
 </summary></namespacedoc>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.H">
<summary>
 A synonym for henry, the SI unit of inductance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.kat">
<summary>
 A synonym for katal, the SI unit of catalytic activity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Sv">
<summary>
 A synonym for sievert, the SI unit of does equivalent
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Gy">
<summary>
 A synonym for gray, the SI unit of absorbed dose
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Bq">
<summary>
 A synonym for becquerel, the SI unit of activity referred to a radionuclide
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.lx">
<summary>
 A synonym for lux, the SI unit of illuminance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.lm">
<summary>
 A synonym for lumen, the SI unit of luminous flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.T">
<summary>
 A synonym for tesla, the SI unit of magnetic flux density
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Wb">
<summary>
 A synonym for weber, the SI unit of magnetic flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.ohm">
<summary>
 A synonym for UnitNames.ohm, the SI unit of electric resistance.
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.S">
<summary>
 A synonym for siemens, the SI unit of electric conductance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.F">
<summary>
 A synonym for farad, the SI unit of capacitance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.V">
<summary>
 A synonym for volt, the SI unit of electric potential difference, electromotive force
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.C">
<summary>
 A synonym for coulomb, the SI unit of electric charge, amount of electricity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.W">
<summary>
 A synonym for watt, the SI unit of power, radiant flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.J">
<summary>
 A synonym for joule, the SI unit of energy, work, amount of heat
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Pa">
<summary>
 A synonym for pascal, the SI unit of pressure, stress
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.N">
<summary>
 A synonym for newton, the SI unit of force
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.Hz">
<summary>
 A synonym for hertz, the SI unit of frequency
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.cd">
<summary>
 A synonym for candela, the SI unit of luminous intensity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.mol">
<summary>
 A synonym for mole, the SI unit of amount of substance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.K">
<summary>
 A synonym for kelvin, the SI unit of thermodynamic temperature
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.A">
<summary>
 A synonym for ampere, the SI unit of electric current
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.s">
<summary>
 A synonym for second, the SI unit of time
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.kg">
<summary>
 A synonym for kilogram, the SI unit of mass
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols.m">
<summary>
 A synonym for Metre, the SI unit of length
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.katal">
<summary>
 The SI unit of catalytic activity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.sievert">
<summary>
 The SI unit of does equivalent
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.gray">
<summary>
 The SI unit of absorbed dose
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.becquerel">
<summary>
 The SI unit of activity referred to a radionuclide
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.lux">
<summary>
 The SI unit of illuminance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.lumen">
<summary>
 The SI unit of luminous flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.henry">
<summary>
 The SI unit of inductance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.tesla">
<summary>
 The SI unit of magnetic flux density
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.weber">
<summary>
 The SI unit of magnetic flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.siemens">
<summary>
 The SI unit of electric conductance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.ohm">
<summary>
 The SI unit of electric resistance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.farad">
<summary>
 The SI unit of capacitance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.volt">
<summary>
 The SI unit of electric potential difference, electromotive force
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.coulomb">
<summary>
 The SI unit of electric charge, amount of electricity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.watt">
<summary>
 The SI unit of power, radiant flux
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.joule">
<summary>
 The SI unit of energy, work, amount of heat
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.pascal">
<summary>
 The SI unit of pressure, stress
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.newton">
<summary>
 The SI unit of force
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.hertz">
<summary>
 The SI unit of frequency
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.candela">
<summary>
 The SI unit of luminous intensity
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.mole">
<summary>
 The SI unit of amount of substance
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.kelvin">
<summary>
 The SI unit of thermodynamic temperature
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.ampere">
<summary>
 The SI unit of electric current
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.second">
<summary>
 The SI unit of time
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.kilogram">
<summary>
 The SI unit of mass
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.meter">
<summary>
 The SI unit of length
</summary>
</member>
<member name="T:Microsoft.FSharp.Data.UnitSystems.SI.UnitNames.metre">
<summary>
 The SI unit of length
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.ilsigptr`1">
 <summary>Represents an Common IL (Intermediate Language) Signature Pointer.</summary>

 <remarks>This type should only be used when writing F# code that interoperates
 with other .NET languages that use generic Common IL Signature Pointers.
 Use of this type in F# code may result in unverifiable code being generated.
 Because of the rules of Common IL Signature Pointers, you cannot use this type in generic type parameters,
 resulting in compiler errors. As a result, you should convert this type to <see cref="T:Microsoft.FSharp.Core.nativeptr{T}" />
 for use in F#. Note that Common IL Signature Pointers exposed by other .NET languages are converted to
 <see cref="T:Microsoft.FSharp.Core.nativeptr{T}" /> or <see cref="T:Microsoft.FSharp.Core.voidptr" /> automatically by F#,
 and F# also shows generic-specialized typed native pointers correctly to other .NET languages as Common IL Signature Pointers.
 However, generic typed native pointers are shown as <see cref="T:System.IntPtr"/> to other .NET languages.
 For other languages to interpret generic F# typed native pointers correctly, you should expose this type or
 <see cref="T:Microsoft.FSharp.Core.voidptr" /> instead of <see cref="T:Microsoft.FSharp.Core.nativeptr{T}" />.
 Values of this type can be generated by the functions in the <c>NativeInterop.NativePtr</c> module.</remarks>

 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.voidptr">
 <summary>Represents an untyped unmanaged pointer in F# code.</summary>

 <remarks>This type should only be used when writing F# code that interoperates
 with native code. Use of this type in F# code may result in
 unverifiable code being generated. Conversions to and from the 
 <see cref="T:Microsoft.FSharp.Core.nativeint" /> type may be required. Values of this type can be generated
 by the functions in the <c>NativeInterop.NativePtr</c> module.</remarks>

 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.nativeptr`1">
 <summary>Represents an unmanaged pointer in F# code.</summary>

 <remarks>This type should only be used when writing F# code that interoperates
 with native code. Use of this type in F# code may result in
 unverifiable code being generated. Conversions to and from the 
 <see cref="T:Microsoft.FSharp.Core.nativeint" /> type may be required. Values of this type can be generated
 by the functions in the <c>NativeInterop.NativePtr</c> module.</remarks>

 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.array`1">
 <summary>Single dimensional, zero-based arrays, written <c>int[]</c>, <c>string[]</c> etc.</summary>
 
 <remarks>Use the values in the <see cref="T:Microsoft.FSharp.Collections.ArrayModule" /> module to manipulate values 
 of this type, or the notation <c>arr.[x]</c> to get/set array
 values.</remarks>   

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Thirty-two dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Thirty-one dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Thirty dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-nine dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-eight dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-seven dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-six dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-five dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-four dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-three dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-two dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty-one dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,,]`1">
 <summary>Twenty dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,,]`1">
 <summary>Nineteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,,]`1">
 <summary>Eighteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,,]`1">
 <summary>Seventeen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,,]`1">
 <summary>Sixteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,,]`1">
 <summary>Fifteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,,]`1">
 <summary>Fourteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,,]`1">
 <summary>Thirteen dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,,]`1">
 <summary>Twelve dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,,]`1">
 <summary>Eleven dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,,]`1">
 <summary>Ten dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,,]`1">
 <summary>Nine dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,,]`1">
 <summary>Eight dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,,]`1">
 <summary>Seven dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,,]`1">
 <summary>Six dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,,]`1">
 <summary>Five dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,,]`1">
 <summary>Four dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <remarks>Use the values in the <c>Array4D</c> module
 to manipulate values of this type, or the notation <c>arr.[x1,x2,x3,x4]</c> to get and set array
 values.</remarks>  

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,,]`1">
 <summary>Three dimensional arrays, typically zero-based. Non-zero-based arrays
 can be created using methods on the System.Array type.</summary>

 <remarks>Use the values in the <c>Array3D</c> module
 to manipulate values of this type, or the notation <c>arr.[x1,x2,x3]</c> to get and set array
 values.</remarks>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[,]`1">
 <summary>Two dimensional arrays, typically zero-based.</summary> 

 <remarks>Use the values in the <c>Array2D</c> module
 to manipulate values of this type, or the notation <c>arr.[x,y]</c> to get/set array
 values.   

 Non-zero-based arrays can also be created using methods on the System.Array type.</remarks>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.[]`1">
 <summary>Single dimensional, zero-based arrays, written <c>int[]</c>, <c>string[]</c> etc.</summary>

 <remarks>Use the values in the <c>Array</c> module to manipulate values 
 of this type, or the notation <c>arr.[x]</c> to get/set array
 values.</remarks>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.uint">
 <summary>An abbreviation for the CLI type <see cref="T:System.UInt32"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.int">
 <summary>An abbreviation for the CLI type <see cref="T:System.Int32"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.decimal">
 <summary>An abbreviation for the CLI type <see cref="T:System.Decimal"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.bool">
 <summary>An abbreviation for the CLI type <see cref="T:System.Boolean"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.char">
 <summary>An abbreviation for the CLI type <see cref="T:System.Char"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint64">
 <summary>An abbreviation for the CLI type <see cref="T:System.UInt64"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.int64">
 <summary>An abbreviation for the CLI type <see cref="T:System.Int64"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint32">
 <summary>An abbreviation for the CLI type <see cref="T:System.UInt32"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.int32">
 <summary>An abbreviation for the CLI type <see cref="T:System.Int32"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint16">
 <summary>An abbreviation for the CLI type <see cref="T:System.UInt16"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.int16">
 <summary>An abbreviation for the CLI type <see cref="T:System.Int16"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint8">
 <summary>An abbreviation for the CLI type <see cref="T:System.Byte"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.int8">
 <summary>An abbreviation for the CLI type <see cref="T:System.SByte"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.byte">
 <summary>An abbreviation for the CLI type <see cref="T:System.Byte"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.sbyte">
 <summary>An abbreviation for the CLI type <see cref="T:System.SByte"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.double">
 <summary>An abbreviation for the CLI type <see cref="T:System.Double"/>. Identical to <see cref="T:Microsoft.FSharp.Core.float"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.single">
 <summary>An abbreviation for the CLI type <see cref="T:System.Single"/>. Identical to <see cref="T:Microsoft.FSharp.Core.float32"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.float">
 <summary>An abbreviation for the CLI type <see cref="T:System.Double"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.float32">
 <summary>An abbreviation for the CLI type <see cref="T:System.Single"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.string">
 <summary>An abbreviation for the CLI type <see cref="T:System.String"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.unativeint">
 <summary>An abbreviation for the CLI type <see cref="T:System.UIntPtr"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.nativeint">
 <summary>An abbreviation for the CLI type <see cref="T:System.IntPtr"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.exn">
 <summary>An abbreviation for the CLI type <see cref="T:System.Exception"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.obj">
 <summary>An abbreviation for the CLI type <see cref="T:System.Object"/>.</summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpResult`2.Error">
<summary>
 Represents an Error or a Failure. The code failed with a value of &apos;TError representing what went wrong.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpResult`2.Ok">
<summary>
 Represents an OK or a Successful result. The code succeeded with a value of &apos;T.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpResult`2">
 <summary>Helper type for error handling without exceptions.</summary>

 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.voption`1">
 <summary>The type of optional values, represented as structs.</summary>

 <remarks>Use the constructors <c>ValueSome</c> and <c>ValueNone</c> to create values of this type.
 Use the values in the <c>ValueOption</c> module to manipulate values of this type,
 or pattern match against the values directly.</remarks>

 <category>Options</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpValueOption`1.ValueSome">
 <summary>The representation of "Value of type 'T"</summary>

 <param name="Item">The input value.</param>

 <returns>An option representing the value.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpValueOption`1.ValueNone">
 <summary>The representation of "No value"</summary>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpValueOption`1.op_Implicit(`0)">
 <summary>Implicitly converts a value into an optional that is a 'ValueSome' value.</summary>

 <param name="value">The input value</param>

 <remarks>The F# compiler ignored this method when determining possible type-directed conversions. Instead, use <c>Some</c> or <c>None</c> explicitly.</remarks>

 <returns>A voption representing the value.</returns>
 <exclude />
</member>
<member name="P:Microsoft.FSharp.Core.FSharpValueOption`1.Value">
 <summary>Get the value of a 'ValueSome' option. An InvalidOperationException is raised if the option is 'ValueNone'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpValueOption`1.None">
 <summary>Create a value option value that is a 'ValueNone' value.</summary>
 <exclude />
</member>
<member name="P:Microsoft.FSharp.Core.FSharpValueOption`1.IsSome">
 <summary>Return 'true' if the value option is a 'ValueSome' value.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpValueOption`1.IsNone">
 <summary>Return 'true' if the value option is a 'ValueNone' value.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpValueOption`1.Some(`0)">
 <summary>Create a value option value that is a 'Some' value.</summary>

 <param name="value">The input value</param>

 <returns>A value option representing the value.</returns>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.FSharpValueOption`1">
 <summary>The type of optional values, represented as structs.</summary>

 <remarks>Use the constructors <c>ValueSome</c> and <c>ValueNone</c> to create values of this type.
 Use the values in the <c>ValueOption</c> module to manipulate values of this type,
 or pattern match against the values directly.</remarks>

 <category>Options</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.option`1">
 <summary>The type of optional values. When used from other CLI languages the
 empty option is the <c>null</c> value. </summary>

 <remarks>Use the constructors <c>Some</c> and <c>None</c> to create values of this type.
 Use the values in the <c>Option</c> module to manipulate values of this type,
 or pattern match against the values directly.

 'None' values will appear as the value <c>null</c> to other CLI languages.
 Instance methods on this type will appear as static methods to other CLI languages
 due to the use of <c>null</c> as a value representation.</remarks>

 <category index="3">Options</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpOption`1.Some">
 <summary>The representation of "Value of type 'T"</summary>

 <param name="Value">The input value.</param>

 <returns>An option representing the value.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpOption`1.None">
 <summary>The representation of "No value"</summary>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpOption`1.op_Implicit(`0)">
 <summary>Implicitly converts a value into an optional that is a 'Some' value.</summary>

 <param name="value">The input value</param>

 <remarks>The F# compiler ignored this method when determining possible type-directed conversions. Instead, use <c>Some</c> or <c>None</c> explicitly.</remarks>

 <returns>An option representing the value.</returns>
 <exclude />
</member>
<member name="P:Microsoft.FSharp.Core.FSharpOption`1.Value">
 <summary>Get the value of a 'Some' option. A NullReferenceException is raised if the option is 'None'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpOption`1.None">
 <summary>Create an option value that is a 'None' value.</summary>
 <exclude />
</member>
<member name="P:Microsoft.FSharp.Core.FSharpOption`1.IsSome">
 <summary>Return 'true' if the option is a 'Some' value.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpOption`1.IsNone">
 <summary>Return 'true' if the option is a 'None' value.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpOption`1.Some(`0)">
 <summary>Create an option value that is a 'Some' value.</summary>

 <param name="value">The input value</param>

 <returns>An option representing the value.</returns>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.FSharpOption`1">
 <summary>The type of optional values. When used from other CLI languages the
 empty option is the <c>null</c> value. </summary>

 <remarks>Use the constructors <c>Some</c> and <c>None</c> to create values of this type.
 Use the values in the <c>Option</c> module to manipulate values of this type,
 or pattern match against the values directly.

 <c>None</c> values will appear as the value <c>null</c> to other CLI languages.
 Instance methods on this type will appear as static methods to other CLI languages
 due to the use of <c>null</c> as a value representation.</remarks>

 <category>Options</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.ref`1">
 <summary>The type of mutable references. Use the functions [!] and [:=] to get and
 set values of this type.</summary>
 <category>Basic Types</category>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpRef`1.contents">
<summary>
 The current value of the reference cell
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpRef`1.Value(`0)">
 <summary>The current value of the reference cell</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpRef`1.Value">
 <summary>The current value of the reference cell</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpRef`1">
 <summary>The type of mutable references. Use the functions [!] and [:=] to get and
 set values of this type.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.ToFSharpFunc``2(System.Converter{``0,``1})">
 <summary>Convert the given Converter delegate object to an F# function value</summary>

 <param name="converter">The input Converter delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.ToFSharpFunc``1(System.Action{``0})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FuncFromTupled``6(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1,``2,``3,``4},``5})">
 <summary>A utility function to convert function values from tupled to curried form</summary>

 <param name="func">The input tupled function.</param>

 <returns>The output curried function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FuncFromTupled``5(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1,``2,``3},``4})">
 <summary>A utility function to convert function values from tupled to curried form</summary>

 <param name="func">The input tupled function.</param>

 <returns>The output curried function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FuncFromTupled``4(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1,``2},``3})">
 <summary>A utility function to convert function values from tupled to curried form</summary>

 <param name="func">The input tupled function.</param>

 <returns>The output curried function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FuncFromTupled``3(Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,``1},``2})">
 <summary>A utility function to convert function values from tupled to curried form</summary>

 <param name="func">The input tupled function.</param>

 <returns>The output curried function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``6(System.Func{``0,``1,``2,``3,``4,``5})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``5(System.Func{``0,``1,``2,``3,``4})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``4(System.Func{``0,``1,``2,``3})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``3(System.Func{``0,``1,``2})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F#funcfunction.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``2(System.Func{``0,``1})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromFunc``1(System.Func{``0})">
 <summary>Convert the given Func delegate object to an F# function value</summary>

 <param name="func">The input Func delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction``5(System.Action{``0,``1,``2,``3,``4})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction``4(System.Action{``0,``1,``2,``3})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction``3(System.Action{``0,``1,``2})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction``2(System.Action{``0,``1})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F#funcfunction.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction``1(System.Action{``0})">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FuncConvert.FromAction(System.Action)">
 <summary>Convert the given Action delegate object to an F# function value</summary>

 <param name="action">The input Action delegate.</param>

 <returns>The F# function.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.FuncConvert">
 <summary>Helper functions for converting F# first class function values to and from CLI representations
 of functions using delegates.</summary>
 <category>Language Primitives</category>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.op_Implicit(System.Converter{`0,`1})">
 <summary>Convert an value of type <see cref="T:System.Converter"/> to a F# first class function value </summary>

 <param name="converter">The input System.Converter.</param>

 <returns>An F# function of the same type.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.op_Implicit(Microsoft.FSharp.Core.FSharpFunc{`0,`1})">
 <summary>Convert an F# first class function value to a value of type <see cref="T:System.Converter"/></summary>

 <param name="func">The input function.</param>

 <returns>A System.Converter of the function type.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.ToConverter(Microsoft.FSharp.Core.FSharpFunc{`0,`1})">
 <summary>Convert an F# first class function value to a value of type <see cref="T:System.Converter"/></summary>

 <param name="func">The input function.</param>

 <returns>System.Converter&lt;'T,'U&gt;</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.InvokeFast``1(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,``0}},`0,`1)">
 <summary>Invoke an F# first class function value with two curried arguments. In some cases this
 will result in a more efficient application than applying the arguments successively.</summary>

 <param name="func">The input function.</param>
 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.InvokeFast``2(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}}},`0,`1,``0)">
 <summary>Invoke an F# first class function value with three curried arguments. In some cases this
 will result in a more efficient application than applying the arguments successively.</summary>

 <param name="func">The input function.</param>
 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.InvokeFast``3(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}}}},`0,`1,``0,``1)">
 <summary>Invoke an F# first class function value with four curried arguments. In some cases this
 will result in a more efficient application than applying the arguments successively.</summary>

 <param name="func">The input function.</param>
 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>
 <param name="arg4">The fourth arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.InvokeFast``4(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}}}},`0,`1,``0,``1,``2)">
 <summary>Invoke an F# first class function value with five curried arguments. In some cases this
 will result in a more efficient application than applying the arguments successively.</summary>

 <param name="func">The input function.</param>
 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>
 <param name="arg4">The fourth arg.</param>
 <param name="arg5">The fifth arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.Invoke(`0)">
 <summary>Invoke an F# first class function value with one argument</summary>

 <param name="func"></param>

 <returns>'U</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.FromConverter(System.Converter{`0,`1})">
 <summary>Convert an value of type <see cref="T:System.Converter"/> to a F# first class function value </summary>

 <param name="converter">The input System.Converter.</param>

 <returns>An F# function of the same type.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpFunc`2.#ctor">
 <summary>Construct an instance of an F# first class function value </summary> 
 <returns>The created F# function.</returns> 
</member>
<member name="T:Microsoft.FSharp.Core.FSharpFunc`2">
 <summary>The CLI type used to represent F# function values. This type is not
 typically used directly, though may be used from other CLI languages.</summary>
 <category>Language Primitives</category>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpTypeFunc.Specialize``1">
 <summary>Specialize the type function at a given type</summary>
 <returns>The specialized type.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpTypeFunc.#ctor">
 <summary>Construct an instance of an F# first class type function value </summary>
 <returns>FSharpTypeFunc</returns>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpTypeFunc">
 <summary>The CLI type used to represent F# first-class type function values. This type is for use
 by compiled F# code.</summary>
 <category>Language Primitives</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice7Of7">
 <summary>Choice 7 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice6Of7">
 <summary>Choice 6 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice5Of7">
 <summary>Choice 5 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice4Of7">
 <summary>Choice 4 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice3Of7">
 <summary>Choice 3 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice2Of7">
 <summary>Choice 2 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7.Choice1Of7">
 <summary>Choice 1 of 7 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`7">
 <summary>Helper types for active patterns with 7 choices.</summary>
 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice6Of6">
 <summary>Choice 6 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice5Of6">
 <summary>Choice 5 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice4Of6">
 <summary>Choice 4 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice3Of6">
 <summary>Choice 3 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice2Of6">
 <summary>Choice 2 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6.Choice1Of6">
 <summary>Choice 1 of 6 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`6">
 <summary>Helper types for active patterns with 6 choices.</summary>
 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5.Choice5Of5">
 <summary>Choice 5 of 5 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5.Choice4Of5">
 <summary>Choice 4 of 5 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5.Choice3Of5">
 <summary>Choice 3 of 5 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5.Choice2Of5">
 <summary>Choice 2 of 5 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5.Choice1Of5">
 <summary>Choice 1 of 5 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`5">
 <summary>Helper types for active patterns with 5 choices.</summary>
 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`4.Choice4Of4">
 <summary>Choice 4 of 4 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`4.Choice3Of4">
 <summary>Choice 3 of 4 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`4.Choice2Of4">
 <summary>Choice 2 of 4 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`4.Choice1Of4">
 <summary>Choice 1 of 4 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`4">
 <summary>Helper types for active patterns with 4 choices.</summary>
 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`3.Choice3Of3">
 <summary>Choice 3 of 3 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`3.Choice2Of3">
 <summary>Choice 2 of 3 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`3.Choice1Of3">
 <summary>Choice 1 of 3 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`3">
 <summary>Helper types for active patterns with 3 choices.</summary>
 <category>Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`2.Choice2Of2">
 <summary>Choice 2 of 2 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`2.Choice1Of2">
 <summary>Choice 1 of 2 choices</summary>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpChoice`2">
 <summary>Helper types for active patterns with 2 choices.</summary>
 <category index="5">Choices and Results</category>
</member>
<member name="T:Microsoft.FSharp.Core.outref`1">
 <summary>Represents a out-argument managed pointer in F# code. This type should only be used with F# 4.5+.</summary>
 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.inref`1">
 <summary>Represents a in-argument or readonly managed pointer in F# code. This type should only be used with F# 4.5+.</summary>
 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.byref`1">
 <summary>Represents a managed pointer in F# code. For F# 4.5+ this is considered equivalent to <c>byref&lt;'T, ByRefKinds.InOut&gt;</c></summary>
 <category>ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.byref`2">
 <summary>Represents a managed pointer in F# code.</summary>
 <category index="7">ByRef and Pointer Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint32`1">
 <summary>The type of 32-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.UInt32"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint8`1">
 <summary>The type of 8-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Byte"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.int32`1">
 <summary>The type of 32-bit signed integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Int32"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.int8`1">
 <summary>The type of 8-bit signed integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.SByte"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.single`1">
 <summary>The type of single-precision floating point numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Single"/>.</summary>

 <category index="6">Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.double`1">
 <summary>The type of double-precision floating point numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Double"/>.</summary>

 <category index="6">Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.unativeint`1">
 <summary>The type of machine-sized unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.UIntPtr"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint64`1">
 <summary>The type of 64-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.UInt64"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint16`1">
 <summary>The type of 16-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.UInt16"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.byte`1">
 <summary>The type of 8-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Byte"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.uint`1">
 <summary>The type of 32-bit unsigned integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.UInt32"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.nativeint`1">
 <summary>The type of machine-sized signed integer numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.IntPtr"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.int64`1">
 <summary>The type of 64-bit signed integer numbers, annotated with a unit of measure. The unit
 of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Int64"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.int16`1">
 <summary>The type of 16-bit signed integer numbers, annotated with a unit of measure. The unit
 of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Int16"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.sbyte`1">
 <summary>The type of 8-bit signed integer numbers, annotated with a unit of measure. The unit
 of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.SByte"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.int`1">
 <summary>The type of 32-bit signed integer numbers, annotated with a unit of measure. The unit
 of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Int32"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.decimal`1">
 <summary>The type of decimal numbers, annotated with a unit of measure. The unit
 of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Decimal"/>.</summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.float32`1">
 <summary>The type of single-precision floating point numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Single"/>.
 </summary>

 <category>Basic Types with Units of Measure</category>
</member>
<member name="T:Microsoft.FSharp.Core.float`1">
 <summary>The type of double-precision floating point numbers, annotated with a unit of measure. 
 The unit of measure is erased in compiled code and when values of this type
 are analyzed using reflection. The type is representationally equivalent to 
 <see cref="T:System.Double"/>.</summary>

 <category index="6">Basic Types with Units of Measure</category>
</member>
<member name="P:Microsoft.FSharp.Core.AutoOpenAttribute.Path">
 <summary>Indicates the namespace or module to be automatically opened when an assembly is referenced
 or an enclosing module opened.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.AutoOpenAttribute.#ctor(System.String)">
 <summary>Creates an attribute used to mark a namespace or module path to be 'automatically opened' when an assembly is referenced</summary>

 <param name="path">The namespace or module to be automatically opened when an assembly is referenced
 or an enclosing module opened.</param>

 <returns>AutoOpenAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.AutoOpenAttribute.#ctor">
 <summary>Creates an attribute used to mark a module as 'automatically opened' when the enclosing namespace is opened</summary>
 <returns>AutoOpenAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.AutoOpenAttribute">
 <summary>Indicates a construct is automatically opened when brought into scope through
 an assembly reference or then opening of the containing namespace or module.</summary>

 <remarks>When applied to an assembly, this attribute must be given a string
 argument, and this indicates a valid module or namespace in that assembly. Source
 code files compiled with a reference to this assembly are processed in an environment
 where the given path is automatically opened.

 When applied to a type or module within an assembly, then the attribute must not be given any arguments, and
 the type or module is implicitly opened when its enclosing namespace or module is opened.
 </remarks>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.RequireQualifiedAccessAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>RequireQualifiedAccessAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.RequireQualifiedAccessAttribute">
 <summary>This attribute is used to indicate that references to the elements of a module, record or union 
 type require explicit qualified access.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.NoDynamicInvocationAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>NoDynamicInvocationAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.NoDynamicInvocationAttribute">
 <summary>This attribute is used to tag values that may not be dynamically invoked at runtime. This is
 typically added to inlined functions whose implementations include unverifiable code. It
 causes the method body emitted for the inlined function to raise an exception if 
 dynamically invoked, rather than including the unverifiable code in the generated
 assembly.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.UnverifiableAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>UnverifiableAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.UnverifiableAttribute">
 <summary>This attribute is used to tag values whose use will result in the generation
 of unverifiable code. These values are inevitably marked 'inline' to ensure that
 the unverifiable constructs are not present in the actual code for the F# library,
 but are rather copied to the source code of the caller.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.IsHidden(System.Boolean)">
 <summary>Indicates if the construct should always be hidden in an editing environment.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.IsError(System.Boolean)">
 <summary>Indicates if the message should indicate a compiler error. Error numbers less than
 10000 are considered reserved for use by the F# compiler and libraries.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.MessageNumber">
 <summary>Indicates the number associated with the message.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.Message">
 <summary>Indicates the warning message to be emitted when F# source code uses this construct</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.IsHidden">
 <summary>Indicates if the construct should always be hidden in an editing environment.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerMessageAttribute.IsError">
 <summary>Indicates if the message should indicate a compiler error. Error numbers less than
 10000 are considered reserved for use by the F# compiler and libraries.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerMessageAttribute.#ctor(System.String,System.Int32)">
 <summary>Creates an instance of the attribute.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerMessageAttribute">
 <summary>Indicates that a message should be emitted when F# source code uses this construct.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.StructuredFormatDisplayAttribute.Value">
 <summary>Indicates the text to display by default when objects of this type are displayed 
 using '%A' printf formatting patterns and other two-dimensional text-based display 
 layouts. </summary>
</member>
<member name="M:Microsoft.FSharp.Core.StructuredFormatDisplayAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>

 <param name="value">Indicates the text to display when using the '%A' printf formatting.</param>

 <returns>StructuredFormatDisplayAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.StructuredFormatDisplayAttribute">
 <summary>This attribute is used to mark how a type is displayed by default when using 
 '%A' printf formatting patterns and other two-dimensional text-based display layouts. 
 In this version of F# valid values are of the form <c>PreText {PropertyName1} PostText {PropertyName2} ... {PropertyNameX} PostText</c>.
 The property names indicate properties to evaluate and to display instead of the object itself. </summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationArgumentCountsAttribute.Counts">
 <summary>Indicates the number of arguments in each argument group </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationArgumentCountsAttribute.#ctor(System.Int32[])">
 <summary>Creates an instance of the attribute</summary>

 <param name="counts">Indicates the number of arguments in each argument group.</param>

 <returns>CompilationArgumentCountsAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilationArgumentCountsAttribute">
 <summary>This attribute is generated automatically by the F# compiler to tag functions and members 
 that accept a partial application of some of their arguments and return a residual function.
 </summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.InlineIfLambdaAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>InlineIfLambdaAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.InlineIfLambdaAttribute">
 <summary>Adding this attribute to a parameter of function type indicates that, if the overall function or method is inlined and the parameter is
 determined to be a known lambda, then this function should be statically inlined throughout the body of the function of method.</summary>

 <remarks>If the function parameter is called multiple times in the implementation of the function or method this attribute may cause code explosion and slow compilation times.</remarks>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.ExperimentalAttribute.Message">
 <summary>Indicates the warning message to be emitted when F# source code uses this construct</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExperimentalAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>

 <param name="message">The warning message to be emitted when code uses this construct.</param>

 <returns>ExperimentalAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ExperimentalAttribute">
 <summary>This attribute is used to tag values that are part of an experimental library
 feature.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationRepresentationAttribute.Flags">
 <summary>Indicates one or more adjustments to the compiled representation of an F# type or member</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationRepresentationAttribute.#ctor(Microsoft.FSharp.Core.CompilationRepresentationFlags)">
 <summary>Creates an instance of the attribute</summary>

 <param name="flags">Indicates adjustments to the compiled representation of the type or member.</param>

 <returns>CompilationRepresentationAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilationRepresentationAttribute">
 <summary>This attribute is used to adjust the runtime representation for a type. 
 For example, it may be used to note that the <c>null</c> representation
 may be used for a type. This affects how some constructs are compiled.
 </summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationSourceNameAttribute.SourceName">
 <summary>Indicates the name of the entity in F# source code</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationSourceNameAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>

 <param name="sourceName">The name of the method in source.</param>

 <returns>CompilationSourceNameAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilationSourceNameAttribute">
 <summary>This attribute is inserted automatically by the F# compiler to tag 
 methods which are given the 'CompiledName' attribute.</summary>

 <remarks>This attribute is used by the functions in the 
 FSharp.Reflection namespace to reverse-map compiled constructs to 
 their original forms. It is not intended for use from user code.
 </remarks>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationMappingAttribute.VariantNumber">
 <summary>Indicates the variant number of the entity, if any, in a linear sequence of elements with F# source code</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationMappingAttribute.TypeDefinitions">
 <summary>Indicates the type definitions needed to resolve the source construct</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationMappingAttribute.SourceConstructFlags">
 <summary>Indicates the relationship between the compiled entity and F# source code</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationMappingAttribute.SequenceNumber">
 <summary>Indicates the sequence number of the entity, if any, in a linear sequence of elements with F# source code</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilationMappingAttribute.ResourceName">
 <summary>Indicates the resource the source construct relates to</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationMappingAttribute.#ctor(System.String,System.Type[])">
 <summary>Creates an instance of the attribute</summary>

 <param name="typeDefinitions">Indicates the type definitions needed to resolve the source construct.</param>
 <param name="resourceName">The name of the resource needed to resolve the source construct.</param>

 <returns>CompilationMappingAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationMappingAttribute.#ctor(Microsoft.FSharp.Core.SourceConstructFlags,System.Int32,System.Int32)">
 <summary>Creates an instance of the attribute</summary>

 <param name="sourceConstructFlags">Indicates the type of source construct.</param>
 <param name="variantNumber">Indicates the index in the sequence of variants.</param>
 <param name="sequenceNumber">Indicates the index in the sequence of constructs.</param>

 <returns>CompilationMappingAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationMappingAttribute.#ctor(Microsoft.FSharp.Core.SourceConstructFlags,System.Int32)">
 <summary>Creates an instance of the attribute</summary>

 <param name="sourceConstructFlags">Indicates the type of source construct.</param>
 <param name="sequenceNumber">Indicates the index in the sequence of constructs.</param>

 <returns>CompilationMappingAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilationMappingAttribute.#ctor(Microsoft.FSharp.Core.SourceConstructFlags)">
 <summary>Creates an instance of the attribute</summary>

 <param name="sourceConstructFlags">Indicates the type of source construct.</param>

 <returns>CompilationMappingAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilationMappingAttribute">
 <summary>This attribute is inserted automatically by the F# compiler to tag types 
 and methods in the generated CLI code with flags indicating the correspondence 
 with original source constructs.</summary>

 <remarks>This attribute is used by the functions in the 
 FSharp.Reflection namespace to reverse-map compiled constructs to 
 their original forms. It is not intended for use from user code.</remarks>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute.Release">
 <summary>The release number of the F# version associated with the attribute</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute.Minor">
 <summary>The minor version number of the F# version associated with the attribute</summary>
</member>
<member name="P:Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute.Major">
 <summary>The major version number of the F# version associated with the attribute</summary>
</member>
<member name="M:Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute.#ctor(System.Int32,System.Int32,System.Int32)">
 <summary>Creates an instance of the attribute</summary>

 <param name="major">The major version number.</param>
 <param name="minor">The minor version number.</param>
 <param name="release">The release number.</param>

 <returns>FSharpInterfaceDataVersionAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute">
 <summary>This attribute is added to generated assemblies to indicate the 
 version of the data schema used to encode additional F#
 specific information in the resource attached to compiled F# libraries.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.AutoSerializableAttribute.Value">
 <summary>The value of the attribute, indicating whether the type is automatically marked serializable or not</summary>
</member>
<member name="M:Microsoft.FSharp.Core.AutoSerializableAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute</summary>

 <param name="value">Indicates whether the type should be serializable by default.</param>

 <returns>AutoSerializableAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.AutoSerializableAttribute">
 <summary>Adding this attribute to a type with value 'false' disables the behaviour where F# makes the
 type Serializable by default.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CompiledNameAttribute.CompiledName">
 <summary>The name of the value as it appears in compiled code</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompiledNameAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>

 <param name="compiledName">The name to use in compiled code.</param>

 <returns>CompiledNameAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompiledNameAttribute">
 <summary>Adding this attribute to a value or function definition in an F# module changes the name used
 for the value in compiled CLI code.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.GeneralizableValueAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>GeneralizableValueAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.GeneralizableValueAttribute">
 <summary>Adding this attribute to a non-function value with generic parameters indicates that 
 uses of the construct can give rise to generic code through type inference. </summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>RequiresExplicitTypeArgumentsAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute">
 <summary>Adding this attribute to a type, value or member requires that 
 uses of the construct must explicitly instantiate any generic type parameters.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.OptionalArgumentAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>OptionalArgumentAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptionalArgumentAttribute">
 <summary>This attribute is added automatically for all optional arguments.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.DefaultValueAttribute.Check">
 <summary>Indicates if a constraint is asserted that the field type supports 'null'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.DefaultValueAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute</summary>

 <param name="check">Indicates whether to assert that the field type supports <c>null</c>.</param>

 <returns>DefaultValueAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.DefaultValueAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>DefaultValueAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.DefaultValueAttribute">
 <summary>Adding this attribute to a field declaration means that the field is 
 not initialized. During type checking a constraint is asserted that the field type supports 'null'. 
 If the 'check' value is false then the constraint is not asserted. 
 </summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.NoComparisonAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>NoComparisonAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.NoComparisonAttribute">
 <summary>Adding this attribute to a type indicates it is a type where comparison is an abnormal operation.
 This means that the type does not satisfy the F# 'comparison' constraint. Within the bounds of the 
 F# type system, this helps ensure that the F# generic comparison function is not instantiated directly
 at this type. The attribute and checking does not constrain the use of comparison with base or child 
 types of this type.
 </summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.CustomComparisonAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>CustomComparisonAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CustomComparisonAttribute">
 <summary>Adding this attribute to a type indicates it is a type with a user-defined implementation of comparison.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.CustomEqualityAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>CustomEqualityAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CustomEqualityAttribute">
 <summary>Adding this attribute to a type indicates it is a type with a user-defined implementation of equality.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.NoEqualityAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>NoEqualityAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.NoEqualityAttribute">
 <summary>Adding this attribute to a type indicates it is a type where equality is an abnormal operation.
 This means that the type does not satisfy the F# 'equality' constraint. Within the bounds of the 
 F# type system, this helps ensure that the F# generic equality function is not instantiated directly
 at this type. The attribute and checking does not constrain the use of comparison with base or child 
 types of this type.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.ProjectionParameterAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>ProjectionParameterAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ProjectionParameterAttribute">
 <summary>Indicates that, when a custom operator is used in a computation expression,
 a parameter is automatically parameterized by the variable space of the computation expression</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.MaintainsVariableSpaceUsingBind(System.Boolean)">
 <summary>Indicates if the custom operation maintains the variable space of the query of computation expression through the use of a bind operation</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.MaintainsVariableSpace(System.Boolean)">
 <summary>Indicates if the custom operation maintains the variable space of the query of computation expression</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.JoinConditionWord(System.String)">
 <summary>Indicates the name used for the 'on' part of the custom query operator for join-like operators</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeZip(System.Boolean)">
 <summary>Indicates if the custom operation is an operation similar to a zip in a sequence computation, supporting two inputs</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeJoin(System.Boolean)">
 <summary>Indicates if the custom operation is an operation similar to a join in a sequence computation, supporting two inputs and a correlation constraint</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeGroupJoin(System.Boolean)">
 <summary>Indicates if the custom operation is an operation similar to a group join in a sequence computation, supporting two inputs and a correlation constraint, and generating a group</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.AllowIntoPattern(System.Boolean)">
 <summary>Indicates if the custom operation supports the use of 'into' immediately after the use of the operation in a query or other computation expression to consume the results of the operation</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.Name">
 <summary>Get the name of the custom operation when used in a query or other computation expression</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.MaintainsVariableSpaceUsingBind">
 <summary>Indicates if the custom operation maintains the variable space of the query of computation expression through the use of a bind operation</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.MaintainsVariableSpace">
 <summary>Indicates if the custom operation maintains the variable space of the query of computation expression</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.JoinConditionWord">
 <summary>Indicates the name used for the 'on' part of the custom query operator for join-like operators</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeZip">
 <summary>Indicates if the custom operation is an operation similar to a zip in a sequence computation, supporting two inputs</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeJoin">
 <summary>Indicates if the custom operation is an operation similar to a join in a sequence computation, supporting two inputs and a correlation constraint</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.IsLikeGroupJoin">
 <summary>Indicates if the custom operation is an operation similar to a group join in a sequence computation, supporting two inputs and a correlation constraint, and generating a group</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CustomOperationAttribute.AllowIntoPattern">
 <summary>Indicates if the custom operation supports the use of 'into' immediately after the use of the operation in a query or other computation expression to consume the results of the operation</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CustomOperationAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>
 <returns>CustomOperationAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CustomOperationAttribute">
 <summary>Indicates that a member on a computation builder type is a custom query operator,
 and indicates the name of that operator.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.StructuralComparisonAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>StructuralComparisonAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.StructuralComparisonAttribute">
 <summary>Adding this attribute to a record, union, exception, or struct type confirms the 
 automatic generation of implementations for 'System.IComparable' for the type.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.StructuralEqualityAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>StructuralEqualityAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.StructuralEqualityAttribute">
 <summary>Adding this attribute to a record, union or struct type confirms the automatic 
 generation of overrides for 'System.Object.Equals(obj)' and 
 'System.Object.GetHashCode()' for the type. </summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.ReferenceEqualityAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>ReferenceEqualityAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ReferenceEqualityAttribute">
 <summary>Adding this attribute to a record or union type disables the automatic generation
 of overrides for 'System.Object.Equals(obj)', 'System.Object.GetHashCode()' 
 and 'System.IComparable' for the type. The type will by default use reference equality.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.EntryPointAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>EntryPointAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.EntryPointAttribute">
 <summary>Adding this attribute to a function indicates it is the entrypoint for an application.
 If this attribute is not specified for an EXE then the initialization implicit in the
 module bindings in the last file in the compilation sequence are used as the entrypoint.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.VolatileFieldAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>VolatileFieldAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.VolatileFieldAttribute">
 <summary>Adding this attribute to an F# mutable binding causes the "volatile"
 prefix to be used for all accesses to the field.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.DefaultAugmentationAttribute.Value">
 <summary>The value of the attribute, indicating whether the type has a default augmentation or not</summary>
</member>
<member name="M:Microsoft.FSharp.Core.DefaultAugmentationAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute</summary>

 <param name="value">Indicates whether to generate helper members on the CLI class representing a discriminated
 union.</param>

 <returns>DefaultAugmentationAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.DefaultAugmentationAttribute">
 <summary>Adding this attribute to a discriminated union with value false
 turns off the generation of standard helper member tester, constructor 
 and accessor members for the generated CLI class for that type.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.CLIMutableAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>CLIMutableAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CLIMutableAttribute">
 <summary>Adding this attribute to a record type causes it to be compiled to a CLI representation
 with a default constructor with property getters and setters.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.CLIEventAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>CLIEventAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CLIEventAttribute">
 <summary>Adding this attribute to a property with event type causes it to be compiled with as a CLI
 metadata event, through a syntactic translation to a pair of 'add_EventName' and 
 'remove_EventName' methods.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.LiteralAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>LiteralAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.LiteralAttribute">
 <summary>Adding this attribute to a value causes it to be compiled as a CLI constant literal.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.AllowNullLiteralAttribute.Value">
 <summary>The value of the attribute, indicating whether the type allows the null literal or not</summary>
</member>
<member name="M:Microsoft.FSharp.Core.AllowNullLiteralAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute with the specified value</summary>
 <returns>AllowNullLiteralAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.AllowNullLiteralAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>AllowNullLiteralAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.AllowNullLiteralAttribute">
 <summary>Adding this attribute to a type lets the 'null' literal be used for the type 
 within F# code. This attribute may only be added to F#-defined class or 
 interface types.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.ClassAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>ClassAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ClassAttribute">
 <summary>Adding this attribute to a type causes it to be represented using a CLI class.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.InterfaceAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>InterfaceAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.InterfaceAttribute">
 <summary>Adding this attribute to a type causes it to be represented using a CLI interface.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.MeasureAnnotatedAbbreviationAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>MeasureAnnotatedAbbreviationAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.MeasureAnnotatedAbbreviationAttribute">
 <summary>Adding this attribute to a type causes it to be interpreted as a refined type, currently limited to measure-parameterized types.
 This may only be used under very limited conditions.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.MeasureAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>MeasureAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.MeasureAttribute">
 <summary>Adding this attribute to a type causes it to be interpreted as a unit of measure.
 This may only be used under very limited conditions.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.StructAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>StructAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.StructAttribute">
 <summary>Adding this attribute to a type causes it to be represented using a CLI struct.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.ComparisonConditionalOnAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>ComparisonConditionalOnAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ComparisonConditionalOnAttribute">
 <summary>This attribute is used to indicate a generic container type satisfies the F# 'comparison' 
 constraint only if a generic argument also satisfies this constraint.</summary>

 <remarks>For example, adding 
 this attribute to parameter 'T on a type definition C&lt;'T&gt; means that a type C&lt;X&gt; only supports 
 comparison if the type X also supports comparison and all other conditions for C&lt;X&gt; to support 
 comparison are also met. The type C&lt;'T&gt; can still be used with other type arguments, but a type such 
 as C&lt;(int -> int)&gt; will not support comparison because the type (int -> int) is an F# function type 
 and does not support comparison.

 This attribute will be ignored if it is used on the generic parameters of functions or methods.
 </remarks>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.EqualityConditionalOnAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>EqualityConditionalOnAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.EqualityConditionalOnAttribute">
 <summary>This attribute is used to indicate a generic container type satisfies the F# 'equality' 
 constraint only if a generic argument also satisfies this constraint.</summary>



 <remarks> For example, adding 
 this attribute to parameter 'T on a type definition C&lt;'T&gt; means that a type C&lt;X&gt; only supports 
 equality if the type X also supports equality and all other conditions for C&lt;X&gt; to support 
 equality are also met. The type C&lt;'T&gt; can still be used with other type arguments, but a type such 
 as C&lt;(int -> int)&gt; will not support equality because the type (int -> int) is an F# function type 
 and does not support equality.
 
 This attribute will be ignored if it is used on the generic parameters of functions or methods.
 </remarks>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.ReflectedDefinitionAttribute.IncludeValue">
 <summary>The value of the attribute, indicating whether to include the evaluated value of the definition as the outer node of the quotation</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ReflectedDefinitionAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute</summary>

 <param name="includeValue">Indicates whether to include the evaluated value of the definition as the outer node of the quotation</param>

 <returns>ReflectedDefinitionAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ReflectedDefinitionAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>ReflectedDefinitionAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ReflectedDefinitionAttribute">
 <summary>Adding this attribute to the let-binding for the definition of a top-level 
 value makes the quotation expression that implements the value available
 for use at runtime.</summary>

 <category>Attributes</category>
</member>
<member name="M:Microsoft.FSharp.Core.AbstractClassAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>AbstractClassAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.AbstractClassAttribute">
 <summary>Adding this attribute to class definition makes it abstract, which means it need not
 implement all its methods. Instances of abstract classes may not be constructed directly.</summary>

 <category>Attributes</category>
</member>
<member name="P:Microsoft.FSharp.Core.SealedAttribute.Value">
 <summary>The value of the attribute, indicating whether the type is sealed or not.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.SealedAttribute.#ctor(System.Boolean)">
 <summary>Creates an instance of the attribute</summary>

 <param name="value">Indicates whether the class is sealed.</param>

 <returns>SealedAttribute</returns>
</member>
<member name="M:Microsoft.FSharp.Core.SealedAttribute.#ctor">
 <summary>Creates an instance of the attribute.</summary>
 <returns>The created attribute.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.SealedAttribute">
 <summary>Adding this attribute to class definition makes it sealed, which means it may not
 be extended or implemented.</summary>

 <category>Attributes</category>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.Event">
 <summary>Compile a property as a CLI event.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.UseNullAsTrueValue">
 <summary>Permit the use of <c>null</c> as a representation for nullary discriminators in a discriminated union.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.ModuleSuffix">
 <summary>append 'Module' to the end of a module whose name clashes with a type name in the same namespace.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.Instance">
 <summary>Compile a member as 'instance' even if <c>null</c> is used as a representation for this type.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.Static">
 <summary>Compile an instance member as 'static' .</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilationRepresentationFlags.None">
 <summary>No special compilation representation.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilationRepresentationFlags">
 <summary>Indicates one or more adjustments to the compiled representation of an F# type or member.</summary>

 <category>Attributes</category>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation">
 <summary>Indicates that the compiled entity had private or internal representation in F# source code.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.KindMask">
 <summary>The mask of values related to the kind of the compiled entity.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.Value">
 <summary>Indicates that the compiled entity is part of the representation of an F# value declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.UnionCase">
 <summary>Indicates that the compiled entity is part of the representation of an F# union case declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.Module">
 <summary>Indicates that the compiled entity is part of the representation of an F# module declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.Closure">
 <summary>Indicates that the compiled entity is part of the representation of an F# closure.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.Exception">
 <summary>Indicates that the compiled entity is part of the representation of an F# exception declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.Field">
 <summary>Indicates that the compiled entity is part of the representation of an F# record or union case field declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.ObjectType">
 <summary>Indicates that the compiled entity is part of the representation of an F# class or other object type declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.RecordType">
 <summary>Indicates that the compiled entity is part of the representation of an F# record type declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.SumType">
 <summary>Indicates that the compiled entity is part of the representation of an F# union type declaration.</summary>
</member>
<member name="F:Microsoft.FSharp.Core.SourceConstructFlags.None">
 <summary>Indicates that the compiled entity has no relationship to an element in F# source code.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.SourceConstructFlags">
 <summary>Indicates the relationship between a compiled entity in a CLI binary and an element in F# source code.</summary>

 <category index="8">Attributes</category>
</member>
<member name="T:Microsoft.FSharp.Core.unit">
 <summary>The type 'unit', which has only one value "()". This value is special and
 always uses the representation 'null'.</summary>

 <category index="1">Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.Unit">
 <namespacedoc><summary>
   Basic definitions of operators, options, functions, results, choices, attributes and plain text formatting.
 </summary></namespacedoc>

 <summary>The type 'unit', which has only one value "()". This value is special and
 always uses the representation 'null'.</summary>

 <category>Basic Types</category>
 <exclude />
</member>
<member name="T:Microsoft.FSharp.Core.bigint">
 <summary>An abbreviation for <see cref="T:System.Numerics.BigInteger"/>. </summary>

 <category>Basic Types</category>
</member>
<member name="T:Microsoft.FSharp.Core.Format`5">
 <summary>Type of a formatting expression.</summary>
 <typeparam name="Printer">Function type generated by printf.</typeparam>
 <typeparam name="State">Type argument passed to %a formatters</typeparam>
 <typeparam name="Residue">Value generated by the overall printf action (e.g. sprint generates a string)</typeparam>
 <typeparam name="Result">Value generated after post processing (e.g. failwithf generates a string internally then raises an exception)</typeparam>
 <typeparam name="Tuple">Tuple of values generated by scan or match.</typeparam>

 <category>Language Primitives</category>
</member>
<member name="T:Microsoft.FSharp.Core.Format`4">
 <summary>Type of a formatting expression.</summary>
 <typeparam name="Printer">Function type generated by printf.</typeparam>
 <typeparam name="State">Type argument passed to %a formatters</typeparam>
 <typeparam name="Residue">Value generated by the overall printf action (e.g. sprint generates a string)</typeparam>
 <typeparam name="Result">Value generated after post processing (e.g. failwithf generates a string internally then raises an exception)</typeparam>

 <category>Language Primitives</category>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfFormat`5.#ctor(System.String,System.Object[],System.Type[])">
 <summary>Construct a format string</summary>
 <param name="value">The input string.</param>
 <param name="captures">The captured expressions in an interpolated string.</param>
 <param name="captureTys">The types of expressions for %A holes in interpolated string.</param>
 <returns>The created format string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfFormat`5.#ctor(System.String)">
 <summary>Construct a format string</summary>

 <param name="value">The input string.</param>

 <returns>The created format string.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfFormat`5">
 <summary>Type of a formatting expression.</summary>

 <typeparam name="Printer">Function type generated by printf.</typeparam>
 <typeparam name="State">Type argument passed to %a formatters</typeparam>
 <typeparam name="Residue">Value generated by the overall printf action (e.g. sprint generates a string)</typeparam>
 <typeparam name="Result">Value generated after post processing (e.g. failwithf generates a string internally then raises an exception)</typeparam>
 <typeparam name="Tuple">Tuple of values generated by scan or match.</typeparam>

 <category>Language Primitives</category>
</member>
<member name="P:Microsoft.FSharp.Core.PrintfFormat`4.Value">
 <summary>The raw text of the format string.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfFormat`4.#ctor(System.String,System.Object[],System.Type[])">
 <summary>Construct a format string </summary>
 <param name="value">The input string.</param>
 <param name="captures">The captured expressions in an interpolated string.</param>
 <param name="captureTys">The types of expressions for %A holes in interpolated string.</param>
 <returns>The PrintfFormat containing the formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfFormat`4.#ctor(System.String)">
 <summary>Construct a format string </summary>
 <param name="value">The input string.</param>

 <returns>The PrintfFormat containing the formatted result.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfFormat`4">
 <summary>Type of a formatting expression.</summary>

 <typeparam name="Printer">Function type generated by printf.</typeparam>
 <typeparam name="State">Type argument passed to %a formatters</typeparam>
 <typeparam name="Residue">Value generated by the overall printf action (e.g. sprint generates a string)</typeparam>
 <typeparam name="Result">Value generated after post processing (e.g. failwithf generates a string internally then raises an exception)</typeparam>

 <category>Language Primitives</category>
</member>
<member name="T:Microsoft.FSharp.Core.MatchFailureException">
 <summary>Non-exhaustive match failures will raise the MatchFailureException exception</summary>
 <category>Language Primitives</category>
</member>
<member name="P:Microsoft.FSharp.Core.SR.maxDegreeOfParallelismNotPositive">
 <summary>maxDegreeOfParallelism must be positive, was {0}</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.unsupportedQueryConstructKind">
 <summary>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.unsupportedQueryProperty">
 <summary>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.unsupportedQueryCall">
 <summary>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.unsupportedQueryConstruct">
 <summary>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.unsupportedIfThenElse">
 <summary>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.failDueToUnsupportedInputTypeInSumByOrAverageBy">
 <summary>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.thenByError">
 <summary>'thenBy' and 'thenByDescending' may only be used with an ordered input</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.inputSequenceTooLong">
 <summary>The input sequence contains more than one element.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.invalidTupleTypeConstructorNotDefined">
 <summary>The tuple type '{0}' is invalid. Required constructor is not defined.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.invalidRecordTypeConstructorNotDefined">
 <summary>The record type '{0}' is invalid. Required constructor is not defined.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.controlContinuationInvokedMultipleTimes">
 <summary>A continuation provided by Async.FromContinuations was invoked multiple times</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.optionValueWasNone">
 <summary>The option value was None</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.thisValueCannotBeMutated">
 <summary>This value cannot be mutated</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtypeArgumentOutOfRange">
 <summary>type argument out of range</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QillFormedAppOrLet">
 <summary>ill formed expression: AppOp or LetOp</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QfailedToBindAssembly">
 <summary>Failed to bind assembly '{0}' while processing quotation data</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QcannotTakeAddress">
 <summary>Cannot take the address of this quotation</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QcannotBindToMethod">
 <summary>Could not bind to method</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QcannotBindProperty">
 <summary>Could not bind property {0} in type {1}</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QcannotBindFunction">
 <summary>Could not bind function {0} in type {1}</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfWidthSpecifierIllegal">
 <summary>Bad format specifier (width)</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfSpecifierAfterIllegal">
 <summary>Bad format specifier (after {0})</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfPrecisonSpecifierIllegal">
 <summary>Bad format specifier (precision)</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfNotAFunType">
 <summary>Not a function type</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfMissingFormatSpecifier">
 <summary>Missing format specifier</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfHashFormatSpecifierIllegal">
 <summary>The # formatting modifier is invalid in F#</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfExpectedWidth">
 <summary>Expected a width argument</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfExpectedPrecision">
 <summary>Expected a precision argument</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfBadIntegerForDynamicFomatter">
 <summary>Bad integer supplied to dynamic formatter</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfBadFormatSpecifier">
 <summary>Bad format specifier:{0}</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.printfBadFloatValue">
 <summary>Bad float value</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.multipleCompilationMappings">
 <summary>Multiple CompilationMappingAttributes, expected at most one</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.moveNextNotCalledOrFinished">
 <summary>MoveNext not called, or finished</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.firstClassUsesOfSplice">
 <summary>first class uses of '%' or '%%' are not permitted</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.constructorForUnionCaseNotFound">
 <summary>The constructor method '{0}' for the union case could not be found</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.keyNotFoundAlt">
 <summary>An index satisfying the predicate was not found in the collection.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QwrongNumOfTypeArgs">
 <summary>The method '{0}' expects {1} type arguments but {2} were provided</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QwritingGetOnly">
 <summary>Writing a get-only property</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QunionNeedsDiffNumArgs">
 <summary>F# union type requires different number of arguments</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtupleLengthsDiffer">
 <summary>The tuple lengths are different</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtupleAccessOutOfRange">
 <summary>Tuple access out of range</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmRaw">
 <summary>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmFunTypeNotMatchDelegate">
 <summary>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmExprHasWrongType">
 <summary>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QstaticWithReceiverObject">
 <summary>Receiver object was unexpected, as member is static</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QreadingSetOnly">
 <summary>Reading a set-only property</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QparentCannotBeNull">
 <summary>Parent type cannot be null</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QnonStaticNoReceiverObject">
 <summary>The member is non-static (instance), but no receiver object was supplied</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QinvalidFuncType">
 <summary>Invalid function type</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QincorrectType">
 <summary>Incorrect type</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QincorrectNumArgs">
 <summary>Incorrect number of arguments</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QincorrectInstanceType">
 <summary>Incorrect instance type</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QincompatibleRecordLength">
 <summary>Incompatible record length</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QfailedToBindTypeInAssembly">
 <summary>Failed to bind type '{0}' in assembly '{1}'</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QfailedToBindProperty">
 <summary>Failed to bind property '{0}'</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QfailedToBindField">
 <summary>Failed to bind field '{0}'</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QfailedToBindConstructor">
 <summary>Failed to bind constructor</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.tupleIndexOutOfRange">
 <summary>The tuple index '{1}' was out of range for tuple type '{0}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.syncContextNull">
 <summary>The System.Threading.SynchronizationContext.Current of the calling thread is null.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.stepCannotBeZero">
 <summary>The step of a range cannot be zero.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.stepCannotBeNaN">
 <summary>The step of a range cannot be NaN.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.startCannotBeNaN">
 <summary>The start of a range cannot be NaN.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.resetNotSupported">
 <summary>Reset is not supported on this enumerator.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QunrecognizedMethodCall">
 <summary>The parameter is not a recognized method name.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QunexpectedHole">
 <summary>Unexpected quotation hole in expression.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmVarTypeNotMatchRHS">
 <summary>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmTuple">
 <summary>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmTrueAndFalseMustMatch">
 <summary>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmLowerUpperBoundMustBeInt">
 <summary>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmLoopBodyMustBeLambdaTakingInteger">
 <summary>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmInvalidParam">
 <summary>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmInitArray">
 <summary>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmIncorrectArgForUnion">
 <summary>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmIncorrectArgForRecord">
 <summary>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmGuardMustBeBool">
 <summary>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmFunctionArgTypeMismatch">
 <summary>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmExprTypeMismatch">
 <summary>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmExprNotMatchTuple">
 <summary>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmExpectedFunction">
 <summary>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmCondMustBeBool">
 <summary>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmBodyMustBeUnit">
 <summary>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QtmmBadFieldType">
 <summary>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QmissingUnionCase">
 <summary>Type '{0}' did not have an F# union case named '{1}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QmissingRecordField">
 <summary>Type '{0}' did not have an F# record field named '{1}'.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QinvalidCaseIndex">
 <summary>Not a valid F# union case index.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QexpectedTwoTypes">
 <summary>Expected exactly two type arguments.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.QexpectedOneType">
 <summary>Expected exactly one type argument.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.privateUnionType">
 <summary>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.privateRecordType">
 <summary>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.privateExceptionType">
 <summary>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.outOfRange">
 <summary>The index is outside the legal range.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.objIsNullAndNoType">
 <summary>The object is null and no type was given.  Either pass a non-null object or a non-null type parameter.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.objIsNotARecord">
 <summary>The object is not an F# record value.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.nullsNotAllowedInArray">
 <summary>One of the elements in the array is null.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notUsedForHashing">
 <summary>This object is for recursive equality calls and cannot be used for hashing.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notEnoughElements">
 <summary>The input sequence has an insufficient number of elements.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notComparable">
 <summary>The two objects have different types and are not comparable.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notAUnionType">
 <summary>Type '{0}' is not an F# union type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notATupleType">
 <summary>Type '{0}' is not a tuple type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notARecordType">
 <summary>Type '{0}' is not an F# record type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notAPermutation">
 <summary>The function did not compute a permutation.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notAnExceptionType">
 <summary>Type '{0}' is not the representation of an F# exception declaration.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.notAFunctionType">
 <summary>Type '{0}' is not a function type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.nonZeroBasedDisallowed">
 <summary>Arrays with non-zero base cannot be created on this platform.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.checkStaticInit">
 <summary>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.checkInit">
 <summary>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.noNegateMinValue">
 <summary>Negating the minimum value of a twos complement number is invalid.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mismatchIAREnd">
 <summary>The IAsyncResult object provided does not match this 'End' operation.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mismatchIARCancel">
 <summary>The IAsyncResult object provided does not match this 'Cancel' operation.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mapCannotBeMutated">
 <summary>Map values cannot be mutated.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mailboxScanTimedOut">
 <summary>Mailbox.Scan timed out.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mailboxReceiveTimedOut">
 <summary>Mailbox.Receive timed out.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mailboxProcessorPostAndReplyTimedOut">
 <summary>MailboxProcessor.PostAndReply timed out.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mailboxProcessorPostAndAsyncReplyTimedOut">
 <summary>MailboxProcessor.PostAndAsyncReply timed out.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.mailboxProcessorAlreadyStarted">
 <summary>The MailboxProcessor has already been started.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.listsHadDifferentLengths">
 <summary>The lists had different lengths.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.keyNotFound">
 <summary>The item, key, or index was not found in the collection.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.invalidTupleTypes">
 <summary>This is not a valid tuple type for the F# reflection library.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.inputSequenceEmpty">
 <summary>The input sequence was empty.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.inputMustBePositive">
 <summary>The input must be positive.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.inputMustBeNonNegative">
 <summary>The input must be non-negative.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.inputListWasEmpty">
 <summary>The input list was empty.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.indexOutOfBounds">
 <summary>The index was outside the range of elements in the list.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.genericCompareFail1">
 <summary>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.failedReadEnoughBytes">
 <summary>Failed to read enough bytes from the stream.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.enumerationPastIntMaxValue">
 <summary>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.setContainsNoElements">
 <summary>Set contains no elements.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.enumerationNotStarted">
 <summary>Enumeration has not started. Call MoveNext.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.enumerationAlreadyFinished">
 <summary>Enumeration already finished.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.endCannotBeNaN">
 <summary>The end of a range cannot be NaN.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.dyInvOpMultOverload">
 <summary>Dynamic invocation of op_Multiply involving overloading is not supported.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.dyInvOpMultCoerce">
 <summary>Dynamic invocation of op_Multiply involving coercions is not supported.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.dyInvOpAddOverload">
 <summary>Dynamic invocation of op_Addition involving overloading is not supported.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.dyInvOpAddCoerce">
 <summary>Dynamic invocation of op_Addition involving coercions is not supported.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.dyInvDivByIntCoerce">
 <summary>Dynamic invocation of DivideByInt involving coercions is not supported.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.delegateExpected">
 <summary>Expecting delegate type.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.badFormatString">
 <summary>Input string was not in a correct format.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.arrayWasEmpty">
 <summary>The input array was empty.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.arraysHadDifferentLengths">
 <summary>The arrays have different lengths.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.addressOpNotFirstClass">
 <summary>First class uses of address-of operators are not permitted.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.SR.matchCasesIncomplete">
 <summary>The match cases were incomplete</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.KeyValuePattern``2(System.Collections.Generic.KeyValuePair{``0,``1})">
 <summary>An active pattern to match values of type <see cref="T:System.Collections.Generic.KeyValuePair"/></summary>

 <param name="keyValuePair">The input key/value pair.</param>

 <returns>A tuple containing the key and value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToChar``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Char},``0)">
 <summary>Converts the argument to character. Numeric inputs are converted according to the UTF-16 
 encoding for characters. String inputs must be exactly one character long. For other
 input types the operation requires an appropriate static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted char.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToDecimal``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Decimal},``0)">
 <summary>Converts the argument to System.Decimal using a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>UInt64.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted decimal.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToString``1(``0)">
 <summary>Converts the argument to a string using <c>ToString</c>.</summary>

 <remarks>For standard integer and floating point values the and any type that implements <c>IFormattable</c>
 <c>ToString</c> conversion uses <c>CultureInfo.InvariantCulture</c>. </remarks>
 <param name="value">The input value.</param>

 <returns>The converted string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToUIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UIntPtr},``0)">
 <summary>Converts the argument to unsigned native integer using a direct conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted unativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.IntPtr},``0)">
 <summary>Converts the argument to signed native integer. This is a direct conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted nativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToDouble``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Double},``0)">
 <summary>Converts the argument to 64-bit float. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Double.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToSingle``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Single},``0)">
 <summary>Converts the argument to 32-bit float. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Single.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted float32</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToUInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt64},``0)">
 <summary>Converts the argument to unsigned 64-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>UInt64.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint64</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int64},``0)">
 <summary>Converts the argument to signed 64-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Int64.Parse()</c> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int64</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToUInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt32},``0)">
 <summary>Converts the argument to unsigned 32-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>UInt32.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint32</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},``0)">
 <summary>Converts the argument to signed 32-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Int32.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int32</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToEnum``1(System.Int32)">
 <summary>Converts the argument to a particular enum type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted enum type.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToUInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt32},``0)">
 <summary>Converts the argument to an unsigned 32-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>UInt32.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},``0)">
 <summary>Converts the argument to signed 32-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Int32.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToUInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt16},``0)">
 <summary>Converts the argument to unsigned 16-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>UInt16.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint16</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int16},``0)">
 <summary>Converts the argument to signed 16-bit integer. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Int16.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int16</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToSByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},``0)">
 <summary>Converts the argument to signed byte. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>SByte.Parse()</c>  
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted sbyte</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ToByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},``0)">
 <summary>Converts the argument to byte. This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Byte.Parse()</c> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted byte</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.PowInteger``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,System.Int32)">
 <summary>Overloaded power operator. If <c>n > 0</c> then equivalent to <c>x*...*x</c> for <c>n</c> occurrences of <c>x</c>. </summary>

 <param name="x">The input base.</param>
 <param name="n">The input exponent.</param>

 <returns>The base raised to the exponent.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Exponentiation``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``0}},``0,``1)">
 <summary>Overloaded power operator.</summary>

 <param name="x">The input base.</param>
 <param name="y">The input exponent.</param>

 <returns>The base raised to the exponent.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Truncate``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Overloaded truncate operator.</summary>

 <param name="value">The input value.</param>

 <returns>The truncated value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Tanh``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Hyperbolic tangent of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The hyperbolic tangent of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Tan``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Tangent of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The tangent of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Sinh``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Hyperbolic sine of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The hyperbolic sine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Sin``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Sine of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The sine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Cosh``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Hyperbolic cosine  of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The hyperbolic cosine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Cos``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Cosine of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The cosine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Sqrt``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0)">
 <summary>Square root of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The square root of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Log10``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Logarithm to base 10 of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The logarithm to base 10 of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Log``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Natural logarithm of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The natural logarithm of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Round``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Round the given number</summary>

 <param name="value">The input value.</param>

 <returns>The nearest integer to the input value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Sign``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},``0)">
 <summary>Sign of the given number</summary>

 <param name="value">The input value.</param>

 <returns>-1, 0, or 1 depending on the sign of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Floor``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Floor of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The floor of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Exp``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Exponential of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The exponential of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Ceiling``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Ceiling of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The ceiling of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Atan2``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``0,``0)">
 <summary>Inverse tangent of <c>x/y</c> where <c>x</c> and <c>y</c> are specified separately</summary>

 <param name="y">The y input value.</param>
 <param name="x">The x input value.</param>

 <returns>The inverse tangent of the input ratio.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Atan``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Inverse tangent of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The inverse tangent of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Asin``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Inverse sine of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The inverse sine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Acos``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Inverse cosine of the given number</summary>

 <param name="value">The input value.</param>

 <returns>The inverse cosine of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Abs``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Absolute value of the given number.</summary>

 <param name="value">The input value.</param>

 <returns>The absolute value of the input.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.limitedHash``1(System.Int32,``0)">
 <summary>A generic hash function. This function has the same behaviour as 'hash', 
 however the default structural hashing for F# union, record and tuple 
 types stops when the given limit of nodes is reached. The exact behaviour of 
 the function can be adjusted on a type-by-type basis by implementing 
 GetHashCode for each type.</summary>

 <param name="limit">The limit of nodes.</param>
 <param name="obj">The input object.</param>

 <returns>The computed hash.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Hash``1(``0)">
 <summary>A generic hash function, designed to return equal hash values for items that are 
 equal according to the "=" operator. By default it will use structural hashing
 for F# union, record and tuple types, hashing the complete contents of the 
 type. The exact behaviour of the function can be adjusted on a 
 type-by-type basis by implementing GetHashCode for each type.</summary>

 <param name="obj">The input object.</param>

 <returns>The computed hash.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.SizeOf``1">
 <summary>Returns the internal size of a type in bytes. For example, <c>sizeof&lt;int&gt;</c> returns 4.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.TypeDefOf``1">
 <summary>Generate a System.Type representation for a type definition. If the
 input type is a generic type instantiation then return the 
 generic type definition associated with all such instantiations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.MethodHandleOf``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>An internal, library-only compiler intrinsic for compile-time 
 generation of a RuntimeMethodHandle.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NameOf``1(``0)">
 <summary>Returns the name of the given symbol.</summary>        
</member>
<member name="M:Microsoft.FSharp.Core.Operators.TypeOf``1">
 <summary>Generate a System.Type runtime representation of a static type.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Using``2(``0,Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>Clean up resources associated with the input object after the completion of the given function.
 Cleanup occurs even when an exception is raised by the protected
 code. </summary>

 <param name="resource">The resource to be disposed after action is called.</param>
 <param name="action">The action that accepts the resource.</param>

 <returns>The resulting value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Lock``2(``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1})">
 <summary>Execute the function as a mutual-exclusion region using the input value as a lock. </summary>

 <param name="lockObject">The object to be locked.</param>
 <param name="action">The action to perform during the lock.</param>

 <returns>The resulting value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_RangeStep``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``1},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``0}},``0,``1,``0)">
 <summary>The standard overloaded skip range operator, e.g. <c>[n..skip..m]</c> for lists, <c>seq {n..skip..m}</c> for sequences</summary>

 <param name="start">The start value of the range.</param>
 <param name="step">The step value of the range.</param>
 <param name="finish">The end value of the range.</param>

 <returns>The sequence spanning the range using the specified step size.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Range``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,``0)">
 <summary>The standard overloaded range operator, e.g. <c>[n..m]</c> for lists, <c>seq {n..m}</c> for sequences</summary>

 <param name="start">The start value of the range.</param>
 <param name="finish">The end value of the range.</param>

 <returns>The sequence spanning the range.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ConsoleOut``1">
 <summary>Reads the value of the property <see cref="P:System.Console.Out"/>.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ConsoleError``1">
 <summary>Reads the value of the property <see cref="P:System.Console.Error"/>. </summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ConsoleIn``1">
 <summary>Reads the value of the property <see cref="P:System.Console.In"/>. </summary>
</member>
<member name="P:Microsoft.FSharp.Core.Operators.NaNSingle">
 <summary>Equivalent to <see cref="P:System.Single.NaN"/></summary>
</member>
<member name="P:Microsoft.FSharp.Core.Operators.InfinitySingle">
 <summary>Equivalent to <see cref="P:System.Single.PositiveInfinity"/></summary>
</member>
<member name="P:Microsoft.FSharp.Core.Operators.NaN">
 <summary>Equivalent to <see cref="P:System.Double.NaN"/></summary>
</member>
<member name="P:Microsoft.FSharp.Core.Operators.Infinity">
 <summary>Equivalent to <see cref="P:System.Double.PositiveInfinity"/></summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Exit``1(System.Int32)">
 <summary>Exit the current hardware isolated process, if security settings permit,
 otherwise raise an exception. Calls <see cref="M:System.Environment.Exit"/>.</summary>

 <param name="exitcode">The exit code to use.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.CreateSequence``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a sequence using sequence expression syntax</summary>

 <param name="sequence">The input sequence.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Not(System.Boolean)">
 <summary>Negate a logical value. Not True equals False and not False equals True</summary>

 <param name="value">The value to negate.</param>

 <returns>The result of the negation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Append``1(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>Concatenate two lists.</summary>

 <param name="list1">The first list.</param>
 <param name="list2">The second list.</param>

 <returns>The concatenation of the lists.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Increment(Microsoft.FSharp.Core.FSharpRef{System.Int32})">
 <summary>Increment a mutable reference cell containing an integer</summary>

 <param name="cell">The reference cell.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Decrement(Microsoft.FSharp.Core.FSharpRef{System.Int32})">
 <summary>Decrement a mutable reference cell containing an integer</summary>

 <param name="cell">The reference cell.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Dereference``1(Microsoft.FSharp.Core.FSharpRef{``0})">
 <summary>Dereference a mutable reference cell</summary>

 <param name="cell">The cell to dereference.</param>

 <returns>The value contained in the cell.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_ColonEquals``1(Microsoft.FSharp.Core.FSharpRef{``0},``0)">
 <summary>Assign to a mutable reference cell</summary>

 <param name="cell">The cell to mutate.</param>
 <param name="value">The value to set inside the cell.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Ref``1(``0)">
 <summary>Create a mutable reference cell</summary>

 <param name="value">The value to contain in the cell.</param>

 <returns>The created reference cell.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Identity``1(``0)">
 <summary>The identity function</summary>

 <param name="x">The input value.</param>

 <returns>The same value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.InvalidOp``1(System.String)">
 <summary>Throw a <see cref="T:System.InvalidOperationException"/> exception</summary>

 <param name="message">The exception message.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NullArg``1(System.String)">
 <summary>Throw a <see cref="T:System.ArgumentNullException"/> exception</summary>

 <param name="argumentName">The argument name.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.InvalidArg``1(System.String,System.String)">
 <summary>Throw a <see cref="T:System.ArgumentException"/> exception with
 the given argument name and message.</summary>

 <param name="argumentName">The argument name.</param>
 <param name="message">The exception message.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.FailWith``1(System.String)">
 <summary>Throw a <see cref="T:System.Exception"/> exception.</summary>

 <param name="message">The exception message.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.IsNotNull``1(``0)">
 <summary>Determines whether the given value is not null.</summary>

 <param name="value">The value to check.</param>

 <returns>True when value is not null, false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.IsNull``1(``0)">
 <summary>Determines whether the given value is null.</summary>

 <param name="value">The value to check.</param>

 <returns>True when value is null, false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.TryUnbox``1(System.Object)">
 <summary>Try to unbox a strongly typed value.</summary>

 <param name="value">The boxed value.</param>

 <returns>The unboxed result as an option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Box``1(``0)">
 <summary>Boxes a strongly typed value.</summary>

 <param name="value">The value to box.</param>

 <returns>The boxed object.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unbox``1(System.Object)">
 <summary>Unbox a strongly typed value.</summary>

 <param name="value">The boxed value.</param>

 <returns>The unboxed result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Ignore``1(``0)">
 <summary>Ignore the passed value. This is often used to throw away results of a computation.</summary>

 <param name="value">The value to ignore.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Min``1(``0,``0)">
 <summary>Minimum based on generic comparison</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The minimum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Max``1(``0,``0)">
 <summary>Maximum based on generic comparison</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The maximum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Compare``1(``0,``0)">
 <summary>Generic comparison.</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Snd``2(System.Tuple{``0,``1})">
 <summary>Return the second element of a tuple, <c>snd (a,b) = b</c>.</summary>

 <param name="tuple">The input tuple.</param>

 <returns>The second value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Fst``2(System.Tuple{``0,``1})">
 <summary>Return the first element of a tuple, <c>fst (a,b) = a</c>.</summary>

 <param name="tuple">The input tuple.</param>

 <returns>The first value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.FailurePattern(System.Exception)">
 <summary>Matches <see cref="T:System.Exception"/> objects whose runtime type is precisely <see cref="T:System.Exception"/></summary>

 <param name="error">The input exception.</param>

 <returns>A string option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Failure(System.String)">
 <summary>Builds a <see cref="T:System.Exception"/> object.</summary>

 <param name="message">The message for the Exception.</param>

 <returns>A System.Exception.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Reraise``1">
 <summary>Rethrows an exception. This should only be used when handling an exception</summary>
 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Rethrow``1">
 <summary>Rethrows an exception. This should only be used when handling an exception</summary>
 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Raise``1(System.Exception)">
 <summary>Raises an exception</summary>

 <param name="exn">The exception to raise.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Concatenate(System.String,System.String)">
 <summary>Concatenate two strings. The operator '+' may also be used.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.DefaultValueArg``1(Microsoft.FSharp.Core.FSharpValueOption{``0},``0)">
 <summary>Used to specify a default value for an optional argument in the implementation of a function</summary>

 <param name="arg">A value option representing the argument.</param>
 <param name="defaultValue">The default value of the argument.</param>

 <returns>The argument value. If it is None, the defaultValue is returned.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.DefaultArg``1(Microsoft.FSharp.Core.FSharpOption{``0},``0)">
 <summary>Used to specify a default value for an optional argument in the implementation of a function</summary>

 <param name="arg">An option representing the argument.</param>
 <param name="defaultValue">The default value of the argument.</param>

 <returns>The argument value. If it is None, the defaultValue is returned.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeLeft3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},``0,``1,``2)">
 <summary>Apply a function to three values, the values being a triple on the right, the function on the left</summary>

 <param name="func">The function.</param>
 <param name="arg1">The first argument.</param>
 <param name="arg2">The second argument.</param>
 <param name="arg3">The third argument.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeLeft2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Apply a function to two values, the values being a pair on the right, the function on the left</summary>

 <param name="func">The function.</param>
 <param name="arg1">The first argument.</param>
 <param name="arg2">The second argument.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeLeft``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0)">
 <summary>Apply a function to a value, the value being on the right, the function on the left</summary>

 <param name="func">The function.</param>
 <param name="arg1">The argument.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeRight3``4(``0,``1,``2,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}})">
 <summary>Apply a function to three values, the values being a triple on the left, the function on the right</summary>

 <param name="arg1">The first argument.</param>
 <param name="arg2">The second argument.</param>
 <param name="arg3">The third argument.</param>
 <param name="func">The function.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeRight2``3(``0,``1,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}})">
 <summary>Apply a function to two values, the values being a pair on the left, the function on the right</summary>

 <param name="arg1">The first argument.</param>
 <param name="arg2">The second argument.</param>
 <param name="func">The function.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_PipeRight``2(``0,Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>Apply a function to a value, the value being on the left, the function on the right</summary>

 <param name="arg">The argument.</param>
 <param name="func">The function.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_ComposeLeft``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``2,``0})">
 <summary>Compose two functions, the function on the right being applied first</summary>

 <param name="func2">The second function to apply.</param>
 <param name="func1">The first function to apply.</param>

 <returns>The composition of the input functions.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_ComposeRight``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``1,``2})">
 <summary>Compose two functions, the function on the left being applied first</summary>

 <param name="func1">The first function to apply.</param>
 <param name="func2">The second function to apply.</param>

 <returns>The composition of the input functions.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Inequality``1(``0,``0)">
 <summary>Structural inequality</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Equality``1(``0,``0)">
 <summary>Structural equality</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_LessThanOrEqual``1(``0,``0)">
 <summary>Structural less-than-or-equal comparison</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_GreaterThanOrEqual``1(``0,``0)">
 <summary>Structural greater-than-or-equal</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_GreaterThan``1(``0,``0)">
 <summary>Structural greater-than</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_LessThan``1(``0,``0)">
 <summary>Structural less-than comparison</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_UnaryPlus``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Overloaded prefix-plus operator</summary>

 <param name="value">The input value.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_LogicalNot``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Overloaded bitwise-NOT operator</summary>

 <param name="value">The input value.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_RightShift``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},``0,System.Int32)">
 <summary>Overloaded byte-shift right operator by a specified number of bits</summary>

 <param name="value">The input value.</param>
 <param name="shift">The amount to shift.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_LeftShift``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},``0,System.Int32)">
 <summary>Overloaded byte-shift left operator by a specified number of bits</summary>

 <param name="value">The input value.</param>
 <param name="shift">The amount to shift.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_ExclusiveOr``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,``0)">
 <summary>Overloaded bitwise-XOR operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_BitwiseOr``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,``0)">
 <summary>Overloaded bitwise-OR operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_BitwiseAnd``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,``0)">
 <summary>Overloaded bitwise-AND operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Modulus``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded modulo operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Division``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded division operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Multiply``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded multiplication operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Subtraction``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded subtraction operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_Addition``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded addition operator</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.op_UnaryNegation``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Overloaded unary negation.</summary>

 <param name="n">The value to negate.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToChar``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Char},``0)">
 <summary>Converts the argument to <c>char</c>. Numeric inputs are converted using a checked 
 conversion according to the UTF-16 encoding for characters. String inputs must 
 be exactly one character long. For other input types the operation requires an 
 appropriate static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted char</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToUIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UIntPtr},``0)">
 <summary>Converts the argument to <c>unativeint</c>. This is a direct, checked conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted unativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToIntPtr``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.IntPtr},``0)">
 <summary>Converts the argument to <see cref="T:Microsoft.FSharp.Core.nativeint" />. This is a direct, checked conversion for all 
 primitive numeric types. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted nativeint</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToUInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt64},``0)">
 <summary>Converts the argument to <c>uint64</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.UInt64.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint64</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToInt64``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int64},``0)">
 <summary>Converts the argument to <c>int64</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.Int64.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int64</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToUInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt32},``0)">
 <summary>Converts the argument to <c>uint32</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.UInt32.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint32</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToInt32``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},``0)">
 <summary>Converts the argument to <c>int32</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.Int32.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int32</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int32},``0)">
 <summary>Converts the argument to <c>int</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.Int32.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToUInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.UInt16},``0)">
 <summary>Converts the argument to <c>uint16</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.UInt16.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted uint16</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToInt16``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Int16},``0)">
 <summary>Converts the argument to <c>int16</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.Int16.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted int16</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToSByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},``0)">
 <summary>Converts the argument to <c>sbyte</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.SByte.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted sbyte</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.ToByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},``0)">
 <summary>Converts the argument to <c>byte</c>. This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <see cref="M:System.Byte.Parse"/> 
 with InvariantCulture settings. Otherwise the operation requires an appropriate
 static conversion method on the input type.</summary>

 <param name="value">The input value.</param>

 <returns>The converted byte</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.op_Multiply``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded multiplication operator (checks for overflow)</summary>

 <param name="x">The first value.</param>
 <param name="y">The second value.</param>

 <returns>The product of the two input values.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.op_Addition``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded addition operator (checks for overflow)</summary>

 <param name="x">The first value.</param>
 <param name="y">The second value.</param>

 <returns>The sum of the two input values.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.op_Subtraction``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},``0,``1)">
 <summary>Overloaded subtraction operator (checks for overflow)</summary>

 <param name="x">The first value.</param>
 <param name="y">The second value.</param>

 <returns>The first value minus the second value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Checked.op_UnaryNegation``1(Microsoft.FSharp.Core.FSharpFunc{``0,``0},``0)">
 <summary>Overloaded unary negation (checks for overflow)</summary>

 <param name="value">The input value.</param>

 <returns>The negated value.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.Operators.Checked">
 <summary>This module contains the basic arithmetic operations with overflow checks.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.Hash``1(``0)">
 <summary>Calls GetHashCode() on the value</summary>

 <param name="value">The value.</param>

 <returns>The hash code.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.Min``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},``0,``0)">
 <summary>Minimum of the two values</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The minimum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.Max``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},``0,``0)">
 <summary>Maximum of the two values</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The maximum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.Compare``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},``0,``0)">
 <summary>Compares the two values</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_Inequality``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},``0,``0)">
 <summary>Compares the two values for inequality</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_Equality``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean}},``0,``0)">
 <summary>Compares the two values for equality</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_LessThanOrEqual``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0,``1)">
 <summary>Compares the two values for less-than-or-equal</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_GreaterThanOrEqual``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0,``1)">
 <summary>Compares the two values for greater-than-or-equal</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_GreaterThan``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0,``1)">
 <summary>Compares the two values for greater-than</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.NonStructuralComparison.op_LessThan``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,System.Boolean}},``0,``1)">
 <summary>Compares the two values for less-than</summary>

 <param name="x">The first parameter.</param>
 <param name="y">The second parameter.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.Operators.NonStructuralComparison">
 <summary>A module of comparison and equality operators that are statically resolved, but which are not fully generic and do not make structural comparison. Opening this
 module may make code that relies on structural or generic comparison no longer compile.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unchecked.Hash``1(``0)">
 <summary>Perform generic hashing on a value where the type of the value is not 
 statically required to satisfy the 'equality' constraint. </summary>
 <returns>The computed hash value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unchecked.Equals``1(``0,``0)">
 <summary>Perform generic equality on two values where the type of the values is not 
 statically required to satisfy the 'equality' constraint. </summary>
 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unchecked.Compare``1(``0,``0)">
 <summary>Perform generic comparison on two values where the type of the values is not 
 statically required to have the 'comparison' constraint. </summary>
 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unchecked.DefaultOf``1">
 <summary>Generate a default value for any type. This is null for reference types, 
 For structs, this is struct value where all fields have the default value. 
 This function is unsafe in the sense that some F# values do not have proper <c>null</c> values.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.Unchecked.Unbox``1(System.Object)">
 <summary>Unboxes a strongly typed value. This is the inverse of <c>box</c>, unbox&lt;t&gt;(box&lt;t&gt; a) equals a.</summary>

 <param name="value">The boxed value.</param>

 <returns>The unboxed result.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.Operators.Unchecked">
 <summary>This module contains basic operations which do not apply runtime and/or static checks</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowGeneric``1(``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowDecimal(System.Decimal,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'decimal'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowDouble(System.Double,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'float'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowSingle(System.Single,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'float32'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowUIntPtr(System.UIntPtr,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'unativeint'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowIntPtr(System.IntPtr,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'nativeint'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowUInt64(System.UInt64,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'uint64'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowInt64(System.Int64,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'int64'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowUInt32(System.UInt32,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'uint32'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowInt32(System.Int32,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'int32'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowUInt16(System.UInt16,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'uint16'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowInt16(System.Int16,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'int16'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowSByte(System.SByte,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'sbyte'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowByte(System.Byte,System.Int32)">
 <summary>This is a library intrinsic. Calls to this function may be generated by uses of the generic 'pown' operator on values of type 'byte'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.PowDynamic``2(``0,``1)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.TanhDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.TanDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SinhDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SinDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.CoshDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.CosDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SqrtDynamic``2(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.Log10Dynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.LogDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SignDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RoundDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.TruncateDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.FloorDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.ExpDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.CeilingDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.Atan2Dynamic``2(``0,``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.AtanDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.AsinDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.AcosDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.AbsDynamic``1(``0)">
 <summary>This is a library intrinsic. Calls to this function may be generated by evaluating quotations.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeStepGeneric``2(``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,``0,``1)">
 <summary>Generate a range of values using the given zero, add, start, step and stop values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeGeneric``1(``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``0,``0}},``0,``0)">
 <summary>Generate a range of values using the given zero, add, start, step and stop values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeChar(System.Char,System.Char)">
 <summary>Generate a range of char values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeByte(System.Byte,System.Byte,System.Byte)">
 <summary>Generate a range of byte values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeSByte(System.SByte,System.SByte,System.SByte)">
 <summary>Generate a range of sbyte values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeUInt16(System.UInt16,System.UInt16,System.UInt16)">
 <summary>Generate a range of uint16 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeInt16(System.Int16,System.Int16,System.Int16)">
 <summary>Generate a range of int16 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeUIntPtr(System.UIntPtr,System.UIntPtr,System.UIntPtr)">
 <summary>Generate a range of unativeint values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeIntPtr(System.IntPtr,System.IntPtr,System.IntPtr)">
 <summary>Generate a range of nativeint values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeUInt32(System.UInt32,System.UInt32,System.UInt32)">
 <summary>Generate a range of uint32 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeUInt64(System.UInt64,System.UInt64,System.UInt64)">
 <summary>Generate a range of uint64 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeInt64(System.Int64,System.Int64,System.Int64)">
 <summary>Generate a range of int64 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeSingle(System.Single,System.Single,System.Single)">
 <summary>Generate a range of float32 values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeDouble(System.Double,System.Double,System.Double)">
 <summary>Generate a range of float values</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.RangeInt32(System.Int32,System.Int32,System.Int32)">
 <summary>Generate a range of integers</summary>  
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetStringSlice(System.String,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a slice from a string</summary>

 <param name="source">The source string.</param>
 <param name="start">The index of the first character of the slice.</param>
 <param name="finish">The index of the last character of the slice.</param>

 <returns>The substring from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4D``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:, 0:, 0:])">
 <summary>Sets a slice of an array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedTriple1``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,System.Int32,``0[])">
 <summary>Sets a 1D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedTriple2``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,``0[])">
 <summary>Sets a 1D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedTriple3``1(``0[0:, 0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[])">
 <summary>Sets a 1D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedTriple4``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[])">
 <summary>Sets a 1D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble6``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble5``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble4``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble3``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble2``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedDouble1``1(``0[0:, 0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a 2D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedSingle4``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[0:, 0:])">
 <summary>Sets a 3D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedSingle3``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:, 0:])">
 <summary>Sets a 3D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedSingle2``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:, 0:])">
 <summary>Sets a 3D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice4DFixedSingle1``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:, 0:])">
 <summary>Sets a 3D slice of a 4D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedTriple1``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,System.Int32)">
 <summary>Gets a 1D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedTriple2``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32)">
 <summary>Gets a 1D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedTriple3``1(``0[0:, 0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 1D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedTriple4``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 1D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble6``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32)">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble5``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble4``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble3``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble2``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedDouble1``1(``0[0:, 0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 2D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedSingle4``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 3D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="index4">The fixed index of the fourth dimension.</param>

 <returns>The three dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedSingle3``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 3D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The three dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedSingle2``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 3D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The three dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4DFixedSingle1``1(``0[0:, 0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 3D slice of a 4D array</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The three dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice4D``1(``0[0:, 0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a slice of an array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="start4">The start index of the fourth dimension.</param>
 <param name="finish4">The end index of the fourth dimension.</param>

 <returns>The four dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedDouble3``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32,``0[])">
 <summary>Sets a 1D slice of a 3D array.</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedDouble2``1(``0[0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[])">
 <summary>Sets a 1D slice of a 3D array.</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedDouble1``1(``0[0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[])">
 <summary>Sets a 1D slice of a 3D array.</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedSingle3``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[0:])">
 <summary>Sets a 2D slice of a 3D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedSingle2``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a 2D slice of a 3D array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3DFixedSingle1``1(``0[0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a 2D slice of a 3D array</summary>

 <param name="target">The target array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="source">The source array.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice3D``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:, 0:])">
 <summary>Sets a slice of an array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedDouble3``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,System.Int32)">
 <summary>Gets a 1D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedDouble2``1(``0[0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 1D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedDouble1``1(``0[0:, 0:],System.Int32,System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 1D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>

 <returns>The one dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedSingle3``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a 2D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="index3">The fixed index of the third dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedSingle2``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 2D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3DFixedSingle1``1(``0[0:, 0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a 2D slice of a 3D array.</summary>

 <param name="source">The source array.</param>
 <param name="index1">The fixed index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>

 <returns>The two dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice3D``1(``0[0:, 0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a slice of an array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="start3">The start index of the third dimension.</param>
 <param name="finish3">The end index of the third dimension.</param>

 <returns>The three dimensional sub array from the given indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice2DFixed2``1(``0[0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32,``0[])">
 <summary>Sets a vector slice of a 2D array. The index of the second dimension is fixed.</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The index of the second dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice2DFixed1``1(``0[0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[])">
 <summary>Sets a vector slice of a 2D array. The index of the first dimension is fixed.</summary>

 <param name="target">The target array.</param>
 <param name="index1">The index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice2D``1(``0[0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[0:])">
 <summary>Sets a region slice of an array</summary>

 <param name="target">The target array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice2DFixed2``1(``0[0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},System.Int32)">
 <summary>Gets a vector slice of a 2D array. The index of the second dimension is fixed.</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="index2">The fixed index of the second dimension.</param>

 <returns>The sub array from the input indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice2DFixed1``1(``0[0:],System.Int32,Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a vector slice of a 2D array. The index of the first dimension is fixed.</summary>

 <param name="source">The source array.</param>
 <param name="index1">The index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>

 <returns>The sub array from the input indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice2D``1(``0[0:],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a region slice of an array</summary>

 <param name="source">The source array.</param>
 <param name="start1">The start index of the first dimension.</param>
 <param name="finish1">The end index of the first dimension.</param>
 <param name="start2">The start index of the second dimension.</param>
 <param name="finish2">The end index of the second dimension.</param>

 <returns>The two dimensional sub array from the input indices.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.SetArraySlice``1(``0[],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32},``0[])">
 <summary>Sets a slice of an array</summary>

 <param name="target">The target array.</param>
 <param name="start">The start index.</param>
 <param name="finish">The end index.</param>
 <param name="source">The source array.</param>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.OperatorIntrinsics.GetArraySlice``1(``0[],Microsoft.FSharp.Core.FSharpOption{System.Int32},Microsoft.FSharp.Core.FSharpOption{System.Int32})">
 <summary>Gets a slice of an array</summary>

 <param name="source">The input array.</param>
 <param name="start">The start index.</param>
 <param name="finish">The end index.</param>

 <returns>The sub array from the input indices.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.Operators.OperatorIntrinsics">
 <summary>A module of compiler intrinsic functions for efficient implementations of F# integer ranges
 and dynamic invocations of other F# operators</summary>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ArrayExtensions.String.GetReverseIndex(System.String,System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ArrayExtensions.[]`1.GetReverseIndex``1(``0[],System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ArrayExtensions.[,]`1.GetReverseIndex``1(``0[0:],System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index. This refers to the dimension in the 2d array.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ArrayExtensions.[,,]`1.GetReverseIndex``1(``0[0:, 0:],System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index. This refers to the dimension in the 3d array.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.Operators.ArrayExtensions.[,,,]`1.GetReverseIndex``1(``0[0:, 0:, 0:],System.Int32,System.Int32)">
 <summary>Get the index for the element offset elements away from the end of the collection.</summary>

 <param name="rank">The rank of the index. This refers to the dimension in the 4d array.</param>
 <param name="offset">The offset from the end.</param>

 <returns>The corresponding index from the start.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.Operators.ArrayExtensions">
 <summary>Contains extension methods to allow the use of F# indexer notation with arrays.
 This module is automatically opened in all F# code.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.Operators">
 <summary>Basic F# Operators. This module is automatically opened in all F# code.</summary>

 <category index="2">Basic Operators</category>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`6.Invoke(`0,`1,`2,`3,`4)">
 <summary>Invoke an F# first class function value that accepts five curried arguments 
 without intervening execution</summary>

 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>
 <param name="arg4">The fourth arg.</param>
 <param name="arg5">The fifth arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`6.Adapt(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{`2,Microsoft.FSharp.Core.FSharpFunc{`3,Microsoft.FSharp.Core.FSharpFunc{`4,`5}}}}})">
 <summary>Adapt an F# first class function value to be an optimized function value that can 
 accept five curried arguments without intervening execution. </summary>

 <param name="func">The input function.</param>

 <returns>The optimized function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`6.#ctor">
 <summary>Construct an optimized function value that can accept five curried 
 arguments without intervening execution.</summary>
 <returns>The optimized function.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`6">
 <summary>The CLI type used to represent F# function values that accept five curried arguments 
 without intervening execution. This type should not typically used directly from 
 either F# code or from other CLI languages.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`5.Invoke(`0,`1,`2,`3)">
 <summary>Invoke an F# first class function value that accepts four curried arguments 
 without intervening execution</summary>

 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>
 <param name="arg4">The fourth arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`5.Adapt(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{`2,Microsoft.FSharp.Core.FSharpFunc{`3,`4}}}})">
 <summary>Adapt an F# first class function value to be an optimized function value that can 
 accept four curried arguments without intervening execution. </summary>

 <param name="func">The input function.</param>

 <returns>The optimized function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`5.#ctor">
 <summary>Construct an optimized function value that can accept four curried 
 arguments without intervening execution.</summary>
 <returns>The optimized function.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`5">
 <summary>The CLI type used to represent F# function values that accept four curried arguments 
 without intervening execution. This type should not typically used directly from 
 either F# code or from other CLI languages.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`4.Invoke(`0,`1,`2)">
 <summary>Invoke an F# first class function value that accepts three curried arguments 
 without intervening execution</summary>

 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>
 <param name="arg3">The third arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`4.Adapt(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{`2,`3}}})">
 <summary>Adapt an F# first class function value to be an optimized function value that can 
 accept three curried arguments without intervening execution. </summary>

 <param name="func">The input function.</param>

 <returns>The adapted function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`4.#ctor">
 <summary>Construct an optimized function value that can accept three curried 
 arguments without intervening execution.</summary>
 <returns>The optimized function.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`4">
 <summary>The CLI type used to represent F# function values that accept
 three iterated (curried) arguments without intervening execution. This type should not
 typically used directly from either F# code or from other CLI languages.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`3.Invoke(`0,`1)">
 <summary>Invoke the optimized function value with two curried arguments </summary>

 <param name="arg1">The first arg.</param>
 <param name="arg2">The second arg.</param>

 <returns>The function result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`3.Adapt(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`1,`2}})">
 <summary>Adapt an F# first class function value to be an optimized function value that can 
 accept two curried arguments without intervening execution. </summary>

 <param name="func">The input function.</param>

 <returns>The adapted function.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`3.#ctor">
 <summary>Construct an optimized function value that can accept two curried 
 arguments without intervening execution.</summary>
 <returns>The optimized function.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptimizedClosures.FSharpFunc`3">
 <summary>The CLI type used to represent F# function values that accept
 two iterated (curried) arguments without intervening execution. This type should not
 typically used directly from either F# code or from other CLI languages.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.OptimizedClosures">
 <summary>An implementation module used to hold some private implementations of function
 value invocation.</summary>
 <category>Language Primitives</category>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.DivideByInt``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``0}},``0,System.Int32)">
 <summary>Divides a value by an integer.</summary>

 <param name="x">The input value.</param>
 <param name="y">The input int.</param>

 <returns>The division result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericOne``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
 <summary>Resolves to the value 'one' for any primitive numeric type or any type with a static member called 'One'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericZero``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
 <summary>Resolves to the zero value for any primitive numeric type or any type with a static member called 'Zero'</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.DivideByIntDynamic``1(``0,System.Int32)">
 <summary>A compiler intrinsic that implements dynamic invocations for the DivideByInt primitive.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.InequalityDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '=' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.EqualityDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '=' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GreaterThanOrEqualDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '&gt;=' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.LessThanOrEqualDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '&lt;=' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GreaterThanDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '&gt;' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.LessThanDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '&lt;' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ExplicitDynamic``2(``0)">
 <summary>A compiler intrinsic that implements dynamic invocations related to conversion operators.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.LogicalNotDynamic``2(``0)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '~~~' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ExclusiveOrDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations related to the '^^^' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.BitwiseOrDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '|||' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.BitwiseAndDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '&amp;&amp;&amp;' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.RightShiftDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '&gt;&gt;&gt;' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.LeftShiftDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '&lt;&lt;&lt;' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.CheckedUnaryNegationDynamic``2(``0)">
 <summary>A compiler intrinsic that implements dynamic invocations to the checked unary '-' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.CheckedSubtractionDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the checked '-' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ModulusDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '%' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.UnaryNegationDynamic``2(``0)">
 <summary>A compiler intrinsic that implements dynamic invocations to the unary '-' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.DivisionDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '/' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.SubtractionDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '-' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.CheckedMultiplyDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the checked '*' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.MultiplyDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '*' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.CheckedAdditionDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the checked '+' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.AdditionDynamic``3(``0,``1)">
 <summary>A compiler intrinsic that implements dynamic invocations to the '+' operator.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericOneDynamic``1">
 <summary>Resolves to the value 'one' for any primitive numeric type or any type with a static member called 'One'.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericZeroDynamic``1">
 <summary>Resolves to the zero value for any primitive numeric type or any type with a static member called 'Zero'.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ParseUInt64(System.String)">
 <summary>Parse an uint64 according to the rules used by the overloaded 'uint64' conversion operator when applied to strings</summary>

 <param name="s">The input string.</param>

 <returns>The parsed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ParseInt64(System.String)">
 <summary>Parse an int64 according to the rules used by the overloaded 'int64' conversion operator when applied to strings</summary>

 <param name="s">The input string.</param>

 <returns>The parsed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ParseUInt32(System.String)">
 <summary>Parse an uint32 according to the rules used by the overloaded 'uint32' conversion operator when applied to strings</summary>

 <param name="s">The input string.</param>

 <returns>The parsed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ParseInt32(System.String)">
 <summary>Parse an int32 according to the rules used by the overloaded 'int32' conversion operator when applied to strings</summary>

 <param name="s">The input string.</param>

 <returns>The parsed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.UIntPtrWithMeasure``1(System.UIntPtr)">
 <summary>Creates a unativeint value with units-of-measure</summary>

 <param name="input">The input unativeint.</param>

 <returns>The unativeint with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.ByteWithMeasure``1(System.Byte)">
 <summary>Creates a byte value with units-of-measure</summary>

 <param name="input">The input byte.</param>

 <returns>The byte with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.UInt16WithMeasure``1(System.UInt16)">
 <summary>Creates a uint16 value with units-of-measure</summary>

 <param name="input">The input uint16.</param>

 <returns>The uint16 with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.UInt64WithMeasure``1(System.UInt64)">
 <summary>Creates a uint64 value with units-of-measure</summary>

 <param name="input">The input uint64.</param>

 <returns>The uint64 with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.UInt32WithMeasure``1(System.UInt32)">
 <summary>Creates a uint value with units-of-measure</summary>

 <param name="input">The input uint.</param>

 <returns>The uint with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntPtrWithMeasure``1(System.IntPtr)">
 <summary>Creates a nativeint value with units-of-measure</summary>

 <param name="input">The input nativeint.</param>

 <returns>The nativeint with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.SByteWithMeasure``1(System.SByte)">
 <summary>Creates an sbyte value with units-of-measure</summary>

 <param name="input">The input sbyte.</param>

 <returns>The sbyte with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.Int16WithMeasure``1(System.Int16)">
 <summary>Creates an int16 value with units-of-measure</summary>

 <param name="input">The input int16.</param>

 <returns>The int16 with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.Int64WithMeasure``1(System.Int64)">
 <summary>Creates an int64 value with units-of-measure</summary>

 <param name="input">The input int64.</param>

 <returns>The int64 with units of measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.Int32WithMeasure``1(System.Int32)">
 <summary>Creates an int32 value with units-of-measure</summary>

 <param name="input">The input int.</param>

 <returns>The int with units of measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.DecimalWithMeasure``1(System.Decimal)">
 <summary>Creates a decimal value with units-of-measure</summary>

 <param name="input">The input decimal.</param>

 <returns>The decimal with units of measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.Float32WithMeasure``1(System.Single)">
 <summary>Creates a float32 value with units-of-measure</summary>

 <param name="input">The input float.</param>

 <returns>The float with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FloatWithMeasure``1(System.Double)">
 <summary>Creates a float value with units-of-measure</summary>

 <param name="input">The input float.</param>

 <returns>The float with units-of-measure.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.EnumToValue``2(``0)">
 <summary>Get the underlying value for an enum value</summary>

 <param name="enum">The input enum.</param>

 <returns>The enumeration as a value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.EnumOfValue``2(``0)">
 <summary>Build an enum value from an underlying value</summary>

 <param name="value">The input value.</param>

 <returns>The value as an enumeration.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericHashWithComparer``1(System.Collections.IEqualityComparer,``0)">
 <summary>Recursively hash a part of a value according to its structure. </summary>

 <param name="comparer">The comparison function.</param>
 <param name="obj">The input object.</param>

 <returns>The hashed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericLimitedHash``1(System.Int32,``0)">
 <summary>Hash a value according to its structure. Use the given limit to restrict the hash when hashing F#
 records, lists and union types.</summary>

 <param name="limit">The limit on the number of nodes.</param>
 <param name="obj">The input object.</param>

 <returns>The hashed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericHash``1(``0)">
 <summary>Hash a value according to its structure. This hash is not limited by an overall node count when hashing F#
 records, lists and union types.</summary>

 <param name="obj">The input object.</param>

 <returns>The hashed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastGenericComparerFromTable``1">
 <summary>Make an F# comparer object for the given type</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastGenericEqualityComparerFromTable``1">
 <summary>Make an F# hash/equality object for the given type</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastLimitedGenericEqualityComparer``1(System.Int32)">
 <summary>Make an F# hash/equality object for the given type using node-limited hashing when hashing F#
 records, lists and union types.</summary>

 <param name="limit">The input limit on the number of nodes.</param>

 <returns>System.Collections.Generic.IEqualityComparer&lt;'T&gt;</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastGenericEqualityComparer``1">
 <summary>Make an F# hash/equality object for the given type</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastGenericComparerCanBeNull``1">
 <summary>Make an F# comparer object for the given type, where it can be null if System.Collections.Generic.Comparer&lt;'T&gt;.Default</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.FastGenericComparer``1">
 <summary>Make an F# comparer object for the given type</summary>
</member>
<member name="P:Microsoft.FSharp.Core.LanguagePrimitives.GenericComparer">
 <summary>A static F# comparer object</summary>
</member>
<member name="P:Microsoft.FSharp.Core.LanguagePrimitives.GenericEqualityERComparer">
 <summary>Return an F# comparer object suitable for hashing and equality. This hashing behaviour
 of the returned comparer is not limited by an overall node count when hashing F#
 records, lists and union types. This equality comparer has equivalence 
 relation semantics ([nan] = [nan]).</summary>
</member>
<member name="P:Microsoft.FSharp.Core.LanguagePrimitives.GenericEqualityComparer">
 <summary>Return an F# comparer object suitable for hashing and equality. This hashing behaviour
 of the returned comparer is not limited by an overall node count when hashing F#
 records, lists and union types.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.PhysicalHash``1(``0)">
 <summary>The physical hash. Hashes on the object identity, except for value types,
 where we hash on the contents.</summary>

 <param name="obj">The input object.</param>

 <returns>The hashed value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.PhysicalEquality``1(``0,``0)">
 <summary>Reference/physical equality. 
 True if the inputs are reference-equal, false otherwise.</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericMaximum``1(``0,``0)">
 <summary>Take the maximum of two values structurally according to the order given by GenericComparison</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The maximum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericMinimum``1(``0,``0)">
 <summary>Take the minimum of two values structurally according to the order given by GenericComparison</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The minimum value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericGreaterOrEqual``1(``0,``0)">
 <summary>Compare two values   </summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericLessOrEqual``1(``0,``0)">
 <summary>Compare two values   </summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericGreaterThan``1(``0,``0)">
 <summary>Compare two values   </summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericLessThan``1(``0,``0)">
 <summary>Compare two values   </summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericComparisonWithComparer``1(System.Collections.IComparer,``0,``0)">
 <summary>Compare two values. May be called as a recursive case from an implementation of System.IComparable to
 ensure consistent NaN comparison semantics.</summary>

 <param name="comp">The function to compare the values.</param>
 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericComparison``1(``0,``0)">
 <summary>Compare two values </summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericEqualityWithComparer``1(System.Collections.IEqualityComparer,``0,``0)">
 <summary>Compare two values for equality</summary>

 <param name="comp"></param>
 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericEqualityER``1(``0,``0)">
 <summary>Compare two values for equality using equivalence relation semantics ([nan] = [nan])</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.GenericEquality``1(``0,``0)">
 <summary>Compare two values for equality using partial equivalence relation semantics ([nan] &lt;&gt; [nan])</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the comparison.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastCompareTuple5``5(System.Collections.IComparer,System.Tuple{``0,``1,``2,``3,``4},System.Tuple{``0,``1,``2,``3,``4})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastCompareTuple4``4(System.Collections.IComparer,System.Tuple{``0,``1,``2,``3},System.Tuple{``0,``1,``2,``3})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastCompareTuple3``3(System.Collections.IComparer,System.Tuple{``0,``1,``2},System.Tuple{``0,``1,``2})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastCompareTuple2``2(System.Collections.IComparer,System.Tuple{``0,``1},System.Tuple{``0,``1})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastEqualsTuple5``5(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2,``3,``4},System.Tuple{``0,``1,``2,``3,``4})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastEqualsTuple4``4(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2,``3},System.Tuple{``0,``1,``2,``3})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastEqualsTuple3``3(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2},System.Tuple{``0,``1,``2})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastEqualsTuple2``2(System.Collections.IEqualityComparer,System.Tuple{``0,``1},System.Tuple{``0,``1})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastHashTuple5``5(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2,``3,``4})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastHashTuple4``4(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2,``3})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastHashTuple3``3(System.Collections.IEqualityComparer,System.Tuple{``0,``1,``2})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.FastHashTuple2``2(System.Collections.IEqualityComparer,System.Tuple{``0,``1})">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericLessOrEqualIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericGreaterOrEqualIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericGreaterThanIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericLessThanIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericEqualityWithComparerIntrinsic``1(System.Collections.IEqualityComparer,``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericEqualityERIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericEqualityIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericComparisonIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericComparisonWithComparerIntrinsic``1(System.Collections.IComparer,``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericHashWithComparerIntrinsic``1(System.Collections.IEqualityComparer,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.LimitedGenericHashIntrinsic``1(System.Int32,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.GenericHashIntrinsic``1(``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.PhysicalEqualityIntrinsic``1(``0,``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.PhysicalHashIntrinsic``1(``0)">
 <summary>A primitive entry point used by the F# compiler for optimization purposes.</summary> 
</member>
<member name="T:Microsoft.FSharp.Core.LanguagePrimitives.HashCompare">
 <summary>The F# compiler emits calls to some of the functions in this module as part of the compiled form of some language constructs</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.SetArray4D``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,System.Int32,``0)">
<summary>
 The standard overloaded associative (4-indexed) mutation operator
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.SetArray3D``1(``0[0:, 0:],System.Int32,System.Int32,System.Int32,``0)">
 <summary>The standard overloaded associative (3-indexed) mutation operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.SetArray2D``1(``0[0:],System.Int32,System.Int32,``0)">
 <summary>The standard overloaded associative (2-indexed) mutation operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.SetArray``1(``0[],System.Int32,``0)">
 <summary>The standard overloaded associative (indexed) mutation operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.GetArray4D``1(``0[0:, 0:, 0:],System.Int32,System.Int32,System.Int32,System.Int32)">
 <summary>The standard overloaded associative (4-indexed) lookup operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.GetArray3D``1(``0[0:, 0:],System.Int32,System.Int32,System.Int32)">
 <summary>The standard overloaded associative (3-indexed) lookup operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.GetArray2D``1(``0[0:],System.Int32,System.Int32)">
 <summary>The standard overloaded associative (2-indexed) lookup operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.GetArray``1(``0[],System.Int32)">
 <summary>The standard overloaded associative (indexed) lookup operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.CheckThis``1(``0)">
 <summary>A compiler intrinsic for checking initialization soundness of recursive bindings</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.FailStaticInit">
 <summary>A compiler intrinsic for checking initialization soundness of recursive static bindings</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.FailInit">
 <summary>A compiler intrinsic for checking initialization soundness of recursive bindings</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.Dispose``1(``0)">
 <summary>A compiler intrinsic for the efficient compilation of sequence expressions</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.MakeDecimal(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)">
 <summary>This function implements parsing of decimal constants</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.CreateInstance``1">
 <summary>This function implements calls to default constructors
 accessed by 'new' constraints.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.GetString(System.String,System.Int32)">
 <summary>Primitive used by pattern match compilation</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.TypeTestFast``1(System.Object)">
 <summary>A compiler intrinsic that implements the ':?' operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.TypeTestGeneric``1(System.Object)">
 <summary>A compiler intrinsic that implements the ':?' operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.UnboxFast``1(System.Object)">
 <summary>A compiler intrinsic that implements the ':?>' operator</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.UnboxGeneric``1(System.Object)">
 <summary>A compiler intrinsic that implements the ':?>' operator</summary>
</member>
<member name="T:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions">
 <summary>The F# compiler emits calls to some of the functions in this module as part of the compiled form of some language constructs</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.op_IntegerAddressOf``1(``0)">
 <summary>Address-of. Uses of this value may result in the generation of unverifiable code.</summary>

 <param name="obj">The input object.</param>

 <returns>The unmanaged pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.op_AddressOf``1(``0)">
 <summary>Address-of. Uses of this value may result in the generation of unverifiable code.</summary>

 <param name="obj">The input object.</param>

 <returns>The managed pointer.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.op_BooleanOr(System.Boolean,System.Boolean)">
 <summary>Binary 'or'. When used as a binary operator the right hand value is evaluated only on demand</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.Or(System.Boolean,System.Boolean)">
 <summary>Binary 'or'. When used as a binary operator the right hand value is evaluated only on demand.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.op_BooleanAnd(System.Boolean,System.Boolean)">
 <summary>Binary 'and'. When used as a binary operator the right hand value is evaluated only on demand</summary>

 <param name="e1">The first value.</param>
 <param name="e2">The second value.</param>

 <returns>The result of the operation.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.op_Amp(System.Boolean,System.Boolean)">
 <summary>Binary 'and'. When used as a binary operator the right hand value is evaluated only on demand.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators">
 <summary>The F# compiler emits calls to some of the functions in this module as part of the compiled form of some language constructs</summary>
</member>
<member name="T:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings">
 <summary>For compiler use only</summary>
</member>
<member name="T:Microsoft.FSharp.Core.LanguagePrimitives">
 <summary>Language primitives associated with the F# language</summary>

 <category index="9">Language Primitives</category>
</member>
<member name="T:Microsoft.FSharp.Core.ByRefKinds.InOut">
<summary>
 Represents a byref that can be both read and written
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.ByRefKinds.In">
<summary>
 Represents a byref that can be read
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.ByRefKinds.Out">
<summary>
 Represents a byref that can be written
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.ByRefKinds">
 <summary>Represents the types of byrefs in F# 4.5+</summary>
 <category>ByRef and Pointer Types</category>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.ToObj``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Convert an option to a potentially null value.</summary>

 <param name="value">The input value.</param>

 <returns>The result value, which is null if the input was ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.OfObj``1(``0)">
 <summary>Convert a potentially null value to a value option.</summary>

 <param name="value">The input value.</param>

 <returns>The result value option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.OfNullable``1(System.Nullable{``0})">
 <summary>Convert a Nullable value to a value option.</summary>

 <param name="value">The input nullable value.</param>

 <returns>The result value option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.ToNullable``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Convert the value option to a Nullable value.</summary>

 <param name="voption">The input value option.</param>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.ToList``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Convert the value option to a list of length 0 or 1.</summary>

 <param name="voption">The input value option.</param>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.ToArray``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Convert the value option to an array of length 0 or 1.</summary>

 <param name="voption">The input value option.</param>

 <returns>The result array.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>filter f inp</c> evaluates to <c>match inp with ValueNone -> ValueNone | ValueSome x -> if f x then ValueSome x else ValueNone</c>.</summary>

 <param name="predicate">A function that evaluates whether the value contained in the value option should remain, or be filtered out.</param>
 <param name="voption">The input value option.</param>

 <returns>The input if the predicate evaluates to true; otherwise, ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Flatten``1(Microsoft.FSharp.Core.FSharpValueOption{Microsoft.FSharp.Core.FSharpValueOption{``0}})">
 <summary><c>flatten inp</c> evaluates to <c>match inp with ValueNone -> ValueNone | ValueSome x -> x</c></summary>

 <param name="voption">The input value option.</param>

 <returns>The input value if the value is Some; otherwise, ValueNone.</returns>
 <remarks><c>flatten</c> is equivalent to <c>bind id</c>.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Bind``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpValueOption{``1}},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>bind f inp</c> evaluates to <c>match inp with ValueNone -> ValueNone | ValueSome x -> f x</c></summary>

 <param name="binder">A function that takes the value of type T from a value option and transforms it into
 a value option containing a value of type U.</param>
 <param name="voption">The input value option.</param>

 <returns>An option of the output type of the binder.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Map3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},Microsoft.FSharp.Core.FSharpValueOption{``0},Microsoft.FSharp.Core.FSharpValueOption{``1},Microsoft.FSharp.Core.FSharpValueOption{``2})">
 <summary><c>map f voption1 voption2 voption3</c> evaluates to <c>match voption1, voption2, voption3 with ValueSome x, ValueSome y, ValueSome z -> ValueSome (f x y z) | _ -> ValueNone</c>.</summary>

 <param name="mapping">A function to apply to the value option values.</param>
 <param name="voption1">The first value option.</param>
 <param name="voption2">The second value option.</param>
 <param name="voption3">The third value option.</param>

 <returns>A value option of the input values after applying the mapping function, or ValueNone if any input is ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Map2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},Microsoft.FSharp.Core.FSharpValueOption{``0},Microsoft.FSharp.Core.FSharpValueOption{``1})">
 <summary><c>map f voption1 voption2</c> evaluates to <c>match voption1, voption2 with ValueSome x, ValueSome y -> ValueSome (f x y) | _ -> ValueNone</c>.</summary>

 <param name="mapping">A function to apply to the voption values.</param>
 <param name="voption1">The first value option.</param>
 <param name="voption2">The second value option.</param>

 <returns>A value option of the input values after applying the mapping function, or ValueNone if either input is ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>map f inp</c> evaluates to <c>match inp with ValueNone -> ValueNone | ValueSome x -> ValueSome (f x)</c>.</summary>

 <param name="mapping">A function to apply to the voption value.</param>
 <param name="voption">The input value option.</param>

 <returns>A value option of the input value after applying the mapping function, or ValueNone if the input is ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>iter f inp</c> executes <c>match inp with ValueNone -> () | ValueSome x -> f x</c>.</summary>

 <param name="action">A function to apply to the voption value.</param>
 <param name="voption">The input value option.</param>

 <returns>Unit if the option is ValueNone, otherwise it returns the result of applying the predicate
 to the voption value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Contains``1(``0,Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Evaluates to true if <paramref name="voption"/> is <c>ValueSome</c> and its value is equal to <paramref name="value"/>.</summary>

 <param name="value">The value to test for equality.</param>
 <param name="voption">The input value option.</param>

 <returns>True if the option is <c>ValueSome</c> and contains a value equal to <paramref name="value"/>, otherwise false.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>forall p inp</c> evaluates to <c>match inp with ValueNone -> true | ValueSome x -> p x</c>.</summary>

 <param name="predicate">A function that evaluates to a boolean when given a value from the value option type.</param>
 <param name="voption">The input value option.</param>

 <returns>True if the option is None, otherwise it returns the result of applying the predicate
 to the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>exists p inp</c> evaluates to <c>match inp with ValueNone -> false | ValueSome x -> p x</c>.</summary>

 <param name="predicate">A function that evaluates to a boolean when given a value from the option type.</param>
 <param name="voption">The input value option.</param>

 <returns>False if the option is ValueNone, otherwise it returns the result of applying the predicate
 to the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpValueOption{``0},``1)">
 <summary><c>fold f inp s</c> evaluates to <c>match inp with ValueNone -> s | ValueSome x -> f x s</c>.</summary>

 <param name="folder">A function to update the state data when given a value from a value option.</param>
 <param name="voption">The input value option.</param>
 <param name="state">The initial state.</param>

 <returns>The original state if the option is ValueNone, otherwise it returns the updated state with the folder
 and the voption value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>fold f s inp</c> evaluates to <c>match inp with ValueNone -> s | ValueSome x -> f s x</c>.</summary>

 <param name="folder">A function to update the state data when given a value from a value option.</param>
 <param name="state">The initial state.</param>
 <param name="voption">The input value option.</param>

 <returns>The original state if the option is ValueNone, otherwise it returns the updated state with the folder
 and the voption value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.Count``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary><c>count inp</c> evaluates to <c>match inp with ValueNone -> 0 | ValueSome _ -> 1</c>.</summary>

 <param name="voption">The input value option.</param>

 <returns>A zero if the option is ValueNone, a one otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.GetValue``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Gets the value associated with the option.</summary>

 <param name="voption">The input value option.</param>

 <returns>The value within the option.</returns>
 <exception href="System.ArgumentException">Thrown when the option is ValueNone.</exception>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.OrElseWith``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.FSharpValueOption{``0}},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Returns <paramref name="voption"/> if it is <c>Some</c>, otherwise evaluates <paramref name="ifNoneThunk"/> and returns the result.</summary>

 <param name="ifNoneThunk">A thunk that provides an alternate value option when evaluated.</param>
 <param name="voption">The input value option.</param>

 <returns>The voption if the voption is ValueSome, else the result of evaluating <paramref name="ifNoneThunk"/>.</returns>
 <remarks><paramref name="ifNoneThunk"/> is not evaluated unless <paramref name="voption"/> is <c>ValueNone</c>.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.OrElse``1(Microsoft.FSharp.Core.FSharpValueOption{``0},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Returns <paramref name="voption"/> if it is <c>Some</c>, otherwise returns <paramref name="ifNone"/>.</summary>

 <param name="ifNone">The value to use if <paramref name="voption"/> is <c>None</c>.</param>
 <param name="voption">The input option.</param>

 <returns>The option if the option is Some, else the alternate option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.DefaultWith``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Gets the value of the voption if the voption is <c>ValueSome</c>, otherwise evaluates <paramref name="defThunk"/> and returns the result.</summary>

 <param name="defThunk">A thunk that provides a default value when evaluated.</param>
 <param name="voption">The input voption.</param>

 <returns>The voption if the voption is ValueSome, else the result of evaluating <paramref name="defThunk"/>.</returns>
 <remarks><paramref name="defThunk"/> is not evaluated unless <paramref name="voption"/> is <c>ValueNone</c>.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.DefaultValue``1(``0,Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Gets the value of the value option if the option is <c>ValueSome</c>, otherwise returns the specified default value.</summary>

 <param name="value">The specified default value.</param>
 <param name="voption">The input voption.</param>

 <returns>The voption if the voption is ValueSome, else the default value.</returns>
 <remarks>Identical to the built-in <see cref="defaultArg"/> operator, except with the arguments swapped.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.IsNone``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Returns true if the value option is ValueNone.</summary>

 <param name="voption">The input value option.</param>

 <returns>True if the voption is ValueNone.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ValueOption.IsSome``1(Microsoft.FSharp.Core.FSharpValueOption{``0})">
 <summary>Returns true if the value option is not ValueNone.</summary>

 <param name="voption">The input value option.</param>

 <returns>True if the value option is not ValueNone.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ValueOption">
 <summary>Contains operations for working with value options.</summary>

 <category>Options</category>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.ToObj``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Convert an option to a potentially null value.</summary>

 <param name="value">The input value.</param>

 <example>
 <code>
     None |> Option.toObj // evaluates to null
     Some "not a null string" |> Option.toObj // evaluates to "not a null string"
 </code>
 </example>

 <returns>The result value, which is null if the input was None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.OfObj``1(``0)">
 <summary>Convert a potentially null value to an option.</summary>

 <param name="value">The input value.</param>

 <example>
 <code>
     (null: string) |> Option.ofObj // evaluates to None
     "not a null string" |> Option.ofObj // evaluates to (Some "not a null string")
 </code>
 </example>

 <returns>The result option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.OfNullable``1(System.Nullable{``0})">
 <summary>Convert a Nullable value to an option.</summary>

 <param name="value">The input nullable value.</param>

 <example>
 <code>
     System.Nullable&lt;int&gt;() |> Option.ofNullable // evaluates to None
     System.Nullable(42) |> Option.ofNullable // evaluates to Some 42
 </code>
 </example>

 <returns>The result option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.ToNullable``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Convert the option to a Nullable value.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.toNullable // evaluates to new System.Nullable&lt;int&gt;()
     Some 42 |> Option.toNullable // evaluates to new System.Nullable(42)
 </code>
 </example>

 <returns>The result value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.ToList``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Convert the option to a list of length 0 or 1.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.toList // evaluates to []
     Some 42 |> Option.toList // evaluates to [42]
 </code>
 </example>

 <returns>The result list.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.ToArray``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Convert the option to an array of length 0 or 1.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.toArray // evaluates to [||]
     Some 42 |> Option.toArray // evaluates to [|42|]
 </code>
 </example>

 <returns>The result array.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Filter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>filter f inp</c> evaluates to <c>match inp with None -> None | Some x -> if f x then Some x else None</c>.</summary>

 <param name="predicate">A function that evaluates whether the value contained in the option should remain, or be filtered out.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.filter (fun x -> x >= 5) // evaluates to None
     Some 42 |> Option.filter (fun x -> x >= 5) // evaluates to Some 42
     Some 4 |> Option.filter (fun x -> x >= 5) // evaluates to None
 </code>
 </example>

 <returns>The input if the predicate evaluates to true; otherwise, None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Flatten``1(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Core.FSharpOption{``0}})">
 <summary><c>flatten inp</c> evaluates to <c>match inp with None -> None | Some x -> x</c></summary>

 <param name="option">The input option.</param>

 <returns>The input value if the value is Some; otherwise, None.</returns>
 <remarks><c>flatten</c> is equivalent to <c>bind id</c>.</remarks>

 <example>
 <code>
     None |> Option.flatten // evaluates to None
     (Some (None)) |> Option.flatten // evaluates to None
     (Some (Some 42)) |> Option.flatten // evaluates to Some 42
 </code>
 </example>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Bind``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpOption{``1}},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>bind f inp</c> evaluates to <c>match inp with None -> None | Some x -> f x</c></summary>

 <param name="binder">A function that takes the value of type T from an option and transforms it into
 an option containing a value of type U.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     let tryParse input =
         match System.Int32.TryParse input with
         | true, v -> Some v
         | false, _ -> None
     None |> Option.bind tryParse // evaluates to None
     Some "42" |> Option.bind tryParse // evaluates to Some 42
     Some "Forty-two" |> Option.bind tryParse // evaluates to None
 </code>
 </example>

 <returns>An option of the output type of the binder.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Map3``4(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``2,``3}}},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``1},Microsoft.FSharp.Core.FSharpOption{``2})">
 <summary><c>map f option1 option2 option3</c> evaluates to <c>match option1, option2, option3 with Some x, Some y, Some z -> Some (f x y z) | _ -> None</c>.</summary>

 <param name="mapping">A function to apply to the option values.</param>
 <param name="option1">The first option.</param>
 <param name="option2">The second option.</param>
 <param name="option3">The third option.</param>

 <example>
 <code>
     (None, None, None) |||> Option.map3 (fun x y z -> x + y + z) // evaluates to None
     (Some 100, None, None) |||> Option.map3 (fun x y z -> x + y + z) // evaluates to None
     (None, Some 100, None) |||> Option.map3 (fun x y z -> x + y + z) // evaluates to None
     (None, None, Some 100) |||> Option.map3 (fun x y z -> x + y + z) // evaluates to None
     (Some 5, Some 100, Some 10) |||> Option.map3 (fun x y z -> x + y + z) // evaluates to Some 115
 </code>
 </example>

 <returns>An option of the input values after applying the mapping function, or None if any input is None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Map2``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``2}},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``1})">
 <summary><c>map f option1 option2</c> evaluates to <c>match option1, option2 with Some x, Some y -> Some (f x y) | _ -> None</c>.</summary>

 <param name="mapping">A function to apply to the option values.</param>
 <param name="option1">The first option.</param>
 <param name="option2">The second option.</param>

 <example>
 <code>
     (None, None) ||> Option.map2 (fun x y -> x + y) // evaluates to None
     (Some 5, None) ||> Option.map2 (fun x y -> x + y) // evaluates to None
     (None, Some 10) ||> Option.map2 (fun x y -> x + y) // evaluates to None
     (Some 5, Some 10) ||> Option.map2 (fun x y -> x + y) // evaluates to Some 15
 </code>
 </example>

 <returns>An option of the input values after applying the mapping function, or None if either input is None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>map f inp</c> evaluates to <c>match inp with None -> None | Some x -> Some (f x)</c>.</summary>

 <param name="mapping">A function to apply to the option value.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.map (fun x -> x * 2) // evaluates to None
     Some 42 |> Option.map (fun x -> x * 2) // evaluates to Some 84
 </code>
 </example>

 <returns>An option of the input value after applying the mapping function, or None if the input is None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Iterate``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>iter f inp</c> executes <c>match inp with None -> () | Some x -> f x</c>.</summary>

 <param name="action">A function to apply to the option value.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.iter (printfn "%s") // does nothing
     Some "Hello world" |> Option.iter (printfn "%s") // prints "Hello world"
 </code>
 </example>

 <returns>Unit if the option is None, otherwise it returns the result of applying the predicate
 to the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Contains``1(``0,Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Evaluates to true if <paramref name="option"/> is <c>Some</c> and its value is equal to <paramref name="value"/>.</summary>

 <param name="value">The value to test for equality.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     (99, None) ||> Option.contains // evaluates to false
     (99, Some 99) ||> Option.contains // evaluates to true
     (99, Some 100) ||> Option.contains // evaluates to false
 </code>
 </example>

 <returns>True if the option is <c>Some</c> and contains a value equal to <paramref name="value"/>, otherwise false.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.ForAll``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>forall p inp</c> evaluates to <c>match inp with None -> true | Some x -> p x</c>.</summary>

 <param name="predicate">A function that evaluates to a boolean when given a value from the option type.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.forall (fun x -> x >= 5) // evaluates to true
     Some 42 |> Option.forall (fun x -> x >= 5) // evaluates to true
     Some 4 |> Option.forall (fun x -> x >= 5) // evaluates to false
 </code>
 </example>

 <returns>True if the option is None, otherwise it returns the result of applying the predicate
 to the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Exists``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>exists p inp</c> evaluates to <c>match inp with None -> false | Some x -> p x</c>.</summary>

 <param name="predicate">A function that evaluates to a boolean when given a value from the option type.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.exists (fun x -> x >= 5) // evaluates to false
     Some 42 |> Option.exists (fun x -> x >= 5) // evaluates to true
     Some 4 |> Option.exists (fun x -> x >= 5) // evaluates to false
 </code>
 </example>

 <returns>False if the option is None, otherwise it returns the result of applying the predicate
 to the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.FoldBack``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,``1}},Microsoft.FSharp.Core.FSharpOption{``0},``1)">
 <summary><c>fold f inp s</c> evaluates to <c>match inp with None -> s | Some x -> f x s</c>.</summary>

 <param name="folder">A function to update the state data when given a value from an option.</param>
 <param name="option">The input option.</param>
 <param name="state">The initial state.</param>

 <example>
 <code>
     (None, 0) ||> Option.foldBack (fun x accum -> accum + x * 2) // evaluates to 0
     (Some 1, 0) ||> Option.foldBack (fun x accum -> accum + x * 2) // evaluates to 2
     (Some 1, 10) ||> Option.foldBack (fun x accum -> accum + x * 2) // evaluates to 12
 </code>
 </example>

 <returns>The original state if the option is None, otherwise it returns the updated state with the folder
 and the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Fold``2(Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{``0,``1}},``1,Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>fold f s inp</c> evaluates to <c>match inp with None -> s | Some x -> f s x</c>.</summary>

 <param name="folder">A function to update the state data when given a value from an option.</param>
 <param name="state">The initial state.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     (0, None) ||> Option.fold (fun accum x -> accum + x * 2) // evaluates to 0
     (0, Some 1) ||> Option.fold (fun accum x -> accum + x * 2) // evaluates to 2
     (10, Some 1) ||> Option.fold (fun accum x -> accum + x * 2) // evaluates to 12
 </code>
 </example>

 <returns>The original state if the option is None, otherwise it returns the updated state with the folder
 and the option value.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.Count``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary><c>count inp</c> evaluates to <c>match inp with None -> 0 | Some _ -> 1</c>.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.count // evaluates to 0
     Some 99 |> Option.count // evaluates to 1
 </code>
 </example>

 <returns>A zero if the option is None, a one otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.GetValue``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Gets the value associated with the option.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     Some 42 |> Option.get // evaluates to 42
     None |> Option.get // throws exception!
 </code>
 </example>

 <returns>The value within the option.</returns>
 <exception href="System.ArgumentException">Thrown when the option is None.</exception>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.OrElseWith``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.FSharpOption{``0}},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Returns <paramref name="option"/> if it is <c>Some</c>, otherwise evaluates <paramref name="ifNoneThunk"/> and returns the result.</summary>

 <param name="ifNoneThunk">A thunk that provides an alternate option when evaluated.</param>
 <param name="option">The input option.</param>

 <returns>The option if the option is Some, else the result of evaluating <paramref name="ifNoneThunk"/>.</returns>
 <remarks><paramref name="ifNoneThunk"/> is not evaluated unless <paramref name="option"/> is <c>None</c>.</remarks>

 <example>
 <code>
     None |> Option.orElseWith (fun () -> None) // evaluates to None
     None |> Option.orElseWith (fun () -> (Some 99)) // evaluates to Some 99
     Some 42 |> Option.orElseWith (fun () -> None) // evaluates to Some 42
     Some 42 |> Option.orElseWith (fun () -> (Some 99)) // evaluates to Some 42
 </code>
 </example>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.OrElse``1(Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Returns <paramref name="option"/> if it is <c>Some</c>, otherwise returns <paramref name="ifNone"/>.</summary>

 <param name="ifNone">The value to use if <paramref name="option"/> is <c>None</c>.</param>
 <param name="option">The input option.</param>

 <example>
 <code>
     (None, None) ||> Option.orElse // evaluates to None
     (Some 99, None) ||> Option.orElse // evaluates to Some 99
     (None, Some 42) ||> Option.orElse // evaluates to Some 42
     (Some 99, Some 42) ||> Option.orElse // evaluates to Some 42
 </code>
 </example>

 <returns>The option if the option is Some, else the alternate option.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.DefaultWith``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Gets the value of the option if the option is <c>Some</c>, otherwise evaluates <paramref name="defThunk"/> and returns the result.</summary>

 <param name="defThunk">A thunk that provides a default value when evaluated.</param>
 <param name="option">The input option.</param>

 <returns>The option if the option is Some, else the result of evaluating <paramref name="defThunk"/>.</returns>
 <remarks><paramref name="defThunk"/> is not evaluated unless <paramref name="option"/> is <c>None</c>.</remarks>

 <example>
 <code>
     None |> Option.defaultWith (fun () -> 99) // evaluates to 99
     Some 42 |> Option.defaultWith (fun () -> 99) // evaluates to 42
 </code>
 </example>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.DefaultValue``1(``0,Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Gets the value of the option if the option is <c>Some</c>, otherwise returns the specified default value.</summary>

 <param name="value">The specified default value.</param>
 <param name="option">The input option.</param>

 <returns>The option if the option is Some, else the default value.</returns>

 <remarks>Identical to the built-in <see cref="defaultArg"/> operator, except with the arguments swapped.</remarks>

 <example>
 <code>
     (99, None) ||> Option.defaultValue // evaluates to 99
     (99, Some 42) ||> Option.defaultValue // evaluates to 42
 </code>
 </example>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.IsNone``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Returns true if the option is None.</summary>

 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.isNone // evaluates to true
     Some 42 |> Option.isNone // evaluates to false
 </code>
 </example>

 <returns>True if the option is None.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.OptionModule.IsSome``1(Microsoft.FSharp.Core.FSharpOption{``0})">
 <summary>Returns true if the option is not None.</summary>
 <param name="option">The input option.</param>

 <example>
 <code>
     None |> Option.isSome // evaluates to false
     Some 42 |> Option.isSome // evaluates to true
 </code>
 </example>

 <returns>True if the option is not None.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.OptionModule">
 <summary>Contains operations for working with options.</summary>

 <category>Options</category>
</member>
<member name="M:Microsoft.FSharp.Core.ResultModule.Bind``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpResult{``1,``2}},Microsoft.FSharp.Core.FSharpResult{``0,``2})">
 <summary><c>bind f inp</c> evaluates to <c>match inp with Error e -> Error e | Ok x -> f x</c></summary>

 <param name="binder">A function that takes the value of type T from a result and transforms it into
 a result containing a value of type U.</param>
 <param name="result">The input result.</param>

 <returns>A result of the output type of the binder.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ResultModule.MapError``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpResult{``2,``0})">
 <summary><c>map f inp</c> evaluates to <c>match inp with Error x -> Error (f x) | Ok v -> Ok v</c>.</summary>

 <param name="mapping">A function to apply to the Error result value.</param>
 <param name="result">The input result.</param>

 <returns>A result of the error value after applying the mapping function, or Ok if the input is Ok.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ResultModule.Map``3(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Microsoft.FSharp.Core.FSharpResult{``0,``2})">
 <summary><c>map f inp</c> evaluates to <c>match inp with Error e -> Error e | Ok x -> Ok (f x)</c>.</summary>
 <param name="mapping">A function to apply to the OK result value.</param>
 <param name="result">The input result.</param>

 <returns>A result of the input value after applying the mapping function, or Error if the input is Error.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.ResultModule">
 <summary>Contains operations for working with values of type <see cref="T:Microsoft.FSharp.Core.Result`2"/>.</summary>

 <category>Choices and Results</category>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Length(System.String)">
 <summary>Returns the length of the string.</summary>

 <param name="str">The input string.</param>

 <returns>The number of characters in the string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Replicate(System.Int32,System.String)">
 <summary>Returns a string by concatenating <c>count</c> instances of <c>str</c>.</summary>

 <param name="count">The number of copies of the input string will be copied.</param>
 <param name="str">The input string.</param>

 <returns>The concatenated string.</returns>
 <exception cref="T:System.ArgumentException">Thrown when <c>count</c> is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Exists(Microsoft.FSharp.Core.FSharpFunc{System.Char,System.Boolean},System.String)">
 <summary>Tests if any character of the string satisfies the given predicate.</summary>

 <param name="predicate">The function to test each character of the string.</param>
 <param name="str">The input string.</param>

 <returns>True if any character returns true for the predicate and false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.ForAll(Microsoft.FSharp.Core.FSharpFunc{System.Char,System.Boolean},System.String)">
 <summary>Tests if all characters in the string satisfy the given predicate.</summary>

 <param name="predicate">The function to test each character of the string.</param>
 <param name="str">The input string.</param>

 <returns>True if all characters return true for the predicate and false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Initialize(System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Int32,System.String})">
 <summary>Builds a new string whose characters are the results of applying the function <c>mapping</c>
 to each index from <c>0</c> to <c>count-1</c> and concatenating the resulting
 strings.</summary>

 <param name="count">The number of strings to initialize.</param>
 <param name="initializer">The function to take an index and produce a string to
 be concatenated with the others.</param>

 <returns>The constructed string.</returns>
 <exception cref="T:System.ArgumentException">Thrown when <c>count</c> is negative.</exception>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Filter(Microsoft.FSharp.Core.FSharpFunc{System.Char,System.Boolean},System.String)">
 <summary>Builds a new string containing only the characters of the input string
 for which the given predicate returns "true".</summary>

 <remarks>Returns an empty string if the input string is null</remarks>

 <param name="predicate">A function to test whether each character in the input sequence should be included in the output string.</param>
 <param name="str">The input string.</param>

 <returns>The resulting string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Collect(Microsoft.FSharp.Core.FSharpFunc{System.Char,System.String},System.String)">
 <summary>Builds a new string whose characters are the results of applying the function <c>mapping</c>
 to each of the characters of the input string and concatenating the resulting
 strings.</summary>

 <param name="mapping">The function to produce a string from each character of the input string.</param>
 <param name="str">The input string.</param>

 <returns>The concatenated string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.MapIndexed(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Char,System.Char}},System.String)">
 <summary>Builds a new string whose characters are the results of applying the function <c>mapping</c>
 to each character and index of the input string.</summary>

 <param name="mapping">The function to apply to each character and index of the string.</param>
 <param name="str">The input string.</param>

 <returns>The resulting string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Map(Microsoft.FSharp.Core.FSharpFunc{System.Char,System.Char},System.String)">
 <summary>Builds a new string whose characters are the results of applying the function <c>mapping</c>
 to each of the characters of the input string.</summary>

 <param name="mapping">The function to apply to the characters of the string.</param>
 <param name="str">The input string.</param>

 <returns>The resulting string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.IterateIndexed(Microsoft.FSharp.Core.FSharpFunc{System.Int32,Microsoft.FSharp.Core.FSharpFunc{System.Char,Microsoft.FSharp.Core.Unit}},System.String)">
 <summary>Applies the function <c>action</c> to the index of each character in the string and the
 character itself.</summary>

 <param name="action">The function to apply to each character and index of the string.</param>
 <param name="str">The input string.</param>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Iterate(Microsoft.FSharp.Core.FSharpFunc{System.Char,Microsoft.FSharp.Core.Unit},System.String)">
 <summary>Applies the function <c>action</c> to each character in the string.</summary>

 <param name="action">The function to be applied to each character of the string.</param>
 <param name="str">The input string.</param>
</member>
<member name="M:Microsoft.FSharp.Core.StringModule.Concat(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>Returns a new string made by concatenating the given strings
 with separator <c>sep</c>, that is <c>a1 + sep + ... + sep + aN</c>.</summary>
 <param name="sep">The separator string to be inserted between the strings
 of the input sequence.</param>
 <param name="strings">The sequence of strings to be concatenated.</param>

 <returns>A new string consisting of the concatenated strings separated by
 the separation string.</returns>
 <exception cref="T:System.ArgumentNullException">Thrown when <c>strings</c> is null.</exception>
</member>
<member name="T:Microsoft.FSharp.Core.StringModule">
 <summary>Functional programming operators for string processing.  Further string operations
 are available via the member functions on strings and other functionality in
  <a href="http://msdn2.microsoft.com/en-us/library/system.string.aspx">System.String</a> 
 and <a href="http://msdn2.microsoft.com/library/system.text.regularexpressions.aspx">System.Text.RegularExpressions</a> types.
 </summary>

 <category>Strings and Text</category>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromStringDynamic(System.String)">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromInt64Dynamic(System.Int64)">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromString``1(System.String)">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromInt64``1(System.Int64)">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromInt32``1(System.Int32)">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromOne``1">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI.FromZero``1">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.NumericLiterals.NumericLiteralI">
<summary>
 Provides a default implementations of F# numeric literal syntax  for literals of the form &apos;dddI&apos; 
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.NumericLiterals">
 <summary>Provides a default implementations of F# numeric literal syntax  for literals of the form 'dddI' </summary>

 <category>Language Primitives</category>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.TextWriterFormat`1">
 <summary>Represents a statically-analyzed format associated with writing to a <see cref="T:System.IO.TextWriter"/>. The type parameter indicates the
 arguments and return type of the format operation.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.StringFormat`1">
 <summary>Represents a statically-analyzed format when formatting builds a string. The type parameter indicates the
 arguments and return type of the format operation.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.BuilderFormat`1">
 <summary>Represents a statically-analyzed format associated with writing to a <see cref="T:System.Text.StringBuilder"/>. The type parameter indicates the
 arguments and return type of the format operation.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.TextWriterFormat`2">
 <summary>Represents a statically-analyzed format associated with writing to a <see cref="T:System.IO.TextWriter"/>. The first type parameter indicates the
 arguments of the format operation and the last the overall return type.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.StringFormat`2">
 <summary>Represents a statically-analyzed format when formatting builds a string. The first type parameter indicates the
 arguments of the format operation and the last the overall return type.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule.BuilderFormat`2">
 <summary>Represents a statically-analyzed format associated with writing to a <see cref="T:System.Text.StringBuilder"/>. The first type parameter indicates the
 arguments of the format operation and the last the overall return type.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail``2(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,``1})">
 <summary>Print to a string buffer and raise an exception with the given
 result. Helper printers must return strings.</summary>

 <param name="format">The input formatter.</param>

 <returns>The arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThen``2(Microsoft.FSharp.Core.FSharpFunc{System.String,``0},Microsoft.FSharp.Core.PrintfFormat{``1,Microsoft.FSharp.Core.Unit,System.String,``0})">
 <summary>sprintf, but call the given 'final' function to generate the result.
 See <c>kprintf</c>.</summary>

 <param name="continuation">The function called to generate a result from the formatted string.</param>
 <param name="format">The input formatter.</param>

 <returns>The arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatThen``2(Microsoft.FSharp.Core.FSharpFunc{System.String,``0},Microsoft.FSharp.Core.PrintfFormat{``1,Microsoft.FSharp.Core.Unit,System.String,``0})">
 <summary>printf, but call the given 'final' function to generate the result.
 For example, these let the printing force a flush after all output has 
 been entered onto the channel, but not before. </summary>

 <param name="continuation">The function called after formatting to generate the format result.</param>
 <param name="format">The input formatter.</param>

 <returns>The arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToTextWriterThen``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat{``1,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,``0})">
 <summary>fprintf, but call the given 'final' function to generate the result.
 See <c>kprintf</c>.</summary>

 <param name="continuation">The function called after formatting to generate the format result.</param>
 <param name="textWriter">The input TextWriter.</param>
 <param name="format">The input formatter.</param>

 <returns>The arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringBuilderThen``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},System.Text.StringBuilder,Microsoft.FSharp.Core.PrintfFormat{``1,System.Text.StringBuilder,Microsoft.FSharp.Core.Unit,``0})">
 <summary>bprintf, but call the given 'final' function to generate the result.
 See <c>kprintf</c>.</summary>

 <param name="continuation">The function called after formatting to generate the format result.</param>
 <param name="builder">The input StringBuilder.</param>
 <param name="format">The input formatter.</param>

 <returns>The arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThen``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,System.String})">
 <summary>Print to a string via an internal string buffer and return 
 the result as a string. Helper printers must return strings.</summary>

 <param name="format">The input formatter.</param>

 <returns>The formatted string.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatLine``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Formatted printing to stdout, adding a newline.</summary>

 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormat``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Formatted printing to stdout</summary>

 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatLineToError``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Formatted printing to stderr, adding a newline </summary>

 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToError``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Formatted printing to stderr</summary>

 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatLineToTextWriter``1(System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to a text writer, adding a newline</summary>

 <param name="textWriter">The TextWriter to print to.</param>
 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToTextWriter``1(System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to a text writer.</summary>

 <param name="textWriter">The TextWriter to print to.</param>
 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringBuilder``1(System.Text.StringBuilder,Microsoft.FSharp.Core.PrintfFormat{``0,System.Text.StringBuilder,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to a <see cref="T:System.Text.StringBuilder"/></summary>

 <param name="builder">The StringBuilder to print to.</param>
 <param name="format">The input formatter.</param>

 <returns>The return type and arguments of the formatter.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.PrintfModule">
 <summary>Extensible printf-style formatting for numbers and other datatypes</summary>

 <remarks>Format specifications are strings with "%" markers indicating format 
 placeholders. Format placeholders consist of <c>%[flags][width][.precision][type]</c>.</remarks>

 <category index="4">Strings and Text</category>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ArrayCollector`1.Close">
<summary>
 Return the resulting list
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ArrayCollector`1.AddManyAndClose(System.Collections.Generic.IEnumerable{`0})">
<summary>
 Add multiple elements to the collector and return the resulting array
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ArrayCollector`1.AddMany(System.Collections.Generic.IEnumerable{`0})">
<summary>
 Add multiple elements to the collector
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ArrayCollector`1.Add(`0)">
<summary>
 Add an element to the collector
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ArrayCollector`1">
<summary>
 Collects elements and builds an array
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ListCollector`1.Close">
<summary>
 Return the resulting list
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ListCollector`1.AddManyAndClose(System.Collections.Generic.IEnumerable{`0})">
<summary>
 Add multiple elements to the collector and return the resulting list
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ListCollector`1.AddMany(System.Collections.Generic.IEnumerable{`0})">
<summary>
 Add multiple elements to the collector
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ListCollector`1.Add(`0)">
<summary>
 Add an element to the collector
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ListCollector`1">
<summary>
 Collects elements and builds a list
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.LastGenerated">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.CheckClose">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.GetFreshEnumerator">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>

 <returns>A new enumerator for the sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.GenerateNext(System.Collections.Generic.IEnumerable{`0}@)">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>

 <param name="result">A reference to the sequence.</param>

 <returns>A 0, 1, and 2 respectively indicate Stop, Yield, and Goto conditions for the sequence generator.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.Close">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.#ctor">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>

 <returns>A new sequence generator for the expression.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1">
 <summary>The F# compiler emits implementations of this type for compiled sequence expressions.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.AfterCode`2">
<summary>
 Defines the implementation of the code run after the creation of a struct state machine.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.SetStateMachineMethodImpl`1">
<summary>
 Defines the implementation of the SetStateMachine method for a struct state machine.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.MoveNextMethodImpl`1">
<summary>
 Defines the implementation of the MoveNext method for a struct state machine.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ResumableCode`2">
<summary>
 A special compiler-recognised delegate type for specifying blocks of resumable code
 with access to the state machine.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ResumptionFunc`1">
<summary>
 Represents the runtime continuation of a resumable state machine created dynamically
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.ResumptionFunc(Microsoft.FSharp.Core.CompilerServices.ResumptionFunc{`0})">
<summary>
 The continuation of the state machine
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.ResumptionData(System.Object)">
<summary>
 Additional data associated with the state machine
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.ResumptionFunc">
<summary>
 The continuation of the state machine
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.ResumptionData">
<summary>
 Additional data associated with the state machine
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.SetStateMachine(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{`0}@,System.Runtime.CompilerServices.IAsyncStateMachine)">
<summary>
 Executes the SetStateMachine implementation of the state machine
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.MoveNext(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{`0}@)">
<summary>
 Executes the MoveNext implementation of the state machine
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1.#ctor(Microsoft.FSharp.Core.CompilerServices.ResumptionFunc{`0})">
<summary>
 Create dynamic information for a state machine
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ResumptionDynamicInfo`1">
<summary>
 Represents the delegated runtime continuation of a resumable state machine created dynamically
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.IResumableStateMachine`1.Data(`0)">
<summary>
 Copy-out or copy-in the data of the state machine
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.IResumableStateMachine`1.ResumptionPoint">
<summary>
 Get the resumption point of the state machine
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.IResumableStateMachine`1.Data">
<summary>
 Copy-out or copy-in the data of the state machine
</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine`1.ResumptionDynamicInfo">
 <summary>Represents the delegated runtime continuation for a resumable state machine created dynamically</summary>
 <remarks>This field is removed from state machines generated using '__stateMachine'. Resumable code
 used in state machines which accesses this field will raise a runtime exception.</remarks>
</member>
<member name="F:Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine`1.ResumptionPoint">
<summary>
 When statically compiled, holds the continuation goto-label further execution of the state machine
</summary>
</member>
<member name="F:Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine`1.Data">
<summary>
 When statically compiled, holds the data for the state machine
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine`1">
<summary>
 Acts as a template for struct state machines introduced by __stateMachine, and also as a reflective implementation
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider2.GetStaticParametersForMethod(System.Reflection.MethodBase)">
 <summary>
 Get the static parameters for a provided method. 
 </summary>

 <param name="methodWithoutArguments">A method returned by GetMethod on a provided type</param>

 <returns>The static parameters of the provided method, if any</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider2.ApplyStaticArgumentsForMethod(System.Reflection.MethodBase,System.String,System.Object[])">
 <summary>
 Apply static arguments to a provided method that accepts static arguments. 
 </summary>
 <remarks>The provider must return a provided method with the given mangled name.</remarks>
 <param name="methodWithoutArguments">the provided method definition which has static parameters</param>
 <param name="methodNameWithArguments">the full name of the method that must be returned, including encoded representations of static parameters</param>
 <param name="staticArguments">the values of the static parameters, indexed by name</param>

 <returns>The provided method definition corresponding to the given static parameter values</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ITypeProvider2">
<summary>
 Represents additional, optional information for a type provider component
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.remove_Invalidate(System.EventHandler)">
 <summary>
 Triggered when an assumption changes that invalidates the resolutions so far reported by the provider
 </summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.Invalidate">
 <summary>
 Triggered when an assumption changes that invalidates the resolutions so far reported by the provider
 </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.add_Invalidate(System.EventHandler)">
 <summary>
 Triggered when an assumption changes that invalidates the resolutions so far reported by the provider
 </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.GetStaticParameters(System.Type)">
 <summary>
 Get the static parameters for a provided type. 
 </summary>

 <param name="typeWithoutArguments">A type returned by GetTypes or ResolveTypeName</param>

 <returns></returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.GetNamespaces">
 <summary>
 Namespace name the this TypeProvider injects types into.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.GetInvokerExpression(System.Reflection.MethodBase,Microsoft.FSharp.Quotations.FSharpExpr[])">
 <summary>
 Called by the compiler to ask for an Expression tree to replace the given MethodBase with.
 </summary>

 <param name="syntheticMethodBase">MethodBase that was given to the compiler by a type returned by a GetType(s) call.</param>
 <param name="parameters">Expressions that represent the parameters to this call.</param>

 <returns>An expression that the compiler will use in place of the given method base.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.GetGeneratedAssemblyContents(System.Reflection.Assembly)">
 <summary>
 Get the physical contents of the given logical provided assembly.
 </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ITypeProvider.ApplyStaticArguments(System.Type,System.String[],System.Object[])">
 <summary>
 Apply static arguments to a provided type that accepts static arguments. 
 </summary>
 <remarks>The provider must return a type with the given mangled name.</remarks>
 <param name="typeWithoutArguments">the provided type definition which has static parameters</param>
 <param name="typePathWithArguments">the full path of the type, including encoded representations of static parameters</param>
 <param name="staticArguments">the static parameters, indexed by name</param>

 <returns></returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ITypeProvider">
 <summary>
 Represents an instantiation of a type provider component.
 </summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.IProvidedNamespace.NamespaceName">
<summary>
 Namespace name the provider injects types into.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.IProvidedNamespace.ResolveTypeName(System.String)">
 <summary>
 Compilers call this method to query a type provider for a type <c>name</c>.
 </summary>
 <remarks>Resolver should return a type called <c>name</c> in namespace <c>NamespaceName</c> or <c>null</c> if the type is unknown.
 </remarks>
 <returns></returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.IProvidedNamespace.GetTypes">
 <summary>
 The top-level types
 </summary>
 <returns></returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.IProvidedNamespace.GetNestedNamespaces">
<summary>
 The sub-namespaces in this namespace. An optional member to prevent generation of namespaces until an outer namespace is explored.
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.IProvidedNamespace">
 <summary>
 Represents a namespace provided by a type provider component.
 </summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.TemporaryFolder(System.String)">
<summary>
 Get the full path to use for temporary files for the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.SystemRuntimeAssemblyVersion(System.Version)">
<summary>
 version of referenced system runtime assembly
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.RuntimeAssembly(System.String)">
<summary>
 Get the full path to referenced assembly that caused this type provider instance to be created.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.ResolutionFolder(System.String)">
<summary>
 Get the full path to use to resolve relative paths in any file name arguments given to the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.ReferencedAssemblies(System.String[])">
<summary>
 Get the referenced assemblies for the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.IsInvalidationSupported(System.Boolean)">
<summary>
 Indicates if the type provider host responds to invalidation events for type provider instances. 
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.IsHostedExecution(System.Boolean)">
<summary>
 Indicates if the type provider instance is used in an environment which executes provided code such as F# Interactive.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.TemporaryFolder">
<summary>
 Get the full path to use for temporary files for the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.SystemRuntimeAssemblyVersion">
<summary>
 version of referenced system runtime assembly
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.RuntimeAssembly">
<summary>
 Get the full path to referenced assembly that caused this type provider instance to be created.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.ResolutionFolder">
<summary>
 Get the full path to use to resolve relative paths in any file name arguments given to the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.ReferencedAssemblies">
<summary>
 Get the referenced assemblies for the type provider instance.
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.IsInvalidationSupported">
<summary>
 Indicates if the type provider host responds to invalidation events for type provider instances. 
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.IsHostedExecution">
<summary>
 Indicates if the type provider instance is used in an environment which executes provided code such as F# Interactive.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.SystemRuntimeContainsType(System.String)">
<summary>
 Checks if given type exists in target system runtime library
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig">
<summary>
 If the class that implements ITypeProvider has a constructor that accepts TypeProviderConfig
 then it will be constructed with an instance of TypeProviderConfig.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderEditorHideMethodsAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>TypeProviderEditorHideMethodsAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderEditorHideMethodsAttribute">
 <summary>Indicates that a code editor should hide all System.Object methods from the intellisense menus for instances of a provided type</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderXmlDocAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>
 <returns>TypeProviderXmlDocAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderXmlDocAttribute">
<summary>
 The TypeProviderXmlDocAttribute attribute can be added to types and members. 
 The language service will display the CommentText property from the attribute 
 in the appropriate place when the user hovers over a type or member.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute.#ctor(System.String)">
 <summary>Creates an instance of the attribute</summary>
 <returns>TypeProviderAssemblyAttribute</returns>
 <param name="assemblyName">The name of the design-time assembly for this type provider.</param>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>TypeProviderAssemblyAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute">
 <summary>Place attribute on runtime assembly to indicate that there is a corresponding design-time 
 assembly that contains a type provider. Runtime and designer assembly may be the same. </summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderTypeAttributes">
 <summary>Additional type attribute flags related to provided types</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.TypeProviderAttribute.#ctor">
 <summary>Creates an instance of the attribute</summary>
 <returns>TypeProviderAttribute</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.TypeProviderAttribute">
 <summary>Place on a class that implements ITypeProvider to extend the compiler</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.MeasureOne">
 <summary>Represents the '1' measure expression when returned as a generic argument of a provided type.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.MeasureInverse`1">
 <summary>Represents the inverse of a measure expressions when returned as a generic argument of a provided type.</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.MeasureProduct`2">
 <summary>Represents the product of two measure expressions when returned as a generic argument of a provided type.</summary>

 <namespacedoc><summary>
   Library functionality for supporting type providers and code generated by the F# compiler. See
   also <a href="https://docs.microsoft.com/en-us/dotnet/fsharp/tutorials/type-providers/">F# Type Providers</a> in the F# Language Guide.
 </summary></namespacedoc>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.CreateEvent``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{System.Object,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.Unit}},``0})">
 <summary>Creates an anonymous event with the given handlers.</summary>

 <param name="addHandler">A function to handle adding a delegate for the event to trigger.</param>
 <param name="removeHandler">A function to handle removing a delegate that the event triggers.</param>
 <param name="createHandler">A function to produce the delegate type the event can trigger.</param>

 <returns>The initialized event.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.EnumerateUsing``3(``0,Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>The F# compiler emits calls to this function to implement the <c>use</c> operator for F# sequence
 expressions.</summary>

 <param name="resource">The resource to be used and disposed.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.EnumerateFromFunctions``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},Microsoft.FSharp.Core.FSharpFunc{``0,``1})">
 <summary>The F# compiler emits calls to this function to implement the compiler-intrinsic
 conversions from untyped System.Collections.IEnumerable sequences to typed sequences.</summary>

 <param name="create">An initializer function.</param>
 <param name="moveNext">A function to iterate and test if end of sequence is reached.</param>
 <param name="current">A function to retrieve the current element.</param>

 <returns>The resulting typed sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.EnumerateThenFinally``1(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>The F# compiler emits calls to this function to 
 implement the <c>try/finally</c> operator for F# sequence expressions.</summary>

 <param name="source">The input sequence.</param>
 <param name="compensation">A computation to be included in an enumerator's Dispose method.</param>

 <returns>The result sequence.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.EnumerateWhile``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},System.Collections.Generic.IEnumerable{``0})">
 <summary>The F# compiler emits calls to this function to 
 implement the <c>while</c> operator for F# sequence expressions.</summary>

 <param name="guard">A function that indicates whether iteration should continue.</param>
 <param name="source">The input sequence.</param>

 <returns>The result sequence.</returns>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers">
 <summary>A group of functions used as part of the compiled representation of F# sequence expressions.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers.__stateMachine``2(Microsoft.FSharp.Core.CompilerServices.MoveNextMethodImpl{``0},Microsoft.FSharp.Core.CompilerServices.SetStateMachineMethodImpl{``0},Microsoft.FSharp.Core.CompilerServices.AfterCode{``0,``1})">
 <summary>
 Statically generates a closure struct type based on ResumableStateMachine,
 At runtime an instance of the new struct type is populated and 'afterMethod' is called
 to consume it.
 </summary>

 <remarks>
 At compile-time, the ResumableStateMachine type guides the generation of a new struct type by the F# compiler
 with closure-capture fields in a way similar to an object expression. 
 Any mention of the ResumableStateMachine type in any the 'methods' is rewritten to this
 fresh struct type.  The 'methods' are used to implement the interfaces on ResumableStateMachine and are also rewritten.
 The 'after' method is then executed and must eliminate the ResumableStateMachine. For example,
 its return type must not include ResumableStateMachine.
 </remarks>
 <param name="moveNextMethod">Gives the implementation of the MoveNext method on IAsyncStateMachine.</param>
 <param name="setStateMachineMethod">Gives the implementation of the SetStateMachine method on IAsyncStateMachine.</param>
 <param name="afterCode">Gives code to execute after the generation of the state machine and to produce the final result.</param>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers.__resumeAt``1(System.Int32)">
 <summary>
 Indicates to jump to a resumption point within resumable code.
 This may be the first statement in a MoveNextMethodImpl.
 The integer must be a valid resumption point within this resumable code.
 </summary>
 <param name="programLabel"></param>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers.__resumableEntry">
 <summary>
 Indicates a resumption point within resumable code
 </summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers.__useResumableCode``1">
 <summary>
 When used in a conditional, statically determines whether the 'then' branch
 represents valid resumable code and provides an alternative implementation
 if not.
 </summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers">
<summary>
 Contains compiler intrinsics related to the definition of state machines.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.YieldDynamic``1(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{``0}@)">
<summary>
 The dynamic implementation of the corresponding operation. This operation should not be used directly.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.TryWithDynamic``2(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{``0}@,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1}})">
<summary>
 The dynamic implementation of the corresponding operation. This operation should not be used directly.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.TryFinallyAsyncDynamic``2(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{``0}@,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit})">
<summary>
 The dynamic implementation of the corresponding operation. This operation should not be used directly.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.WhileDynamic``1(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{``0}@,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit})">
<summary>
 The dynamic implementation of the corresponding operation. This operation should not be used directly.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.CombineDynamic``2(Microsoft.FSharp.Core.CompilerServices.ResumableStateMachine{``0}@,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1})">
<summary>
 The dynamic implementation of the corresponding operation. This operation should not be used directly.
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.Zero``1">
<summary>
 Specifies resumable code which does nothing
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.While``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit})">
<summary>
 Specifies resumable code which executes a loop
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.Using``3(``0,Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``1,``2}})">
<summary>
 Specifies resumable code which executes with &apos;use&apos; semantics
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.TryWith``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1},Microsoft.FSharp.Core.FSharpFunc{System.Exception,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1}})">
<summary>
 Specifies resumable code which executes with try/with semantics
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.TryFinallyAsync``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit})">
<summary>
 Specifies resumable code which executes with try/finally semantics
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.TryFinally``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit})">
<summary>
 Specifies resumable code which executes with try/finally semantics
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.Yield``1">
<summary>
 Specifies resumable code which iterates yields
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.For``2(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``1,Microsoft.FSharp.Core.Unit}})">
<summary>
 Specifies resumable code which iterates an input sequence
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.Delay``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1}})">
<summary>
 Creates resumable code whose definition is a delayed function
</summary>
</member>
<member name="M:Microsoft.FSharp.Core.CompilerServices.ResumableCode.Combine``2(Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.CompilerServices.ResumableCode{``0,``1})">
<summary>
 Sequences one section of resumable code after another
</summary>
</member>
<member name="T:Microsoft.FSharp.Core.CompilerServices.ResumableCode">
<summary>
 Contains functions for composing resumable code blocks
</summary>
</member>
<member name="P:Microsoft.FSharp.Core.ExtraTopLevelOperators.query">
 <summary>Builds a query using query syntax and operators.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.LazyPattern``1(System.Lazy{``0})">
 <summary>An active pattern to force the execution of values of type <c>Lazy&lt;_&gt;</c>.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.SpliceUntypedExpression``1(Microsoft.FSharp.Quotations.FSharpExpr)">
 <summary>Special prefix operator for splicing untyped expressions into quotation holes.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.SpliceExpression``1(Microsoft.FSharp.Quotations.FSharpExpr{``0})">
 <summary>Special prefix operator for splicing typed expressions into quotation holes.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.CreateArray2D``2(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a 2D array from a sequence of sequences of elements.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.CreateReadOnlyDictionary``2(System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
 <summary>Builds a read-only lookup table from a sequence of key/value pairs. The key objects are indexed using generic hashing and equality.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.CreateDictionary``2(System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
 <summary>Builds a read-only lookup table from a sequence of key/value pairs. The key objects are indexed using generic hashing and equality.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.ToSByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},``0)">
 <summary>Converts the argument to signed byte.</summary>
 <remarks>This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>SByte.Parse()</c>  with InvariantCulture settings.
 Otherwise the operation requires and invokes a <c>ToSByte</c> method on the input type.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.ToByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},``0)">
 <summary>Converts the argument to byte.</summary>
 <remarks>This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Byte.Parse()</c> on strings and otherwise requires a <c>ToByte</c> method on the input type.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.ToDouble``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Double},``0)">
 <summary>Converts the argument to 64-bit float.</summary>
 <remarks>This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Double.Parse()</c>  with InvariantCulture settings. Otherwise the operation requires and invokes a <c>ToDouble</c> method on the input type.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.ToSingle``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Single},``0)">
 <summary>Converts the argument to 32-bit float.</summary>
 <remarks>This is a direct conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Single.Parse()</c>  with InvariantCulture settings. Otherwise the operation requires and invokes a <c>ToSingle</c> method on the input type.</remarks>
</member>
<member name="P:Microsoft.FSharp.Core.ExtraTopLevelOperators.DefaultAsyncBuilder">
 <summary>Builds an asynchronous workflow using computation expression syntax.</summary>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.CreateSet``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>Builds a set from a sequence of objects. The objects are indexed using generic comparison.</summary>

 <param name="elements">The input sequence of elements.</param>

 <returns>The created set.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatLineToTextWriter``1(System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to a file using the given format, and add a newline.</summary>

 <param name="textWriter">The file TextWriter.</param>
 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatToTextWriter``1(System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to a file using the given format.</summary>

 <param name="textWriter">The file TextWriter.</param>
 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatToStringThenFail``2(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,``1})">
 <summary>Print to a string buffer and raise an exception with the given
 result. Helper printers must return strings.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatToString``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,System.String})">
 <summary>Print to a string using the given format.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatLineToError``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to <c>stderr</c> using the given format, and add a newline.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatToError``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to <c>stderr</c> using the given format.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormatLine``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to <c>stdout</c> using the given format, and add a newline.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.PrintFormat``1(Microsoft.FSharp.Core.PrintfFormat{``0,System.IO.TextWriter,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>Print to <c>stdout</c> using the given format.</summary>

 <param name="format">The formatter.</param>

 <returns>The formatted result.</returns>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.Checked.ToSByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.SByte},``0)">
 <summary>Converts the argument to signed byte.</summary>
 <remarks>This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <c>SByte.Parse()</c>  with InvariantCulture settings.
 Otherwise the operation requires and invokes a <c>ToSByte</c> method on the input type.</remarks>
</member>
<member name="M:Microsoft.FSharp.Core.ExtraTopLevelOperators.Checked.ToByte``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Byte},``0)">
 <summary>Converts the argument to byte.</summary>
 <remarks>This is a direct, checked conversion for all 
 primitive numeric types. For strings, the input is converted using <c>Byte.Parse()</c> on strings and otherwise requires a <c>ToByte</c> method on the input type.</remarks>
</member>
<member name="T:Microsoft.FSharp.Core.ExtraTopLevelOperators">
 <summary>A set of extra operators and functions. This module is automatically opened in all F# code.</summary>

 <category>Basic Operators</category>
</member>
</members>
</doc>
bin\System.ComponentModel.Primitives.dll
md5: 995DC4D8223E07D0756D15758F92E449 | sha1: F4B6BCFC9E4BAB9A20ABF5EAE37E090017ACCC89 | sha256: F30FA956949FAEB55A94A71C687A67DE73FBF6127640EB623C0C9B02F5C5DF90 | sha512: F131B43ACFDCEBE78E9663A81F2B962720082ECCDB45999A2C0688C22B7436AADA1238D2FE121E1843589DEB01AD41631E292C7FB3DECD4001041D184B309690
bin\System.ComponentModel.TypeConverter.dll
md5: F342CF85F2C8D79C2586F023FE35DA61 | sha1: AE1FD7A50441AD614C8F88FED2D28C890DF52B28 | sha256: 62E85AA7F4B868E4296D496EDA1E926AD0622CF19A7AB5F25F7B60137B525C3B | sha512: A2D9673058EC62637A2A9AC774DDEC2D5E34FD389B4AB899BB020CBBEFBAD1745E9D77E8C22C78490022E4EBB5CC4451BACA999D0657210ECC0A03991BF89594
bin\System.Configuration.ConfigurationManager.dll
md5: 2EC0543DE71DFF1BCAC6CEE3C14A6DA4 | sha1: 61037C8D1B6B9C50003C8F093103F69D3040F55D | sha256: F9FEB81DA022AC458BBD6721DFFEBE37565DCBD304FED6079AD09C7A82D1FC60 | sha512: D36FDA63CB2CAD526CFC24CC80DEBF9C241D0A65476A444D416EDD75EE933E264AE0E81F4118934FEDA0EC5D947EF41C629CD09296D622846EE28594EB667EC1
bin\hostfxr.dll
md5: 21D424823E502B496BBD262DC9610BB4 | sha1: 3D8D7EDB57F603616B5221DEFFAE25AE7574EA16 | sha256: E72F54ADD2EC4F0DB74BEF25918C089EC493D08987332048F29802597BCCD6EE | sha512: 45E77AF1ABA177A7D1E364176767AD761C0D011C165BB7D1B3A9A7EEBDA844DA6580CF679713C6A6C33661815D4EF7169C99E23EB71E7D7111520212B9263D82
bin\hostpolicy.dll
md5: 09B03E1F90C8C5D967799517B6C47C04 | sha1: 54F3E66C69385C5B0C18347A53FD7F84673F5E59 | sha256: DF72F0379C0023E11A0921050E9D179C68FA70EA922B9E0EDB54EA41120E46B8 | sha512: F68C31C889463BB29A2943A75E21537F5E7D4D04780E1614E65BEBB06FF7EDC06FCFFC2197BA77855D76E5CB7E3D312DA51E41A180E7181CDA5C5D373EDC9AB9
bin\libMonoPosixHelper.dll
md5: E317961AD3A3CC57E717E865204A66F9 | sha1: 86FE9513D251AE03D03591DCBC96A6BFC0B6DB4B | sha256: 5BCCCD0A8580FB65680DDC738D27CFF6B1A775B287470F1804BBCA0737C3D397 | sha512: 702BA30E7B8573F59F166CC0CBC94BDD72EF585C7E6EEAF004A2D1E61D5A89707D86F32AE2B1FCF672F8679BD72634A6D126F06917FBF6F4A4210BAE5543669B
bin\Microsoft.Bcl.AsyncInterfaces.dll
md5: 84520CCF3E7F424CE2C291529400A196 | sha1: 1A462715DB5F3E32EB88CFB87A7394ED08105093 | sha256: 00F26117B0A77B562D5C01038D8B52F8D0B9E18B7C532E16DFAE1857A19F2271 | sha512: 82C458970D0903933ED3DA6C795DE616915C7EF531F35B090FED3084429367036BBE00871C9353FB57D4E5F9C906273142ECA95655FAB6AD7C446EF9427895BA
bin\Mono.Posix.NETStandard.dll
md5: A1C19D821E758174AFE97781F147DFB4 | sha1: CC7AB60055A4C5A88CADDB4025E773A62A20B32F | sha256: 21C3D43ADA589DF34E99F5F374A0E97408872B5CACFF5B79C1DD190B2434A1DD | sha512: 0B2618C4DBCBADF9FA5C2ECE519F2DA7C016DDC48F50DBE2E1AB7ED95914ACF200888089F0D0222311630C747B9BDA5B3F172E8F6A84EF1102D261588B4E5947
bin\MonoPosixHelper.dll
md5: E8E871DF6957047EE95BB2AB2DC74750 | sha1: 1F81B7B908118281A027391B1D2D06FB6BD49676 | sha256: D055D79A9566D8515CBAC31022E7975C1B8C7BE5A1E76C192F69F7BEC4010DD2 | sha512: D6BD96F6B38AAC7436F3F1763DAAE7ED0033BF205D91059523D763CF5B7C131E37DE7697D0630F76C3729D0E61C937D820FEC929874A162ABCFA92CD863476E1
bin\mscordaccore.dll
md5: F54F7F6D6AE98A4581E5300857DC8EE8 | sha1: 5C148C70192338B2347A22B4AF03CB59CA0C4295 | sha256: 58E832F1F9F539EAD62AC63578CC2AD9227936E9843738193CB3F36E8DEE16C8 | sha512: 5D0BC6C45CC59D83E5F95261855E60B2F7AF3813D0F33331DB317C0E56D7DD431CBF7A989D8D8674D59432A92DB1E72C9B2D8EA18D6132CEA6BAA3890490E5BE
bin\mscordaccore_x86_x86_6.0.121.56705.dll
md5: ECB6048CBCCB4DB83D4A7783283B26CE | sha1: 3E9049A86ED5868292D8CEFF35566D76B50DDC89 | sha256: 4FCBFC2E34B3F8F809D3416F35C8E2E1EBB302F1FA8E0D5D7391F55655632E50 | sha512: DB9134B1C056C99539192C77351C39F61715F4175F583E0F01F7F1972BC613033551234E8B1A26227C0C990AC98C6E10E0F5347FF470F4D268F6D4220E58A04A
bin\mscordbi.dll
md5: 02A0AE73F6BE52BFCB451BF7BBF79C4C | sha1: 732DD5F9B7CD2075D43B8314D1CF25F22237D059 | sha256: C18E2794DCADFC270EC124D9C7D41E00FD8EF847B2E9EA4071848BF5552BB6EE | sha512: BA61A2CFA7863A0D2E6F29BFC6D22BED55E44D4C753AC7D867A7FA2CB8044A4479181E11CD5ACF94EDA5A91326C37F3DBCE956F160469505612C258E23F3C043
bin\mscorlib.dll
md5: 4C0C1198A0E804C6FFE507765D40782C | sha1: E887B64E8D9727A8C9B4E58E5BE5EB09F4F00E52 | sha256: 01DB9C9ED7BB19EE61F0BBFCE5637EA75523D4CC08989E7A7843E04C1BB49490 | sha512: 6359A9A6A974B0EED6A3884C0B0FD891E4E27227F57334D460137A71182EF0AC6113F97A9F8F94EBE51257EB1392A6F895D9DAD13817BEBBAC7D67CFA7B6287E
bin\NuGet.Configuration.dll
md5: 5BA1279504AB29D19AAD831FA712085F | sha1: 4BB42A0E0D4CEA1C8C0943D2001914371357AA52 | sha256: C578F29243B76943B5F00C55B5F856241E718EC021D404DEA35622FD80A12336 | sha512: C58D465204E2722CCC83FC2CC14F6D8A334EBB77E8CFECB7AFC4235731CF46FCBDAB3C73FE8905C719DB83B5715A3DA2AC852C81818CF683364FE6CE06A972DD
bin\NuGet.Frameworks.dll
md5: 512E43F9429747041BF225E998FF2D59 | sha1: 4B4ACFD1967CD2906B768454B253550417AA9F03 | sha256: 7A71F486ACBE2406AA8BCEA388C58969F5DF53E7977EEC2E029554ED1FC9BE86 | sha512: 21DE5DEE8645A29FA269AD2280A9B5FD407D9E4BBFF6C1F1642A247514ED8F2149F48B66B92DDEDECB0BE9C18FC63BDBD56E99A61D91C1E73D963D5D2CEC1D9B
bin\NuGet.Packaging.dll
md5: 5808841CFCA73156B30EC938FA3F009C | sha1: 36481401F8EDE0716671DD0DE370B64D9DAC2366 | sha256: 417445B040D24B74D65C64E93EA6AF73E085EFDF8BF1E517301A8A7483339A2D | sha512: 646F66D55722E1AB5118353092150CB26EA09BDBBF70572036C063003DB973BFAA975D160693E44A5AF8C4DFA4873A1E17EB3DCF48F7383864717FFA2E7620D6
bin\NuGet.Protocol.dll
md5: 78F12760DA7F8D236777205009E14E3D | sha1: 1E26FC0D2AC69DA64E41C3F6AD92F513769C3CA4 | sha256: 71220C74EF71FC4D0C2B225E993850307AD7BD7F56E60EBAC462DA5C465D8451 | sha512: AB8917CED3466EE1B8129A2EC0681109A48ED5E0FF7BA6E74E0ACC54D12C6F5B19476AB849EB89110E5BACBCD851599EE1F1DE0DFEF525BFEA348AED502D4A78
bin\NuGet.Versioning.dll
md5: 2415A1CADD5CBD05E64AD38939A29759 | sha1: 9D631E02EB825A97AD575A7AF3E8B844C040EF5A | sha256: 79B977239FA0512F91F4B2B8A5F17CA4D25C7DAAA34611052BE3BD9EA44DBF46 | sha512: DE7F2D5CE06CB0AE008CA3A132E82C584648AAEE382E1E9BCB6B49F8604F5133E6EE3DF65E1E978C7F0D3648C2F05D078BBDA2DBF6EBEFBB7A1E86EEB0919826
bin\Paket.Core.dll
md5: 29BB7465F9063C0F2B0AC6D33B46ACED | sha1: C4552ACAF79CBBF3BD958A9EB8AFB8246A3B7408 | sha256: 23780F2594637CD87EA5106648C0E2D31748224FE978AF2C6D55562782955799 | sha512: FCC5A481A5CFDFB147B9E6FA1A577C8BEA0F546DDB28CB9446488D089214340B6D33C46B62EAEE5225F18D977EDF047D200CA653E3256CF9C04F4EA78A07DBA8
bin\System.ComponentModel.Annotations.dll
md5: C784CAB924BBBDF45E8E392063827606 | sha1: AE6B5A082B183BDADE3FA49D5608FAB9AEC65CDD | sha256: 58DC9AB6590ACDFC449F1333EB562521E852AE1D70FDD092A94487D7328EC7B3 | sha512: CC76AB5481472AA17CF57C14AE61817D0161273B7E63F89F96C182D923B900272F9F7DF9782BDFB18112B3E0F372F17168FBBC4EB8C08EE44ADB9B54BBD1EC11
bin\System.ComponentModel.DataAnnotations.dll
md5: 80324B88B95DA256CAC0A399F74232D7 | sha1: E8AA6863C22CFC28051BED3CE75A713A3794B7BE | sha256: F88E777F28CEEE0277D2A7645D42374503FB79001EC80B1EBDDD2FDD7E635069 | sha512: C0D94E5ACDB69217746B2DD0636763BC964CD1EEB4EC00E5B4501A09EDB8EECDDDFDF6E3142A46A19487FF900E495E9E532D8C706E64A554840912423474DBB0
bin\System.ComponentModel.dll
md5: BAC263DA26C221484DE70A8DEBB884D9 | sha1: F04683F3BE25C9C812A5894A48AE4EC2E002334F | sha256: 66E0F10D386E3A02D25C1B3B9142D262FEB2E1E1B95630FD9E41987101073965 | sha512: EBE200EEF11FAFC407CB982FCDE86E3F48C779861728CC920BD03281CC0AE4A15BDAAB914F7A0874C40F4CE31A10CCB0F50A1911BF776E2B17FE50FA7EED7010
bin\System.ComponentModel.EventBasedAsync.dll
md5: EABA1391D9B251A6EAE796D8064A083F | sha1: 23DD71C932CE4E49F097114B4DDB0012087D120F | sha256: FD2AE67CACDBADD46D060B7EA59A98C84B9476E98354E3DA489436D5621C3CAD | sha512: DE7D25B03EC68406BD70A95AE96F6361BDBABCC563C522F6EB699FBBD379B1972B7857F64C3690AE379D9E5B652F70137A7645F9DD75371CA7C0E1BCC710028E
bin\System.Collections.dll
md5: BEB574C3A077917AB0E6D85C3D8A8C4C | sha1: 4E6044DF2378CFE1442A322D4B9E10736BA2C50E | sha256: 3FD295AD1AC8756FAAFC0B8CDEDEA9E1201386FE693F985CA9011DC7832CE17F | sha512: A026B619D676E521032C5B03BC6ACAA978D4826FF3DC9213E53412B4CF9AD9C57A0EC36AF3701BC9D119FEEEA0FDA9BE01BDFAAF31C09C02C9417AED14DE76C6
bin\System.Collections.Immutable.dll
md5: 00DF35658A9CAEFB3CA663B6C64A1183 | sha1: E8BFF9D3E543C5DE1C34B911166A4ED2D2716787 | sha256: DDA3F0F6EC8B420AC7600040A42D17279424E0CCECDBCA2D5518BEE7A22932A2 | sha512: F430DB92FF68E8C7B87A0C9BFF4943739AC340EA16E831BCF09F615C389908C1F736E820158512F88464E6CCE9299151414A9C8A34FB11D01474B6981F62F947
bin\System.Collections.NonGeneric.dll
md5: E06E7DC553D3893FD550CB91A9264F68 | sha1: 1859CE9735C6519599FB2F7E738BB7F896616EEA | sha256: 012ADC919587D299402CF3BB2863B5A120915D8438B92C8BA192EE123B29103E | sha512: 6BFB7687209017F7A3348417FECFAF710821501183A632ED8871BE66DA2C9B289CF95DD7C61461191AE6005C6E0346B3B7845B33DA7DB94AB667F3B1C1C91631
bin\System.Collections.Specialized.dll
md5: 9F1838CBC67B19B649C5DDE5B8C23883 | sha1: 8BB437C2C81F4FBC240BD83BC104A76371406222 | sha256: 2E603F013A6D617107E49907ABCEDFCF544343565EF4E4442F66E0CB4ADAB645 | sha512: A184CB38939C69F1DD77204216C82F6FAEBFF9715CC62E05B0AB1D8788DAA8E98C2719CA49554F171B97ED18503C644B9AF0A436CB998ABE3792542307EC520F
bin\System.Drawing.Common.dll
md5: 86268518C164BDD38217DCD8E74A2543 | sha1: 3C8D5831FA802AE2E76BEB2C01CACB87C66CE521 | sha256: 4DF59BB668FF03F81743403EDB54A0136FA7A20B761FD35B3BA7ACD29A58B73D | sha512: 27B4D300A1680A2FA573165F7148BAF44CBDD004451E67E9EA40C7F81D89C9611FA43859D2EEEA02313ACC17D1B76E5CA74A3CB8B92E14F3595F16300CEB7548
bin\System.IO.Compression.Brotli.dll
md5: 42E69CF9F3DDDB93F4B9E35E03611B46 | sha1: E51BE0BB29301C1026C7A4A06B039E921F53F246 | sha256: D1ED156CD540F941D7B417FF6EF6907E053DF0EA9902DC18B021D52CACC3FA96 | sha512: 4374EC570DE7AF7155ED30830E4746F2510655CE3CC5C1233FE7A2993F611AD9E61D83193BD4883A8105B3D73E552C04433D1BD391A296BE5FD9932582148CAF
bin\System.IO.Compression.dll
md5: 2CEB64B2047FCE0B15E612788CA756D5 | sha1: C349778E72BDE9E0DB7395CD5FB5BA824770678F | sha256: B73F8F9147B6A627527F35C6B74B0C08A2AE75897ECBFB99FFA634898278B03A | sha512: D8040B12CF2255ADD4DBF2F2CE9DA014CD458649F8DAB831D827A92A934F97E5D65F7E0E13099001C3FE0CF680D0609502324CAE820E2F1DB73C99EB7364CA69
bin\System.IO.Compression.FileSystem.dll
md5: 34213597617589179F7A23603B02826A | sha1: 19571FE3B7CCEE744EE5C53B3C47E9C7CB536AEB | sha256: 64C3244F594A7F30161F0F067DB1D9F278CDC66F1683C9B71CB364A05FD0F830 | sha512: B46CB44D68E95C3B3301B8FC040C43FB4EBD55FFEBB59BF6B01C84AA05CF42B29AFDAF116C7FAB7E816A5A773681BC1579582EADF3838A44B7951BA01A601127
bin\System.IO.Compression.Native.dll
md5: B5A8562E913F6012B78C1181DF5E2150 | sha1: F19A1801EE8D1601291276203902B7D3E5CEFFB2 | sha256: CC676B48DE884C9A0DBF71F4C6780EBAD984197CBE606540103DCFFE61B82AD2 | sha512: 664CE386C31CDA1525DFBDAB3DFCD78F84AD67175792F640755A615D84D67342D01487646CA9A72AFE6C4A9F72BC55EFE4756709EC9D5363FC454B66768BC75A
bin\System.IO.Compression.ZipFile.dll
md5: 27E8B145796FB7638B7D4D7E0DB5A3D7 | sha1: 48FB27FA4DB65B2726DDBEA67DDD5A47F34986B3 | sha256: ED6EB3F51B243D6A2F64030CDC718B40AF7B66C3946FEE83C8F4E134052191D1 | sha512: EA3ABDC9F01863B0E357F6FD66F82365A711DA46F911DB3CA003A3F21EDECF5AB41F42D7874DC9703F926169FDC697E0A6DA7B4C81C5E5E5EC0FCEAE21473708
bin\System.IO.dll
md5: DAA95AC022F72B62E931202EC6B4A255 | sha1: 9E5FFD9C23E8CFCED0FE456AC1F11031F294CB5E | sha256: 4D0E377CFD7CC5496BCEE5DA3B769DBD0E115893EAB7B2BC968543AD68D5C09F | sha512: 8D6D81A609222A890B36F9C66FB8D9347BF4EB0FAC3F5A506D16F197E021C41841E1261F070324F4B2BA0D758B59356A2047129B704F1357DC007C5F20EA1D6A
bin\System.IO.FileSystem.AccessControl.dll
md5: 3D3820CEE7C2D2088C4714DC94910689 | sha1: F095CCA8645063A49A812A21141A3AB70C374E37 | sha256: 35C793E2F37DA2C133F17B68549CB7BB823BFB42D653291936545F1C1EFB160B | sha512: 166F745562A222A9A98C9C2F0BC3616D2C58DE7A5DF17AE5E1F7E6DB052AE2B5417C250C08838D615ABD8E12B794C4E9FE56362A8C9819F05D9E86C046CD64A3
bin\System.IO.FileSystem.dll
md5: 0CC7EFC9D78EB0BBB670FAD5AA1CDB1A | sha1: 6CE7FB94E5DBDAB434B06554F5001B5FEC8E92F5 | sha256: B7928DB4982FF497BD8821C58334024C888AC1F7DD5109ACF0FD40E0965C8F33 | sha512: 1255B6F9AF3D34C832621D00414328750660142C7149B760859F0A9B0F138FC9F41A8F488DAC3AA7BFD065421245F590F01817157835C9D2AF4E9A2BC8B8A6E9
bin\System.Drawing.dll
md5: F1AA672137A9EA88ED5A24BAC26928CD | sha1: 333CAAA657F8024913779812A0100FD0A6A404D9 | sha256: 9B852A0B7793E77F1878DB5AB8E90E811F5A86FF96CF7AF5BE202E13CAE763B0 | sha512: 031BE863E235B9A8950EF12E7B1141BA53EE28483C327FF23B35823A53C5911E909D90A0CC5B9996F053A97832DE1C93FA16767A1DE713EAF783BC2E6570D029
bin\System.Drawing.Primitives.dll
md5: D132883CF60A7E217E118BFECCFA2670 | sha1: 016F96D9971DDF71A74C7505D5419ED32062C8C5 | sha256: 04BE169A2448958FC22F469F7166AB632CA35F2F1E1334BD4A0F520F15ED9747 | sha512: A2A4CC3EDB232876C182CE4697B3DA470B4857AA5CC3BF511A186EABB4AB56FA10F821A1376E1F15F75052EFBFD6C2C8689D741158A328CD32624DC7454FC700
bin\System.Dynamic.Runtime.dll
md5: C07BB42E402CB81BB7F46911EB948BC8 | sha1: BA0EFFD706A907E7C9FD1153D17E267378B652DC | sha256: 923FB596902CD0CD2D8939701C62A790B3E8F5DB52E35EFC80E70D4EA00D8CE6 | sha512: 523EF613D7358CD2FF7F7AF82414E1EA665F37DCE6B47F4A23E7C3631E73169D0FB19B48F83345BF120F0B1026849E9EF6D5E173856793BC94F77906ECF8EABC
bin\System.Configuration.dll
md5: 83194C31BDBD5DA4427F858ECC7FEDAC | sha1: 620811983F28A7136FD5CC5139105D0FFE363AD6 | sha256: B7FFECF63F81CA86A225F5488932852A0897CD7B9019EBF11846B3D4F6857FDD | sha512: C270401A85972CEA155891FEA7C65C3CFDB3B14F73FD215E67DC7C60EEC0F826CC8C02A7AD384ACEC5437F3D17B2749B7471873EBF0DA1274E155CEABCF370BB
bin\System.Console.dll
md5: 57F8D225908D1E38AF4A145483842F7E | sha1: EEC81ADD6F90BE59ADDDA52C2EE689E1ECBE460A | sha256: D8F42D35B32144CD9447D9220949D645BE01C0C5C6604A8CF1A223CCEBA26C49 | sha512: 89A05C6A059060466D86A97E4BD401AB501B096C85C0353D4A3E41EFB51E0AB298F02895AB47C18B846D39C1C279D8B3CC7F44FCF0CDE3BFE955A78688155ECA
bin\System.Core.dll
md5: 98F48C88ED3AD3E9AB5BC11F5BA324C4 | sha1: EE1DC60400EAD74A677A870E4DD6A6EA310968E1 | sha256: 507487411A73EB1DAF0A982DBDBC4650EE90B94FD61BADE12C6CDB64A85E77F3 | sha512: 0FE6422A656DC5BE6F8F5551A88749377EB25132E30931495180267FED6C7B590A6A9413B7F789665F345DFBF9CA85D4D7B58F1F5F96CFC451EC5D2A7F6DC3C4
bin\System.Data.Common.dll
md5: A497B2F5025168FE8722F364A7D6F63F | sha1: 3B6FF37DEB79704A84F14F8743E7C1DBBAC66421 | sha256: 1E937A379FDDFF97BF98B1BE072BDF98BAF80306B6B296125B6ED7333CD9B91F | sha512: 3D6E4118352CC7E74DFAA3445A95CD0E75C1191AB184856B986FAAB46D5932A31EFC4366F0CA091A9D0D9696FF8B4705470A457712D72F10468424A008B56C01
bin\System.Data.DataSetExtensions.dll
md5: 0E0B724166C1A001B5DF4B0C2F81D259 | sha1: 68F31A0C0CACB4CB4E4B6EB41203499D040D7361 | sha256: F47418A22BDAB0B753C1808D14E12BF0D8AAC2E3FAB58E526C29F87142E2905F | sha512: FAEAE5A08CF0C41524DB2808FEB3C6233241A3B7F8754B8234B8D729CB61FDFA86D5B41F2B30FFB1E278C20782FCD8A9A31B357FBF36DC4509AE86867E499F52
bin\System.Data.dll
md5: CF91281E9A580EEA7DB4B48A1B26275F | sha1: 63816F3102B4D97203C61A370176E3692C98F7B6 | sha256: 886092B486D90330E34987C0D288BAE548452B40EFC63740DD382787EB8A2F61 | sha512: F0E03715F6E736774F75ABA7E6812E20A87285163BE88B1129C729FCA4658D029F1964F26F2BB786F7DB666817A069FFC29908E81B16AEAF153325CEC94DEBA6
bin\System.Diagnostics.Contracts.dll
md5: 6C0321B01ABF4B93E48DD38D81259ED4 | sha1: C801CAA28D8479459475CF7DFC38CB68F70DBFBF | sha256: 4A6AE56F0A6CDDED6F88658CCB8BB6005E586743CC76E28C2BD61B3A620B5A90 | sha512: 7D8E2984748E734CEFBBDA29EDDA73ACEA52FE37DE3B5E026B633E25D9DE88F2E344B493C5F52A6CBE672E79856D7D1ED071BB216F8381EEEC3EE68A8B65B80E
bin\System.Diagnostics.Debug.dll
md5: 865E6B147F37DED52FB0AC3F1343C5B1 | sha1: 669854F65C7D065F5ECF4719F384BB94767015AB | sha256: 5F2469B82617A710A0F9F0B2104092B27B2235978C9F54C5C775D611A4E6E286 | sha512: 065331071147665BBD2F045297D93D107A4A15A165E72D39A9E1811C1B076C8607CC9AD64E9C1501687AB374B3B4AE3C9532543B513EEC47811638FA62C72950
bin\System.Diagnostics.DiagnosticSource.dll
md5: 0611018F39805A19C0C660923BAD0EF1 | sha1: ECD1424E08CAD72ECF72AE6E9098FC1417382409 | sha256: A7EE6A57FDC2BF69B11ED550E2E165C4C921CB3FB9976950DBB054D319DD6AD2 | sha512: 178A66C24F22CB8FFC79610046B3ED9146EA930D51CE1C673BFB9002A2409D64E984E24F414FECAADD9697A0BBD6A6C47AB0DD8B5301F5917EBD2DEFA9B1BCB1
bin\System.Diagnostics.FileVersionInfo.dll
md5: ADB3371FB1C5646244B681FDD505F5E8 | sha1: 5B2A103E0FC15758B3D13608C2B85B9F49555106 | sha256: 168A3076B416EB7BF3F49B224071F41D2EFE81A864813F7C2002398DC9B3A80B | sha512: 2290D287DA302C4E6FC15DBD51F747887E198B5F746FF62F02F196E9091925067F8B0BD2A75EA3F3E9B4159DCB5C36FC07B2F76F1E2F5AC54B48DFBAB5537404
bin\System.Diagnostics.Process.dll
md5: 4043FD22F4A21605BCD77298DB5A6A62 | sha1: 88C562D45CA0D750EDDFA33A9CB008A89B482915 | sha256: 167893F4A9605D00F79D2C78810215B5DCB664B2F482F4479E76BEED5858A033 | sha512: 73E69E0C972513DF7E2A25CFF5AA972D87191A628AF597CC169795316F192DC21C7E78931327AAD181BDE5BFF294C3F8ED29003115C7D67511BB4A3F3AA004E3
bin\System.Diagnostics.StackTrace.dll
md5: E5B31B4FFD98C5907014F4DBB35E8F44 | sha1: 686C0A3A30B5D488B8E1502896A89BAAC3476808 | sha256: BA2162205F0C62CE05330290D283509D5D7B3D1D00AD5DA262E13F021E08B574 | sha512: 8842495AABD2C8D8CA26564A74BEC22C72B518E9DD6CAEA23F53C02B0B42D7F226EA060F558C6A6EB9FA41D2F2117D026EC85F6BE5002E847FE8150E4210AC5D
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 64FCCE722D91FB3ABCDEDAA3206F8308 | sha1: ADCEB84BE6A595C3FD7F949AE7E558DD8C6B0181 | sha256: 5AB105972C29D389D3D62308F66789BBF818E15BF7B3003998D0C111F8CA911E | sha512: 1A680570FD57D49B8C7697D8D810CE10933ABCE5F88A9E5B99C1E3A31650406BFFA6BFD891D02E7BF78C662C1D2DB91D0C978176BADF288DFFB72273D0536D8F
bin\System.Diagnostics.Tools.dll
md5: FC358F1E59394D78DCBCF47ABD811960 | sha1: A6A517760508D17E364D59B22737EBCED43FC126 | sha256: E2B62FCC080E99D868FE79D2AA2F95C07BE3C72C784DA4B95F6293242E716305 | sha512: 0DA179F6C3D0E1A1B2CC42F301D4D06CCB525E23D500EF775BF49E137CDC7EC8D72CB1910458CD4D6184E36E3A0CAAA09B30745754F88DABCE643AC013334C84
bin\System.Diagnostics.TraceSource.dll
md5: 813F318CE4E57F1156943454F3820FED | sha1: 50FBD3E781E027794F860EBBD3448E1520ECEEF7 | sha256: DEECBE978C6E7A0BE5B5EA7ADD91E0DCFF416365AC0F024A0D1265CB2A72AD5F | sha512: 87F819CC5E88ECB19FE7337A5880A8A3F87D931D5CF5D0D40E77CC171CA45E143264CBF7BB6B5E22E850D59E534F92EEDC3C226443EAD19F7F51C2047CE0098F
bin\System.Diagnostics.Tracing.dll
md5: 51C118D0A78F92763F5A13B367AB3864 | sha1: 96126E51731C44F0049A1A87981C7B57582EDFD5 | sha256: 3F9C7E1B07A5F2AA0EC3F3FE04D09B113D86F024AC83127F705F8B729D639F42 | sha512: AAC5DE0F6E1628DD38DE61AD145372F3F4B25D81399404EFC493B19B573CEE27810B7C2BD19699CD57FBDAB2967DB70B3889CEFCC9D30EE2E76404320D27AC79
bin\System.dll
md5: DFA173A674A16CC78CDE4B347A965D0F | sha1: 1E3F8B4334CA646352809BFAFBD5078C62120537 | sha256: 345CC0AE0873A8CF7559358017E355BA1E2029F594A9EB316E8A356D9E79D061 | sha512: 5591796C745C54646C7615360060DB117189E766CA74457BACE6600BBC6AAFDA17B2704BE5E9F06DFF9A5C2B6740CA0B9FE8785141BB34D032ACE038EC98FDD5
bin\System.Formats.Asn1.dll
md5: 6055D55EC7426A38402FC1B7B96FCD54 | sha1: 1EB7B2D05EE5D37A746D8CC1B3B004AC7015A512 | sha256: E8CFBBE18386454E01B203EAFDFF7C80099659B18FD47AFC28CCF257731EA17B | sha512: 3BCAB0F98B74571F12E68743F6DD4D897298F57E8FF4A05BA1406F458733468F023975DE8B02F0F499FC238FBAFCC687BC1D3C2B4B4B68CA37125231E2791D2B
bin\System.Globalization.Calendars.dll
md5: 8558486FF4E703525D11F4DEADA6C783 | sha1: 28A30686ADE66862CA1FC20038EB72B74FC3D73E | sha256: F15100ABF8EA8CE5208B87C5500EEDE2FB00ECAA4CD608D1B5A381AD1EE9C760 | sha512: 4AC9FFBCAB538B4861DF5AA0EA404CC7B50BF56C2AAC4C3825867A2EE3D7AA67E061883CD57D18DF6CE3C11E92CF180096C7ED49C8F13650864BEA4A81431F74
bin\System.Globalization.dll
md5: B56145CA73EF677B83FC6259CE5E252A | sha1: 13702F573CEB650F36FF221D9A8DD161EB4730DC | sha256: F77EFA0BDB05D1151D93FEF94CD4887E4E0060FA28CD729219526471CB742925 | sha512: 9C3F750C1FCB6F77A8D56C5B913CE29E18D8C3D38869795D4476A3A12490840C1315BA9A64E0ED27A5374A318D3B9D37099023AD49202744BDC4063BF629FC65
bin\System.Globalization.Extensions.dll
md5: E911E706D76EBFCF4C62C0DD58A5D36D | sha1: 954F77E9BA997E80203B86C1DAE2A1C01659C905 | sha256: 38812CB93D7CEC3C2DB3BBCABFBF9A55504F7219AF6313A67DB405057EE60888 | sha512: 1C703AFA44FDDF810F682BDDE9D0691A62583E7E3BFD56BBC5B65402FC283691E9DEBDE6E0A77B525DA36279F42C4DD9C7B07305377CD3356341A0A4784C8D47
bin\System.IO.FileSystem.DriveInfo.dll
md5: 2788B0E6F4B565255C9495BEAAD9E111 | sha1: 558EB29652C6ABDA98D641A239AC1CD497326127 | sha256: FE2D5160E138527473F44C87B8BA968E077D57786D7CE89BBEB81979D81A218B | sha512: BD7F63BD301E59F68E609BCD27A6AB6C4E59C19C4ADF3562253B43E7A846F376B44044D9EAE4103F593D77CE488C4BA0A00DA9FC36E1EB19D106CB82B6ACEF8B
bin\System.IO.FileSystem.Primitives.dll
md5: 9D1D5E736D5A4FB55835890ECC8AED93 | sha1: 4ECA209036020FEF243D7931AB45D61C5CF9B7DD | sha256: 06394177E2671537D9B718E2768F0E2B43B18D4F1AE62A273388BDC726131BA7 | sha512: 7D36B4D6D5EA5F0C41CAFA89308333BE66C6B6AE986DBDDD77D33F3203838FBDCD98667D37824C6BD3EBC09E4EB06EB9A711E413C50BAE3ECA994A82736B7234
bin\System.IO.FileSystem.Watcher.dll
md5: CD2F14E33E624D2801C7D7EE04040DB6 | sha1: 9ECE3CE46B6D4656CF0EF62903FAC29ADCBEFB72 | sha256: 3ACC40E4FD63BF175EE3E46DC58DBDE477228246D0C52FD6AB8EA697570E877F | sha512: 821E2D437B9B5B25E22F8F9ED9B2886CDF49D81D41B6A2AE20DA7CB26F6F22F43C4EE1B5ABEE401B175D58D8106CEAE551F745921C4AAB4A31B171B3E1AB29AD
bin\System.IO.IsolatedStorage.dll
md5: 938487B4A1B782CDDF690260A3FF4868 | sha1: 9D1C325FAFC2737808BFA73546DEE303D7124394 | sha256: B4B9EB6E6B0928A44FD83EF9CFB2037D9747924499A4D4AD1D9EF3CE1DEB48F0 | sha512: 8E226D5E2657CD867C2E7F8085766064DE02740854E4A47ABF7463020C3765D293D6E8CD946B079FCBE3C9A6482A8FBE1B735E9A5D995D431D1A648FF689677A
bin\System.IO.MemoryMappedFiles.dll
md5: 7205BF5EF836533E9F7E77BFD96C8EEF | sha1: FBF00EF780A5FDB4994588A3EBFCF157B3041875 | sha256: 7892E41799FA025E8023DF181D3B6D8EA5BE32485E2DABE0B3869905A8BF5C88 | sha512: 25490AB24D39700668FCB6C56A5D7BBBE6B0F7CCFBAE69893DF175C1B11046ED4E264536CEF764718AB611631C2EFB87EB6C04837CC0A2FFDBD89865D1A4ED2F
bin\System.IO.Pipes.AccessControl.dll
md5: 262D2C2B82A9699DCEA849F03A6C43C4 | sha1: 59A122FB620C53F49BDBC412387FB18156C7BBD4 | sha256: 4784CA967017129E1DB3B3774773FEE5B4B18C47540690F311F1EDA2205E7F41 | sha512: BFF75177BF5F803A9F96ED56517DBA4F988079DAF31878EC826D10F5F63CAA3565C8C069D415D5A62975A9BF24AB2932B7E6AFF8A9218F81E109507294BE4DD0
bin\System.IO.Pipes.dll
md5: C1B51B2627E076197DEA9150D5CCA935 | sha1: 026954093878C62FA41CBA125312CF80597AB67D | sha256: 9ADCE1230C441E6E0A446F5E9B904F80795613764A73564FCD59538BF98FBA05 | sha512: 966EE20E5EBE051F04266958D4C89251E5B004454AD7D641F11EAD685E0D6E6173F528BE0D7B8783DC873057B28305AB24A4C8040629B70E4FBD7364E610CE4F
bin\System.IO.UnmanagedMemoryStream.dll
md5: AC354CEC0B63AC0DF35084EB40EB08CE | sha1: 99AC76D105AFA0A06F7DA01A6C4CD6B27D5BA556 | sha256: F1C4BB98DF140141D45C4B350396769A7B31D9073D2132099CE0BFAB4E2D9AD8 | sha512: ED8A5E434B5E43002E9FB0C9382E171395794C2ACF52760B3F1F65212F3EB269BA4C96EE8BBEFE5D85C4D54EEA931CF780385CA6523ADB428109CAA7719BAC5F
bin\System.Linq.dll
md5: 4BA54E9642E6E4DA0D1AB7E533AF7644 | sha1: 9DCFBFAB6C175F5666EE0D353BF251C2DE468538 | sha256: E39DE750A70D903367FB5E281189F26880DF2A0C5901594084EBA17D1D4C1E57 | sha512: 9946B55C734B3AB7D4A7E91F79E59E4B5EC46A9582784C0A933B35AF8A4585EDDA8440642A6252FD0E6EE6D20E60FB8FEC677383B34E22F27201E1C94F19D991
bin\System.Linq.Expressions.dll
md5: EBFF7576C49471CEF4B8D4F4DD7DD1FE | sha1: 3DF21B071797860EBA11129BEA4541D8D75DB313 | sha256: 470F59486361F94382B9FA9F191611CF971DFDA826AACFC12A2578679A7B43E8 | sha512: 7BB4BD2DAC601467CF3E4A32FFC105EB4DB7269D79FF24FBAA47629445097C412FDF153BC15599ED397EF2547F8AC8FA0C2675EBDF82A74011EE315A59D17C50
bin\System.Linq.Parallel.dll
md5: 3558D4564FAA29CF108E840AFECCD6A2 | sha1: 3D94B746BDB3B5A3694E53EAEBDBB2E4B6F3DCFC | sha256: DEBAB35DE9F5F1F325E03B2578899FA5BE8808AF56D662DA6EE72D40E520A0A3 | sha512: 8BC29C14A541D5AAF3A46A43746F4B622255CBF3120AB37B52C6F0B784F4C3A119E60D97BD261704BCC6BE361D2A2AC15541156028EF66B922A42F2B04A4C7B7
bin\System.Net.Security.dll
md5: 896123BA0BA80D0FB936E5C2F918CC70 | sha1: C06BE033DB0428E9133479F803A7B313E570BACD | sha256: 3EFD9A75CFA49D81F6B5F2A49838C38C820AF5D6FE956F56C75CFC6347F41209 | sha512: E006CEDEB03CFD0042E51262A92FCBA5A8FDFC0738B1DEFEB9A6B22ED9858136034AF43BC34596FA97C7FD1988F7AEC926489EA533C018FDDCAA095947C80CD5
bin\System.Net.ServicePoint.dll
md5: D23CF33C10DE70F5C82C2E2846E4F5C3 | sha1: 70B527E8455172DA7E8D47FD3279FC59104757F5 | sha256: DB5CF0E75E1ACB6B25DFD56E8AB0141D559291065ED147197BE31B42075510D3 | sha512: A31A1C364AAC00A7F1C9E61D1B71DCC59F0D752DFCF91570DBF184149857137B2C79F31463E73BAC8408A31FF539517D864ED555FD620BF0242E3FD84173A7A2
bin\System.Net.Sockets.dll
md5: 0446DBC9DC0BD7A27E5735F5ADD5A7FC | sha1: 2B1FB96025DABB74E9B6C3B0080503612FF4BE5D | sha256: A8025F00CE60E13C6E4B12CC2DBD25323DBC395EDC10762BB0DEDFE9B84D51A2 | sha512: B81FFCCBC66A632738D27E76B0AE1BD84D7E16F4856BC277B7132C7BB1D0079527DB72B413E43B49143EB77531A481A5775DF529829D3207A1D1C4846C40EE91
bin\System.Net.WebClient.dll
md5: 6A2D820C055059C58B725892E6E97F15 | sha1: 8906814F537F720A531B1C15AFB231982BD6BC90 | sha256: 60BDC9BCC15C0966DA8AEFC62BE236D2AB411CAD28EC96B91BD03A844B1BB092 | sha512: 311A8723E4B71B7E4A959EFCA1868A9A69321EBB9ADBB68091A7DB9E15514492D793D921481E3BDB0077BFBDAD1E5920FDC660D16C4861F0F7152576D8B2050C
bin\System.Net.WebHeaderCollection.dll
md5: 3FD1EA424BFB4ADA488DF943DFE9594F | sha1: 9FE6720F936034DE0721ECE656446336DA40BF99 | sha256: 4214AE56C05E7183F4EDC1D62509B73BB267EA47B4F1468A02BC986688656DFD | sha512: F5464F97F29D3B09AA7E0CCA81DA229AEF70F3C1C3D6DEEF02C791B5DA6F01F8C70D2BAE63D53C77DDF102E99BBB6A5375D434EF0A7AEBFFF4CA8B3388ED98D2
bin\System.Net.WebProxy.dll
md5: BED6B21B8450D1D5295B98BAD17BF35D | sha1: E7C9DD74B12F96740AB226FA28920885025F26DC | sha256: 3B465E152EFDEDDDC1B6D851DC5ADCD3F1D2DB92FDEEB81193AC28AFEF17B286 | sha512: DE894ACFDDF94E5EF31E4C7F61BE4E4A0C58EC906B6697CF1A2A16F65893D6301EBCC88BEA2B5D9CC5CC15DB5827679C5948C87F314F0CFA209AF010BE5CF93D
bin\System.Net.WebSockets.Client.dll
md5: AABA94C9117FCBA9E95318F473ADD152 | sha1: AAACB3ACE7E2615A1D391E55C09A5B5D3A89C5D4 | sha256: A84DE8DE8B08C34C532605F5AD8AFEF2D6FABDD5C5FB3B86E29459274FD36160 | sha512: 23C2DB872702005EA9EDFFE409106221419440FCB2618EB3BBB783D280495ADA1FEB13B65C8B75EFC2619558400CD465CB6F200BC7234C44D42409672B7A065E
bin\System.Net.WebSockets.dll
md5: A3FD144547FAF832703FBFF3C0566CB1 | sha1: 26316B2BCCC9E9E90EA67D983A3716DE350862EA | sha256: 1863DEF233CD7EC3AC2D0F73F3D2F63B100512181328626734635C51E52B667F | sha512: 68477A86A3254657A7EEFACA5B4DFC9802017051AB10BD205E74AB340B85E5CF0EA6A9F3E2A68649795345732CA977ABDB39072CDCDD9B43205DD745E1F8AE5C
bin\System.Linq.Queryable.dll
md5: 7E0D6406AE20017BF04F1699CD440B25 | sha1: C8BB4CB764C3C04FAC3614ED62487959FDEBAB88 | sha256: 068C6A4AC79D6EE70AE491D3A9E8276F48E8592C238871A896E4E89ED7B3F34D | sha512: E19C3FCB1E97548DF94757F3028490FEF5C07698EA700005FB93C11E895B5DB596F0E0B05E847525414A0150AB93266A95C21E898DBEFDDE73743DBF8EA985EC
bin\System.Memory.dll
md5: 4C9011149A708BC8593EFF76C45FAFBE | sha1: 45BA32583043A2D09835103C64C6E9AD847A1142 | sha256: ED3D038F737177F25CCDC22EE2A165AE13D482809D44CB144956C30616B7005D | sha512: 0FFB213F24AFF2929430D92DA006342066D255BE7F0DC5FB9D335AF805963C357A4F26287B1C2EB9D3B634FAED850FEF8F517B66DF9DC655132D2E99B56C42DB
bin\System.Net.dll
md5: 73440D2720FE9E6B0C9C0FE3ACB076E3 | sha1: 0EEA31A9D88062CE3D72FAB7E3853214A765AC50 | sha256: E4C9F112DC62D468FEE5990B9AE0E8D9FC0C1868E5E5FEA3FFEA6C833B5ADA28 | sha512: 31B12C5FF761402233C5D8952F946FDB49EAF59429BFA50EA52E581692061C698CEA4E8D5AB94802A6ED3236B156260B8F105F856E4C3C8C2D5B26BF0B0BD859
bin\System.Net.Http.dll
md5: 355B448217E844945A0DF2B6169429EB | sha1: 2E49B7108E2CE102C3DB9DD85F7970490885DBD3 | sha256: EB4ADCCD211B221EB55C0E5FBB625BEC3803B36304B148FC5AA2403CB94449EC | sha512: 8FE5B123FA7EF71D5D97FCA1612FE63C504DF153B61C929BF27658A50BB05C8BC0A1C3FACD209491FB844136B5CF5F9A206296C640259E5D01225570977C0270
bin\System.Net.Http.Json.dll
md5: FB6FF7D56A7A09527AE736358B0C7A15 | sha1: 79E897E04265A89BCF49B137441FF10500C3E4BD | sha256: CA0BD88BF1709588ABBB01D59416D92A4CEDDC34375BA448DFAC58501DE43B0F | sha512: 7C3EB4EE38B9E72E1DEACB3CD391E31B9363F4FC6CBF031E71410D2859F94A194EF40AE637CB5A23B01B91538C93E3923B625C40286B03B9CA4A4B294C8D0D07
bin\System.Net.Http.WinHttpHandler.dll
md5: D2F4F2DBDCC735C4FE4A9C898D055D5C | sha1: 8545A1D58362A6545494CA4CB17D7E7999F33AFB | sha256: 5B1E602271279C85FF5124079A6779979F55D9805CCF224DF4A1B2E4CC80EA6D | sha512: 42074FAB23418038C5EB97BFB96AA61E5BC0A7342183F97071B3689D40FF2FE290DE7E66A9B945F42FCB068662982FCFBAB523873A1057D8F6A599A3BF69B1BE
bin\System.Net.HttpListener.dll
md5: 06106F8D2C14046770BDCC35E4DAC19B | sha1: 5A8725684FBC6C3F4A9BE5D0B1DD7E57BEF4B242 | sha256: 270E6884C3F722704D62AB191A5CD3657F53CD05C755F69CE286FAEB59F7E2A2 | sha512: 71203377EA3FBDB27D4CD053A8D190158216F8F93C8E22995C4F06367941C315891139D4CFA95A1F4D8EA3F1DE511E7BE40A8005545E20438DF8B0B03C594FA7
bin\System.Net.Mail.dll
md5: B1D043534CC23E4C62529E2ACB1E9A1B | sha1: 1D74E3D51DA223D2BA8919662263E2D2791D2530 | sha256: C8167FB5EFC5964D9E029BB0ADC2A33604F4B869CFE8C55A73682088757586C2 | sha512: 35A6BA91C15303C701AD49D3B4B241E087814B0AB0B4F61D8CE1B6B96B92C743B2BADF77F88E4EBD5AA114400EE5EE36BAD695D2BA85DB7FBE7DF571EF121C61
bin\System.Net.NameResolution.dll
md5: D80FD019C0B1FD41BFA711EDB26471D6 | sha1: 1001F281E982A18E8776BECEC618F0E14B29DD3D | sha256: 54910E4140377976670364D380749254D6774A766CF05E691C3E8BC85A66ED7C | sha512: EB66C1468396867992DA86CA1AF5896819CE5F1B32A0C3212A63E6415639FF40F11F03A82CB17E29ADE5A9C1E73BC42028F46D4AA5A3A0505ED7472FCE72E415
bin\System.Net.NetworkInformation.dll
md5: EEE48F883520ADAC3D8D0AF95332F557 | sha1: 4F7A62AB3518BF240173D2AAEEAF35C62DC90723 | sha256: AC70BF9BE298AB93D499D5C71AD473823BD365C04B2288CABCEE8874122E3FBC | sha512: 8B52018873B2AB6A5ECF175B46928810DD8570D81801917B79BC30940859442B9489078E5C02D4203E3067E805FCFD84C57097DE55B53856865F2F505AC21752
bin\System.Net.Ping.dll
md5: 188AEFE74FE88B52FFBD57F8B8573BDC | sha1: 4761EF44BCB5B8B31E5C08B57D76CBE8A23D5BE4 | sha256: 6CD40C2E876F2C7C4DD53D5F5962C698E370B97E96AF39311FBC46384310089A | sha512: 8DCBAAF61F6483558544C8A82D1B981095079FD5FCF20D6AA5B00A27263F77626401198123691567252BA5954772C56FAC05F9F25D8CF3D228BAEFCD8D8309CB
bin\System.Net.Primitives.dll
md5: 5AFA297E48C9249A739EB3F95406D6EC | sha1: F0031FCAFAD76457C6712291853B8ED0AD898CB6 | sha256: 39ED59A9B20C364378C8E99D70576B7169E62887024A8F2B924817A82AEC324B | sha512: 079A04060642655A8C7A4373C8FED9EF44BDCB3C05C7DBFB66FF3A9403315DE5E0F55622A364E27B8CC1F6024181AB8F81EC629932894732BDDEC4ED4AEC6ACA
bin\System.Net.Quic.dll
md5: 1CDB0CF546AD4C3B04AA51EA22CB380C | sha1: 7267B644DFD9AACBC1CEBC62153F8E361CCE4AAD | sha256: 8FFA945C7C8AEEDE0ED817F3AFC8D3B27F9554A2D84A123DC4FF7760AA4F2862 | sha512: B7AFD4A9271307B72BF0432371C915918897D3A79126873BE5177D244D0EAFD823AF1DE18379B73418F082BEAA2100E17C22606F1B3489EDD390642044C3508B
bin\System.Net.Requests.dll
md5: 63A08B574AEBA7FD4E73880E1304CEC6 | sha1: B63F929ADFE0DB8F1A2E8105C48948FC919DA4A4 | sha256: EBE02643F808341C795DCE2092A50F937CFB83FF6F0952B8EC22E281C3AF72FD | sha512: 53EBE926B3B848D73ACDDE1B842AF23A810A1FDCCEE888327B917114708A71BB3255BF3F85BCA57B238BF91952302387FA7F1C8172B2302583B739E4C6E88B61
bin\System.Private.CoreLib.dll
md5: 9CB785437A80D587E627E68F0A658ACF | sha1: BF898B32C6728E230B0A738E4774E0BF164DAA35 | sha256: 4BF62F952A80E4B26A0A4BAF072920CB669E859A0CC3BC81D9761713C37C8E8C | sha512: 8571F58BA046AC2CB97E98E309BDEB2265C7E1A18A659410D1F7F3C97DB1E6FECE80D2C99A15FC52265585EB4E7EB7F005EF6F49A64E86C43477102D5B3B918C
bin\System.Private.DataContractSerialization.dll
md5: DD6B645E96DA56CEF000CB09EE594B69 | sha1: 38CB055DFEC9E9FA946D7E699AB60BB6A84FCF7E | sha256: 9294145C0C1D5ADADBE591C5A9AD3168962C5D7720EBA81264C0705D056681FF | sha512: ABF1ACED95EC6FA4AF0EB22CCD838D167CF2AD8DE61ADD15B9377D8938A7976C8FF0380E968926AD4BE0B4480A3905CE1872C834DEF139D95F615BB725BEF57F
bin\System.Private.Uri.dll
md5: 4255F70827A11F2C738A8C44A1FBBB87 | sha1: EB67AC15D0C6B62B52BCCD9005D6310D367FC260 | sha256: DC93F8A3900AE2D48884E046163E17479144E80278270B3A9D3A7E989ECE476C | sha512: 54C13DF8F4D5C05B6BC205DC9F1C69971F8F8C05426FCB99E6F9A40BB95681C179F569EF8FF82EE7181E3F1DF30B6CC9C95F226E0ADFB11DF1D666B9E9EB41A7
bin\System.Private.Xml.dll
md5: 88FDEB39644E79639D7D8F8A4F6000F8 | sha1: A567EFF135C0C6A0C5960121414FEFF3C351B58D | sha256: B695214A0CB0A57607CB69DD6EBD809D096BB37E3E8957627FB31132144A69B0 | sha512: C4573E3EA296DF0B530FD5973D2E965F75639EC486587ABD2D7DCE2468E516998462DD89B6295E2965AA8D8655BB6585F34BE52D88AC3A1EAAEEBD42964550D8
bin\System.Private.Xml.Linq.dll
md5: 57ADA0B7025251175EA86233823B5ADC | sha1: EBCB80E28A142B132D5633914969DA9E078DE0B7 | sha256: 4DA23BD88F247E088A5D2A2828499D6DB492EBBB924BF66CDB31A307F18E85B7 | sha512: 94AD4B24A9D8C58942DBA3FFC1299A56015B4FB472DC265B4393E8554065C7B576E84B37A7D753D84F9A0A85058918033ED31767DB76A399741F0DDF3D4303A7
bin\System.Reflection.DispatchProxy.dll
md5: 9E2371298D332682C39CE213A70D2ADF | sha1: A48ACFDD6B4938BE36DAA7D797F7DF992162F8B2 | sha256: 92FB86B5B1E45B7D8B960BA84FC55DA070F74D6BF1AC415E641A1EFFD3A3D9DE | sha512: FB2FD7AD1DFA1D0FB524067578FB1D8853B36B7D6F6DA4FD2D84D6E5F77F3FAC4163CBA4274A8272BA27B804CB0E7F1689F27F5CF83E554ED396F0C9566F4B62
bin\System.Reflection.dll
md5: C077FFC5D0B60A0C762478393451609E | sha1: D792C65EEC7826E975511775462C699F1954A212 | sha256: 03C60B36BEDE461C196290DF2E61DF8AD4490AF88AAC4921329007B1382B0B4C | sha512: 65C8EBCA4D0C135845D687E76FC9115E97990812E26F10C38AF3113F435107786ACE4757ED8BF62B282B384510DF876B7F480F4CA03B25A6E60464F6668BB2C5
bin\System.Reflection.Emit.dll
md5: C9AC12543C80D5BC40304380CBE153E6 | sha1: D3971C1229E078A8D7AEB8BD1AD642C43B121681 | sha256: 8B6D50183260F5218616CB11C2900E3B5408958512EBDC1652991A1510960D4F | sha512: 6DE646E0882A53E80DBC0A0E8F11016BF7918DD5EA2A0BC969CFC8429E37E404F4925FFA75776E36EED9906B6C482A89A959646256003D3B97838B68556F62CE
bin\System.Numerics.dll
md5: 96619DED8C75F8D6E218E487FC57AE03 | sha1: 4738E954088636A9C778E3F625DE9AE2B17C9380 | sha256: B0713CE181B0E38A34813E6D1816C72C84878BD28A640B4BC03992B80505BF25 | sha512: 89733C721A17318AE89A1CB1BFC51E3F7A6B8E2383270BE94189B6602B36FA7AC27B5E515A38EA1248D11830D1F782EBA74AAE9A242C8C4CC85AA296E10D9689
bin\System.Numerics.Vectors.dll
md5: 60EFDBF8AB173542BF67679E4B80F4C9 | sha1: DC5D9E7FEB7AF3DF81C5EADA708E26FF7F38E197 | sha256: 0220D6AAF1363E065C308FC425C6A0E29A72D328DCFF49246911907A9FEC226D | sha512: 4AC9322CF40F1BF9D4E9F32EF3B03899E1A64CDD2B1E9F9278CBAD12F31928634C1D6B84A16F38B435973ACDAA4206CA60CFDE05EF2CD39950F59A03AA5B9D63
bin\System.ObjectModel.dll
md5: EC410BB8B3A1515B15EA130E9AF0058F | sha1: 375A5DECF6AEA2891ABD89A0A1CAF6DC96CBEB7A | sha256: 9222343C0F118DAFE4D2A2E00BD2CCEB070A84B01518C708EC14C9C5F1DDEA16 | sha512: 053D2B99321720B9AAC16E520EABA58F833B819E84425D15F7186DC739C09DC28A9BC57428A8BD28ED5260221437E33C45803C0B15DCD07D89162A233E3FA067
bin\System.Runtime.Handles.dll
md5: 6CFD24EDAD19285628C42E150B13CEFC | sha1: D2349988D62A8047C8194B5C0A25C525B8B58FCB | sha256: C702F48311386BB45B4A9189058914197B16B5B5B9606A39B0F4C24EE891F04E | sha512: 1AFA531D42D67BCA0542063DCFB031F06E4CC923F5ADDCD5A954AEEBA03B29EBC37EBD002F6C2CA9144B56D2E3FAD4893C6F3C4C3368D85A5B34F196D1940980
bin\System.Runtime.InteropServices.dll
md5: AC1B0C5B22EF5C9B32096E0611D858F7 | sha1: 3EE46D27DC81811A1F64CA25ABDBB674D1A71B1E | sha256: 8D2A0DB2E18F3F3BFBA2DFCF1AA19C5997029C227F739233C896F958E7D8302E | sha512: 47B93E5A5697885263113A20980FDB68272C51183C35567741588F93786561544963FF44BF479C8EC4A80D0A00D5873657F6C657C843D65AE5DA417FEB6E618E
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 8C50E91438F3931E2801F99122FB7463 | sha1: 582354C59AA8F4796957127A8ED17CBAD05E3DE0 | sha256: 0585D98250BFEAF326E99D38E1DCC81C42354E5B04D50C81CE82984722048A79 | sha512: 7B107255E41EBECFE5FA06BCA2C1586D087DA8506588951CCF514EAFE63CD1EEAAF811820E28B20E1B23732F5CCF046A0D4E203038EAFE90D687544027B3BC46
bin\System.Runtime.Intrinsics.dll
md5: 39562852759BB5E12D4156E665A26E26 | sha1: 51996EAF8A96988D8C13613758B75BAF5C0A885F | sha256: D0A192FFC7DE77D1A309B2C53E8C6611205E79D0974C5B7401D256974365A759 | sha512: 52C94614FD26CA4103CC58306D8D7C1C66C0322212347D2AC671381F12A5EA1B15F9A1D344AB026F8851FAB2744ED1325F88AFEBA3C1DA1E574FFE91A92F62BA
bin\System.Runtime.Loader.dll
md5: 35E18CD4B54814AD0F227890C33ADD99 | sha1: CB2B2B58E331D7BEA0D8CB9AFE8833B4062CE022 | sha256: 4E8C393A1B49287C8D696B8BB6CA562201236D6D570050F5C134F623A4A6EEBB | sha512: E1419390BC0A99706DD6F701897205C16FE5F1D210FB7B2296C20696BB9D9D57FB993A5BD6B9E35339E3307CA7D9E10C9353832E52FB67C6572C4EEE9AA7A5FC
bin\System.Runtime.Numerics.dll
md5: F750023917EC7293FDAF59BCD2C79F8E | sha1: 608935449D25567E79A688251DF4A8B9D48E00EE | sha256: 6801C851905551231AB1D512FC07573A5B3D495969D51FCC057EA0CD28F94C88 | sha512: 7B7A1DDCE7F303F9884E98B1032DAFA8A506CE1F9C90580DDE255ACE18CC15BB1E438B09A8CE53FB5064C57E932F93382E1A8B10CCDB2703E174CA1352DE3B45
bin\System.Runtime.Serialization.dll
md5: 99156404006678CB1E23415CBCE56E16 | sha1: 11F2B0447F9FBD29D5B8125DF0EBBB09624E2444 | sha256: 83E849C8B6766DB6CA76748E364A36E83AFD6F5842AA2C3B18CE8F73FB11E7EE | sha512: 2244A507797F26154DB7A47401FA64ACCCFD65EE5BC79D1E97FBEFCFC814D5B6F9FFAC37530064C4727A58F6CB0F7A25CD837FEB42E7D4B4D491F603845D8DE7
bin\System.Runtime.Serialization.Formatters.dll
md5: C056EA4358ADB23EA032A94B90EF9101 | sha1: 416B367761D3DA3566349632180F0F4323B1D063 | sha256: 327CE8B061C2C40C243488FFA2E2B8DE06D726E4CC046265C0F45FECDF9B73BA | sha512: E309236371F02593E03A8CA521819EA2D4EE795E8A6F127F7AC3C90C621748CEFED4965A88D98224F45A6C6460EAD2453CE31E444FB0D2CBA9A218F540BA7AF8
bin\System.Reflection.Emit.ILGeneration.dll
md5: AED8BC6D3539E5181D3A75CB775675F0 | sha1: 94B6A517CEA995581D7A228E1B5E66CB0952D918 | sha256: FD450A21A4399FDA106CCCCEECA04E30B8AB93F5BA78F80B0FE388E23B865AA5 | sha512: B37A0E4AD774C77E8D3402CAD990A0676F43B6A026B995AD120E6CE052E3266440C26A43A1831059ED8DD64FCFF2159F49E6462D9D7C29A7673E1FFE4766CE95
bin\System.Reflection.Emit.Lightweight.dll
md5: DB86D682B99472C7C45CC147E059766D | sha1: 0379EF726788AB5AD95A8EEDA6E92411A15446AC | sha256: 290512B4A7C3CC304C48770748E376744EAA12ADB4B68F526BE5F158D7613645 | sha512: A8E172D5D173F9C99B14DFE1DD0016AE24812A33B0E180E300B3688934091A9E47FF4CB15ACE1E81D8C6114FA6BBFF5F52CF48C2FEC014D6ABF75E01811459F9
bin\System.Reflection.Extensions.dll
md5: 3F8AB550DB6C76D1C901968D183FABA8 | sha1: A99ADE79E4416A173CBB2C56D786C4B97D519E19 | sha256: E9508497FF6B2B388C110265FF21A9AAA49DFEC6D37F5247098801657A00421C | sha512: 81192337636F61B61810FC304CDB87CAFB6D8A91AC3EFA05151B85CFDEEBA0B7887A9685ED29B11DBC9D14A1D1EB36477BE3623FFA2EFF11098ED00AD4564206
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: 079CFD8501FE570C9DD582B7B96A0B85 | sha1: F9282ED8256F06B8AFB64F4F03EEE26CCDAF6DEC | sha256: 4B19818EB0C2E521946291D492EDF919D85F6319DF2233B65174F8933E5BB64C | sha512: B2F30F5BE0E77CAA9CB9459BD1D7418D4B9E7ACCF12DC1FF0991799AA2AB67AD234D13001536AF45ADDA631C3BEB0946D5502818F916E64D9F88309C76FDBAC3
bin\System.Reflection.TypeExtensions.dll
md5: 4E6D392F4B9C4D478E7BA00F22A856E8 | sha1: 059BB7AD6E0088C7C696FC3722012AFEAB587C4E | sha256: 77587DCB8E15B9DD4730C9123BFC311425FB67927A1F9B6FC3E824836831F290 | sha512: 51F1AA2B22FC80E01C505CF225A14F11EE19F570C5364FC5CC8972747D6B6257AD3F63CE97AF4B4FE7FEC1EB7D71E5A857541AEE7ED9BB141D151F749241177C
bin\System.Resources.Extensions.dll
md5: B592001B290C5F7EEE0BEE3E9A60587C | sha1: 12EE2061960D88AA5DD2BD6E6C91CD5C5A60BF39 | sha256: FFA144173DB38433534A8BF1C9B7EDEB11C7BA417056F7E67973D3B13CE07173 | sha512: 264A3B44D733A720549FDA9750DAFE672B2B991280A4C842A94F0D5149DA10FD125D110FF1840351401E9F78127699B50103F4CFDD021A2E05BEF24FCD1E6A16
bin\System.Resources.Reader.dll
md5: F516E010EFBB8DC4758F352DFA948E44 | sha1: 21B51BD036ED47F825F1CB93A7C9640B2F7FDBFE | sha256: 043C03475E8E64083B4F302124A6CCAE9081CC97A8B1459129E0ABF0252D9A34 | sha512: 0380D0EC6B016969F38ECA9BF67F9188E147151F6DA176270A3DD42A6ADC919016ADFF28CD1FFCBB1FD743838A14CAD3E11523FBC9CCA916B425171B2F5E6BB2
bin\System.Resources.ResourceManager.dll
md5: 72EB8E7A34B89B8B71AC16087392DF06 | sha1: 673EB058F1A6B2602CEB2E1F79374879BE75DF59 | sha256: A61FDE7F85E268140081588F8B16107FCC622A92B2426AA3CBF728935B64EADF | sha512: 3DE72622B3F11C6AFB532FB9432043E70728BE4BA1235ADB30B6BB5CEF12F76D086DAD2D9BE38E51233C07F352E40AB7DDE827BC68217269852200694C7345A2
bin\System.Resources.Writer.dll
md5: 1F4C94461052DBCEDDEBDAD464F4D0A5 | sha1: 90C47DBA74E9FED5B84868E44D243D5F31D90289 | sha256: 0050C69960AF684983559EACB2163C3D313B743E94739E03D342B5E556638087 | sha512: E51CB21230C0A75FEF094C9BADBB0A305C1993887A9727F4620BAF701537EDC3375A59C50C341D93F40A1887488791522689BD3661A976E6EB4FD34E714BF9D2
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: DC8B6D56EEE3DCC84524C9CF734AE672 | sha1: A22D32DC4B1469295FC37033DF9299FE3EB43076 | sha256: 141E5EB7DDCD55977CF5BC91B27A1E6EC228D21C76A1699636FF255A54574758 | sha512: 7411B117ACB5FEA5549150B4915691AAF4D007CAD200C774C15508CCBFC436CFAAA0BB5D418BF5CE6789068B2526CCD479418FD7747523FB688D2EF210A31B9F
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 3DFB62812D763F9CB6B4FD134D542358 | sha1: 4D74B50CB7E9F127397660986A20557549DC8BB0 | sha256: 8BA425DB49B1C73848D75071AF5CAB2978DEB949D30286922290DB45E3BA09E9 | sha512: 27CBD91328C8233B855E776525E585DC39DA5E0A562E2D4C30A20DA0B20333B0D5A399CED0FC5E18862B6208ACC887A8861D502CB7F1AC18A3BAA16C69C9F796
bin\System.Runtime.dll
md5: 10281B3573E4871B8B0161181F624E40 | sha1: 1D532FA302B624844A9CC81E7AA4D5E73258B51F | sha256: 5B14FF1D24476CFB5DB64CE1D7703555C224BDA90738955911C8E1A2A2BD10BF | sha512: AB2A29A93BF251303325C12E4B2693DE3B6F0C0E2DDD672E7822C9C4F534775EE9C64623CCF823C7D4B30E1802ECA6D0B6CDDF2BBAB64E36746E78E2F779E876
bin\System.Runtime.Extensions.dll
md5: 6F82B8D312E03548909C72C16C3DB46E | sha1: 7B19DFE5E7043B5B2339FCB1B20D647A4EBFFDE3 | sha256: 6977A45E5F3FEC8BD61E144583668723A060760EBE0294CF0BE3AACCF7A2541C | sha512: 07D05F6884A269798D2AA78CED892ABDCFE843FDA7025297A0FF02DE5CFC54906D768C659ABC8EA77D83987647C1612396416894B191F2B805BFB4A449D177C3
bin\System.Security.AccessControl.dll
md5: C04A66B88F4FA2F36DD6EA22E8A11E4A | sha1: 06C4DBAD5DBD23A18161D2B31ADBE734BA8BB398 | sha256: E3B31A2BD3DD3961972A2741EF213206B729ACB6F1C453C018E16BA055ECF8EE | sha512: 2ED8B72B074BF7948977A1EF4F5533FDD1F014561E1544A9EBFB51CB8C8545DB729A64FCBA742791475F7A7B4B3A51DCB396A75D3B44977146BD4CBC7DBA7405
bin\System.Security.Claims.dll
md5: 1CB4B6112725F4448BB90A3B3BA19DE8 | sha1: EF03AFFE76667663EBFACC13746ABBE49CE02910 | sha256: F1A9464A310B0860B91B920AA0ABA9F88849CF3A9194963CEDED659810DD9587 | sha512: AA648ECAAE860A12FD748F7701A185B281DEAF8F13BEF1C3FA292E8691A7264AAA821F591613E4F54145564F7AF9DCC724A6A7B6F48438AA45715E1B5DD39A8A
bin\System.Security.Cryptography.Algorithms.dll
md5: 764BB2932FD3CCD099AFFAB7942AE020 | sha1: C7818687C7E27D90D235136E2BF1D62EA29D28B3 | sha256: 02A1D13E87EBF8D419249B287802C0E2FB1D5085C2C5096AF1294EF4D5C18A86 | sha512: D5857789E7151F13CE6D9568C4A23F50A4C3BD65C1DBA25A7982FC27EA0FA7188AD1734C19D51B2130E4F111D269263D2C478CA3D7292449F79AD0CA95CFFFE5
bin\System.Security.Cryptography.Cng.dll
md5: 19C193828F264AD678F03D5DA686F2CB | sha1: F5890D32D2D04EEC418C72D0BFB2A718098A8EDD | sha256: 28E064A28DE32AF9F0DD14A8BA3F60A557BD6FBE192CF537D7B0D49DDC02ABC8 | sha512: AA2A3A04C3414694A8B0243FA7F2DF429B30853F15473FF28BE218F276E6C421C344330BE9A06EF7AB6175589F04BD3B5BA8C07184F5F2D594114E8153D89368
bin\System.Security.Cryptography.Csp.dll
md5: D35075E0C9B06947EEE34F7F5A061DAE | sha1: D949C960324C5721E5FBDC8B74F7A74E6814933C | sha256: 09E13B8E7704A1FA0080E32FF5185E239DC51B442DFE134C339AF61FC22EE301 | sha512: C519D256522EE53EC9BA25184DE56AF78D362925A2DD74E3979E24522A1186E61C11EDA04CD1535EEC080451F38FC379DE764D03E5800087638BC66C0A1D5378
bin\System.Security.Cryptography.Encoding.dll
md5: 24E7760E382BBB12EE5ECEFADED5FEAF | sha1: 4C6D5B0FFEB70EB70F8CEB3A1694F65D01CE95D0 | sha256: 73D1BCB634EB2969888E912A8680E5A790470EB25813181ABFFD43A65BB872F4 | sha512: 1D6F801C5D74F421A6A505A8DC1DF9E9AFAD95DA4520334F4F798577DA92EC4F653F2793CE6C49BE257F5054AC599B0ACC838AEA45710B96D0AED2F7148835B6
bin\System.Security.Cryptography.OpenSsl.dll
md5: 58F6184C5B525B66928DF6158264D3F1 | sha1: F034BFC78F65AE16808F4F7A036740CB71F0D3CA | sha256: 91E29C99F9FC30C4E7D9C60BD278B08BBDE3E34FC8941AB27EC503E5DFCAAB69 | sha512: D76D0E79DDB221772EFC20F58F77E3C01BA00404D4518C53A6264CE31F811618C7ACC147401F15786A060C200E3AA65503013587741EA1D3F49AB301DE3E11B8
bin\System.Security.Cryptography.Pkcs.dll
md5: 8950E01996A37E808BE3F39063C37BF9 | sha1: 53F403B2DEBD940630E41EE40BFD2A953BEAFAFB | sha256: 8E7CC07691F3106962B10D9702CF289D047D9587F0C58786034B9A4091A659C8 | sha512: A35B8A7B2D9C8955E222639CA1142767BCBB7FF1E03F0A702C7CAA023AB2473F0D62E0B01B55F960545B308147FFB9E8FEE9E4A5A752C632C78D105B16E38EC8
bin\System.Runtime.Serialization.Json.dll
md5: F510EDD25A2C3CC424C0E37622A6FDB5 | sha1: 81D53EA602A39B3BAA62B8C9901EECD48A54B0BD | sha256: 3D5A82208B194AF28FA8DBCDE5D86C9910D46592BC09C1FFD0D4DA638B60065B | sha512: EA19C152F51AD0309E74EB2D20494116DA22F01FC9296070189C44C612AD3F18898C231D11C67E63F994C11A3337753F8B10CDBD25F8147D7E0FEED4BBFE8141
bin\System.Runtime.Serialization.Primitives.dll
md5: 6AEB90F9FD80AEED935F8AE5948FA6B0 | sha1: 1B504ABF3E32E08F9DBF5895DA63718AED19E316 | sha256: E4229D84AD59A9B8BA77A51E8C0291AF5FA36F1D64555EBA02D447D05F1565B9 | sha512: CAC0C6650F3ADDA5928D724CB8864AD35D698D014A1479956B0F1F83AE64652ADD996C0AE4D773F728F6E579F0F63A572BB5E3BDF3536DA934B25AB9B1C18488
bin\System.Runtime.Serialization.Xml.dll
md5: 6CDFB96FDB2744995624A3F8E42E7C17 | sha1: ECB9021A3693FC6EAA44967A00B52ED93645E9F5 | sha256: F3ECFA26906286CCEBF2E0E020C4116BBDEAD3DD29D1D94E6C2116873F10B8B0 | sha512: ADC813027549BC3159F290D7FEA07E1746C4C4E7125C635719562A8945010956F266C0751F85B0FAE62FBF7339DB11664CE7BA91E0036FD6299486939D010C55
bin\System.Text.Encodings.Web.dll
md5: 56F36ADDAF93F1179323359AC19995C3 | sha1: 30893977D3D345A80380985E0C9C5DCD64FFE63A | sha256: 4A4A887E78DBF54C8A3DB8C4840E2F9BE426215C2559A46B7991036C3568DE2B | sha512: 90E04CF53C449F54901C0667FA622A0BED6E2B4E4003C513CA4BEDA6DCCBC9F1749C84F453D593A904B73C1F58C1524CD74D9CB6424DC1420D6A175DB46864B0
bin\System.Text.Json.dll
md5: 12769E368156FD5477F50F1AC11DA262 | sha1: DD8CA68CDF86F50BB912495576B63DBFDED90459 | sha256: 49B1BD0FEAFA859FA06D1CE06613D2087C3B0913560EBC7F74ADBB2EBEF4BB85 | sha512: 5298A045AC8A418FCF052CCF82752162DC009249930AA27FD58395AC5F9A50A68A0DD91108433A3D4FB387443159AEA5DE2B1C7F2596CBAD5E091847DD41CCD3
bin\System.Text.RegularExpressions.dll
md5: 3B91EFABB7B0FBA933D57DF6780D3DF8 | sha1: EBC976A9D4E1BF2FBB42D5C6BE0B52FE6B8268CE | sha256: 445ED45BE06D0142A0F432587EA8782C8742C598207F71D1FA417DEB90B19088 | sha512: 39FDACD24E3401E3217486304BD0B01A32F764DD9E03211B456FA1EEB5E6B5ED8EDDE0C5667C4B00D5A4E66B708E4C1FCA945AE4648E793B6AB331D106B626CA
bin\System.Threading.Channels.dll
md5: A75D67448694BFD1E4F8414911521BD9 | sha1: 9A89CC887E71100ACBC4E07A768EC94F38178D9D | sha256: E397C1A5060F4E14738AE846415410DEF6721540FFB60C393E436A60308AB881 | sha512: 8FBCC0F93D2571162EA95DD3AF8F1211E7DE27D97293AE62ABF75D91B3C2ED65F8897B5AC0ABC0600B0E0D7E3BAE03C7A6075E1BE673FC49DD9B1B9C17B98F9F
bin\System.Threading.dll
md5: 6ACB8A1AF2379B0DC6DAB7429C5F49C0 | sha1: EA2EDACCFD61C27D3BE09E5E2D130BC822E52FD2 | sha256: 5E7941D8167BFCD769C4B3D1F45939FA9439D06FCF8D2BB25962390D871AE207 | sha512: 69987525BD3EEAC246EB5BFB057321B9758B729B9045BA81E807DF53416E112351F7C4D8BF72BDEF7772447C449BA2CACD4CBF1D585AB4199B0C681592C22939
bin\System.Threading.Overlapped.dll
md5: F3716A98526998CF83AC1EE6569D35C5 | sha1: 5E2F3F4F940C7B56471C6B4BF1DF92077E654262 | sha256: F95CD63981C0434F827841BBED92DC8016E9A914041689C40459BECF3CC1C4D1 | sha512: 1C610592AD4CB7EEC85F8F7B1867150AD47AB6EE5CA6643DE8119705927B4AE436C3BBC07AFB896103ADB31027C4C4F8001AC96A4B555446A2CD6EB5C4E4FA81
bin\System.Threading.Tasks.Dataflow.dll
md5: 663AC63BCC769F302B3D22B80FA7E94C | sha1: 7C121F57930579DD63EEA6FDA87D10B0E29679C9 | sha256: B14F68F996847492A434A6EA6EFEFA1915F94FCE5849F01DDE4541D9A4695A10 | sha512: C0C631EF957B50F5B95B725A6D6D35DE113FF5FC6C7CD309CC0D3F625AAAFCE5D78E0B15F0380EDE6C9603532751547245175EF9A21D9E5ACD0C81B7D0D8EDB2
bin\System.Threading.Tasks.dll
md5: AD821CFBFF00A68006615354006DAE63 | sha1: DD9F71F1240E858D4AFCB654E94DF65B8D887D97 | sha256: 4761D3948F2973824D20CA92DD8A25DB51866423B3CD078BFCAD4C347B77BA63 | sha512: DD23A7BB4C040E9DEEE3C49F314791CA0FCE1206D5CA6978F74FE34922642D3CCFF5BA6B1E9FC0E636B85DE6AD9D0F4FFB76B1987A70982A5A7A9A071B404341
bin\System.Security.Cryptography.Primitives.dll
md5: D15250C1DC62A1B7B134BA5ECCD9143B | sha1: 03E8A1B7A61F03B9A4112BBD39BD0153A3374162 | sha256: 52684D20D034E09BD0A613E6342F03F5B531E75FDF004C5AEDF496E29D7CF0B6 | sha512: F425C9E2D3D78E8D912A9AF817A6F8EA4AF7C2FCF1634C001E6BAC833E5FAAA6FD3FE221516AD8F529AAA39B23D3816125B79C615BF502912C47129989A8B2F2
bin\System.Security.Cryptography.ProtectedData.dll
md5: C42A480977AA2C6A06337C0E16CEB7EB | sha1: 6EA3773501099A2023958B8D7C4390343B78D33E | sha256: FDDFF17C06534B914BC9302F50C829387702ABE448BF74F34CCE381D3423F647 | sha512: B1DC800D98A067C25675E83A6EFE498A13F3DCE81CE177ADBA735AE649FCEF3B21FF81E8DE8D9F8D6335347FECC94D89F0F3138F6CD5BE51F63AF394FBE7ED30
bin\System.Security.Cryptography.X509Certificates.dll
md5: 2ADADDC8B868EAAA9F3147A48A97A8E6 | sha1: A32B8ECAD653C7961A58D0FF703DBF778EC3FA16 | sha256: ED44DDACA77A3EB6B904AD51E5E7FDFDDA3569F8BADDD6EF161617544C7148FB | sha512: 777580F2C21DB314FA8B24425DB5503F7B74D22FE895DBAFBD4FF209655B0DF11A22EDDD1F0A1A3ACE0F4199A90D439D0A520890F702DCADB2D0033D3BC1230D
bin\System.Security.Cryptography.Xml.dll
md5: 114C25ED761C909B7CB69BDB889F8B19 | sha1: 8764F9059B1B37F1F9DFB61937FBFD460D72507B | sha256: 943B9DD463D8E0DA8891EB3D4147D7BCF83A256FCEFAB44B5D5922E2F9728FA2 | sha512: 41179EEFB732C0350C2F0B94128C82D1E6BECE6C0CBBFF0A3EB0AB78B1AAFD1401B7CACAF273B75C705CC38968824530002A161725143AE3D10C7F9266F72A1A
bin\System.Security.dll
md5: A2FA0489117BF892D723DE77E30ABED8 | sha1: 42491E25889A7D3B24219DDD365B3A69AD540762 | sha256: D9B1CF58EFE4E6D1FBE630679044B849A570258B06F465CABF0DCE183DBB8816 | sha512: 83AEAB49A7818A23A87DD9A4632D4962DD15A89E7F80C99CFCA15CA4991BD3A0250C37A50B4FCA969053BB72410DBDE743C760A803CC2CEAEC0B77BC8740047B
bin\System.Security.Permissions.dll
md5: 6DC3ADD8C9B3B3BCE9D1A62269274806 | sha1: 4C9EC96AE77B7CD937F71DBF300984CB2BF326B5 | sha256: 016FEC1BC29CE2E3420DCBC95B70B892761FE6404F8DD451F1B57999BF00E298 | sha512: 45ABD56021B6730F12BCAB9CE5DD25FC1F9C513F53AABA18977FBBFE5D6A753CA601AA7A477A8FE4C3D69100C2D0F62C8196602EAD2A4DFFCF3655A7CDDB39E2
bin\System.Security.Principal.dll
md5: FF671BC3EC84D5193D066AD09E25E564 | sha1: 780F15367841B668C048EA1AD733B5D5E4064870 | sha256: CCA40610567866DBEDADAB98FA7FD2130AD0E7506B0260ECF2A68EC25767A378 | sha512: 1EDEE0870FFBFEB5928E438041DCEC0F785CBD03AE5BFBA1E595A0AA75BAF871FAB0D0F1C68BFD005A9EB6D7BFF11F5D4B1E2D46DD9CA0F6636A899EAE0C5135
bin\System.Security.Principal.Windows.dll
md5: 224247834C7EE9077B7AB842A65A49D0 | sha1: DC7CA8AC39C14297945E8C4E565CCB5B9E9E6951 | sha256: 80C73F3A4ED0E24B589FF8EE6CA2800CDF3354ADE645F3707BF3A335CD4E8697 | sha512: 43208F2E27B82F2E3BF68C90258DBA73806ED6D54BA3C96B82D52870C8FF1724B7E611D19B5C214B7EDDD5279F47610D6157E768F3092B1A47272815265DBAA2
bin\System.Security.SecureString.dll
md5: A7888542F659EA7898A3799764B3EBCC | sha1: BA8D1E64C317B00391E6445EF09358FF035901EE | sha256: 8388431562B645FC7738E668A150BAD93D63A97C792B352D8E759445D1C4ECD7 | sha512: A2200644159C9F37FC437DAADCE9B9F29BEF1BDAD12DBEB55566920300E4A46B5D10495EFEEB49C7B1C94AD7785A5BB004A53AFB63DFF805B611201739F7BE5B
bin\System.ServiceModel.Web.dll
md5: 3901D3851630E15808F18EA544D81710 | sha1: 18764F4813DD9B3E37B1194A0971E353E4138546 | sha256: 7CB53FEB26D49F6B51C02F3F5F17850D9DA10C2FAD82AF5CCEEF4699687AFC9B | sha512: DA82B36525C024E35E22568C4C74C498508C5AC73B5C7DD8C52E102B2FD2BC46593062D719109F7D81559FC109F228F6C7F463E838FBB5C4B0605F0BE7D6CBA2
bin\System.ServiceProcess.dll
md5: 4DB650E3D5E5486FE7631ED0DABA3D55 | sha1: A437865FACC3EF97D7FE629A4FA22CFCE959399B | sha256: 512526787388C1A8ADA061F39FF47B12D85FBDEA33BAFCC74AF7063B5691E64D | sha512: 1607E28BC0F3ED9D4420838EB55EF3E90B22988FBA4E9F177CE1B579A8EF7F14240A914E304F9CE9CA118E6B7D39F9AAAB3A921FE9A94FE13D281F97C2B22112
bin\System.Text.Encoding.CodePages.dll
md5: 632A57B61B7752B617F1A7A8AA218C29 | sha1: 8DB44E9C8023B0EC267A2147D6BB5AF9D5D80D3B | sha256: A730818FE0E157DE604F3559946091E60585D083EE0DDF5E4ABF29C00ED8DE79 | sha512: BE4FC3C1452C5B94B0F4D77BA8B494305E5B51ED4D0596AB8806941711FFC376B27E96B091B5E94A284CBBDA86CD82A3FE7BA6665D1A4D88205C66157A92D492
bin\System.Text.Encoding.dll
md5: 45B02E37C56A3FFAD200A48BD2263B16 | sha1: 15B3C147143EA49A2C84B8AE60D556140CBFAFEC | sha256: CD2EB0D0E350351E9E4BA270F2DAD7DCFC8287CBCA9D69C253A7A41E0028A907 | sha512: 472CD4A03CC7D3BA6A1B1D6A72DA3392A6618581F11971FD6E4EAC24B30CD6AA885D6FC35311436B2E7530EED6BECFCD4838ADDC58370146D98E6E5E9BBBB305
bin\System.Text.Encoding.Extensions.dll
md5: A07D352AADCAE34271E3E06307A1BBB6 | sha1: 532F267A30E656BB08B5FDC2CED538D5D052A2D7 | sha256: 8E5264D08D6A8FE022CBDFAE1DCBB67C5254192B1628043FB988A993E0639B3C | sha512: D11DECC8D904ED010CBD56F6CCF3B1D01EE08110E410B4F242ECCFB0F2A3C7BDFEF57DF3434F6DC1B4C4A4E0DB3F3B735382EE690308C19C506D9D947D631F1B
bin\System.Threading.ThreadPool.dll
md5: C087B3A6A0CC6457C87947475D5F594D | sha1: 8AE7269E9FE14683405122601F06A18CF1561F5A | sha256: 2CE5339497377718192D4D79E7CA057AEC7B27AE402E603CB07CEBC4159F11F3 | sha512: C6903C34FB6B5891917BA716FBFFD4B899CB5A52B63E9363E549044822F7A9194D4CF369CEB3E4C3316E05F4100C50287FC9A5D11164594AA77D0A2AD113C95C
bin\System.Threading.Timer.dll
md5: A04A98648296E1A8B801DA8A24EE64FD | sha1: 95F24C5EDEC6AAE16F162F36674256403AD67BBB | sha256: EDC6D49F3EFEF7D1038B23C66398C432888B7284F88665998CF919CE856AF51E | sha512: 6FA67D8A1A210B75CE9E421AFAF4B0B5A08114725A00F46D9C22EC7AE187793D88CEC43A5A262D6251FED404CE601E60D2DB2DF9BF9E865A88293234A485B1F3
bin\System.Transactions.dll
md5: 7AD87FD8A2FB28173F6678BB29A1A9E3 | sha1: 44E98D0B312E646D02F6B73D22B223791EC9CE60 | sha256: E58A1FF691191A19FC47C3A2925D01811216686081FD0644B51EFC289FBB10C5 | sha512: B59DA51152F1B628AC343FB63E78ACA469B280EC242E7DE2AEA06B42D07BE36BF5DA6AC7EEFE1155F406776D0FFBA80D02ACB33F48A1902D51689514F671B50B
bin\System.Transactions.Local.dll
md5: 1A4BF40ABEE5A003D7B3AEB81EABA121 | sha1: 2956127AA8F6C4876272070D8A2A9F9F2D929458 | sha256: A2FE747FC8D5574A307D105A2B8C1AAE286F7E071909B1611488845D960CC2E8 | sha512: A88AAB9D265E36B5959844B4F053405BC1006FC26EF25EB9705365A83F712CC45FFCB77144A51D735EF8C4FEF9C478EDAD05D9496F56FC04168D5C8EB9F78457
bin\System.ValueTuple.dll
md5: 852CE23048161A42484C276C6BD8804F | sha1: DFBB4337C0B8DEDC65330786AA9FE30E3039C3E4 | sha256: B1DF7B8F18CA5FED0A75B3FEA989AF7B5CD00C9275BB2D5D2C6575D35A422ACD | sha512: 3B8B69F45C5ABCCFB3AB412A7677701DEE69CA61BB008E582EEC73DC8434E36D0ACEFBBFA05DFD6A57CC0BB5F15156C059CC95875466C9B65684EFE0060E6DA7
bin\System.Web.dll
md5: DBE880C55959A893AA4DE2E4CBE3E179 | sha1: 6EF27137539516484B52502A9B6839D3C6E9513F | sha256: 4CA2D89E2199911D86DC96AEBD15528B14631556CF6250E8D19908182F92BAEC | sha512: 843BDE4A83D5CF37ED6DC79F26D6224C57B3161582DF13FFA4621B895187E50A1BE26A2357C1292AFFDA5BBBF90FDD77FBCBC2B0FA8B927FF0081D75B8587ED0
bin\System.Web.HttpUtility.dll
md5: 95838A67CF9F693FE58A68B503C8DB54 | sha1: 49B8FEBA462648E4D62515C0F67AD348CBD00052 | sha256: 05CC954F16619A9E1421288B4769E17832749AB30053E0ACE5859FB507A67A32 | sha512: 6514ED5572AE4EC42B286184F6889286945176D9814188A73459A5DA2723D675CD882A6C3C4DA217351ED847EBF9429781F4854FFDE9C79EB52AAA2D11C6D0EA
bin\System.Windows.dll
md5: 449AEB7CEDC5E3D3A775F6ABD5F91BB3 | sha1: 1E67C304D9B993729B6BEED62B7B678EF85C8782 | sha256: 16A2D3869003C8880B928FA6F9A5EE704D0D5321657AD4D2B549B1272B8A5F2C | sha512: BBB056FD74FE70327F5EE6FEE6AB932EE97EC9AF6880F288B2F0CEB9C593430BE81D552747D31D0E942E22E1CB07315F3B62ED9A05E76AEAC3DC80CD550DADC5
bin\System.Threading.Tasks.Extensions.dll
md5: 1FCA6E443F8DF8569572C91233886DD4 | sha1: D733ACC1C139D7691947073BFD75ACC739558EF3 | sha256: 94A0AD237AE2DC06679BD8D11148727B78D91CCF44710C98FE5066B1BD962068 | sha512: E17C31C953E03D50EAFBAF00E91CEEBB5817DAED6BCEB50EB43136D720A46D6FED5B4A40C244C2C541E568847A3F96083A369E487ADD39A1699E510280F54242
bin\System.Threading.Tasks.Parallel.dll
md5: 00D5A50D24763D8964F509C88305EB18 | sha1: 7D185383B2F7C5EDD497BDD14B8F9CD7EDE2A32C | sha256: 867B4CF9959437353449B09FF189B45815C5D26B7316AFFC73F5474060F3ADCD | sha512: 26F25748A5F9EA2BE247CD4C3421FB7A9DA16301CC36DF89C68ACAC8A310B657F5537E7C344812EC7B576ADA870FC4B7D06DE0DC2AD913F4959A38CF1EC04C9D
bin\System.Threading.Thread.dll
md5: 5CFE88B3F55FF8C14F5BED2211637D5D | sha1: 76DFC08F016635C860283DC6662B6AEF3FC106D3 | sha256: 76F9572435DF0CB4B7E37FD088D4B77CA9D3AF09E3739CD325254FA302C715B1 | sha512: 7A22EF84BFAAA64DEE2FD0781CD127115239064B1D803A86F4E2C81A064986812BAFB97075D9BD9B254D62FCAE862A0C6E5F81B3C5B4BE13D84F03C71780E769
bin\System.Windows.Extensions.dll
md5: EB0EB07AD2017F72A14B07DD723A58A6 | sha1: F3CC8E4B0B491E49FA5276124FE243D39E0D9AE0 | sha256: AB3926D84B10A5EB66FF21435F66F47A35723E30875CFADB2D43F4A29EE09FE3 | sha512: 186008EF53FC03E6E621F7FA43A04B2A2341FA92EAF46A369CE5A29E5A377793BFCA5E5A64A1FDE777E86C15C8D27E8050FB0D08B4807D5AE1EB1603605F4BAC
bin\System.Xml.dll
md5: 47C2B027713F177F02447460A9A41C89 | sha1: 6CBC7B94368C6FA2C9A61C9EBCBDEC0F1D339700 | sha256: 2CBBAA1A5BE397FDC1E446BED989D3398B54B9228930ABEF4FB7FF6E244FD61E | sha512: D2326116267854EC3F88551A95822A167A5E9F680C7EC647BA984427AF17FDAA780B3FBA0E4F816E6FD401CDFF540BB30F8E6A3C60BE46FE09A4E398181437CE
bin\System.Xml.Linq.dll
md5: 25697F088C8550969DFCE7C99508E405 | sha1: CBDBC56BD4E87A9FB77A444210D0A5E949CAD31A | sha256: B5B4DD11B2938B28EC00624DFD2719609CBE19162517D33B4240A1EE8AF3B7C4 | sha512: 5EFB7D0B8DCF5C97595601E2AE227F5332B6DD4494D4F8F90A73175AB28B1C94E082ABBDCB1B31E7F940EA07A7F7CDC50BD5A1166069C05CE7DA77830079BC0E
bin\System.Xml.ReaderWriter.dll
md5: E75480E09A1C76D8A0CB6F980E31C3D5 | sha1: 55054399FBCDC5FD8EAACFD48E95F17BB2FDD5EC | sha256: 3A5B515BCADBB8D24AF113C9AE6AD5C6A8E332175A04F2B3535A479D2EC07636 | sha512: ABB6B73A0D0A82B8C176C9F7A55EC293635F3FCFC1C3D3C388C121FC7C38A27614F1AFA9A34B7617595AEADD4408A7C992AB78C2F5D9443875E99CD787C1CDEE
bin\System.Xml.Serialization.dll
md5: D04067F47D44E6261FC376F97B1C621C | sha1: 193810BD4D4B94E62F3D2F1FC1C6FF31EA0D1342 | sha256: A0BC02ACA2AF0ABB71011072A7EF0AF79A7FDF432202F4FFAAD1CBE62E69EE49 | sha512: 4626F986813B8C6B938CF08D7A28A872DE024D557C638600663576CB44843AE2C6BEEEE6EBADC409CD74DF4F8871E63896FAB136D63AA8ACB7968B93F8813EDE
bin\System.Xml.XDocument.dll
md5: B909E1F61CED5A29C4C3024942C364BF | sha1: 94608DE29AFAC6CBEA6184EABF7D1C040FADEBE8 | sha256: B9D91349DF88D7E8297B1FE2AFA07459A38B4C58F28262F082B9D32BF50D9432 | sha512: 62D6A4B0BD72D63F0F943396ECB50CCE37E6943A2D48F0D7E26F2B9D9F44C4CAD56CAE50EDB323E377A51E52CBC7EBA50E02DD212FC522A289A5F00BCB71287E
bin\System.Xml.XmlDocument.dll
md5: 1FED3E9E68967F0903F43CF955EC8EAE | sha1: DA9D98424E2BB2AE625E9EBEBD90AD4B7F007CA4 | sha256: B861237F55766E286E7008AC4B1E5CE88E88FDF7741EF9C6B00540E1765390F3 | sha512: F030383C4D933EC13EE1E892654AEEFD5C722BE25461472639DF49FA0E165AC470BFB901A0A062CA145A6B693C607E279CDBA2A144E62A5B9D2FD6E999943364
bin\System.Xml.XmlSerializer.dll
md5: 80749CAB07C4705DB6453162FD106238 | sha1: 2819E76BDAC10E2F024691B366B2D80D091415B8 | sha256: EAEBC07E791B7198AE831CBDEAA11622C718D4E33B24E5B45C9DC81B24615142 | sha512: 7541BBBE6C48D71802A8E6EA484AC89DBB797554E96B66D690C0BF7970025D58C7400D37512EEF5D706821596BC9571DD7041507D11448713DBD204CA2CE1753
bin\System.Xml.XPath.dll
md5: C6DCF83EE4EF5EAFCA43E0DBC67BDEA0 | sha1: DCC0BD07CE7C1752EB06C478474794729B008BE9 | sha256: A532C9CD98BEC571BAED3E7C027C6537524D61ED0557CA8F7BFB7F79A2589548 | sha512: 89263CC3A094ADF172DFD74373150294D040D5C08FAE0F539C66EF9FA653AF2E1594B5BFB8EB293D72678CE7C2FB5AB1BA967A64C175EC366A1448B8E5071A30
bin\System.Xml.XPath.XDocument.dll
md5: D41EAE6B267142881F05107102C79805 | sha1: D64B2DD571B0D3FD5707F061534C6FF8DB859A43 | sha256: 5D97B7FD7A3E49B43C4556F8B0865EAC633F6ADEA054AD0FBD2F1432DA6F40AF | sha512: 77C965E53F470FCFA2F82183B8A201268FB91AB99B24BF1B29ED09A2EF72AD3E6ECB29CA449C31D718710D3EA7403B6B33D43FFEFFADE9FD85CC509AC399D45E
bin\ucrtbase.dll
md5: 126FB99E7037B6A56A14D701FD27178B | sha1: 0969F27C4A0D8270C34EDB342510DE4F388752CD | sha256: 10F8F24AA678DB8E38E6917748C52BBCD219161B9A07286D6F8093AB1D0318FA | sha512: D787A9530BCE036D405988770621B6F15162347A892506CE637839AC83AC6C23001DC5B2292AFD652E0804BD327A7536D5F1B92412697C3BE335A03133D5FE17
bin\de\FSharp.Core.resources.dll
md5: 259DBCF359333C0C5ACC8898B51B5A4D | sha1: 5C13CAB2A6D57B6D7E6DC65956C3CA79256BB02C | sha256: DE9BF5D75373C0118CC48F94F12E630CE13453E7DB74A31611A4699E0F0CBDFC | sha512: 941E4BEEF1A9F469CF04168DFE218B0AC98E6DB84CBF7959E301C0160F2FC61921CEB68FE5A1AB77712ED21CD7F301D2472CF6996A184AD2D0639ED9A1D77618
bin\de\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 02D424B29DDD542C76C464A2D9621E86 | sha1: D96F33EB3B4912DD5E284F83FE460DE60F609DEC | sha256: 63E71527C51AE5FC28650019C4EEF9268340EA5247C10CA22622EE4B8D9D894E | sha512: C425023BB437EE48C330C3C38D9C1441BEAE32006CE362D1D4D2CC2EE949D3293E0B16C15AD3DBE9D1790221183D9D33EB6301F15C9DE88E6EE6C2E2A537141B
bin\es\FSharp.Core.resources.dll
md5: 7D23A082CB75CD3CDC79B3F3C3F5A4BA | sha1: CECD5BB2D2869D299B2B1D4EBDE6D4AAC72D36DC | sha256: 02086BF20FA47D5230DDA7589DB5C49045A96C3323B22468268513EF8A803981 | sha512: 0B35A5EB6A1278253FA17AA6371D9D031DF0F4C6A87C4E1D1173D842E94385A282785ADCF197F07DC5E1809B947A8069F0EC8C295323255BF6A0BF49D3267599
bin\es\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 90A0708C423D3949DF1ECB59ECA9D177 | sha1: 442E0973EABE7632773AA2991835FAE9B771A144 | sha256: 969893459B13328B3C524C3CEC1126AE8DA6DBCF8FB7E2369BCDB50814CCC795 | sha512: 801A3E578860263B2A25067967A02633DBA8CB70CB655E54A07DC0409161037E48822B4027A18289FB3D083F65CD99EF193AD283FBC047E3BE3C4C5691952DF2
bin\fr\FSharp.Core.resources.dll
md5: FF6D6E9D035B47D6E6F72E0206177B65 | sha1: 04D69A039367B40B3EB8F5C27101F174C12B36E2 | sha256: 8852BFAE4B34713B1B8014CDF35A52B6AB5897BA3AF18882370DD1965C7BC3E3 | sha512: C1120C5DD796A4760E6E00DB6FCA9CD4CA3BD46DB20D4CE4F0DDA32C2093216CFCDBE1F7371FDC1F5EA03C3FE8E6ED5CB91B0D88F0B5AAC504476FD1E9725612
bin\fr\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 222EAFDFA4F64A4ADE9B5EA3DAE7B294 | sha1: 8A0D31A74F05C0E2D8A82A740C54B0EADF68D66F | sha256: D49AE368FACECAA5FDF5ED25F07B64C467C0B76536A9FDE488169B6F6A1DCFB5 | sha512: 3D00D5C82A62568FD65740728BCAC8A30FF4E34AEEE7563CF9D0A0D6789774BBABEF8702DD6329058F1703CC8FD496D612B57C33D3A68787AE4682F2D135014F
bin\it\FSharp.Core.resources.dll
md5: F91DA7DBB6EFE56489A966DD528BE195 | sha1: 3E379C078737AA43F9138474EC486D7A13BC0A2C | sha256: F99D6D9D0CF3589456CF4B67C1F7BC9FDE63B36B0EEA7648C47F0DCC44276469 | sha512: A0166ACF69B062B1B32CD79A89EDC90A9CA3E84E642AA49140F638E83D019A0747D942FA8A9546F708FB7959E14A05392B591578A9FF99EE9C7833D1FE8198FF
bin\it\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: E32B13E4AF36605B9F98EC35BA09CE45 | sha1: B2D2C56EEACE2C1EADEC52917D9A081CC2859767 | sha256: 8A3C1716149C8716AE9FEB1849C3E93814BF764368384E8C3477D133C19BF275 | sha512: 84B2A8D0E381CA690EB4461EA5B451CBD1C9E3A44D2A30B43663DC7B008558919FDC9EF4944AE2E9488E8B5C377FA76C238F8472B78E03AD2B067A5060B86B2F
bin\WindowsBase.dll
md5: C4B717E110F0A420508882E3A92D219C | sha1: 60DE21BC42738F2D24ACD761B98937791C067982 | sha256: A42FEE6F24A8DD03A9F69B38D175667C459676B0FF422993716D97FB67F3B151 | sha512: C66F55CEE501E4EC62D1CF041C70F9631151DF892E6A16450A33469779244CC7C9AFA751F09920D6504DF8FDB6A44DF9827F87E68B07C94DF3037DE5B84E6262
bin\cs\FSharp.Core.resources.dll
md5: 61ADB783A7371A3D44777B2412E7A823 | sha1: 9DE10851747B87996F9D4684B8F2B7E6CC13C300 | sha256: 225DD0FBE676C91F44F6C5DD5A9683B69F618F90363025DE3371B638C5505563 | sha512: C3B876CABE7AB40E42936A4A50D2B16407FFA2A75F7CBC5BD5E3C7E5A78AB0705E3D4F48A87BC6EFA7DF34C55FF0E988967BF6DD76D8913E9DF9A2C009C504E3
bin\cs\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 852C99959C1ED55118373AC2FD584F53 | sha1: A194062C050B49F94F8F6AF9F9C002BB44F74CD9 | sha256: ABF21C0C113FBF3839CFEDC314E7DA09D065F5002BE3B11D537459120FD1BAE7 | sha512: A9899EBB70803D3019E6067FD83E15AC0EC63C6BB95BEDFED6283CDB15F613BBEC1DAC45340DBBF8F67B97DF9C9D264028842F6EB081CEF7D6A7B1529A3E2833
bin\zh-Hant\FSharp.Core.resources.dll
md5: D948C3E85704CAFD6C01CEEF96A1427B | sha1: 8325FAD8B8AAA5420CF20A419DF184768D6807BD | sha256: 3FBD5D5FA2C8DD8ABB26468AB348E0E8EE101B0BB7B5EA2605236B28A1266E2A | sha512: 46408C39FF7B7FD07EA27E06FE2ADB95F6363FCFB5442B90FF16732DB9CF10760BCC2399124CD159AE822268A5BCEF9D864BE864FDC0B2AE5E320F9C36476F93
bin\zh-Hant\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: C456140A1C84B4A156BA9ADA4C8E6F79 | sha1: 6585EE779C5CBB2BE8C7E2A7C77E4A6FAC184A77 | sha256: 813C136829835FB106D0237AE0DFD61612670B87CE3CE164C3C66DEAEEE55881 | sha512: 81C71BD5B04995C2FA5D80F965932C2D673678B7CF7A8B904487FF3624B30830BA167D6DF6349E12A07E12660A78A5CC23AE9316BCC514CEBD7892F8F47AC507
VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the FAKE Project itself. Any binaries will be 
identical to other package types published by the project, in particular
the fake-dotnetcore-win7-x86.zip binary release.
LICENSE.txt
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


You may choose to use this library under either the MS-PL or Apache 2.0 
licenses. Both are included here for reference. 

Unless you explicitly state otherwise, any Contribution intentionally 
submitted for inclusion in the Project shall be under the terms and 
conditions of the Apache 2.0 license.



                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.


-----------------------------------------

Microsoft Public License (MS-PL)

This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

1. Definitions

The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.

A "contribution" is the original software, or any additions or changes to the software.

A "contributor" is any person that distributes its contribution under this license.

"Licensed patents" are a contributor's patent claims that read directly on its contribution.

2. Grant of Rights

(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.

(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.

3. Conditions and Limitations

(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.

(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.

(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.

(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.

(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.


bin\ja\FSharp.Core.resources.dll
md5: D030A0E842D332FA19869C46C75B7308 | sha1: 7D6A12B2DF0FBB484B740C6BF52C93FD6F8BB5C5 | sha256: AE29F4CE4B8061F91B4357283A786837870AA75A5FB3072ED6048C9FD58C2088 | sha512: 382AA60F772D1C1A71AE8D90F5DF3CD99A6876E0EC0A0ADBCC28DF20FAF5F63093B3BE3CE56B3CF2C4E28E3D16474E06989009CD0F58910733DA5D8595B0F624
bin\ja\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 33258B9A3DF75546B679F767F4591A62 | sha1: 14613149E1DE434E3CDC98EE1D53EBCE23AD71DC | sha256: 2B40598CE4C8E4589F6F572FA850D5999B6060766230AA95533CED09FF05C9B2 | sha512: 0B55B133F1AB59DB8905045F986D6C426CB25AF84CEFE0D5DE439D83A129B24074A18E4256E04455C23E58162B28A5489AFB0CEF3F88BC6138F7544452CE1681
bin\ko\FSharp.Core.resources.dll
md5: 8E804CF6B535AE3924284A6E94E76347 | sha1: 977D8411DB8D7269B84B791C02426CC7A5173193 | sha256: 7D84C721616679127B81FE22852E5ED1C3273AFE36D627F8401270C382948722 | sha512: 2B183DF4C2CF2CB52BF5E37F9B5DD5A09FF42467A330492AA402446C82A2D5B463721EBD8E4111986D540F5261CAE71E900E73B5894F7C79F85FA7535DE35DAB
bin\ko\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: B6E55107640F71067A537536A54AD4E2 | sha1: 1CC010C79EE60B67B5BBCE163B143D9DEE9997BA | sha256: 1E73634690F47009CBF9AB8069617A6ADF9052EAC6638E487B49D6398DFF9EAD | sha512: 1D5D39443AE44EDD3A5490144FB86BCCC88F996D5168DE01F0DE5B345C5BB203A86D8ABB42DDD7FEC3F78C55DFE92202B6C8BA2AF386F87C9DA784C66EDF302D
bin\pl\FSharp.Core.resources.dll
md5: 06EFB530098959F3E940432B052F6A21 | sha1: 6D47A4643463C5CB6AB583BD4F609C81B8542E03 | sha256: 9634192D3D231F97A7F98B9321179A29ACD13D998142902850F49DF2641EDB1E | sha512: 347CE89B29E29AB04EBE5FBA979F2CAD6EFDFD6AFF14A5B3898B1F9F6B9517F9DAA027ACD5563986F8D1FAE0B21301A89A7FD99E9EE19D3A0FBBE5AB09C71EEF
bin\pl\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: FDE8806946290C6AA0BD0CC4421C4827 | sha1: 35D1179EC89F6BD0FE7C692F3E325376ABE93319 | sha256: 39C344A39556D8E23D66684CF505E993B81567D2A7BE02105BEC3B800E77CFDC | sha512: 61DFB9709FE9E87E47BCA7CDEDD8ECC9EA5716207D0BA5A369F8FE775F5368A42BD7301E698316B79D2EF7E6D3809D40FDE5EEAD6A82CF466CE6F40CA69759FD
bin\pt-BR\FSharp.Core.resources.dll
md5: E05DA7463FE84350B6F59F9E4425BB6A | sha1: 1B87BA78C261BF72D9E1B7C92043D0657C94B2F8 | sha256: 32A34B71E58E60733B1120AA8031C973AEC5DAF56F9457F4E56E5D768EA06639 | sha512: 6A6064F9C4F8EA8FAB4C87672A2C7A6DEDA9F62B14755B3943CDC51BF726F61EF1B99A93AE06A5758B699021FB2A4B357DA6ED79431C686D0E3ACA74307F5ADE
bin\pt-BR\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: D5B0E65B6697280B3229BBD0692E3FB9 | sha1: B60D465B08696E8B5B0885B232BACEF09FFDDA73 | sha256: 4FE89F5B2B3CDD742858C47EF9C2C922F3B50050F2AD6246A3FA82CC4E786727 | sha512: 7730E7ADE2419DF9BBFE73037864681B0697BCBEB2AEC3A3832A0600C0F40E9B634FC68F97244BDD4FD08066C0675759D2F1E6684C9500423DA90C4603BE1AB6
bin\ru\FSharp.Core.resources.dll
md5: 3CBD06D670C3E317FB3AAF2DD48492E0 | sha1: 061AA886C7D85CA540DCFCCCDCC111814A4634B4 | sha256: B81BA71A04AE1F07A2B87B33AA41EDE7B4AB2F8C07178CCFEAC1E99C173CE72F | sha512: BFEDB009392AFD627378C616A508B5BDD08C1D94F734087F3D0DA976146861770C9806133790A9BB257030E8F9F0FEDDACC52A7E74C05C511A6592E380553E56
bin\ru\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 615733EF6B02186374C5A8041AC8673D | sha1: 811B05BA3B7729C1D69AD67EE4C079B78723B4C4 | sha256: ABEBD99FE8F4A7DA1CC1BD8EF685A2219FB8E70FC193398D86F4D04E701A48B7 | sha512: BA2FC518BD1B77C39DE21793F02502D25C9C293FF5BA100D6308E7BB77AC9016720E7FB3A11785C969093A9556E5E1E9E3BEB5554C6A74990F7B1989455FAD36
bin\tr\FSharp.Core.resources.dll
md5: 4A29FB13A9483A6728B176BBADD47CA3 | sha1: E09B599C493DF0B54301E612EEDA765909CE3CEA | sha256: C74D169A21AFB4490D69F79E0C7417C8D74551D07871EEB84CA7E95F4ED38A86 | sha512: 9A0CD1A30E35E777A303947244DD171A34774CB9D80C1CC6DDA52DA569C1F364FBCA5893F445EBF0B79C1E533BAC8202DD8E3C94093E66C774DF58660A7529A2
bin\tr\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 549E388E46ACD8C71DA2253A60F45A98 | sha1: 3323439EFA3CAC4931C99DA71514411B06B2AA39 | sha256: 83FE395C24F7449C685853ABF782EBB18E10DF2A7BC8BB0CA1BD20BBBAA1C56A | sha512: AC3D047739C8B71743B816DF3FBDD36C9B3F24C0EF5D2ADF3113B21D0F3B380D0FE4B2A389A1F8EDB78B107626E67E9D6E8BE9E510841391FE9317FF22DE3339
bin\zh-Hans\FSharp.Core.resources.dll
md5: 30046C21D3434E19F3564100376F2706 | sha1: C3A4F7E8AA8CA78991E7968CE2F8B97F65B8924F | sha256: 0A9204CD61F1D3C8CE30BE27B0E80EB2853FF586F9A8B1D504E1BE6DAE99BC61 | sha512: 6EA9B39E8BA67412408EDE5D8991A459AE881C2A260E29D812F1E752F7C8C039EE000B64B965EEB732D7E229B9E5F1D9BC19106A13725DF608B03BAEB26715D3
bin\zh-Hans\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 02E46031779F9BB49328DD6E45D90860 | sha1: E18116758ECED36F4CE5D117BBE341D27A8F4375 | sha256: E43C15104379651349F185BED5C966A7509AA64CF5FA87102BFFA11E397219A2 | sha512: 05BD4642DD7F498D9BE6400AC75DFE3FF85EE9125FD0352556355B18BC56FFB13333BBE421C820727CF21EA5B38562D36DE44E2B21929BE9DB5ECE2363EEADC4

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
FAKE - F# Make 6.0.0-beta001 55 Wednesday, December 21, 2022 Approved
FAKE - F# Make 6.0.0-alpha004 39 Thursday, November 17, 2022 Exempted
FAKE - F# Make 6.0.0-alpha003 38 Friday, November 11, 2022 Exempted
FAKE - F# Make 6.0.0-alpha002 39 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 6.0.0-alpha001 30 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 5.23.1 308 Friday, October 21, 2022 Approved
FAKE - F# Make 5.23.0 185 Monday, August 1, 2022 Approved
FAKE - F# Make 5.23.0-alpha002 45 Friday, July 22, 2022 Approved
FAKE - F# Make 5.23.0-alpha001 43 Friday, July 15, 2022 Approved
FAKE - F# Make 5.22.0 347 Monday, February 14, 2022 Approved
FAKE - F# Make 5.21.1 157 Sunday, January 30, 2022 Approved
FAKE - F# Make 5.21.0 139 Monday, January 24, 2022 Approved
FAKE - F# Make 5.21.0-alpha004 83 Thursday, January 6, 2022 Approved
FAKE - F# Make 5.21.0-alpha003 134 Thursday, November 11, 2021 Approved
FAKE - F# Make 5.20.4 517 Wednesday, March 31, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1658 110 Tuesday, March 30, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1642 287 Friday, October 23, 2020 Approved
FAKE - F# Make 5.20.3 684 Wednesday, August 5, 2020 Approved
FAKE - F# Make 5.20.2 529 Saturday, June 27, 2020 Approved
FAKE - F# Make 5.20.1 277 Saturday, June 13, 2020 Approved
FAKE - F# Make 5.20.1-alpha-1590 250 Thursday, May 7, 2020 Approved
FAKE - F# Make 5.20.0 434 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1584 210 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1583 225 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1580 186 Monday, May 4, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1566 243 Monday, April 13, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1545 268 Saturday, March 7, 2020 Pending Automated Review
FAKE - F# Make 5.20.0-alpha-1535 245 Friday, March 6, 2020 Pending Automated Review
FAKE - F# Make 5.19.2-alpha-1526 183 Thursday, March 5, 2020 Approved
FAKE - F# Make 5.19.1 595 Sunday, February 9, 2020 Approved
FAKE - F# Make 5.19.0 410 Thursday, December 19, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1473 207 Wednesday, December 18, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1439 236 Monday, December 16, 2019 Approved
FAKE - F# Make 5.18.3 531 Monday, November 4, 2019 Approved
FAKE - F# Make 5.18.2 394 Saturday, October 26, 2019 Approved
FAKE - F# Make 5.18.0 363 Sunday, October 20, 2019 Approved
FAKE - F# Make 5.17.0 356 Saturday, October 12, 2019 Approved
FAKE - F# Make 5.16.2-alpha-1304 312 Tuesday, October 8, 2019 Approved
FAKE - F# Make 5.16.1 722 Sunday, August 25, 2019 Approved
FAKE - F# Make 5.16.0 506 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.16.0-alpha-1228 243 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.15.4 584 Tuesday, July 16, 2019 Approved
FAKE - F# Make 5.15.3 403 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.2 316 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.1 366 Monday, July 1, 2019 Approved
FAKE - F# Make 5.15.1-alpha-1104 339 Friday, June 21, 2019 Approved
FAKE - F# Make 5.15.0 509 Monday, June 17, 2019 Approved
FAKE - F# Make 5.14.1 368 Thursday, June 13, 2019 Approved
FAKE - F# Make 5.14.0 350 Wednesday, June 12, 2019 Approved
FAKE - F# Make 5.14.0-alpha-1085 316 Monday, June 10, 2019 Approved
FAKE - F# Make 5.13.7 517 Sunday, May 12, 2019 Approved
FAKE - F# Make 5.13.5 452 Wednesday, May 1, 2019 Approved
FAKE - F# Make 5.13.3 368 Tuesday, April 30, 2019 Approved
FAKE - F# Make 5.13.2 508 Tuesday, April 23, 2019 Approved
FAKE - F# Make 5.13.1 318 Monday, April 22, 2019 Approved
FAKE - F# Make 5.13.0 452 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-987 291 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-975 368 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.12.6 699 Sunday, March 17, 2019 Approved
FAKE - F# Make 5.12.4 592 Wednesday, February 27, 2019 Approved
FAKE - F# Make 5.12.2 351 Tuesday, February 26, 2019 Approved
FAKE - F# Make 5.12.1 524 Friday, February 15, 2019 Approved
FAKE - F# Make 5.12.0 998 Saturday, January 12, 2019 Approved
FAKE - F# Make 5.11.1 648 Thursday, December 6, 2018 Approved
FAKE - F# Make 5.11.0 384 Tuesday, December 4, 2018 Approved
FAKE - F# Make 5.10.1 679 Sunday, November 11, 2018 Approved
FAKE - F# Make 5.9.3 652 Monday, October 15, 2018 Approved
FAKE - F# Make 5.9.2 410 Sunday, October 14, 2018 Approved
FAKE - F# Make 5.9.1 344 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.9.0 418 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.8.4 540 Monday, October 8, 2018 Approved
FAKE - F# Make 5.7.2 607 Monday, September 24, 2018 Approved
FAKE - F# Make 5.7.0 353 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-494 342 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-491 317 Saturday, September 22, 2018 Approved
FAKE - F# Make 5.6.1 540 Sunday, September 9, 2018 Approved
FAKE - F# Make 5.5.1-alpha-403 378 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.5.0 428 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.4.1 456 Thursday, August 16, 2018 Approved
FAKE - F# Make 5.4.0 384 Saturday, August 11, 2018 Approved
FAKE - F# Make 5.3.1 467 Sunday, August 5, 2018 Approved
FAKE - F# Make 5.3.0 488 Monday, July 30, 2018 Approved
FAKE - F# Make 5.2.0 617 Monday, July 9, 2018 Approved
FAKE - F# Make 5.1.0 570 Sunday, June 17, 2018 Approved
FAKE - F# Make 5.0.0 659 Wednesday, June 6, 2018 Approved
FAKE - F# Make 5.0.0-rc018-248 422 Tuesday, June 5, 2018 Exempted
FAKE - F# Make 5.0.0-rc018-244 429 Saturday, June 2, 2018 Exempted
FAKE - F# Make 5.0.0-rc017-237 371 Sunday, May 27, 2018 Exempted
FAKE - F# Make 5.0.0-rc016-225 412 Monday, May 21, 2018 Exempted
FAKE - F# Make 5.0.0-rc015-196 397 Sunday, May 20, 2018 Exempted
FAKE - F# Make 5.0.0-rc014-167 386 Saturday, May 19, 2018 Exempted
FAKE - F# Make 5.0.0-rc013-141 340 Friday, May 18, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-95 411 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-93 342 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc011 500 Sunday, May 6, 2018 Exempted
FAKE - F# Make 5.0.0-rc010 366 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc009 321 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc008 423 Thursday, April 26, 2018 Exempted
FAKE - F# Make 5.0.0-rc007 420 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc006 358 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc005 423 Sunday, April 15, 2018 Exempted
FAKE - F# Make 5.0.0-rc004 400 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc002 333 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc001 371 Saturday, April 7, 2018 Exempted
FAKE - F# Make 5.0.0-beta029 508 Sunday, March 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta028 333 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta027 391 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta026 362 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta025 445 Monday, March 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta024 621 Friday, March 9, 2018 Exempted
FAKE - F# Make 5.0.0-beta023 505 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta022 360 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta021 365 Friday, March 2, 2018 Exempted
FAKE - F# Make 5.0.0-beta020 466 Monday, February 26, 2018 Exempted
FAKE - F# Make 5.0.0-beta019 443 Sunday, February 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta018 426 Monday, February 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta017 368 Sunday, February 18, 2018 Exempted
FAKE - F# Make 5.0.0-beta016 360 Saturday, February 17, 2018 Exempted
FAKE - F# Make 5.0.0-beta015 325 Friday, February 16, 2018 Exempted
FAKE - F# Make 5.0.0-beta014 399 Saturday, February 10, 2018 Exempted
FAKE - F# Make 5.0.0-beta013 456 Saturday, February 3, 2018 Exempted
FAKE - F# Make 5.0.0-beta012 413 Sunday, January 28, 2018 Exempted
FAKE - F# Make 5.0.0-beta011 364 Saturday, January 27, 2018 Exempted
FAKE - F# Make 5.0.0-beta010 652 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta009 363 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta008 448 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta007 391 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta006 390 Sunday, October 22, 2017 Exempted
FAKE - F# Make 5.0.0-beta005 509 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta004 399 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta003 479 Tuesday, September 26, 2017 Exempted
FAKE - F# Make 5.0.0-beta002 382 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-beta001 383 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha018 362 Sunday, September 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha017 360 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha016 369 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha015 639 Sunday, August 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha014 481 Friday, July 28, 2017 Exempted
FAKE - F# Make 5.0.0-alpha013 447 Wednesday, July 26, 2017 Exempted
FAKE - F# Make 5.0.0-alpha012 407 Tuesday, July 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha011 421 Monday, July 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha010 571 Monday, June 12, 2017 Exempted
FAKE - F# Make 5.0.0-alpha009 533 Saturday, May 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha004 628 Saturday, April 22, 2017 Exempted
FAKE - F# Make 5.0.0-alpha003 499 Friday, April 21, 2017 Exempted

BUGFIX: On Unix like OSs, look for sqlpackage in directories specified in $PATH, thanks @nickgravgaard - https://github.com/fsprojects/FAKE/pull/2700
BUGFIX: Core.Process: only set StandardEncoding if output/err is redirected, thanks @knocte - https://github.com/fsprojects/FAKE/pull/2672
BUGFIX: Enhanced search path for Visual Studio, thanks @plainionist - https://github.com/fsprojects/FAKE/pull/2699
BUGFIX: Fake.Tools.Rsync: fix quiet flag typo, thanks @SimenLK - https://github.com/fsprojects/FAKE/pull/2698


This package has no dependencies.

Discussion for the FAKE - F# Make Package

Ground Rules:

  • This discussion is only about FAKE - F# Make and the FAKE - F# Make package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or FAKE - F# Make, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus