Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

Downloads:

49,435

Downloads of v 4.0.15:

476

Last Update:

05 Mar 2019

Package Maintainer(s):

Software Author(s):

  • Daniel Palme

Tags:

code coverage reporting testing tdd utility

ReportGenerator (Portable) - Generates reports for various code coverage tools

This is not the latest version of ReportGenerator (Portable) - Generates reports for various code coverage tools available.

  • 1
  • 2
  • 3

4.0.15 | Updated: 05 Mar 2019

Downloads:

49,435

Downloads of v 4.0.15:

476

Maintainer(s):

Software Author(s):

  • Daniel Palme

ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.15

This is not the latest version of ReportGenerator (Portable) - Generates reports for various code coverage tools 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:

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

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install ReportGenerator (Portable) - Generates reports for various code coverage tools, run the following command from the command line or from PowerShell:

>

To upgrade ReportGenerator (Portable) - Generates reports for various code coverage tools, run the following command from the command line or from PowerShell:

>

To uninstall ReportGenerator (Portable) - Generates reports for various code coverage tools, 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 reportgenerator.portable -y --source="'INTERNAL REPO URL'" --version="'4.0.15'" [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 reportgenerator.portable -y --source="'INTERNAL REPO URL'" --version="'4.0.15'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install reportgenerator.portable
  win_chocolatey:
    name: reportgenerator.portable
    version: '4.0.15'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'reportgenerator.portable' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.0.15'
end

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


cChocoPackageInstaller reportgenerator.portable
{
    Name     = "reportgenerator.portable"
    Version  = "4.0.15"
    Source   = "INTERNAL REPO URL"
}

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


package { 'reportgenerator.portable':
  ensure   => '4.0.15',
  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.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 05 Mar 2019.

Description

ReportGenerator converts XML reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or Clover or into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered.


LICENSE.txt

                                 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.
Readme.txt
=======================================================================
=                                                                     =
=                                                                     =
=                           ReportGenerator                           =
=                    Generation of coverage reports                   =
=                                                                     =
=                       http://www.palmmedia.de                       =
=                                                                     =
=                                                                     =
=======================================================================

DESCRIPTION

ReportGenerator converts XML reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or 
Clover into human readable reports in various formats.

The reports do not only show the coverage quota, but also include the source code and visualize which lines have been
covered.

ReportGenerator supports merging several reports into one.
It is also possible to pass one XML file containing several reports to ReportGenerator (e.g. a build log file).

The following output formats are supported by ReportGenerator:

-HTML, HTMLSummary, HTMLInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HTMLChart, MHTML
-Cobertura
-SonarQube
-XML, XMLSummary
-Latex, LatexSummary
-TextSummary
-CsvSummary
-PngChart
-Badges
-Custom formats (https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports)

Compatibility:

OpenCover, coverlet, altcover
dotCover
Visual Studio (vstest.console.exe, CodeCoverage.exe)
NCover (tested version 1.5.8, other versions may not work)
Cobertura
JaCoCo
Clover
Mono (mprof-report)

=======================================================================

LICENSE

This program is licensed under the Apache License 2.0.
This means you may use this program in any project.
You are allowed to modify the program as you like.

For further details take a look at LICENSE.txt.

=======================================================================

CHANGELOG

4.0.15.0

    * Fix: Issue #218: Removed unnecessary trailing zeros in metrics
    * Fix: Issue #219: Fixed errors in Cobertura reports (not compliant with DTD)

4.0.14.0

    * Fix: Issue #213: Correct usage of source directories in Cobertura
    * Fix: Issue #216: Handling of large coverage numbers

4.0.13.0

    * New: Issue #207: Highlighting of test methods by line coverage
    * Fix: Issue #212: Fixed name of SonarQube file

4.0.12.0

    * Fix: Issue #192, #209: Parsing of invalid Cobertura files

4.0.11.0

    * Fix: Fixed icons on collapse all / expand all
4.0.10.0

    * New: Issue #203: Dark theme for Azure DevOps
    * New: Issue #205: DotnetCliTool Nuget package: Added support for .NET Core 3.0

4.0.9.0

    * Fix: Issue #202: Attribute 'branch' is no longer required in Cobertura files

4.0.8.0

    * Fix: Issue #199: Handling of negative NPath complexity values (integer overflow)
    * Fix: Issue #201: Set architecture to AnyCPU (64-bit preferred)

4.0.7.0

    * New: Issue #196: Local caching of remote files

4.0.6.0

    * New: Issue #193: Added support for Clover input format
    * New: Issue #194: Added support for SonarQube output format

4.0.5.0

    * New: Issue #180: Added support for remote SourceLink source files
    * New: Issue #183: Logging path information of generated files
    * New: Issue #188: Added filtering options for coverage history comparision
    * New: Optimized JavaScript code (reduced file size of inline reports)
    * Fix: Issue #116, #185: Improved performance of summary page

4.0.4.0

    * Fix: Issue #176: Fixed font problem with AzurePipelines

4.0.3.0

    * Fix: Issue #173: New report type with AzurePipelines specific CSS

4.0.2.0

    * Fix: Issue #164: PNG fallback included in HtmlInline report

4.0.1.0

    * Fix: Issue #170: Made PNG fallback images optional for better performance (see: #164)

4.0.0.0

    * New: Issue #112: Added support for .NET Core
    * New: Issue #126: Usage of multiple cores during report generation
    * New: Issue #131: Linked method metric names to code location
    * New: Issue #143: Added MSBuild task definition to the NuGet package
    * New: Improved Latex and XML reports
    * New: Added Coberatura as output format
    * New: Issue #141: Compare with historic coverage
    * New: Issue #151: Reduced color brightness
    * New: Issue #160: Added JaCoCo support
    * New: Issue #161: Added globbing support for 'reports' command line parameter
    * Fix: Issue #127: Fixed coverage calculation for NCover
    * Fix: Issue #133: Empty Risk Hotspots section when no risk hotspot exists
    * Fix: Issue #135: Handling of NaN in metrics of Cobertura files
    * Fix: Issue #136: Changed branch handling in Cobertura parser
    * Fix: Issue #145: Improved handling of coverage files generated by altcover
    * Fix: Issue #157: OpenCover parser ignores classes with only async methods
    * Fix: Issue #164: HTML reports contain history chart as inline PNG to show chart when JS is disabled
    * Fix: Issue #165: Limited report files path lengths
    * Fix: Issue #169: Improved formatting of percentual metrics
    * Change: Dropped support for PartCover

3.1.1.0

    * Fix: Issue #117: Improved file filters (classes get removed if all files are removed)

3.1.0.0

    * New: Issue #102: Added risk hotspot analysis based on metrics
    * New: Issue #110: Added zoom function to historic charts
    * Fix: Issue #106: Totals on last entry in chart multiplied
    * Fix: Issue #113: Escaping of backslash in Windows path
    * Fix: Issue #115: Cobertura path problem when source path is drive letter

3.0.2.0

    * New: Improved CSS (background color of tiny charts)
    * New: Improved tag handling when parsing history files

3.0.1.0

    * Fix: Issue #105: Removed processing of auto properties for OpenCover. Coverage reports generated with newer
           versions of OpenCover provide the necessary information (SequencePoints).

3.0.0.0

    * New: Issue #70: Added coverage indicator to test method selection
    * New: Issue #99: Added new command line parameter "-tag" to add a custom text to reports and historic charts
    * New: Issue #101: Added stripped rows on summary table
    * Change: Dropped support for legacy command line parameters
    * Change: Changed 'IReportBuilder' interface which is used for custom reports

2.5.11.0

    * New: Issue #93: Added badges in PNG format

2.5.10.0

    * New: Issue #94: Added filtering for files

2.5.9.0

    * Fix: Issue #92: Improved total lines metric on summary page

2.5.8.0

    * New: Issue #90: Added report type "HtmlInline"

2.5.7.0

    * New: Issue #89: Added support for Cobertura line-rate and branch-rate metrics

2.5.6.0

    * Fix: Issue #87: Fixed history coverage file generation

2.5.5.0

    * Fix: Issue #85: Added new verbosity levels: Warning, Off

2.5.4.0

    * New: Issue #85: Added new verbosity levels: Warning, Off

2.5.3.0

    * New: Issue #78: Added support for custom storage of historic files
    * Fix: Issue #79: Fixed IndexOutOfRangeException in CoberturaParser
    * Fix: Issue #83: Added support for duplicate test methods per file

2.5.2.0

    * New: Issue #74: Added support for Mono's mprof-report
    * Fix: Issue #72: Fixed tooltip position in coverage chart
    * Fix: Issue #75: Removed Google font in HTML report

2.5.1.0

    * Fix: Issue #69: Fixed width of coverage bars

2.5.0.0

    * New: Issue #57: Added support for OpenCover's 'Crap Score' and 'NPath complexity' metric
    * New: Issue #61: Added support for Cobertura
    * New: Issue #68: Added new report type (MHTML)
    * New: Issue #63: Visual indicator for partially covered lines (OpenCover, CodeCoverage.exe, Cobertura)
    * Fix: Issue #62: Improved HTML report (Keeping state of summary report, added method list on class report)
    * Fix: Issue #55: Branch coverage columns only rendered if available
    * Fix: Issue #56: Improved method naming in metrics for async methods
    * Fix: Issue #60: Improved merging from different paths
    * Fix: Issue #67: Improved handling of classes with name '__'

2.4.5.0

    * Fix: Issue #44: Added limit to number of parsed historic files

2.4.4.0

    * New: Added extensibility points https://github.com/danielpalme/ReportGenerator/pull/40

2.4.3.0

    * Fix: Issue #38: Improved logging

2.4.2.0

    * New: Added new report types (HTMLChart, PNGChart, CsvSummary)
    
2.4.1.0

    * New: Issue #36: Improved calculation of branch coverage

2.4.0.0

    * New: Issue #34: Added support for dotCover
    * Fix: Issue #35: Improved Jenkins CSP compliance
    
2.3.5.0

    * New: Added branch coverage to XML report
    * Fix: Issue #33: Improved handling of obfuscated getters and setters

2.3.4.0

    * Fix: Issue #31: Improved support for shared folders

2.3.3.0

    * Fix: Issue #30: Improved support of .NET 4.6

2.3.2.0

    * Fix: Issue #27: Improved CSS
    
2.3.1.0

    * Fix: Issue #26: Improved Mono/Linux support (removed log4net)
    
2.3.0.0

    * New: Issue #25: Added badges (SVG format)

2.2.0.0

    * New: Added filtering for classes

2.1.8.0

    * Fix: Issue #22: Correct order of historic coverage information

2.1.7.0

    * Fix: Issue #19: Changed Nuget package structure to support VS 2015
    * Fix: Issue #20: Improved handling of classes with all async/await methods

2.1.6.0

    * Fix: Issue #18: Improved handling of nested classes
    
2.1.5.0

    * Fix: Issue #16: Optimized CSS for printing HTML report

2.1.4.0

    * New: Improved log message for custom report plugins
    * Fix: Issue #10: Better handling of file references for older OpenCover versions

2.1.3.0

    * Fix: Issue #8: Better handling of PathTooLongExceptions

2.1.2.0

    * Fix: Issue #7: Improved Filter button handling
    * Fix: Issue #6: Removed reference to JS map
    
2.1.1.0

    * Fix: Issue #2: HTML class report: Select test method does not update page correctly
    * Fix: Issue #1: Handling of invalid XML characters

2.1.0.0

    * New: Trend/History charts of line and branch coverage
    * New: Rendering of branch coverage in summary page

2.0.4.0

    * Fix: Issue #10849: Improved handling of several classes in same file
    * Fix: Automatical unblocking of assemblies that are loaded
    
2.0.3.0

    * Fix: HTML report now compatible with IE 10

2.0.2.0

    * New: Table in HTML summary report now shows total lines
    * Fix: Better support of CodeContracts with OpenCover

2.0.1.0

    * New: Visual indicator for branch coverage percentage

2.0.0.0

    * New: Added ability for custom reports using MEF plugins
    * New: Added support for OpenCover branch information by line
    * New: Added new report format: TextSummary 
    * Fix: Issue #10553: Handling of compiler generated classes in F#
    * Fix: Generic classes appear correctly in reports (VisualStudioParser and DynamicCodeCoverageParser)
    * Fix: HTML report now compatible with IE 11

1.9.1.0

    * Fix: Improved naming of HTML report files

1.9.0.0

    * New: Added support for Visual Studio coverage reports (CodeCoverage.exe)

1.8.1.0

    * Fix: Issue #9988: Completely empty classes now show correct coverage

1.8.0.0

    * New: Issue #9891: Aggregation of results by namespace
    * New: Issue #9875: More details and sorting possiblity in summary report
    * New: Issue #9913: Mark of complete line according to coverage
    * New: Issue #9935: In HTMLSummary static text instead of link is rendered
    * New: Issue #9937: HTMLSummary now is a self containing report without external CSS or JavaScript

1.7.3.0

    * New: Issue #9833: Version command line parameter
    * Fix: Issue #9886: Compatibility for OpenCover 4.0.1229

1.7.2.0

    * Fix: Issue #9736: NCover 1.5.8 Exclude attribute is not handled
    * Fix: Issue #9773: Ignored casing in directory search

1.7.1.0

    * Fix: Issue #9706: Trailing slashes in command line arguments

1.7.0.0

    * New: Issue #9698: Added "coverbytest" support of OpenCover
    * Fix: Issue #9671: Reduced length of report filenames
    * Fix: Reports can now be located in an UNC path

1.6.1.0

    * Fix: Issue #9646: Unhandled IO-Exception when source directories are supplied

1.6.0.0

    * New: Added support for Visual Studio coverage reports (vstest.console.exe)
    * New: Issue #9534: Added support for wildcards in report file pattern
    * Fix: OpenCoverParser supports coverage for methods that 'yield' the result

1.5.0.0

    * Fix: Improved merging of metrics (now using full signature)
    * Fix: Reduced memory usage during report generation

1.4.1.0

    * New: Added verbosity switch
    * New: Added possibility to generate several output formats at once

1.4.0.0

    * Fix: Issue #9372: Reduced memory usage

1.3.0.0

    * New: Added more report preprocessing to deal with auto properties and source files that don't appear in 
           OpenCover/PartCover reports
    * New: Added possibility to filter assemblies

1.2.7.0

    * Fix: Issue #9266: Improved performance

1.2.6.0

    * Fix: Issue #9141: Handling of same assembly in different directories in OpenCoverParser

1.2.5.0

    * New: Excluded ignored classes from OpenCoverParser

1.2.4.0

    * Fix: Issue #9065: Rounding of coverage quota down to the last significant figure
    * Fix: Issue #9041: Merging reports doesn't work when the same module is used from different paths

1.2.3.0

    * Fix: Issue #8992: Improved HTML Summary (collapsing of classes)

1.2.2.0

    * Fix: Issue #8931: Improved layout of Html reports
    * Fix: Issue #8958: Coverage for types with no sequence points
    * Fix: Issue #8936: Additional statistics for assemblies

1.2.1.0

    * Fix: Issue #8653: NCover - OutOfMemoryException on a seqpoint with a magic line
    * Fix: Improved layout of Latex reports

1.2.0.0

    * New: Added support for OpenCover metrics
    * New: Added support for AutoProperties in OpenCover/PartCover

1.1.1.0

    * Fix: Reports now saved with more unique filename

1.1.0.0

    * New: Added support for OpenCover
    * New: Added XML and Latex as output formats

1.0.0.0

    * New: Return code now indicates success/failure
    * New: Added MSBuild Task

0.7.2.0

    * New: Upgraded to .NET 4.0 and VS 2010
    * Fix: Improved performance by using TPL

0.7.1.0

    * Fix: Improved performance

0.7.0.0

    * New: Coverage information of unexecuted methods for PartCover 2.3.0.35109

0.6.2.0

    * Fix: Improved performance

0.6.1.0

    * New: Added support for PartCover 2.3.0.35109

0.6.0.0

    * New: Included log4net

0.5.0.0

    * New: Added more statistics
    * Fix: Coverage quota is now calculated exactly

0.4.0.0

    * Fix: Improved performance

0.3.0.0

    * New: Merging of reports
    * New: Multicore support

0.2.0.0

    * New: Added NCover support
    * New: Automatical detection of parser
    * Fix: Improved performance

0.1.0.0

    * New: Initial release
tools\net47\appsettings.json
{
  "riskHotspotsAnalysisThresholds": {
    "metricThresholdForCyclomaticComplexity": 30,
    "metricThresholdForCrapScore": 15,
    "metricThresholdForNPathComplexity": 200
  },
  "settings": {
    "numberOfReportsParsedInParallel": 1,
    "maximumNumberOfHistoricCoverageFiles": 100,
    "renderPngFallBackImagesForHistoryCharts": false,
    "cachingDuringOfRemoteFilesInMinutes": 10080
  }
}
tools\net47\Microsoft.Build.Framework.dll
md5: 938D2F2CBE76932596A2196E23D80692 | sha1: 4362FE3CA1AF0AB4A46D225699EEF9B934035D27 | sha256: 3AC060A30C96D0EE78C4745B8BB10329C35FB7E4F629255569B06B2F48C2BABA | sha512: 37EECE741D2B6958DC2340720B8945C4B245118515A56DF47C579E503980C22A9B0B723F079B96F7C6E380229D51FEBF418B2032D07E7CBFF804980C88239438
tools\net47\Microsoft.Build.Utilities.Core.dll
md5: 5296EC11910198EA11D642BDA0265720 | sha1: 7DB920C13990561D77ED54B487E0B0E5EDA145FA | sha256: BFC9E2B464D17D96C0685432C971E401CD234D05A03C09663564C4286DA949BC | sha512: 078E6FEB74DCDEB72BB2B4BDA9853E94F4B1DB616EBE525568E484607C48FBDD6A4CEDADE3885E068BAC3214FE97F4504134AA6B31998B5A79FEFE08FC771799
tools\net47\Microsoft.Extensions.Configuration.Abstractions.dll
md5: 2A09A26748FDA34CE32AD54C916BBCC2 | sha1: 0D9C96C865A95A2D5ADBC223E82191D0252C1D73 | sha256: 4CB5A4F1CEDFB8FDEE5DE6DE23B0D29AC86D9CE24DABFB9924146C7D70F3B78D | sha512: A02DE54BDDB33DDFE02E511BAD4D1749E023C8E6239423FEFC34C08C2DB3150987E0535275F5A2648D244BC67DBA09CB10C0F44F702AD5BC19A506B34322029B
tools\net47\Microsoft.Extensions.Configuration.Binder.dll
md5: A384D13552220527A419E02FC4224EB5 | sha1: EDF41CE9CDC0315E782E01F011E9868A788D22A1 | sha256: 43CAE0256A8BC4FD190B8397862A852AB1016FDC0C0ED6AB61C999A1A7396FBF | sha512: D21858FF6C47C680BBA7B6FAB44D789B4B45FBA118B12D1D4C16E8851EC79EE1EC9C55302B880AD7E8DBD9103C3D5685CFEB896E5BDA30FA3DAB2161FDEAC6D5
tools\net47\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 7E343740080FC7386366347EFD87C595 | sha1: 2E042823257B3D70C66B27EBC6BF463FF82B402F | sha256: F76AE5F3A749FBA32AB69B4CC30018968A31C58C9FC748847EE1EC36F70C7A8B | sha512: CE7FCDD78B1A2C01A23D5BC8D9D0E7A6485C67B65C1477FE62080B95AA68FCEE29DA37123D0A767D2406A51E553BDC504D1458862D09E51B2DB86FBADDAA4107
tools\net47\Microsoft.Extensions.Configuration.dll
md5: BC350F611503F4327B7A626E163F857D | sha1: E058E084AEE4F9F9EA730C7743EF5012F2A2C979 | sha256: 3D5D8FDDC11B27573942D1FEBA5D8AC91E2504C82AD489003ACF3E17FDB130EC | sha512: 5DCEF387C788C02CE06DC378524EE8674FB5DDC7796EAF1FEE1728D036968BE23CC73CF3C3298266D9997C50ACA155D04B990B809F07A22B06525DF50F3405DE
tools\net47\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: B2D3E0B839D7F9C2E448C9BE0C208DE5 | sha1: 39F7AD698C042B8B8F59DFA32036E52D27070983 | sha256: ACE39C65491081755DC441805DC139142C3FB19ABD7DF1F58DD17096C087D2CA | sha512: 515897CB3061340D00ADB8AB513153B3EE242114058688F09A8A480D3CE44996BAFDA4E5127DCE6E807DC2F116B31C9BDCDABA90E2086EE078C2D9F9E82375A3
tools\net47\Microsoft.Extensions.Configuration.Json.dll
md5: F36F5FD49FBBD161674877AB566EB9A4 | sha1: C63313B9C31A9341C946C3A5B9B468F3302A6FC0 | sha256: AC4F923BB7F94DFA22F67806DEAB35C8A5B0D5D7E022BE91E099EC5401C299DF | sha512: 6B6FF32632623DB5A3A1B3B5C91E6260D552CF3E65927EB5EDE598E7FCBC5FEDC0068D9206AD6E64751DB0A1B03222E6540B8D754FFF526478B3D58F311CA12A
tools\net47\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: CF0CBD49CC085A871339AD3FF97BE87B | sha1: 755AFF6D598915C662153FF46AF975B5D8470CB6 | sha256: 3ED54A8EC0D21AE1F69BF33F1BC7838CFF5190710EAC2EB8113F6CBFAFC04234 | sha512: 3167105C3E3B7E4B1BDBD69A7B1AD8F53F6D82D390361FC6187B613098CB0DAE3994916F4EFE3D9EC99D5A42DFDFAE0DFAF293BF1330CFF82E044181A1BF9215
tools\net47\Microsoft.Extensions.FileProviders.Physical.dll
md5: 02B482D5C3B9BC6A7823867E47133A73 | sha1: 1008961D3BE242D7AB73D2AF03D676AF80736D08 | sha256: A350CE8D47FE0361CB95F39D84C313C822540650A941E0BB2AF53268023467D8 | sha512: 784F020E32D688FABD80CE3E11B38D2EEACEE677DEDDD79C3320ACC38FBFA3B01DFEF9F59D4DFDD78224B6D14B04B335E81D6D96C52BDAEC4118B8D29DF46E47
tools\net47\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 906C3B1E550DBFC03FD3B5BD9BBA2462 | sha1: 7496705A2E40562A3B328CA5BD5624B414E10E9B | sha256: BB48350327904B9F4E0309B8F4029B9150DC83FF76CBD1850862B2F20F9B9158 | sha512: 12353CD3E7AD882CCD023F3EC407BB3591FC355FB1C72A55AA42833BBAA1E900C9BA189E0CAA46C535D6DAB552C8BCDBC778AE236BF17745D2DFAEE3024D9E61
tools\net47\Microsoft.Extensions.Primitives.dll
md5: 33F2319D8E78733838D51BFACC14E5EB | sha1: 0051315B000E8EF6FD1EC8F03F9EB8644925FB56 | sha256: FA58254542604E4C90E9876B5A5C7653D6AC8A3164102E5604981FBA6660F750 | sha512: 7E83EFCCEC749A5671334BB0CCCC6510E4A7DE94050D67167D90FB89A53DF5C9E80552332A1585A1AAA5F78000055349B47B4B75BC5DD6CB78B0BBE6A9D0E03C
tools\net47\Microsoft.Win32.Primitives.dll
md5: 76B8D417C2F6416FA81EACC45977CEA2 | sha1: 7B249C6390DFC90EF33F9A697174E363080091EF | sha256: 5EAA2E82A26B0B302280D08F54DC9DA25165DD0E286BE52440A271285D63F695 | sha512: 3B510CDC45C94BE383C91687C2CB01A501BA34E3FBB66346214FC576D6F0E63C77D1D09C6419FC907F5B083387A7046C0670377AD2E00C3EC2E731275739F9C7
tools\net47\netstandard.dll
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
tools\net47\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\net47\ReportGenerator.Core.dll
md5: 3B122FC46B3C059B5C04CB4D61E5AA16 | sha1: 75D0634F598BDCCBB6F18E810AC6FCEA56A7A141 | sha256: 84D965C400E629A7A9D249869EDC495C3AC0DC9BA4FD47DBFBF6BB03B488B7D3 | sha512: 763E672161D26866DB619D4E1D6283CBA53858C47545AA1CE4A28C53384DD0BCBC3CD3E1145D0CB794F1D365C073EA5EF9165FE48BCF0CB2AD82A4DDDED97FCE
tools\net47\ReportGenerator.exe
md5: 6DDF3B6D58B6BCC1107A2D9C427144C5 | sha1: EE16434A1CF33F6EEB1D5EA20DDBA33CFDAD1D2A | sha256: CC5BEC05DEBDFD85A8F0B0EED9E88A6AEFF33EB371579D68C05DCE74C1A86A89 | sha512: 442C3992677AD9E03DB4305C47E451164F6E5783D92DB67066C55EF5B83C3C226AD5EF1AF7FD655B4280C578437B28E5097D40E4442A5FC42F12DDC7F17F675B
tools\net47\ReportGenerator.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.2.3.0" newVersion="1.2.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\net47\SixLabors.Core.dll
md5: D943CF76FD2A95F12C52B3949D7C31D9 | sha1: 90F14B12AA8C258B734877C0B61CD2C4EA620A87 | sha256: 575AD2A9EB753DD21D0350CB2D2D9DC5AD56229E38A2849046C8FB1E51DEFA0A | sha512: 0854AAFF135AE5136EA1DB07DD75141E86D2CF268661423396CDDB2AE297D750E343DA67F010E1F0B95DBCB05B286BDE4FC8C3E43819DA41577CD7720F51F4DF
tools\net47\SixLabors.Fonts.dll
md5: A34392898EFE0F30746A5D6B73A668AF | sha1: A7B82E3A54682F7EB53E6E5CA24579A90BCE59C2 | sha256: A81A32D3F208473EB82F4DD7A51C337B9E84AC8BDD6A526F696AD214196EC5B1 | sha512: 589805298CFFEBCBBF6BDA78799D295F5F41C47BD0856CC56E88334965E303C34F1497A1468840E78235758A513CDEA681B4DB9265DD9F374F8351CCBCF37E1D
tools\net47\SixLabors.ImageSharp.dll
md5: D00B1AACBA654F088FECA491A2D95B54 | sha1: 4AA5013D33C1475208A0B3F72D1A6B55DF6EF8A2 | sha256: CCCE31F19E42C935FA2AC5CDAF6BFBAAC82273DE38B5E9BE6C8CDB6C8AA92796 | sha512: C861BBFC9AF5B4763CF8DD2242FEE19CB682D099269F0CED624C520A4E8B05592168D5DF56BD00D0BF59BF378827137FD73C23EB4DA26CE2BD79E184BED4738A
tools\net47\SixLabors.ImageSharp.Drawing.dll
md5: 52A6566066541D48355717E5E1959023 | sha1: 43CD7887CD5D6CA69886DB8242A03466E680CDA8 | sha256: 963527EAA4DA8D350DAFC1346362CD1F4382BDA4A787AA0EC8750DEC12C273D7 | sha512: 22939AACF90FEA8E892BEFC4C163635ACC60ECA550CB1F6BEB53E0883EDBAA044213D9C7686D81A9F2B463EC77E3803BD74B8BA5F23A7D568F67A2586EA7F637
tools\net47\SixLabors.Shapes.dll
md5: 34309B9F707A7CAF63753C32BBB5FE46 | sha1: 8CFF5BF5E2343527A348900973E93E6EA3A40D74 | sha256: FB21A2A2DB498D1D1C7FB5D79302A66E9FF6651BC906F1849A27D0F1FC3D9CC3 | sha512: 8FCC47006DB88776E8313C7B3B5D2BD8F140BCEF3C0CC124FF0C9E8B06717443F40C48E02E756DC361F43D2C1224268E011D62272013AF2CC511B2DD04FF1E37
tools\net47\SixLabors.Shapes.Text.dll
md5: AC704DCE4CB235D719BF7107BC74E8D6 | sha1: D71FF414865DB9FAAB7F4577BCF4BFAFF8ABC2FB | sha256: 7DA646B42E5A2D0CCBF167F22B58A9D2E85F74DC76EB00D9D5882FE86D3423AF | sha512: EC74A8D38BCB8C745A24786A3CCC7FA87AC19CBC3852D7839A3E24AC200FF0A6FB024E733566613BE2C784A6C5C4B3145B6D94150B1984A184ECEEBB314E8243
tools\net47\System.AppContext.dll
md5: 8CC4C7DFEB41B6C227488CE52D1A8E74 | sha1: 93702135DB0646B893BABE030BD8DC15549FF0C2 | sha256: 9DC115AC4AADD6A94D87C7A8A3F61803CC25A3D73501D7534867DF6B0D8A0D39 | sha512: E4DA7E3AE5CA31E566EA0475E83D69D998253FB6D689970703A5AD354A2AAD1BB78D49A2C038F0A3C84A188D091696191B04E4A39253DEB3B6CB310B72F02F97
tools\net47\System.Buffers.dll
md5: B66C85EFA4D6F8C698476735C1FF4ECC | sha1: E523519ECE3200133C5077993920D14D436B8484 | sha256: 9444B5A41A816B193C033BEC199D74CDFC8298ED8300A3C39A4E953DEC137494 | sha512: 7A648B004C49074C557624254BFC5072E10B8094E49102D91406BCBAC30D78293C84B8BBB4E0A522FFEBB873AE4D47CE2A2888C0D858D6E3E5FFD1D1066933D4
tools\net47\System.Collections.Concurrent.dll
md5: 559C98EB9633C7BA1BC813F8E6E0E9A5 | sha1: 311F52B31611E6DC5FD4C0159BFA452C22980CA7 | sha256: CC62F3B867D50083C2932061F20662C698D2E1A741C4D2F9DF1FD2D435E3EF3C | sha512: E241C16869D1CDBB2C6482A7C5B2AF93DE4BA0CEF8185B8826EEE35ECB174F35F7585C8AE0320F7F4F6B80F3BB5B3EDAE2383760F2F35637F03C3A0E38E0875C
tools\net47\System.Collections.dll
md5: 1D8AAFECA1EA565B257384D3F64864B0 | sha1: 4D923B100142AFA2E0A8B7ACDB3A6DE6FEB91148 | sha256: C2250E9E51B44D8AB8C5B892592766925F6580EE00B95026621D0AFB037C2707 | sha512: 99E4A226E1FABB348E7EF7C6FA56AD0CE4E4CF5D8569CE21881703DCA8D83A1C113FD5F440A4FC9E9B99A04AE8CF4490E17D62FFC09CFAC5A45678A4419EFDBB
tools\net47\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\net47\System.Collections.NonGeneric.dll
md5: 45FF71114047DBF934C90E17677FA994 | sha1: 526C688E71A7D7410007AD5AA6EA8B83CACE76C5 | sha256: 529943C0CDF24F57E94BF03FAC5F40B94A638625027A02DF79E1E8CB5D9BC696 | sha512: 29684AC5391268EAA276196A6249364F6D23ABFE59BDC304A561CF326CEA6CD662FA04C05E15924FD6D3F9E9D1607992B8DCAD3F817CFE891580F9D9462FE9B7
tools\net47\System.Collections.Specialized.dll
md5: B52C339601CB264F83DF72D802E98687 | sha1: 8BBB7BADAAA912C1F17775E9ACDCAB389704C772 | sha256: 938DA38561DA54793944E95E94B6E11CF83AACD667487297D428FBCE1C06DC9C | sha512: 287F08AB07827570F9F3EF48A6D7E5C186899A2704FB3DBAF36975F6BE7B29FB6695A69FAB85A6F09BDDEFB60C79052C3A33CF862651F892EB9D773D880B3AF8
tools\net47\System.ComponentModel.dll
md5: 632CC8AD69B76FD9BB5847DE1E1439F7 | sha1: 2E32D50EC33EC6635681485B754F4E58D434A5EE | sha256: 5E61D755616CB10524F5F31E9B70C65A7FFF8E30E25CE711AC8B354D657AB479 | sha512: 9BA5CC82573308E5D995BA05BC660FC1C087EB91D8BD7EFCA6FF838A3C47BD6118D9C92919B2E0DAC11A5A27977318C5C819499DC19CD5D6E57122A0749858C6
tools\net47\System.ComponentModel.EventBasedAsync.dll
md5: 6067ECBAB3C6DDDB6BF7C49C7948CAA8 | sha1: 5F3DA777AF01DBC159BD8D9D97D5DC105918AFC5 | sha256: 22108E32E0B6E42F5F52A4CB17B9B6FA3DFD547ECD9EEF9C67226DBEC54D23E5 | sha512: 9F3E834B8342E0C7AA5CCC993B520D664B03F1F0091066C66067923E1D4991EFA03F63908552538C05F423AA2B696DE7C76993F71A7564F3E87662CB0FC00726
tools\net47\System.ComponentModel.Primitives.dll
md5: 2F39655CCFC010E32A7240D9BF5D0852 | sha1: 20AEAED12DFB8D71E39687350EB12BC0DE372AF0 | sha256: BFCD867F71C887429DFE008D7EC5D1853D15B3932D4CE8991694293477B5BE37 | sha512: 9769E59279A32F29C2F2C6970C81D3ED76FE3421B819DDFFC8FA98329F1B45300C737FDF71956672F80F69B3A75727D184F8C421E00B84E94163A86CB744A991
tools\net47\System.ComponentModel.TypeConverter.dll
md5: D1699287934DA769FC31E07F80762511 | sha1: BFE2384A92B385665689AD5A72F23ABC8C022D82 | sha256: 0DBB92ECD5DFA7FC258BC6DEED4CECF1B37F895457FD06976496926ABDB317BB | sha512: 4FEF3E1535F546FFDDE0683F32A069BEEFFE89096524C7068F1F5CE8377824F82AE530D3990C9DD51BCCAA9E53FDED5613FA1174013325808059276DEE771187
tools\net47\System.Console.dll
md5: EA9376C17EE0148F0503028AD4501A92 | sha1: 9D5686CBF45E90DF5E11D87E7B90173A1A64B1A0 | sha256: B537313413F80105F143CC144FEEAE2AC93F44747727DE309A71D57D2650034A | sha512: 18D1BB2D5C469644078D75766DBF04ADDF7D0C543F7ED15FF522CEEAEF960900DD8EC68172F5D684B76B0AA6946BB38D641F021EC04C70AD66A6062C10412E0A
tools\net47\System.Data.Common.dll
md5: D712A5A82A446086443CE00B610D8A5D | sha1: 7ADD96BAA123DB819F2F3D5AA62D6F872CE8FE14 | sha256: 1C7BFF6F16BB618648E699B723AEAFE511515CD6AAD699C25FAAE2A507E22811 | sha512: 225128E58E2F01B5CAADA6FE54B1D32FF6A700542CE22B425649AB22DA2944F796F04D1A2428C542BCAB5348A161CF73F5F9A1E7BBF1F6417C4D507217FE3FD0
tools\net47\System.Diagnostics.Contracts.dll
md5: 99373AB10858746AAD424F28B48277F5 | sha1: 5042EE630A6C7C2986E8323A14D052C1D83B6F61 | sha256: 9C4AE61E0E8365762EFE3D34C5595029F2C12E0079E6070720E2CEF0882C84E5 | sha512: E96F8FDD6FFB702D344746CE82DE576BBA8636EDE3E39A7DA18CCF8A0178B8346FD31140760B864F1487D7804D931FF1A18DE07A4CAFA0CF79BDB340421FC03F
tools\net47\System.Diagnostics.Debug.dll
md5: 8B8C402311D7AB87E588675E736414FD | sha1: EB8C010A35B461402C1C33133F1B61C78BE8425A | sha256: 55A30D92D163CF1807BEA6DC13B4C13E70AEBBB034DC77EAEF4F4394730DCD8E | sha512: D03F450A3A19320DE71145E48CD7C088D9B50D0A683CC9A79D8967DCE085A6F63CBE537FCA1C6208865EB52EAFB10189613C7233047318CAEB2FB2C23C34A269
tools\net47\System.Diagnostics.FileVersionInfo.dll
md5: 0D9A641105098D642567B22101A4DE0B | sha1: 12419C25D1C2EB706A4E4E649EE353CEDA7446A9 | sha256: 7C25A74772E135257235640A0264DDC05235E14F3627896CFE735E9955155F83 | sha512: FD4560CDF01DE237DDF797A33C5DBC220D3FCAE07EDE17D43C39F5562E36E03646676A87E20699D7603FCA6D84F66C8756EB863DD4727B7E1A499619BB88DDE1
tools\net47\System.Diagnostics.Process.dll
md5: D86B0ACA05321569D9383DC7C4E9E934 | sha1: 2EF7D0A222C3A3E564B3C72D5B71A5BE40A7ADEA | sha256: 28B165CDDB82A2507114394AE398995EF8A50C549214F8678AA66054F6927754 | sha512: 5959E1129C983825233A07869DD1B2B1DB32830D2B5F6B7F8D869C39A76A241F88F76D37341FDFBF56F000FC6ACBA19AEB36A7EFB94721494B41B65BF4978651
tools\net47\System.Diagnostics.StackTrace.dll
md5: FA98A0F020248C2BE1DD40C07092F22A | sha1: EF6B3CCFF90BEDDAB5CE6F60B4CC23F75EDFD009 | sha256: CAE99F910874288AFBF810968D13B79D755CD4B2006609EC036EA4934181CBA5 | sha512: 554A25C761102DC41A9E421621E329868D1162AB29F47E59754C8FCFAE0C12BBE8200E1B5975ABF926F1DE0977A5407C43202AC8A2801C69A7F01D95B6A1E959
tools\net47\System.Diagnostics.TextWriterTraceListener.dll
md5: A964808487E671BB369DBC0E4DC5A947 | sha1: C3848473E42E2F9B4D0A00180EA9ADE654432587 | sha256: 63EAB38EE9F4DCD686C8E6A4F01E1E2A9BB91E52B20AB4DDE0C28061E9261860 | sha512: 7352368B68835ECC9C5943AE2F2BD5CAB775A7FBB018AF7683E74FAD1731A9738AE14EBE0BCCD854A223AB762FCA7EC11411FDAE865C5C6DDD034900FA55CFD0
tools\net47\System.Diagnostics.Tools.dll
md5: 27C7D752C11C3F43F28EB31968E73E2B | sha1: 51E466218025126C5E524AFD2086F4AB0BF3660A | sha256: 260C6250EF9B57DCA99B4CECC533F9A34857B5A32B5351202F776163841200AA | sha512: 393D1747911A7F91F4C4F4F363A3782F24E00431478088DA454823A223A4E75E51D9B010FC5D9746E2BF0185BE90071B6CB70C777337D718B39151EEF6B486AA
tools\net47\System.Diagnostics.TraceSource.dll
md5: 37BE4CCE0ED037F8D9A7A3940BD2A2E1 | sha1: 96314EC1A59E4BB53C5B609BF79AD4C998A7A988 | sha256: C81A57D0634C462A6CF49844059E9B170F650CCDF0789519FFD4AE7D28E2718D | sha512: CEDAC24F414CCE5053FDF10779DBD153FCEBAD69B3960F75A5AB1110DA18799C79DC01B30269641022FCD874A331BC2DC7CE1A7D1A60DC90E109DD55B58665DB
tools\net47\System.Diagnostics.Tracing.dll
md5: 60F59659DB517C2F4DD4C5C583D43097 | sha1: 87ED79D195D8D93AE1155AF08857F751A7ECA245 | sha256: B84B93BE455CC7D14EC0C88CE08DAFAC7B6AAC2E549C969E7126EB48C31F8B1C | sha512: 90BCEA3BAA04146F08013A832633957C6D511D5EB52270575EF9A571153384B5A02C5026361B70940775907B5BC710B2C91627EEACE432744F3B9E5E1ED509D6
tools\net47\System.Drawing.Primitives.dll
md5: 29B0A1554E54611EBBA7911049F26FD3 | sha1: D707745E72D2F39374F2D28AF52AAAB7888B93AB | sha256: 2805A18724A24034AD6ACB315DAC516E479CECC5F3753204052657E560932D5D | sha512: 17558306A611BFAC6982D5650335B05EA407191290B653C028896142EBEE2ABCEB22F7D71926FBBCC3FAB8227C61A5FDA0E770ABFCA021AC7F891C9C7EE42E81
tools\net47\System.Dynamic.Runtime.dll
md5: C5CADB1409F25B6A1C7A6DD4C2DF236B | sha1: A994C87352486D433A06943C01329DD721AB343F | sha256: F600ACC811720183C639CEBE5618BAF9C8135B85B9CBDC0758BC9B2DCC6DD7A9 | sha512: 6BD6E482533B9FF8FFF8823F84CDE7191A0FD5575F76891A95E99CD1F5C1122EF92B436745EC9583089445FD5EAC795181759080B1D83CCFA1EED31D9CCE3AF0
tools\net47\System.Globalization.Calendars.dll
md5: AC2F4B435DDF0600D7A866F42F3B40D9 | sha1: 0564FF7F7E6084BD6D02D8E6A4127D1C878B3FA6 | sha256: B56FFB65B842DAAE13F3020B0B04646DB92F89801D2A2F89087D145A996D43F7 | sha512: DC3E9C3B4D732801DCF43CFD6CDD2672F01E03CB99D804A3F4803FDDB9CA9817BCFD2F96FD94B7B33DB0994F5478CE200C048DB5DBB78D3B24E950262EBF4D28
tools\net47\System.Globalization.dll
md5: AE023BB0BEEE5189A07C7FD4E0CF3FCA | sha1: 846711D4161A3950FACDEF97037898A71F4EFDA1 | sha256: 56BD0C02C734ABF4D7FD1EF2E8B6A9E4BF5E4BAB4E606CD1023D63B02852FA61 | sha512: 62305027AE8BB5B830630FE54F2CF9E607F9B97FFE28912C2CB15D429252668F17EAF2D7CEECF5601C889D5EA52E0B9100F115173BB11B5D6208171792833C85
tools\net47\System.Globalization.Extensions.dll
md5: C7C93DE0627833900B8379FD181B7351 | sha1: 2CB98F9622F57A0A9E037A378519AA6A271302F6 | sha256: C7E91BD148ED22EE1FF8EBD3E58B199A30AF90AA37499BCF8DA34409672F2ED9 | sha512: 1067BACC4495EACBC27937B54780B97DA62FED1AF66158E2FA492FC82B068D49BB49BC20C3C82C22D8EDD300BD7B097E14AA1E317F1789744E188BCA15D22B4D
tools\net47\System.IO.Compression.dll
md5: 33B8972FA6B00B8922210CA95E5745D1 | sha1: 609F31B98831327677E89E08BFF7D7322BA0F4A4 | sha256: DA18D61BB6B7D35C56CB4F392FAE0844CCA73F72A043A08994BECCB531FF3B77 | sha512: F85F03E20C8CE40BCF28D883CCD80CED755BF75D515FA66986963F0F4F5AD00BB1823D8C100A75323147B28A4916DD6C598102B18999AEB7B358C196AF4206DA
tools\net47\System.IO.Compression.ZipFile.dll
md5: BB1A520F25BB93ACE4DD0A060FBA677D | sha1: 92BF07CCF32EB9FDF06F446A256E0271C4028BF0 | sha256: 7720EE13405EA8A3C204703A181E67DC6D66835E9DF263C09D04D8B48B41EB26 | sha512: 9288148EC879EBEAFD53C225854EE3BD3768BA5C7B829D6AF1251D20AC301FC27A04BEBB603FE2CDE6949BC5968FDE717E8B747337C1AD872450D26F7C36F515
tools\net47\System.IO.dll
md5: 809FDBD7422A3E02C89244DC530A3367 | sha1: A6999C04B243B034F8EE7AD0D79F3CE24DF9A9D0 | sha256: C191A43029EDD4EB8EEE003356F1FE79AA45071C25433A7A3589590E9089EED9 | sha512: 5232B7EF2B60A99BE2B027112078A7DEBF58BFA4308F4AE53DD9A96FA7BCCBB0927BEB7148E7A3944173F7820F9F519767539D1FDFEF848B6F1D6668BE11FC15
tools\net47\System.IO.FileSystem.dll
md5: BFCEB4FACA75681137455CD70F8038B6 | sha1: BFA0E27BE1D56BA48918A9B7CA7090AF7779A10E | sha256: 9A4595DBB128E2D8F373B3AC45478E7131F4D181B50EC821EC8CB88BD46BD5B8 | sha512: 58D7E8D6FA237A6EAC018C0A88D6BF76AD9EE49B6A6790B64E68C33EBF80AFCB4223881AAC6821132B877E7D848BC917EB9490590CDB297F362C9B43143D6713
tools\net47\System.IO.FileSystem.DriveInfo.dll
md5: 2FCB2158FC41D97E2BB71953664B99B9 | sha1: 16EB49AFCA84C9E6160B4E5B36F1EC5C98470C86 | sha256: 984575C44CAB17D46587AF6CC8C22C409B79BEC280FD771E6AF93A0A0C20E5B0 | sha512: 1527A426F8EC9931573468929966E102012B630EC4AA370C196B2B87472BCEE696B00355ADAEB39B4151B986470F7DADA415E3F930D9678B68D3C531C8AC9B52
tools\net47\System.IO.FileSystem.Primitives.dll
md5: 51B07204081BDE29A1F84A3B48554186 | sha1: FCA2F72C039937357099CA6E167330E540F8335D | sha256: 5C84DD40D67C0E59906511D2B09DA8E28C454B5979EB5FDE74213F9D4BDBC564 | sha512: 099EC1B84FCF6BF07142AD8CD34307C80F19A64C754ADE505AB55707075A764FBE7BFA4CE2FBAEAA09B3E61EBDB6E3D116608DF0CF77BC076C7B3119DB37A324
tools\net47\System.IO.FileSystem.Watcher.dll
md5: 3772A3A7E55178EC90ECB607ABA28511 | sha1: 68C240D1A43DE1678EF13107B9300C544E9D5E4E | sha256: C9E2562F1A1B86ACDB6957CF916ACED9C4F8B71EBB16DFA0050252146205AD37 | sha512: 245F12B4926114EBDB39A54628A1DF2501C4A27ABD531172CC63BC96298EE0F4BE5658AE95FE730C063EADFB1B664C7D201C69C2246CFBA23ED5A4FE7EF3D14E
tools\net47\System.IO.IsolatedStorage.dll
md5: AB8D293BCD7A13E83565B4AFA8438988 | sha1: 48F227C62B2001C441BCBC5B570911F096DDF421 | sha256: 0E80A2E256D16E487BC847D1857ED7CD088F176254BA2A385D675338B836B0FC | sha512: 443DD75234C043DE736423466C1FC2FF2BD9B6B9FE753521C3C225DE99F5A7D3828A470CF8EA54678A86681949E5DCD1DE1EAB35BF0F348F758FA099A9092F54
tools\net47\System.IO.MemoryMappedFiles.dll
md5: 34E21101FAF71A27C6819CC051DEBC9D | sha1: D9DF77B4993418337894FF04C6B813224B9F8543 | sha256: 81B6527AC2D18782AC24AE463C11DD1D70AB1BC89F626B7347A592229B371A1D | sha512: AA339F2489CA9BC9EF7F6121C9586DBD8F5AD2CA5A160A3BCAC74B908570EC2FC0BC24E0EC33AE9DE9D6A6C3557EC2816FE8E89FFCA93E310503F6F83A691F6D
tools\net47\System.IO.Pipes.dll
md5: 58A2E5AC0510B9223236B9317C505B58 | sha1: A00954217CA326C54A863D451820263A6D7EE1AF | sha256: 80A229B2917FC3A5D941FF9745A6BE0065028AFDF9509300410D2721C71F1198 | sha512: 18736ECFE0EF0C477BF64F89CA97AF4578DEFC996F0A5BAD33D7A29AF6E09745E4B10D6D543243B9664E40169EE550C996E783C5FFBB0FC767DA7FFC63E13FB6
tools\net47\System.IO.UnmanagedMemoryStream.dll
md5: D74405753F829E75E89BBA5EBC296112 | sha1: 474944856DB781A34796BFCCE18ECD4580275AD1 | sha256: 86F1F12E47F260985B08BB966598123578EB5E48BEF9BB086F04E16E9D53BB32 | sha512: CDC5D49FCF0249C539E45C9917C152F130C8FEE975D97C2F62526F474CB779B2BF273195F4AA7A64F76DD2496528C0D021B56E60AAE2635606F9F55092CB47F4
tools\net47\System.Linq.dll
md5: 5E33930FE2E0867CB1F9FABEDDFBD7B1 | sha1: 4D93C7D7E6315CA2195ED73716996ADE8E17FBB2 | sha256: 349C7FBE9AE2B78C2F90239BDDFCEA5B16A0FAAC1FE83553A816C50C3E9089B1 | sha512: 8F87B5013E0CF3A776BFB1F1A68F316A28AF3CB6C74F0ADF3EAD6D5063525C6668B42C077549F66267130959A9CB986BF5F8E4242FC4EF36C356D6927F587A0F
tools\net47\System.Linq.Expressions.dll
md5: 3B49BF361F3116DE28176B40845BC199 | sha1: 5627E53D15E56868DC9082EDCAE5A653B96B9AF1 | sha256: BF97F67165231C2A42B95F11D80337B082E2B2BE54351DA44C8A10C06194B369 | sha512: 0FE87438ACD6C14401523987BE617A83DDFD2B42938FC52E0DA5F941F7DC70686CC6436EDD41C4998FD56D5F52D64ACFAB5010B96B1E80C084C4AB9F546202A8
tools\net47\System.Linq.Parallel.dll
md5: 8BE0CAA60074176FA1E7E63C0AEB6C01 | sha1: 4D4AE0D2664025327F28400D917CC59AFD69F33A | sha256: 30A49D16436E3A05569C99A0C2D21755C2FA323C5B925F9F21C10287CC97D9C9 | sha512: 057F21A7E7496343C06CC497A24E46E59218EAE1838885EEEF7391285CDE243AFE853155F52933959B40F40AA7028A289D15D279833208BBA42BF853D4DF91C6
tools\net47\System.Linq.Queryable.dll
md5: E04CDB6229D83768285ACB08D870F23A | sha1: A181F5CC93E9273D9169A9954A74D73BC1852980 | sha256: 719AC73BB261E0A13574F5A198126CCF40352264958DEFB555280D005134C704 | sha512: 257FB07C0D86E292FE6FA88E03B29994CB9864C17A535CE7B366A728EAA4B3A803D88A23157CAA457D0B681A2C0D97DD7D9A2754300B73030D9A09C4E9004772
tools\net47\System.Memory.dll
md5: 89EC6E101DE3A70ED140C62C2980F24E | sha1: F5E64ED69C1845556038D70F88A081A92F7EA4A6 | sha256: 63CCA774A231ED2F7CA888B4B6C6D2357CB4848AA3040B2F0E67430158C21ED2 | sha512: 8AF03E678CA0047E481A76A383E75C11E9474B032DB4ADBC7E89ADFF62449BD0067801A8F4A0F5D47FABAFBFF319D69F5D5DBDAF0D0689025490E787E7138C22
tools\net47\System.Net.Http.dll
md5: 665E355CBED5FE5F7BEBC3CB23E68649 | sha1: 1C2CEFAFBA48BA7AAAB746F660DEBD34F2F4B14C | sha256: B5D20736F84F335EF4C918A5BA41C3A0D7189397C71B166CCC6C342427A94ECE | sha512: 5300D39365E84A67010AE4C282D7E05172563119AFB84DC1B0610217683C7D110803AEF02945034A939262F6A7ECF629B52C0E93C1CD63D52CA7A3B3E607BB7D
tools\net47\System.Net.NameResolution.dll
md5: 2EEC710DBAACD32BEDFCA09ECA8DE52D | sha1: 2CB934305D3648FF29FDBC7D92485003F8458848 | sha256: 222BD77C5692C2961E8C3638F6511D6F7CBEB9E0977E2D5C3BCA6739A5311F37 | sha512: 03F132E1BAC629A394A093D59550B22D5FD4C4D6F244697173229282741A9CD6669C4256C024467CE94293C74F304560066711C35620AB4750621502AA67B5B1
tools\net47\System.Net.NetworkInformation.dll
md5: F39A35095CFD0019D6D4BB8461750BF0 | sha1: AD55AF22E5479A5ADDF01D698138E5149270E3CF | sha256: 2E2D28A0802D8C8C08C0D422F48733AD8BF1DFAE75F5682A4A3DF8898E7E819F | sha512: 25FC9D4254DE0AFAB9AE3E19B8B225E1D875DCACE6CA2C83F768B62C0E2B331CC9DD2988DFF7994B5819FB0DD7A89A49FD19E653FC2E4EE656182E08A969A93D
tools\net47\System.Net.Ping.dll
md5: 2A459C2C395F54352A16DE4AA0E5407F | sha1: 1BA9ECC598E170D779CEB290163AC88E6993935F | sha256: 4D97E8481B9A27042BB903245625735D82FF627C66797DE619303C1E705D0D6A | sha512: 28DCB8B6E306015D2004EC00443652CE986AB8E09FB09EB82193BFB0604268CA63C527FF64B6364F63C3ADBCDAF5FCDF4D1494243BFC8F6BB629BD213073BD7C
tools\net47\System.Net.Primitives.dll
md5: 562F67001889CDBC2531947636418EE5 | sha1: B219DD45550762B54DAB46533D489C4755F55E0E | sha256: 9A8BA725F8E953C933285065228A9409036F9137D03016B127CCEA8A19452466 | sha512: FDE868018D24FD72177EDE58952325B52561F9D44AE02A4A2268E445F47ABF3B81B809F443D362DF83BD6667B5988AC2CA15242B9F76A0B5FB5B444FADA1BF26
tools\net47\System.Net.Requests.dll
md5: 28141960A88365DF6A60B0C6FF831B0B | sha1: B56C3D2E270B1C793A2EE17CAC9C98B178258E94 | sha256: F2E74A3EC2DC753C9A48FA9A677775F949EB1E02FC1BB8BF38C39E8D2AB147EB | sha512: CD44E789A6C04E2BC3B07810B57CC83787F06530065FDCE069D89E42557F40770923CC705E73B7699731166F19FD7133FBDD8EDD578D308A4F72CBB29E76939F
tools\net47\System.Net.Security.dll
md5: 8D00682E84D1D773D2160B63C0380BA6 | sha1: 5E4158533532A27E03D0CCC9A0AF5E89FFFD8637 | sha256: D0D90152136A0ACF340FB345098F2E5C718BB13F3B5A809D7BE4D9948B8574D4 | sha512: 991FC952B452446255963AEB4F11C74E7116E15B666924452F3C0D15517322EF1D925DC44BC1F003E8483B5C0B34AD71D54ECAEE360FD9E942664FDEC4E37E99
tools\net47\System.Net.Sockets.dll
md5: 8C9D9F45B85526E491F6555B1566A41C | sha1: 1420EF91F6E0F6954F373F1AC4079064398AB455 | sha256: 694F4C61B6BAE0AEFAC07A1E861C12C03CB6002F30091E4C8B05BB9C8CCF0D3D | sha512: 38890886C641D7E6E76A3D4D984215C680F5DCF12129BA2EBD560644EDA793335B01C637C1F6744C249DAB1FEFD5AEB8D1B212475221C03DF3CA82413F6670C0
tools\net47\System.Net.WebHeaderCollection.dll
md5: 7DA1FEE108A0750F47B70F25FE2CC55A | sha1: 6523838EF4AAB39D0D3C0DF11C28ADA449EDD592 | sha256: 69B48FF8E6F40B84CDDDB95BCDBB34E1184A2E29CB4CCC0FC9F1A2493648EE37 | sha512: 9C0E69C07B2ED6CAA9BB3FFD9EBA6C82A0B763F2DFB06341F6343C54DBC254505CC0350B96B79DC4062D8D28D47C79824E98BB293C8C85203E827164AF862B5A
tools\net47\System.Net.WebSockets.Client.dll
md5: E06BAE626965FBDB0BAE5437498B5155 | sha1: 49392F58BE6F5C97C5DE59BFC44F9CFCBE1E5DD7 | sha256: 19766A20B62B038ABC3E863F2D6E7B55FABEE4D9CBCAD3EB1D7BD3EBFE8D023A | sha512: 69C6D8D5F8835DA31D36940F0AE793BD00D87E9CB9380C3A7B21FE3E315F192F95B8E63C8F9D0A3737C73673A0AEAC41FC728FB7B236F12453A953066F9E53E7
tools\net47\System.Net.WebSockets.dll
md5: 2E6378FEAEEE2F745417FC025C7850F9 | sha1: E0FAD5EF75676B2ED7CF155AF6602B867FCED041 | sha256: 99920CE34A01A0C07EFD86D6E134BB401993515D001B7567A4116AD222993A63 | sha512: 5A8C41F32598BCF8C8E315B18AD5F1BBC377D7B638DC05CAA3CC47E988536AA0EBE4718D73AEE39ED5004328BE3A9DE9722D8759E5DFD500038E7139DADF9638
tools\net47\System.Numerics.Vectors.dll
md5: E9ABB00CD885368E7943974F8C11E61E | sha1: 31855CE721D078678676F5D07AFA28EC7627B47B | sha256: 2324EE5A35674269225E2AA20957CE8830DBCA0CFFB918BD593F7A3222DEE480 | sha512: 14A2627FADE56D88699E72FE78BBA1A25D49DDF448B50C78ACD400BF470E410866C1B67B5EBAC1198D5D508FA9DF1D33E58EEC73ECA90243609468169BBE3E34
tools\net47\System.ObjectModel.dll
md5: 55D9528D161567A19DBB71244B3AE3CE | sha1: 8A2FB74CF11719708774FC378D8B5BFCC541C986 | sha256: 870EE1141CB61ABFCE44507E39BFDD734F2335E34D89ECFFFB13838195A6B936 | sha512: 5338B067297B8CB157C5389D79D0440A6492841C85794EA15B805B5F71CFED445EFA9099C95E5BDEF8CF3902A6B10F032BFC356B0598DDE4F89FA5B349737907
tools\net47\System.Reflection.dll
md5: 1A3DA139180E9FAB380033D8D1FE3995 | sha1: 3CA31DE7F0F0784559E5A73EBD0EFB42C34D18FC | sha256: 63AAF632EE7F3BC852C4D71C742CF1D26F18F784F6C89113E056B2599BA8F514 | sha512: D991298419FB5290D6906A1F9FCCEF56BB3E17506E235C85B4D979EBC49ABD4F4B3123697E675346B57829C3EFDEED6291A155D69348CD55B8B6B2EEC9F804A1
tools\net47\System.Reflection.Extensions.dll
md5: DEFAADD4A92D4D348B0827AB8159D2FE | sha1: F3BD9B4108ACD42ABFB99A3A4760BFFCB84F6C28 | sha256: 3D2551D6458B84566025FDDFE5DAD479CAB5785428EFD6814860D36AD1811C9A | sha512: 1B13C70F05D56871008D5C8752BC93C8FB590D5F89B4E97264F592CDFD772CBBCCE8380D255F8BB305BC25BCDDEA21E422617FA614DFFD3DDCC9A1D4BE6C54A5
tools\net47\System.Reflection.Primitives.dll
md5: CF318475E6A7A56789ABB0F98C37ABE1 | sha1: 33D1EBD7212D747C8723CFB9E4292C99A641B964 | sha256: 0383DC02FDF0B5D4612D8CAAAD13D594CAC1609C8240B73DFD6EA5803F5E17EA | sha512: 5C67456A65FD051147281E14041F5165C1852FD6519DFC8DFCF9C86F20217CDAD9E2D26F815B557B99E2DB3500AF47B2DF8A1225A659FA1069815CD62302458F
tools\net47\System.Resources.Reader.dll
md5: F1CC91D25B52C7504DC5BEAB5D0F498C | sha1: 498F0FBBD2712F4F637BDB7370B2302FCC4966F3 | sha256: E3036362506D96C9C00ED6393A2AFCACD9F2E71CD2A35C1D638A61E85D2FB040 | sha512: 4C931389035DF21AE67810D8C8E95CB613D9495E2392B11E34D84F624F90C78C541B14FB0D6FE7F0F89799AAD4B34E91FB6F73978AE38231840F047915E6EB5B
tools\net47\System.Resources.ResourceManager.dll
md5: 9E71DFCE86F14BEEB8F3E9F00D0A472E | sha1: BF83A7E98418BDE907DEAE8C0C0F3FB0F6C9DB1A | sha256: 62DCE4679E33C079E11F41B096BC803B30B1D963A1EA79EFA84187CEBBC06AFE | sha512: FF8CDC0287E510F859F46C1E35F9B0FB42EAD907B1EAA42C90C84B31CF6C2D4638CF682777F359B8611DD22062C1A5FA71F7FB667B7A3903783673E678098515
tools\net47\System.Resources.Writer.dll
md5: 05D1B950C470EA8B0AA357F9A59CF264 | sha1: B1756DC750ED5CFD5D0BFC70CB899FD590867A0C | sha256: DAAABD07F1B94BE19D72913360286E469F454886850AFCC603506EAAB03150E4 | sha512: 8E65FF1909AC8D65F599062E61AC935A919D43404C357DBC6AD628923B0C7ED7158862DDD272CFC1C2A8CEC393D48A57BC4D69CE7706EEF1BB6838826B1AFAE3
tools\net47\System.Runtime.CompilerServices.Unsafe.dll
md5: 0F362259A185486A72628244B6A09A90 | sha1: E52460151A5A144FFEE9A4D72EC3D5D5F3FFB474 | sha256: BAC58578EC05ECB8C234BF3402A0AA1491A5E437B03008B431E78D663AB52B78 | sha512: 4B03C8A696D01776CA942A04412A4F215DEF4BF7532F1C2954FCBFBEB98AC1CD0779550D3543835F0942101ACFCE639FAA8986B5DF1C1F9446944F1E686E9098
tools\net47\System.Runtime.CompilerServices.VisualC.dll
md5: 9F31B6954FD453F13B5F39DA36F2E8EB | sha1: 7A6276348D85EAF00AE6958117797045929078CB | sha256: 18A610B8BAD43CF784CDE4D4902A238F2281C2A677DAAE790CAB55F6DA915979 | sha512: D3696D4D60CFC5AA5834F60A0B97A4F3A3F8EC3FB05BEB3C3D927426B72B3E5463C628C7DF950E43FF1344823B8C2D39730BA47BA0F2FEC7A0CFCDC237A5BCC6
tools\net47\System.Runtime.dll
md5: 0E35085C130D2D91E5241334BE7EF0DA | sha1: FD622ADE5CAE26353A22B6FA50A83669B72B6C41 | sha256: 50AD612D4CF6113DE26B2870DA099C4817F59E64A2DA98F05803B4A2E2304919 | sha512: 2498811F4AAC308CDC55C3406BEA4FEF5DC9E6F23559B09FB181F7447474EF586F00038282DDC39C241490B5DC2BCA7F41F19BD3E1BB00890DA29DF6489BB151
tools\net47\System.Runtime.Extensions.dll
md5: B0346A4C5FA0FAC135509A0E7D3C4449 | sha1: 7D71B46BB9A28289384AA1EDF5CB03D64B3BCFF0 | sha256: F9FEB277F86241F55425182A26DECF50A210675D4F040EC542AF3FB3DD287DE6 | sha512: 916A465236F11FF6E421800961B20CB80A320176DA8C58002F6742040CE33C5207D378667A584C5D8E35CF8CFC19AC54504B3F6129E489EEABD86A5B4E7D8C77
tools\net47\System.Runtime.Handles.dll
md5: 65FBBA7A86B3E175200AE44727AB40E5 | sha1: 584B8683943A8E0AE98B10F452C94F6109D1C4EA | sha256: 7A81D2A001B543B2A55C9AFFC845A5DF7EDAB1FD308C6979BBD982B1B826B57C | sha512: 43607AEBBB0A3F2D437C7DE77785CD6C9F49411E1D4EFE41ECCD93D7FCCA197DABD4E15F45FBC4FBFF27C202FEC96B79F82202AFC88B59C20ED5E7912BCDC6D3
tools\net47\System.Runtime.InteropServices.dll
md5: D7E74EA95786A02687CE43C356ABDC95 | sha1: 2E6A3047BD3BCEE01F55D139A3C03E6D4D2DB14A | sha256: 383A1F9DAC655C6805C24D4A03BC5FBEB9ABD1536DE5510F5756259EEFCB4871 | sha512: B7E76B65406904F092FE96DED558A94EA53FA40BEC500EFCDCDEBF124921F4526DE2F239CD25BAE1801692DD6DFE5652FFD46B2AA4325133C7127D27F626BB9B
tools\net47\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 62F27356A101B69A2B04155D5BF3F710 | sha1: 4FA8EEC0944D31DF3D4111D18B650F2F670496B0 | sha256: 01206763CDCA9E7D9FA46A42D230D4410B827E217281E6AFDF1325F1E7B28A71 | sha512: 00BB7E67949BD43AA6367218183EC3841DA9523254C662C0F7AB30661B2ED64FA538D52E5E9D6E72F12CDABE39D7A61732A846D5169D0B7544816D4B822B3117
tools\net47\System.Runtime.Numerics.dll
md5: 6CCCA0BA6A7B9CAF8B8D3B0287DBED8B | sha1: B81FF87B407578EFBF184BDC10D0F101610379DB | sha256: 16E7EFD6C19B2E3E516AE1BC7B3175D0E22F1AD357701F229E353DA348EEE182 | sha512: 8505479031A0A5CAEEEE1A8A60AA35D7E0C332BBFDDE61193B615E242C127780E55F404289F26930E9EC9E53FCCF436B1A991BA2C8A9177163B41AAAF6BE0D32
tools\net47\System.Runtime.Serialization.Formatters.dll
md5: A42C32F4E98A9656FC2FED72D30E9380 | sha1: B6B8986FC1B5140817DE262AE4102499E37DAFFD | sha256: C343F7BF08A4C97A90BA607A492C721533333173FA63F65F6E5DE9CEEE65FC16 | sha512: 5C2DE8F18CB9B367D7DE88A2AF8A7FD538486B9FFB393972FBDFF42CD2899D6679FD8D7076FE37954D5E8EAB6C5041F19EDAD32659C5CCEEC1C2BA35E6F8982A
tools\net47\System.Runtime.Serialization.Json.dll
md5: E1E2239979B853157BA75310FEA7E65D | sha1: EE1AE416570911282ABDD3745674E58F9D469C9E | sha256: E8D531F0AAA674F794B7F43EC76E4E32AD93F3C136020CF4B6E3433832F9C0DF | sha512: DDF9D6E05D9566C9E02295A061756FF164C408EA211D016023EDBFA91BBA4D0D7DFF293D2BF4D87C25FE923500C7535E4A21B6A8D4B18FD9505F8E5C635F9C95
tools\net47\System.Runtime.Serialization.Primitives.dll
md5: FE495052B80C26424FCBAE756E65A2AE | sha1: 47BA1AA0EDBEDBBEDF142A38389E3B536653F15B | sha256: F06F0988625AFBD976840A446A29FBEB2A3917EC8370DB25A4C0AADBC36C922C | sha512: 4389394B3DE6B687A4A31E958B8741DCE8069457161B2AA8ED792878163087FCEED2D1896754B6416F698C67E7BA5EB1DA415DA76FC6DA643DEBD63EFEC4B357
tools\net47\System.Runtime.Serialization.Xml.dll
md5: 9087373EEE85190DAF8915E614B1E4BD | sha1: F434AF8CE30EAF5511E28C0230211F0D8ED4A154 | sha256: 557858E44A51A74646AD07A85CBA56AF1DA13AD26AC2F74EE5D8C3E8A171C221 | sha512: F728238FA567457D7977FEA667FCCB56C2EFE718A9A362E294934CC752E506E05C5D20C0BE2A309DE2A984DD60C3AE4EA03054185B96C9B5F5F5DE827AF9CEAF
tools\net47\System.Security.Claims.dll
md5: 99604779C668D9B8EF913854B9A24F9D | sha1: 97B62A3DBE2465B4C995E082AD6FF183F6267F59 | sha256: 8270D1248950EE8AEE5C2AC2E321DF07E65C7A94004AE03C857DEACD231A5542 | sha512: BE6DEE6E7030B400EAC68AC289EC9B74BFE0140EE59AF5E68BF43A63A821C6F6AD9CA03C501896A6C92464BF8116D7996FFE640AB51BD9FA96673D9794AC82CD
tools\net47\System.Security.Cryptography.Algorithms.dll
md5: 7107442FDB1BD6E4263D37BB81017982 | sha1: 8E6FB9CFA3D82A23BECE606182CE2936D4E29C92 | sha256: F64A25B875DB31551826651CE260DE24652286C246F0EF54310CD48C576C02BB | sha512: CC3200F7396FBBDFB7069348E9CF878EB3CF280AC2AA7544830C3AC38CF8BF8BF595EFDC5B33A6CA5264B1DFFEDBC6D6463CA514424FA0904826E6438FEC1999
tools\net47\System.Security.Cryptography.Csp.dll
md5: F554762FC38F81CB22D1DC8AB5CD40D5 | sha1: A67FDACEB10E828805A9E24FE0C59E1D73D19A7C | sha256: 566775F5502C3C1FA70ACADE145293DF5D02C1A9F031820D429605E9B4584B44 | sha512: BD23571BF9D0FE62BBF5FDDCAFF6B8F383CCC728AFBCEEBCAD8404D68C02EA1F55D4A22306BFC86C30172E70C6CF5425F2FF8877AAA8758A51C48CF4303BD2AB
tools\net47\System.Security.Cryptography.Encoding.dll
md5: 7AB10B31C5CE290672B319D403751E95 | sha1: ED23E654968B3704A82F613B06BE5829E0CAAD70 | sha256: 1F5C1ABE1B2720680170388569354D8CDA9D558B53AFF7CAF175CE0F7E3733E5 | sha512: 65ED3AFF2424E7560FCC44380DC719BF200D444F9B06AF7F916D52152C330D55A7F4B96D0C1D2B291B07D82805C71DD9850F2F5F612F00ADFCA1CDF117C6B14A
tools\net47\System.Security.Cryptography.Primitives.dll
md5: A60084F9988C7907F7092C143C8D3818 | sha1: A69238054BEE26063D32B85B797BC4E0C49F79D4 | sha256: B755D0B55A465D07C9DD3FC11822487D1E649B684AEF91A4CE9B935B416A01B9 | sha512: 6147F18BD9C49727251CBEA7A3168E3B19F34056DE5A9898571ECDEC85D424627A72968072449C81F97F95330BAED7E2ED0F6FDBA7E2F79B59B9352AB11003CF
tools\net47\System.Security.Cryptography.X509Certificates.dll
md5: 06D000552ED6785988AE188FC35D1B86 | sha1: B0A8868D459FE0AF34D16C263CFE0202C414DC53 | sha256: 3C8630ACB43C12A6A317227FF2922056ECD991FE945464FDF7EA81F1293A479F | sha512: F3E5E97AAF3D26EA62C64787198CCE6DF703EA3A4EBB389BEBC84B424C8129A0181142A4FA5D965CA3106758A047D0E1A723F181AD293FD389C4F1B8D290B5A5
tools\net47\System.Security.Principal.dll
md5: 6DCD91B6A029794728F4EDEB2BF2E42D | sha1: 82BA1313448B431893C14D866F46D47B620514A9 | sha256: 02416BC542BE82002B8B81ADBBBCDCC8D098104020D09B571DC674B5BC19A177 | sha512: 2566F369EDEE9313E823AA2667CB95977F0DB57B4B47DA62F44850811F524D0598FDE6F5BB082BB3325789E4B256E970603B4297D3586F1C435498430723A38B
tools\net47\System.Security.SecureString.dll
md5: 4523F60270149BAD67F6AE63375D2CDB | sha1: FF6E6BCD83A11D40BF53DABD0480A67AECFDCF50 | sha256: 18032D190D0D599823E59C8DD8B588909BEF8888B8BF304723A138B61F1B911F | sha512: 025E33F6927E634FE187491F40D96B36B2DDAF2ACDE97B340C8705BAE58BDED6C02B8BF9199A1B9D4AC75884C69DC665DC03B34571B1BD178CA1784C5F0D5451
tools\net47\System.Text.Encoding.CodePages.dll
md5: 68B1D7C652A6BFF4877702295924282F | sha1: 212993E657A71D97AE877DA7E14DFAE9CF8575C8 | sha256: 104C64F8427AE85BD98BCDC862998E7B85FEE009AF91E43190E53DDD49EB9840 | sha512: 045E325564F9850D993508D88A30AD5E921D86B7ABBD45A1AC03BA44EF2A05AE51277ED49366EF3B6DCEB7B4FEF18BB0C3A89E23BC34AC6DAD2ABD278610A967
tools\net47\System.Text.Encoding.dll
md5: 7F65CCBF58C39F3853BB8DC4137DFD12 | sha1: 3946DFF0B68F0CA01689BD44C348559ADF548258 | sha256: 0AB1F7F87B7C2AFCA57D394E4F4E262C82BA3209CB0A750CD66401FB33F21ECA | sha512: FF7D953EC4B82C10E64FC85D3AFC8A1A58582170EF1752D4688FA1D48EFC490DBA5F0A784E748F7902E96FD885EA868B1A84DE44F48CF071975F3CD3F8E52C6A
tools\net47\System.Text.Encoding.Extensions.dll
md5: D40515A84448B91315F956E6D1A6C64B | sha1: 7FE773332D0461A252E52BE720A7794FCAAC7BFB | sha256: CBE29672CD2B6A0EA97B55F3844FBEDE3E591996F39C3AA1F829F2FA50551FA9 | sha512: 322F82AEB9EB9DA22257AC9FE835BF1C54C1BB268D37F0F97A4CA52BB42F6ACCCA9C8DBDB96D6D695FA69C24F5069978A4B6F1E960EE81D9EA671CCD30A348D3
tools\net47\System.Text.RegularExpressions.dll
md5: 7D317D88F9860A18ECF7FB90B33995D3 | sha1: C2E4B19CB9A0B48E899512CD121FFE6657D41072 | sha256: C98A52BD017DF01AEA7B955E6F219537D391A62C2C2B976684DA282F9CD7CACF | sha512: 79ED01C6D1CEA3DBA6B3566E03D05A971745E221BE9330F6800A249D1B239E092D3FF704E7403E7ECD6B7709B24B0CDD7E518F2EE5DA38019E7139D80594173E
tools\net47\System.Threading.dll
md5: A920E8891B75253F4A81A275191A29AA | sha1: E706450038F0FBD62BDCDAE9543E9C1A6618CD97 | sha256: D43446514536B456AE15EC2A772C3E7BE776FE38B4E31DB0BD1A5916BBF884A5 | sha512: 4D87620B4659C1006F4480D0C9581EEFFE1EB93B42810136CBBD59C15124AC8DFDA0BC188D8F478186E1CBFA0CE746C72AE0CC62CD9EF58FADD8B138D9A295FA
tools\net47\System.Threading.Overlapped.dll
md5: 1A890C488CF2ECD406B804E7E3C5B7F0 | sha1: BF2C1287F0EC04223CD17FE20AB2ECFFF18579E3 | sha256: F17FF442B77A6CFE9C118D2F8FAE1AB6C814A0D4F35C5844996BE84F3FCC8592 | sha512: 4EEC61F9245DFF3D468818D6D6CBB8E12A5172658F1027A9AB0ECE03CC1377499833056A0DD4FF20B83B9FF9E47BB2E7F8DC7B641BC63AD78FF96C54BE01F524
tools\net47\System.Threading.Tasks.dll
md5: 0AD301EE2B7282B87DCD0D862EFE14DC | sha1: F720109A38846E358BDE7C47D9C946A79D2B6B1C | sha256: 0110616DFE870B8BCF25DF8F6CE38EF5AAC39E728DDAA3420EA199F5A7E80A16 | sha512: C66FC92435C399804D8A8C1C836E5648725DDA8A55D7ACD897AE719CA231D89251A0D9A293A67F079E345709CFDA83DCC693AD41A28D13661A55459F94FE33E0
tools\net47\System.Threading.Tasks.Parallel.dll
md5: 9088029E38B2A393F22AFD9E576CE86E | sha1: 05E65EE95F647F38C717C73A0399870912DD374A | sha256: 3468E0C875DB94A8F45D56AB76BBCC677B942CA51A23649BA3C5AD1B20E391F1 | sha512: 23DCF5819996EE0F0C8FE044D6642A12E98A40309CE1F3F74688CF8E3DD6F6ED230AEC391FE7E511E15FBBBF14BFF09F976E923F22F2D68AD816D8FFAD17F101
tools\net47\System.Threading.Thread.dll
md5: 9D80469708BFCF465C4C42E928615811 | sha1: 6DA2B24B46A1DFA67E1CA7C1130F92567D6BBDEE | sha256: F3D77354A2B2C3B01CB24369C076B9568B95F52C28349541707741658AA173DD | sha512: 04FFF5BB958F9BD9EE44ED00D8D3B3A86541AA32EBA3F0A49A05AAD30673E6EE3434DBB346C0D4A85F84DB62E258B78DA9C14327401A91155C5927EAC3102D88
tools\net47\System.Threading.ThreadPool.dll
md5: 18CE4ECC42FC8D999EF091D812472CF0 | sha1: F874903CEA9F08F1A0887949B47722E6BA81B789 | sha256: 3D9EBC81B1BD3234666C8CE403A5F17A726867C68FFA5DE4EC8EE92599335658 | sha512: 0C027440EF6F6C105B0BF9319F4E0EA421FD310699028AF0A159300145C662E74B4B5D969663E3B52CDA7F9934A6AB93BBAE9BCD1BD39AAAC24FCBA7EC451156
tools\net47\System.Threading.Timer.dll
md5: 824053272B268C577E9ADF17ED398142 | sha1: 5EA3F290ECDE1BAB983CEEE2417A688B7ED9B7F5 | sha256: 04B9235F64C9C846F8A767230714895DA87C7AE2CD0105E9D14835AE46F0FED8 | sha512: F475DCD2CC23FDFB017688713170FCAF8FEA05869A680613EA4AD84CB358ED0F2442DB0FF0DCBD739E3CC3DB7128A8F4A568AE8E5AF6A8840319B02630E420B9
tools\net47\System.ValueTuple.dll
md5: 3D446E56EFACB6C0BCE851091FE1EFE8 | sha1: F0851C8B2993E1795F4A75B5221454825CDA729F | sha256: 1101C2E91D07D7DB626600834F63141D596390FF3FD1FCBCD51D444D809BC576 | sha512: D948225DACE8AE7F06A4E472A70C651C59F4D6ABDD1E6F0D83C7CBC3ED1A1EED84D670FF925BE51164DD9CE25E6FE2380F1E84E4C7D3F9825885E29D4325077A
tools\net47\System.Xml.ReaderWriter.dll
md5: 090FF56C4FE2EEFF2E16F03099AD71E1 | sha1: EF317CACC230A58A3B2FCC6CC079CC763AFCC7C5 | sha256: 5F560E1DD529BB2529D7052E04008449F58D0439C2BB43437D7B5D39F84F949F | sha512: FDAC43D0A18D9158DB4438349A7A550557A36E6ED0665EFCB65A046A5BEB5C38181996CBF6D860B8AD01C19E35315BB61AE766CAF06B23985E046484DAB45256
tools\net47\System.Xml.XDocument.dll
md5: 37E21B63959F243A157534133F85C5AF | sha1: DFAD52A9990B2FAFCE7098CEBB174927E8E0BA00 | sha256: 4F6A14E4BA2A2B26B8B8433D5F82F75A96AF5A4F036D9447373B07271493917B | sha512: F59FAA6319FE2AFEBCCBD643E20C1EDB75DB74E9271354BD86DAC3BEA2CC59452EE024DC26B517AE88254A7C90DBE0E6C19A7B5AB3BFE9159D986D6C53CA5521
tools\net47\System.Xml.XmlDocument.dll
md5: 328D12AF9613B0F3F25320B85DCCCBF4 | sha1: 09D02B85A094E925AC3C5D8B1ACA096B730C160F | sha256: 8957F0BCEA6AB8A011A53AE62466505199F11A228F87F3809931D974F87078CE | sha512: 16569ECB727ADA36811E72FFC925F07AA21B8A627BE45F1EDA18CF2B759939591DCAFCB2D087596EE903C5ABFFAF19F56F25E9710EF22874C934CAD19537B798
tools\net47\System.Xml.XmlSerializer.dll
md5: D9F02D9F7DA653F82E75112A2AB99CE6 | sha1: BBBB4C2C3911AE1F5BA7FAF1D632ED0F14D9B6AC | sha256: 21493F7F615A099E795F7FAE7ECCE6082414D1D427790BDF4B103623A3AB34EB | sha512: DE5546FF103CCC6AA38E254039A372697A193F9C44D0A44F0BE3B242D9EEF63023DC3FD0C6E8E0D2363177F9230A4E7200D4C32591B398269A1CEE9BC47A99FC
tools\net47\System.Xml.XPath.dll
md5: 415E3AB72F17F10D646B3E2C7A76F612 | sha1: ED25E94D4E88293345A0F28A5B975159C393B050 | sha256: 24DAA1FAEE0478BA58FEBE8EE789EB88BE0A14D350B57AD8B10690C55976B2E1 | sha512: 55B5C22B87F21DF89D0514AE05C9433B65A3C7532845FDFC4C2C5C5E2C3929D70143D84698FDB4DC13EC01895B1022CF0E5E76E12102739530B54150932A7B07
tools\net47\System.Xml.XPath.XDocument.dll
md5: A5F541655A9EDC24F4B5184A40E40227 | sha1: 90E196DCD76168F770ABE30098399BC5866ADF1B | sha256: B33D08149A756A401628D11BFDDFEEACA1F03C0578395BB061DAE44F8A12CE5D | sha512: C4D13E95114E232300B36ED7B7A72CE786F66D0F68B0ED9D54FEF788A831B39C893DAA3C2DE982B376A56A539C23E8F314CE8552ED7094E6826D5F70BFBE2D4B
tools\netcoreapp2.0\appsettings.json
{
  "riskHotspotsAnalysisThresholds": {
    "metricThresholdForCyclomaticComplexity": 30,
    "metricThresholdForCrapScore": 15,
    "metricThresholdForNPathComplexity": 200
  },
  "settings": {
    "numberOfReportsParsedInParallel": 1,
    "maximumNumberOfHistoricCoverageFiles": 100,
    "renderPngFallBackImagesForHistoryCharts": false,
    "cachingDuringOfRemoteFilesInMinutes": 10080
  }
}
tools\netcoreapp2.0\McMaster.NETCore.Plugins.dll
md5: 425085B15D778A4268273950612E19E0 | sha1: E2A66D65FB9D818CBE4C940363ED99A0DAC3858F | sha256: F34F2CA448B1DE05398B2E31048FD6091D83C2E0FB3D26B19C8E2C9B8957FCDE | sha512: AFC20E5DD5B472F9F94EF7F2931F1D9AEB38CD24454D2F4CF26D251D79BF731F925BD061327B163AA72628517803A13420EEEFB9D2D6D26F76C3D7082A0FB352
tools\netcoreapp2.0\Microsoft.Build.Framework.dll
md5: 938D2F2CBE76932596A2196E23D80692 | sha1: 4362FE3CA1AF0AB4A46D225699EEF9B934035D27 | sha256: 3AC060A30C96D0EE78C4745B8BB10329C35FB7E4F629255569B06B2F48C2BABA | sha512: 37EECE741D2B6958DC2340720B8945C4B245118515A56DF47C579E503980C22A9B0B723F079B96F7C6E380229D51FEBF418B2032D07E7CBFF804980C88239438
tools\netcoreapp2.0\Microsoft.Build.Utilities.Core.dll
md5: 5296EC11910198EA11D642BDA0265720 | sha1: 7DB920C13990561D77ED54B487E0B0E5EDA145FA | sha256: BFC9E2B464D17D96C0685432C971E401CD234D05A03C09663564C4286DA949BC | sha512: 078E6FEB74DCDEB72BB2B4BDA9853E94F4B1DB616EBE525568E484607C48FBDD6A4CEDADE3885E068BAC3214FE97F4504134AA6B31998B5A79FEFE08FC771799
tools\netcoreapp2.0\Microsoft.DotNet.PlatformAbstractions.dll
md5: 947A1147C6EE240B0034C759D2AB39AB | sha1: 735ECA541217C076D55D8BF2C7D4979FD5F9E949 | sha256: F8BA8C7CA21D1E32DA71C84EA54B4F7278F15BE1DD2EE5EA0ED0F348F53C780A | sha512: E9D5FC2C768CC64EAD9B6CAF8D65ACC2C3E925D085936BA7AE43AB0EC5234D776589B2B59E9B1DC5E80FABC2A4D267F5120BDB327B28F03C27F8DA294E53D395
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Abstractions.dll
md5: 2A09A26748FDA34CE32AD54C916BBCC2 | sha1: 0D9C96C865A95A2D5ADBC223E82191D0252C1D73 | sha256: 4CB5A4F1CEDFB8FDEE5DE6DE23B0D29AC86D9CE24DABFB9924146C7D70F3B78D | sha512: A02DE54BDDB33DDFE02E511BAD4D1749E023C8E6239423FEFC34C08C2DB3150987E0535275F5A2648D244BC67DBA09CB10C0F44F702AD5BC19A506B34322029B
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Binder.dll
md5: A384D13552220527A419E02FC4224EB5 | sha1: EDF41CE9CDC0315E782E01F011E9868A788D22A1 | sha256: 43CAE0256A8BC4FD190B8397862A852AB1016FDC0C0ED6AB61C999A1A7396FBF | sha512: D21858FF6C47C680BBA7B6FAB44D789B4B45FBA118B12D1D4C16E8851EC79EE1EC9C55302B880AD7E8DBD9103C3D5685CFEB896E5BDA30FA3DAB2161FDEAC6D5
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 7E343740080FC7386366347EFD87C595 | sha1: 2E042823257B3D70C66B27EBC6BF463FF82B402F | sha256: F76AE5F3A749FBA32AB69B4CC30018968A31C58C9FC748847EE1EC36F70C7A8B | sha512: CE7FCDD78B1A2C01A23D5BC8D9D0E7A6485C67B65C1477FE62080B95AA68FCEE29DA37123D0A767D2406A51E553BDC504D1458862D09E51B2DB86FBADDAA4107
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.dll
md5: BC350F611503F4327B7A626E163F857D | sha1: E058E084AEE4F9F9EA730C7743EF5012F2A2C979 | sha256: 3D5D8FDDC11B27573942D1FEBA5D8AC91E2504C82AD489003ACF3E17FDB130EC | sha512: 5DCEF387C788C02CE06DC378524EE8674FB5DDC7796EAF1FEE1728D036968BE23CC73CF3C3298266D9997C50ACA155D04B990B809F07A22B06525DF50F3405DE
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: B2D3E0B839D7F9C2E448C9BE0C208DE5 | sha1: 39F7AD698C042B8B8F59DFA32036E52D27070983 | sha256: ACE39C65491081755DC441805DC139142C3FB19ABD7DF1F58DD17096C087D2CA | sha512: 515897CB3061340D00ADB8AB513153B3EE242114058688F09A8A480D3CE44996BAFDA4E5127DCE6E807DC2F116B31C9BDCDABA90E2086EE078C2D9F9E82375A3
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Json.dll
md5: F36F5FD49FBBD161674877AB566EB9A4 | sha1: C63313B9C31A9341C946C3A5B9B468F3302A6FC0 | sha256: AC4F923BB7F94DFA22F67806DEAB35C8A5B0D5D7E022BE91E099EC5401C299DF | sha512: 6B6FF32632623DB5A3A1B3B5C91E6260D552CF3E65927EB5EDE598E7FCBC5FEDC0068D9206AD6E64751DB0A1B03222E6540B8D754FFF526478B3D58F311CA12A
tools\netcoreapp2.0\Microsoft.Extensions.DependencyModel.dll
md5: 82330E65FDB36B8A525CA157F136D2F3 | sha1: B7DD9B6B96D42DD3081CF634785400AC5E806C7F | sha256: EC9C0409AD73FA46898658797A2DF600197BEB2C46FE5A55B919BBAEEB79DE3A | sha512: FBAE67253B66E66942BEB2D03AC8B3796744F5C8DCC37B217241A2F2E54BE85AB32608C9C4EE577C75201346E18182061BA648CF04F77BB77746016EC4BBAD0D
tools\netcoreapp2.0\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: CF0CBD49CC085A871339AD3FF97BE87B | sha1: 755AFF6D598915C662153FF46AF975B5D8470CB6 | sha256: 3ED54A8EC0D21AE1F69BF33F1BC7838CFF5190710EAC2EB8113F6CBFAFC04234 | sha512: 3167105C3E3B7E4B1BDBD69A7B1AD8F53F6D82D390361FC6187B613098CB0DAE3994916F4EFE3D9EC99D5A42DFDFAE0DFAF293BF1330CFF82E044181A1BF9215
tools\netcoreapp2.0\Microsoft.Extensions.FileProviders.Physical.dll
md5: 02B482D5C3B9BC6A7823867E47133A73 | sha1: 1008961D3BE242D7AB73D2AF03D676AF80736D08 | sha256: A350CE8D47FE0361CB95F39D84C313C822540650A941E0BB2AF53268023467D8 | sha512: 784F020E32D688FABD80CE3E11B38D2EEACEE677DEDDD79C3320ACC38FBFA3B01DFEF9F59D4DFDD78224B6D14B04B335E81D6D96C52BDAEC4118B8D29DF46E47
tools\netcoreapp2.0\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 906C3B1E550DBFC03FD3B5BD9BBA2462 | sha1: 7496705A2E40562A3B328CA5BD5624B414E10E9B | sha256: BB48350327904B9F4E0309B8F4029B9150DC83FF76CBD1850862B2F20F9B9158 | sha512: 12353CD3E7AD882CCD023F3EC407BB3591FC355FB1C72A55AA42833BBAA1E900C9BA189E0CAA46C535D6DAB552C8BCDBC778AE236BF17745D2DFAEE3024D9E61
tools\netcoreapp2.0\Microsoft.Extensions.Primitives.dll
md5: 33F2319D8E78733838D51BFACC14E5EB | sha1: 0051315B000E8EF6FD1EC8F03F9EB8644925FB56 | sha256: FA58254542604E4C90E9876B5A5C7653D6AC8A3164102E5604981FBA6660F750 | sha512: 7E83EFCCEC749A5671334BB0CCCC6510E4A7DE94050D67167D90FB89A53DF5C9E80552332A1585A1AAA5F78000055349B47B4B75BC5DD6CB78B0BBE6A9D0E03C
tools\netcoreapp2.0\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\netcoreapp2.0\ReportGenerator.Core.dll
md5: 3B122FC46B3C059B5C04CB4D61E5AA16 | sha1: 75D0634F598BDCCBB6F18E810AC6FCEA56A7A141 | sha256: 84D965C400E629A7A9D249869EDC495C3AC0DC9BA4FD47DBFBF6BB03B488B7D3 | sha512: 763E672161D26866DB619D4E1D6283CBA53858C47545AA1CE4A28C53384DD0BCBC3CD3E1145D0CB794F1D365C073EA5EF9165FE48BCF0CB2AD82A4DDDED97FCE
tools\netcoreapp2.0\ReportGenerator.Core.pdb
 
tools\netcoreapp2.0\ReportGenerator.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.0",
    "signature": "1c064615e7b0004189f9477a67fb5557c0bd0817"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.0": {
      "ReportGenerator/1.0.0": {
        "dependencies": {
          "ReportGenerator.Core": "1.0.0",
          "ReportGenerator.DotnetCorePluginLoader": "1.0.0"
        },
        "runtime": {
          "ReportGenerator.dll": {}
        }
      },
      "McMaster.NETCore.Plugins/0.1.1": {
        "dependencies": {
          "Microsoft.Extensions.DependencyModel": "2.0.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/McMaster.NETCore.Plugins.dll": {
            "assemblyVersion": "0.1.1.0",
            "fileVersion": "0.1.1.22"
          }
        }
      },
      "Microsoft.Build.Framework/15.8.166": {
        "dependencies": {
          "System.Runtime.Serialization.Primitives": "4.1.1",
          "System.Threading.Thread": "4.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Framework.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "15.8.166.59604"
          }
        }
      },
      "Microsoft.Build.Utilities.Core/15.8.166": {
        "dependencies": {
          "Microsoft.Build.Framework": "15.8.166",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Text.Encoding.CodePages": "4.4.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "15.8.166.59604"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
        "dependencies": {
          "System.AppContext": "4.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.Configuration/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.CommandLine/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.1.1",
          "Microsoft.Extensions.FileProviders.Physical": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.1.1",
          "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1",
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.DependencyModel/2.0.0": {
        "dependencies": {
          "Microsoft.DotNet.PlatformAbstractions": "2.0.0",
          "Newtonsoft.Json": "11.0.2",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Linq": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "2.1.1",
          "Microsoft.Extensions.FileSystemGlobbing": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/2.1.1": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Primitives/2.1.1": {
        "dependencies": {
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.Registry/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "SixLabors.Core/1.0.0-beta0005": {
        "runtime": {
          "lib/netcoreapp2.0/SixLabors.Core.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        }
      },
      "SixLabors.Fonts/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Collections.Immutable": "1.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Fonts.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "SixLabors.ImageSharp": "1.0.0-beta0004",
          "SixLabors.Shapes.Text": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.Drawing.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes.Text/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Fonts": "1.0.0-beta0005",
          "SixLabors.Shapes": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.Text.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.4.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {
        "runtime": {
          "lib/netstandard2.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Diagnostics.Debug/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Dynamic.Runtime/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.1": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/System.Memory.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26606.5"
          }
        }
      },
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.0.1": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "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.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.1": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Runtime.Serialization.Primitives/4.1.1": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.4.0": {
        "runtime": {
          "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.25519.3"
          }
        },
        "runtimeTargets": {
          "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.25519.3"
          }
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Thread/4.0.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "ReportGenerator.Core/1.0.0": {
        "dependencies": {
          "Microsoft.Build.Utilities.Core": "15.8.166",
          "Microsoft.Extensions.Configuration": "2.1.1",
          "Microsoft.Extensions.Configuration.Binder": "2.1.1",
          "Microsoft.Extensions.Configuration.CommandLine": "2.1.1",
          "Microsoft.Extensions.Configuration.Json": "2.1.1",
          "SixLabors.ImageSharp.Drawing": "1.0.0-beta0004"
        },
        "runtime": {
          "ReportGenerator.Core.dll": {}
        }
      },
      "ReportGenerator.DotnetCorePluginLoader/1.0.0": {
        "dependencies": {
          "McMaster.NETCore.Plugins": "0.1.1",
          "ReportGenerator.Core": "1.0.0"
        },
        "runtime": {
          "ReportGenerator.DotnetCorePluginLoader.dll": {}
        }
      }
    }
  },
  "libraries": {
    "ReportGenerator/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "McMaster.NETCore.Plugins/0.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7Z1dNCff3EOTFLp6urzIVcKzfJFLc5btq1Erm7G6zXFsUdRH3E9lgNpyen6fTdMJZQD2W67cHgFmBj63SMcSoA==",
      "path": "mcmaster.netcore.plugins/0.1.1",
      "hashPath": "mcmaster.netcore.plugins.0.1.1.nupkg.sha512"
    },
    "Microsoft.Build.Framework/15.8.166": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UxQvO36HtZTHJCRCbglZNU5D2M+x2Fs27O0ZvIOrZZo6m83S6ZynCzLW5BjQ9RxAlH/pH2iHiEU+w03OOmAw6Q==",
      "path": "microsoft.build.framework/15.8.166",
      "hashPath": "microsoft.build.framework.15.8.166.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/15.8.166": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xtTrXMOlrH5GXObxN5G3ZVNhC1F9Cagje4ks9qC3btMokNoe/ryl5ncJaS5WshBtB76UPho5MZ8wN1meij2BKA==",
      "path": "microsoft.build.utilities.core/15.8.166",
      "hashPath": "microsoft.build.utilities.core.15.8.166.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rxcDeKm/rsixD+n1tQ0Qc85h84uXY76XYG9k93vwpACG9e9yA17mrsOcBTtG4Xz5Q1Z743edPu8pmOcVUns/Ow==",
      "path": "microsoft.dotnet.platformabstractions/2.0.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LjVKO6P2y52c5ZhTLX/w8zc5H4Y3J/LJsgqTBj49TtFq/hAtVNue/WA0F6/7GMY90xhD7K0MDZ4qpOeWXbLvzg==",
      "path": "microsoft.extensions.configuration/2.1.1",
      "hashPath": "microsoft.extensions.configuration.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VfuZJNa0WUshZ/+8BFZAhwFKiKuu/qOUCFntfdLpHj7vcRnsGHqd3G2Hse78DM+pgozczGM63lGPRLmy+uhUOA==",
      "path": "microsoft.extensions.configuration.abstractions/2.1.1",
      "hashPath": "microsoft.extensions.configuration.abstractions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fcLCTS03poWE4v9tSNBr3pWn0QwGgAn1vzqHXlXgvqZeOc7LvQNzaWcKRQZTdEc3+YhQKwMsOtm3VKSA2aWQ8w==",
      "path": "microsoft.extensions.configuration.binder/2.1.1",
      "hashPath": "microsoft.extensions.configuration.binder.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.CommandLine/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZFEOXcp9gZdOoINRGg6sUYqEUU6X4HRShPPLbY9tY/r+PTWyVBwucYzuueHLE7k5yxJTNBnIHpxtJ8PMvxjjBQ==",
      "path": "microsoft.extensions.configuration.commandline/2.1.1",
      "hashPath": "microsoft.extensions.configuration.commandline.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CDk5CwG0YzlRgvl65J0iK6ahrX12yMRrEat3yVTXjWC+GN9Jg9zHZu2IE4cQIPAMA/IiAI5KjgL08fhP3fPCkw==",
      "path": "microsoft.extensions.configuration.fileextensions/2.1.1",
      "hashPath": "microsoft.extensions.configuration.fileextensions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IFpONpvdhVEE3S3F4fTYkpT/GyIHtumy2m0HniQanJ80Pj/pUF3Z4wjrHEp1G78rPD+WTo5fRlhdJfuU1Tv2GQ==",
      "path": "microsoft.extensions.configuration.json/2.1.1",
      "hashPath": "microsoft.extensions.configuration.json.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZTS0GTvcHVE3SuFlBXdoCtjvVdtT1L41jxhLoE7r+MIcoOMDLkpXXzTi3jsnAyxl78/mtumEoeA3k7W9i7+S5g==",
      "path": "microsoft.extensions.dependencymodel/2.0.0",
      "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UEQB5/QPuLYaCvScZQ9llhcks5xyEUKh41D615FoehRAF9UgGVmXHcCSOH8idHHLRoKm+OJJjEy1oywvuaL33w==",
      "path": "microsoft.extensions.fileproviders.abstractions/2.1.1",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVCvLm1ePchUgRrQZrno07Mn6knDAzR7vl6eRaI/fem0u6ODg+RTwOYLs4XL39Ttuu+BzEwqzHu3DtDgXT8+vQ==",
      "path": "microsoft.extensions.fileproviders.physical/2.1.1",
      "hashPath": "microsoft.extensions.fileproviders.physical.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4QDzyCN8cJnThY6mK9SnzovyCZ8KCG9jmC9KqHfFGtazJvmNZP1gcyBkPmqMjP0qwbmEUUyqyA9LLn3FrYXTGw==",
      "path": "microsoft.extensions.filesystemglobbing/2.1.1",
      "hashPath": "microsoft.extensions.filesystemglobbing.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-scJ1GZNIxMmjpENh0UZ8XCQ6vzr/LzeF9WvEA51Ix2OQGAs9WPgPu8ABVUdvpKPLuor/t05gm6menJK3PwqOXg==",
      "path": "microsoft.extensions.primitives/2.1.1",
      "hashPath": "microsoft.extensions.primitives.2.1.1.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
      "path": "microsoft.win32.registry/4.3.0",
      "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "SixLabors.Core/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RnLbRe5J9kjSH+EDA8a58shzI+nNt96aJw1WgXxdn+DSc/ryirdEPO/2EIITvaSX6Nk9Lepcj8EOVfq16fhUmg==",
      "path": "sixlabors.core/1.0.0-beta0005",
      "hashPath": "sixlabors.core.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Fonts/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-di4sMkEvGCREG/QEgCdI9KE1OlQLK0Hk9D9n3/yh8MkAdAo5r2XetIXHfCsIz6yMenalM+r+a5w67Ruc6npp2A==",
      "path": "sixlabors.fonts/1.0.0-beta0005",
      "hashPath": "sixlabors.fonts.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.ImageSharp/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypYAt2A8FLJ85y42VOVzrCTaULbTwKMM87kYspWOpeBQG/nGBfKWGzFikNJUqOFET7lqQ1nCMp30Nin/W3DPhQ==",
      "path": "sixlabors.imagesharp/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g4BYrC/1eBGGTWgRQ3pfcR5rYJLiwiZCwmbogJX5e/RSylKteAfsvc/ZR0i8QfDYeyJm7TWfHyFeCCh9yqTGIw==",
      "path": "sixlabors.imagesharp.drawing/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.Shapes/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AiyzJHChJE9M2EV1pPrbFSJBDa4tS73cGbtJybtZxMc9caVyT0j8kzcrPEIquZwg55pz+Rq/jiWzeeM81ehEqg==",
      "path": "sixlabors.shapes/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Shapes.Text/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XtlOWOl9mqlnZ5epKH1rf2wEdKXo/KA7b6OOu0y4jE+b7VvY0XpV5TXqk3sVU7TruwbIotRjaBYV5EzZRCNUeQ==",
      "path": "sixlabors.shapes.text/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.text.1.0.0-beta0005.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.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==",
      "path": "system.buffers/4.4.0",
      "hashPath": "system.buffers.4.4.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.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
      "path": "system.diagnostics.debug/4.0.11",
      "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
      "path": "system.dynamic.runtime/4.0.11",
      "hashPath": "system.dynamic.runtime.4.0.11.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.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
      "path": "system.io.filesystem/4.0.1",
      "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
      "path": "system.io.filesystem.primitives/4.0.1",
      "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
    },
    "System.Linq/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
      "path": "system.linq/4.1.0",
      "hashPath": "system.linq.4.1.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.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.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.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
      "path": "system.reflection.emit/4.0.1",
      "hashPath": "system.reflection.emit.4.0.1.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.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
      "path": "system.reflection.typeextensions/4.1.0",
      "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Zh8t8oqolRaFa9vmOZfdQm/qKejdqz0J9kr7o2Fu0vPeoH3BL1EOXipKWwkWtLT1JPzjByrF19fGuFlNbmPpiw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.1",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.1.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
      "path": "system.runtime.serialization.primitives/4.1.1",
      "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-epF1P00AFbqPy5jZx3fpEn5qwlBDZ+dck71xYc/jLibfY6BtoFKOqoj84YHcQWV9HcWb7M13aVJ61XCdK8/3XA==",
      "path": "system.text.encoding.codepages/4.4.0",
      "hashPath": "system.text.encoding.codepages.4.4.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.Thread/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Tlo/QJ5w4UhgO7Abxz3k9LL/nfQ9/2ioc88cQIMOjNhzK1QGJvvH+A6w5Sx+u99D6lgR+1Nj1YZ9/lknR963kQ==",
      "path": "system.threading.thread/4.0.0",
      "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
    },
    "ReportGenerator.Core/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ReportGenerator.DotnetCorePluginLoader/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\netcoreapp2.0\ReportGenerator.dll
md5: C5312D64D33C9BA696462D158153801B | sha1: 9D11A9E73E469726D782695226C9DB10600C8DBF | sha256: 467E5BF1C7CFBD8AF904C5851B12A232005AB0260EBA1A1989402EECE775D7D4 | sha512: 85EC6B373E164B74284A79BABB14DBF3B9B2B3551F8585C291EC0ED3CD1B6282667D894CB7FD8758D98E2CEE38679C83E6D50D04BBEBF250C97743362725FB6E
tools\netcoreapp2.0\ReportGenerator.DotnetCorePluginLoader.dll
md5: 8493171CA04585235942458F63363BC5 | sha1: 073E6E0F1E4F8654DBAD574A37E1B080BEF5C294 | sha256: 7F2B1EDE8759D05DFEBD7FC1BFE07C60984B73915B14FCAE3DCF7C4AEAE7EDBC | sha512: 1AA1FAF7A4F16105C8873099867D3D69DAD88A6A5445A1199CF9E0F05A5D0C3FED2D244D250CF3C6E99207AB921F33B59182B5906B80A6D9D0577904618973F6
tools\netcoreapp2.0\ReportGenerator.DotnetCorePluginLoader.pdb
 
tools\netcoreapp2.0\ReportGenerator.pdb
 
tools\netcoreapp2.0\ReportGenerator.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.0.0"
    }
  }
}
tools\netcoreapp2.0\runtimes\win\lib\netcoreapp2.0\System.Text.Encoding.CodePages.dll
md5: 8000FFCC22FE0B7CA78163A8FDA9EC19 | sha1: 51D99EFDF90570AB1CD10E9599B61BC97BDD680E | sha256: 963E7CF70E9353AD82AC2BA79D0023B8142375E53211ECD7694F0AA67236AA39 | sha512: 9C472A8F8308E7E42754FDFD8FFB460FC104A2F3382DB4C7E6C41DE45307401A5B74586442DEEF9B1BF67A9B356C115FB08E5A9AEA1972D9BFBCD65A9F83127F
tools\netcoreapp2.0\SixLabors.Core.dll
md5: 9E69A9CFA821484A2F0D0CD4BE90E486 | sha1: 217B5CC93CE5CD4D938EC9D4631E769052812118 | sha256: 094548BC14139797A0C7A86B9F394DB70A377050E4040B1162106A899C17B790 | sha512: 2813A3C6B39DB2E2E518C1EC007F78DFC37AC1677DA294BF4FBA11D40B7ADB277C0CACB1746C661F6C93AFA9D7E1A3955B8FD037F9C3C0C28B865FAB7D699DB2
tools\netcoreapp2.0\SixLabors.Fonts.dll
md5: A34392898EFE0F30746A5D6B73A668AF | sha1: A7B82E3A54682F7EB53E6E5CA24579A90BCE59C2 | sha256: A81A32D3F208473EB82F4DD7A51C337B9E84AC8BDD6A526F696AD214196EC5B1 | sha512: 589805298CFFEBCBBF6BDA78799D295F5F41C47BD0856CC56E88334965E303C34F1497A1468840E78235758A513CDEA681B4DB9265DD9F374F8351CCBCF37E1D
tools\netcoreapp2.0\SixLabors.ImageSharp.dll
md5: D00B1AACBA654F088FECA491A2D95B54 | sha1: 4AA5013D33C1475208A0B3F72D1A6B55DF6EF8A2 | sha256: CCCE31F19E42C935FA2AC5CDAF6BFBAAC82273DE38B5E9BE6C8CDB6C8AA92796 | sha512: C861BBFC9AF5B4763CF8DD2242FEE19CB682D099269F0CED624C520A4E8B05592168D5DF56BD00D0BF59BF378827137FD73C23EB4DA26CE2BD79E184BED4738A
tools\netcoreapp2.0\SixLabors.ImageSharp.Drawing.dll
md5: 52A6566066541D48355717E5E1959023 | sha1: 43CD7887CD5D6CA69886DB8242A03466E680CDA8 | sha256: 963527EAA4DA8D350DAFC1346362CD1F4382BDA4A787AA0EC8750DEC12C273D7 | sha512: 22939AACF90FEA8E892BEFC4C163635ACC60ECA550CB1F6BEB53E0883EDBAA044213D9C7686D81A9F2B463EC77E3803BD74B8BA5F23A7D568F67A2586EA7F637
tools\netcoreapp2.0\SixLabors.Shapes.dll
md5: 34309B9F707A7CAF63753C32BBB5FE46 | sha1: 8CFF5BF5E2343527A348900973E93E6EA3A40D74 | sha256: FB21A2A2DB498D1D1C7FB5D79302A66E9FF6651BC906F1849A27D0F1FC3D9CC3 | sha512: 8FCC47006DB88776E8313C7B3B5D2BD8F140BCEF3C0CC124FF0C9E8B06717443F40C48E02E756DC361F43D2C1224268E011D62272013AF2CC511B2DD04FF1E37
tools\netcoreapp2.0\SixLabors.Shapes.Text.dll
md5: AC704DCE4CB235D719BF7107BC74E8D6 | sha1: D71FF414865DB9FAAB7F4577BCF4BFAFF8ABC2FB | sha256: 7DA646B42E5A2D0CCBF167F22B58A9D2E85F74DC76EB00D9D5882FE86D3423AF | sha512: EC74A8D38BCB8C745A24786A3CCC7FA87AC19CBC3852D7839A3E24AC200FF0A6FB024E733566613BE2C784A6C5C4B3145B6D94150B1984A184ECEEBB314E8243
tools\netcoreapp2.0\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\netcoreapp2.0\System.Memory.dll
md5: 89EC6E101DE3A70ED140C62C2980F24E | sha1: F5E64ED69C1845556038D70F88A081A92F7EA4A6 | sha256: 63CCA774A231ED2F7CA888B4B6C6D2357CB4848AA3040B2F0E67430158C21ED2 | sha512: 8AF03E678CA0047E481A76A383E75C11E9474B032DB4ADBC7E89ADFF62449BD0067801A8F4A0F5D47FABAFBFF319D69F5D5DBDAF0D0689025490E787E7138C22
tools\netcoreapp2.0\System.Runtime.CompilerServices.Unsafe.dll
md5: 984670E1A811372E62FEFCEBE0812108 | sha1: 746F1F461A8A629A8FB7C9544F2D49E9FAA38C96 | sha256: 82ED567F7DB6C8A4EC82E19FF9DB1D5646E845956BA24117D96346BC231624C7 | sha512: 6D88146793A042F432CDDA3CDB8B81A5CBE903DA67F98059A4EA5599AA4337C277787EEB847A0E54DAD9CA58602170623444446431AEE277A849FC3829B2EB6C
tools\netcoreapp2.0\System.Text.Encoding.CodePages.dll
md5: 68B1D7C652A6BFF4877702295924282F | sha1: 212993E657A71D97AE877DA7E14DFAE9CF8575C8 | sha256: 104C64F8427AE85BD98BCDC862998E7B85FEE009AF91E43190E53DDD49EB9840 | sha512: 045E325564F9850D993508D88A30AD5E921D86B7ABBD45A1AC03BA44EF2A05AE51277ED49366EF3B6DCEB7B4FEF18BB0C3A89E23BC34AC6DAD2ABD278610A967
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Any binaries will be identical to other package types published by the project,
in particular the ReportGenerator NuGet package.

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
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.3 65 Thursday, March 14, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.2 102 Saturday, February 24, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.1 139 Saturday, February 3, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.0 488 Tuesday, November 14, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.26 1806 Friday, October 6, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.25 182 Monday, September 4, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.24 183 Saturday, August 12, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.23 420 Tuesday, July 4, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.22 294 Wednesday, June 7, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.20 315 Friday, April 28, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.19 238 Thursday, March 9, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.18 101 Sunday, February 26, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.17 159 Thursday, February 9, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.16 141 Thursday, February 2, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.15 132 Thursday, January 19, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.14 80 Wednesday, January 18, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.13 180 Saturday, December 17, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.12 165 Wednesday, November 16, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.11 127 Tuesday, November 8, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.10 691 Sunday, September 4, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.9 1255 Wednesday, May 18, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.7 169 Sunday, May 15, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.6 287 Sunday, May 1, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.5 180 Tuesday, April 26, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.4 673 Sunday, April 3, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.3 349 Monday, March 21, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.2 169 Tuesday, March 15, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.1 173 Sunday, March 13, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.4 555 Thursday, February 10, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.3 326 Thursday, January 27, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.2 389 Tuesday, December 28, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.0 659 Friday, November 12, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.9.0 81 Friday, November 12, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.13 693 Monday, September 27, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.11 1167 Tuesday, June 22, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.10 202 Wednesday, June 16, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.9 447 Tuesday, May 25, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.7 861 Thursday, March 4, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.6 383 Saturday, February 20, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.5 311 Wednesday, February 3, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.4 641 Wednesday, December 30, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.3 195 Saturday, December 26, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.2 224 Tuesday, December 15, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.1 256 Friday, November 20, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.0 200 Wednesday, November 11, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.7.1 348 Saturday, October 10, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.7.0 186 Wednesday, October 7, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.7 362 Tuesday, September 8, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.6 166 Thursday, September 3, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.5 185 Saturday, August 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.4 329 Sunday, August 2, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.3 146 Sunday, August 2, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.2 177 Tuesday, July 28, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.1 472 Monday, June 1, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.0 587 Tuesday, May 26, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.8 282 Tuesday, May 5, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.6 357 Monday, April 13, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.5 177 Saturday, April 11, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.4 246 Sunday, April 5, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.3 249 Sunday, March 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.2 345 Thursday, March 12, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.1 194 Tuesday, March 10, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.0 276 Monday, February 24, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.7 323 Friday, February 7, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.6 154 Wednesday, January 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.5 290 Monday, January 20, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.4 204 Sunday, January 19, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.3 145 Friday, January 17, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.2 183 Wednesday, January 15, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.1 161 Tuesday, January 14, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.0 260 Wednesday, December 25, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.9 200 Monday, December 16, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.8 183 Thursday, December 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.6 363 Tuesday, November 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.5 212 Thursday, October 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.4 253 Thursday, October 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.3 200 Sunday, October 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.2 242 Monday, October 21, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.1 220 Tuesday, October 15, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.0 271 Tuesday, October 1, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.20 6142 Monday, September 16, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.19 328 Wednesday, September 4, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.17 253 Saturday, August 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.16 243 Wednesday, August 28, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.15 474 Monday, August 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.14 181 Monday, August 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.13 173 Sunday, August 11, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.12 229 Wednesday, July 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.11 296 Saturday, July 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.10 369 Thursday, July 18, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.9 265 Friday, July 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.5 342 Wednesday, July 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.4 192 Tuesday, July 2, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.3 174 Monday, July 1, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.2 284 Thursday, June 20, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.1 262 Monday, June 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.0 181 Friday, June 14, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.10 268 Wednesday, June 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.9 249 Thursday, May 30, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.8 234 Saturday, May 25, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.7 209 Wednesday, May 22, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.6 261 Monday, May 20, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.5 350 Sunday, May 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.4 374 Monday, April 22, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.3 294 Wednesday, April 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.2 252 Thursday, April 11, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.1 277 Monday, April 8, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.0 220 Wednesday, April 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.15 476 Tuesday, March 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.14.0 231 Wednesday, February 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.13.1 239 Sunday, February 24, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.13.0 162 Thursday, February 21, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.12.0 223 Wednesday, February 13, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.11.0 266 Wednesday, February 6, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.9.0 389 Wednesday, January 23, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.7.0 235 Thursday, January 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.6.0 238 Tuesday, January 15, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.5.0 316 Thursday, January 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.4.0 730 Wednesday, November 14, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.3.0 232 Saturday, November 10, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.0.0 461 Friday, October 19, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 3.1.0.0 2392 Wednesday, December 6, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 3.0.0.0 1027 Sunday, September 17, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.9.0 754 Monday, July 3, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.2.0 594 Saturday, December 31, 2016 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.1.0 451 Monday, November 14, 2016 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.0.0 608 Tuesday, November 8, 2016 Approved

This package has no dependencies.

Discussion for the ReportGenerator (Portable) - Generates reports for various code coverage tools Package

Ground Rules:

  • This discussion is only about ReportGenerator (Portable) - Generates reports for various code coverage tools and the ReportGenerator (Portable) - Generates reports for various code coverage tools 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 ReportGenerator (Portable) - Generates reports for various code coverage tools, 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