Downloads:
56,288
Downloads of v 4.8.11:
1,179
Last Update:
22 Jun 2021
Package Maintainer(s):
Software Author(s):
- Daniel Palme
Tags:
code coverage reporting testing tdd utility- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
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.8.11 | Updated: 22 Jun 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
56,288
Downloads of v 4.8.11:
1,179
Maintainer(s):
Software Author(s):
- Daniel Palme
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.11
This is not the latest version of ReportGenerator (Portable) - Generates reports for various code coverage tools available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Daniel Palme. The inclusion of Daniel Palme trademark(s), if any, upon this webpage is solely to identify Daniel Palme goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download reportgenerator.portable --internalize --version=4.8.11 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade reportgenerator.portable -y --source="'INTERNAL REPO URL'" --version="'4.8.11'" [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.8.11'"
$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.8.11'
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.8.11'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller reportgenerator.portable
{
Name = "reportgenerator.portable"
Version = "4.8.11"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'reportgenerator.portable':
ensure => '4.8.11',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
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.
This package was approved as a trusted package on 22 Jun 2021.
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov 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.
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.
=======================================================================
= =
= =
= ReportGenerator =
= Generation of coverage reports =
= =
= https://www.palmmedia.de =
= =
= =
=======================================================================
DESCRIPTION
ReportGenerator converts coverage reports generated by coverlet, 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.
The following output formats are supported by ReportGenerator:
-Html, HtmlSummary, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HtmlChart, MHtml
-Clover
-Cobertura
-SonarQube
-lcov
-Xml, XmlSummary
-JsonSummary
-Latex, LatexSummary
-TeamCitySummary
-TextSummary
-CsvSummary
-MarkdownSummary
-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)
gcov
lcov
=======================================================================
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.8.11.0
* New: #426: Added file numbers to class report
* New: #433: Added dark mode to all HTML report types (light/dark mode is applied based on OS theme)
4.8.10.0
* New: #431: Added Markdown output format
4.8.9.0
* Fix: Updated Angular Components
4.8.8.0
* Fix: Updated Angular Components (dropped support for IE)
* Fix: #418: Cobertura: Clean up directory separators before path combine
4.8.7.0
* Fix: #408: Fixed coverage of generic classes
4.8.6.0
* New: #405: Added support for deterministic source paths
* New: Improved name of generic classes (https://github.com/coverlet-coverage/coverlet/issues/1077)
4.8.5.0
* Fix: #406: Fixed reference version of McMaster.NETCore.Plugins for package ReportGenerator.Core
4.8.4.0
* Fix: #403: Fixed handling of leading/trailing spaces in command line parameters
4.8.3.0
* Fix: #401: Fixed handling of '=' in command line parameters
4.8.2.0
* Fix: #400: Allow suppling all parameters via .netconfig
4.8.1.0
* Fix: #399: Improved merging of codeelements (maximum coverage quota was not considered)
4.8.0.0
* New: #397: Added .NET 5 support
4.7.1.0
* New: #392: Filters are now case insensitive
4.7.0.0
* New: Dropped support for Nuget package 'dotnet-reportgenerator-cli'. Use 'dotnet-reportgenerator-globaltool' instead.
* New: #384: Added warning for unknown or duplicate command line arguments
* New: #391: Added authentication support for remote files via custom HTTP headers
4.6.7.0
* New: #374: Added support for .netconfig
* Fix: #363: Improved handling of HTML generation (several HTML reports at once)
* Fix: #385: Added filtering by namespace for classfilters in DynamicCodeCoverageParser
* Fix: #388: Removed branch coverage columns if no branch coverage is available
4.6.6.0
* New: #379: Added setting to allow saving report types to different directories
* New: #380: Removed UTF-8 BOM from all generated XML files
4.6.5.0
* New: #364: Added addtional columns for branch coverage in summary
* New: #367: Cobertura: Added support for cycolmatic complexity
* Fix: #363: Fixed OpenCover file handling (not unique tracked methods)
* Fix: #371: Fixed order of metrics
4.6.4.0
* New: #366: Added custom settings to Azure DevOps task
4.6.3.0
* New: #364: Added tooltips to show coverage as ratio
* New: #366: Clover: Filtering of test projects (settings:excludeTestProjects=true)
* Fix: #365: Added dark theme support for Coverage Gutters preview
4.6.2.0
* New: Clover: Added classfilter support
* Fix: #363: Fixed clover file handling (several branches per line)
4.6.1.0
* Fix: #351: Fixed reading large XML coverage files
4.6.0.0
* New: #210: Strong named all DLLs. Plugins have to be strong named too.
* New: #348: Added coverage indicator for methods/properties
* New: #349: Apply query string to referenced CSS and JavaScript files and links to support SAS tokens (e.g. on blob storage)
* New: Added Source Link for Nuget package 'ReportGenerator.Core'
* New: Changed default HTML extension from '*.htm' to '*.html'
4.5.8.0
* Fix: Issue #341: Improved parameter handling in MSBuild task
4.5.6.0
* Fix: Issue #340: Fixed typo in badges
4.5.5.0
* Fix: Issue #338: Improved error/warning messages
* Fix: Issue #339: Badges are now always genererated with text 'N/A' if not available
4.5.4.0
* Fix: Issue #336: Fix class-level branch coverage for OpenCover
4.5.3.0
* Fix: Issue #335: Workaround for MSBuild task in .NET Core SDK 3.1.20x
4.5.2.0
* Fix: Issue #331: Fixed string encoding in JsonSummary
4.5.1.0
* New: Issue #324: Removed image urls for HTML inline reports
* New: Issue #329: Allow custom report heading via new '-title' command line parameter
* Fix: Issue #326: Reduced verbosity of logs for Info level
4.5.0.0
* New: Issue #323: Added new output format Clover
4.4.7.0
* Fix: Issue #320: TeamCitySummary: Corrected reporting of branches
4.4.6.0
* Fix: Issue #307: Removed argument logging for all log levels except 'Verbose'
* Fix: Issue #316: Improved lcov support
4.4.5.0
* Fix: Upgraded ReportGenerator.Core package for usage with .NET Core 3.x
4.4.4.0
* Fix: Upgraded ReportGenerator.Core package for usage with .NET Core 3.x
* New: Issue #312: Added more badges
4.4.3.0
* Fix: Issue #311: Improved lcov support
4.4.2.0
* Fix: Issue #310: Disabled path normalization for remote files
4.4.1.0
* New: Issue #306: Added warning when parsing binary coverage report generated by a Visual Studio code coverage tool
* New: Issue #309: Added branch information to lcov output format
4.4.0.0
* New: Issue #304: Added new output format JSONSummary
4.3.9.0
* Fix: Issue #302: Fixed spelling error for settings::cachingDuringOfRemoteFilesInMinutes
4.3.8.0
* Fix: Issue #300: Fixed parsing issue for JaCoCo files
4.3.6.0
* Fix: Issue #294: Fixed handling of partial classes for Cobertura coverage files
4.3.5.0
* Fix: Issue #292: Improved support for Clover files generated by PhpUnit
4.3.4.0
* Fix: Issue #292: Improved handling of Clover format
4.3.3.0
* Fix: Issue #291: Added support for numbers with exponent in Cobertura report
4.3.2.0
* Fix: Issue #290: Directories from command line parameter 'sourcedirs' are now used to determine path of files
4.3.1.0
* Fix: Issue #262: Readded missing API
4.3.0.0
* New: Issue #205: Support for .NET Core 3.0
* New: Issue #262: Performance improvements
* New: Issue #285: Added lcov output format
* Fix: Issue #283: Improved logging of coverage report paths
* Fix: Issue #284: Fixed layout issue in Google Chrome
* Fix: Improved merging of partially covered lines
4.2.20.0
* Fix: Issue #281: Improved handling of encoding when parsing files
4.2.19.0
* Fix: Issue #279: Improved parameter handling in MSBuild task
4.2.17.0
* Fix: Issue #275: Disabled grouping by namespace if no namespace exists
* Fix: Issue #275: Added support for namespaces in DynamicCodeCoverageParser
* Fix: Issue #277: Changed default log level to Info
4.2.16.0
* Fix: Issue #276: Improved Clover support for coverage files generated by Jest
4.2.15.0
* Fix: Issue #273: Handling of large coverage numbers
4.2.13.0
* Fix: Issue #271: Prevented file parsing multiple times
4.2.12.0
* Fix: Issue #270: Improved file pattern verification
4.2.11.0
* Fix: Issue #268: Reduced file name length for XML report files
* Fix: Issue #270: Improved file pattern verification
4.2.10.0
* Fix: Issue #269: Improved lcov support for Flutter
4.2.9.0
* Fix: Issue #84: Improved parameter handling in Azure DevOps extension
* Fix: Added support for Clover files with namespace declaration (coverage files generated by https://github.com/jsargiot/visual-coverage)
4.2.5.0
* Fix: Issue #260: Added tag to comparision selection
4.2.4.0
* Fix: Issue #117: Improved file filters (classes get removed if all files are removed)
* Fix: Issue #260: Added tag to comparision selection
4.2.3.0
* Fix: Issue #259: Improved tooltip position in charts
4.2.2.0
* Fix: Issue #256: Improved XML report
4.2.1.0
* Fix: Issue #255: Improved performance of Cobertura parser
4.2.0.0
* New: Added support for gcov and lcov
4.1.10.0
* Fix: Issue #251: DynamicCodeCoverage: Fixed handling of lines with number 15732480
4.1.9.0
* New: Issue #247: Added new overloads to GenerateReports
* Fix: Issue #248: Improved merging of metrics (use minimum for certain metrics)
* Fix: Issue #250: Fixed backlink symbol for Firefox
4.1.8.0
* Fix: Issue #239: Improved link back to the summary page for Azure DevOps
4.1.7.0
* Fix: Issue #242: Improved option to remove risk hotspots section
* Fix: Issue #243, #244: Made SummaryResult class public
* Fix: Issue #245, #246: Improved nested class handling for Cobertura
4.1.6.0
* New: Issue #239: Added link back to the summary page
* New: Issue #242: Added option to remove risk hotspots section
4.1.5.0
* New: Moved MSBuild task to separate assembly
* Fix: Issue #229: Changed sorting on summary page (assemblies are now included in sorting)
* Fix: Issue #234: Made CoverageReportParser class public
* Fix: Issue #232: Allow roll-forward to .NET Core 3.0 if 2.x is not installed
* Fix: Issue #235: Improved nested class handling for Cobertura
4.1.4.0
* Fix: Issue #115: Cobertura path problem when source path is drive letter
4.1.3.0
* New: Issue #228: New report type 'TeamCitySummary'
4.1.2.0
* Fix: Issue #227: Performance improvement - class.js is generated only once
4.1.1.0
* Fix: Issue #225: Improved arguments parsing for Linux
4.1.0.0
* Fix: Issue #224: Fixed badge generation in CLI tool
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
* New: Issue #205: DotnetCliTool Nuget package: Added support for .NET Core 3.0
4.0.10.0
* New: Issue #203: Dark theme for Azure DevOps
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
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForNPathComplexity": 200
},
"settings": {
"numberOfReportsParsedInParallel": 1,
"numberOfReportsMergedInParallel": 1,
"maximumNumberOfHistoricCoverageFiles": 100,
"renderPngFallBackImagesForHistoryCharts": false,
"cachingDurationOfRemoteFilesInMinutes": 10080,
"disableRiskHotspots": false,
"excludeTestProjects": false,
"createSubdirectoryForAllReportTypes": false,
"customHeadersForRemoteFiles": null
}
}
md5: 36E3D95D61595E277912615C495554E8 | sha1: BF96298D13BD70C4FDE5D49549FC2B469010C8E9 | sha256: F02BE9E510C147B9910C02EA2302078448129DD696C89D7E8973B1CA18FC56AA | sha512: 28D5E34ACB6CE61D1A29CFA2D129E11D17CD7BA6457E26A95FC1CB17DE8FF89169D2822817CF501C4720E1EA0D9EDDBAD433A4DDED659029B578AF7264EBE9D4
md5: 1EE251645B8A54A116D6D06C83A2BD85 | sha1: 5DBF1534FFBFF016CC45559EB5EFF3DC4252A522 | sha256: 075CE79E84041137C78885B3738C1B5A03547D0AE2A79916E844196A9D0EC1DB | sha512: 9F67FD0566EAC2DA4253D08697DAAB427E4E85780615D940F086A88424DCBB0563ABAE7E4824088E64EF7024C1BB3BBF324F2D07BC7BA55F79E4AF3C9EA88E97
md5: 4C46351621E1E02EED705256D4968409 | sha1: 39C6FA47E2E859936DF6694FEFAD07E59E620B48 | sha256: E9C7728801B51B2F2013F492B418FDA89FCB893FB903B259A9FFCA14611D1501 | sha512: 39232A298A8E003C7C82C0DA9CE35A6F4E39DB4A8F62887AAAFA7595AE891BAC4EDB2A9EFE10B7B336C10BADF2370E92F6C705CEBEFCABCD8F9E49EF48158C1E
md5: 29F813397E09FFD77899E5256BF9B26B | sha1: 0F7C0A5D2AC7D6D28C963F32E499294BB2172F8A | sha256: 9408F709F2C51A0D564EB7BE8B4C60E5FE78AA2547F5EDADD218AE2C006D3BE4 | sha512: F3792BEFB6B809630C6B2E59F00C79A830285B4A747C8BB66D295B337C0070E3350E13EA555BDBB6E923776F563A38342CAE91FFB54FAF7EB016DF8CF8AECC3B
md5: BAA7644ED2F322D1D2C953220987C4A9 | sha1: 3860C3D54413837FD23E9A7081C15D27AB2ED4F0 | sha256: 5DA295C08ABA9257C8F27A39A3D21E0EE82C4E55C098794688305C270B4983B6 | sha512: 034CB63F8A8CCF99D2CB182C72E7E5AD67CD23BAACA376DFF3444C13E9C0BB78E1E5643ED82999130E9398FBD643CD86A875249401A49438B7D7976329D2AC74
md5: B825099A89C81FE4127EE2628596D5D1 | sha1: 8E69FAA62F82DD042A51A345EEA19B959442E985 | sha256: F2F6D158380C32A50BDB827B4D63F97C364F221813641DAF74C257034484B507 | sha512: 5C8DD2275702DAA09BEE2A8DAC563D1292EEF6735CD0A3A250F633AFB3AC7823769435C4A29796B0B3522D72312497BAC86B5CA71CBBA2FBE31CE9CC24557068
md5: 2D3B7A8112A2F148C75ED0820EE2A568 | sha1: E34F939E35591D03B982FE963A6532B427F6C844 | sha256: DABAE732FA2B9CDB25BDD6E6F6C804FBD7C512380ABCD1E0B8B0E3E32BFED7D9 | sha512: AA270196C7D56679BA47C9C8E0CF0A9E34FAFBB15A7CCAE2478F7B3410E5C9A4863D48B55FA6D4CA0C91B5563075ECC54969953C32808EEC26385C2DC32FFC12
md5: 4AE4C4004B28A9C7286CE1B4F2BBF415 | sha1: 423C11F0E71B51378F39EB275093AA223C49F848 | sha256: D5F7CD54E4AA3B02BD445BD5B8FF4786CB6463EC976CBFE820FCED5E272EC572 | sha512: 7BF95813A0C66425DCF3E4D7E0078F72E97A3DF9BAFF9CC525F2292F5CDBBE1CB52FD674089D1BE15516770F214B9E7BC937DE314EB9042441BF0EF1BE28B044
md5: 8BE2C97BBBE81795E3042602A21965E6 | sha1: CF89501075AC6713C091CA773DAD2BA946B7C6EA | sha256: 385EC618612990AF5B4D8EC6EDFFB13FBB5FF5A03E7786033B42EA061EE3976E | sha512: D89A13AC0E3639ACBB26F43739CD7A01DDB07FB03D7E0DB5940DD28624D76014BA5E420B45F2D35B1ACF0D9B3117A06F41F56109066FC95E9BB438D7516AFC04
md5: AE4D8069218E6A793E4CB461E09D4D9E | sha1: CBA0B162D94D80DEF76020A36C855543E8787EF9 | sha256: DFA8CE0BBD09C898957DC08CA9D3E1DB2E87EDD5D940C78F6B0BECC6243D9D9E | sha512: 6C838CBBA6623EC3F9168F79F27BA651073A96CDA48CDCE244883CABA27004AC72F76C77F5012F0B044877FD3D90C1B9425465FC1782F0B5DC37D33C9F124E3E
md5: 9B981DCB9329E9043987EB2C24371714 | sha1: C3C45B42A67525CBF8596CF6EF9A56D103BB70F9 | sha256: 0706CEDCD984A2478F10A9E57BB06E81BAE2E0A1271507B26E91FB8F8C3413FE | sha512: 566BF7D258D3306742C3C585D04D19B338A8E1224E29EC7AF35770E6827BF597A613775223CF93AA9AFCB4EA3DA0CA53B99493D9B3C6684DA815907C8629B03E
md5: 4E153E7492EAE30CD0AA49A3140C1EBE | sha1: 55C123A2F3D1C7E24C4ED5EDC54043CD9C37810A | sha256: 6BDA4BDDEDFBB9023A5330DC1FD528E851CF2C869E53F3248E704927CEC107CC | sha512: BA25BBBBA4C3E454F4EC064195F5F5E9D0CC4C217B9B4EE538FD31D138224A12C58C0B97C588EA4EA482B2303B0AFA04125C30BED102B7C5F2AA645D8E7C03BF
md5: F8DC23B883576FB84ECCD1B7B56490D3 | sha1: C447B48529380954C878F1D933A10EF1BC402BB6 | sha256: 1ACB904F6EEE86F33B507A7E7CF8F2112D34D1B34DAF1532DF4D800795D328BC | sha512: 2604147C8A3664E2ABEEAFE9503CBED07866C763581C7587F59F8472718995C7D17782385826D70AB515A73BF4EFC57E91EC5738D09363689305592C38FDB6DB
md5: D833DDCB52E5C6D6DA71BAE25395A911 | sha1: 17CE025AD7A0175C467F5A7108CA81A813E4AC21 | sha256: 76152E774B2BD9C5A0D301E92E253D8BF55FA90E191D0155DFD86B2B84766AE8 | sha512: FD963A9FA5BDD10A1C54CE8FCBA862B59786280CA5D668FA041B30B80D7FA2B84230D33B1C0541423534C764E7432213039D5F586D0427D542C0FAF703081A79
md5: 76B8D417C2F6416FA81EACC45977CEA2 | sha1: 7B249C6390DFC90EF33F9A697174E363080091EF | sha256: 5EAA2E82A26B0B302280D08F54DC9DA25165DD0E286BE52440A271285D63F695 | sha512: 3B510CDC45C94BE383C91687C2CB01A501BA34E3FBB66346214FC576D6F0E63C77D1D09C6419FC907F5B083387A7046C0670377AD2E00C3EC2E731275739F9C7
md5: 3AA2523128DCE35A2ECDAA2E423E46D1 | sha1: AF75F4CD369D267A95E2647F71C524BD7642F1B7 | sha256: D641EB0065BD5CDB541C5BF0D2FF976720D35D62416AB959727651ABF0ABA2CA | sha512: 00B48864CE9C0AD1F74FC069BC8B07CF87F4C0D8EEE03ACFE2A3AE947D1595558A72605EC7BFD934447D0A7D00F40C3C4CBF440D91D152AB1E2B94B17A0BF99D
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
md5: 079430D88B85F85E0B4336E53BB7AB1E | sha1: 5899857B6F178A4888709975FC4538355942F4D8 | sha256: AD5336C52C72DA6F8BA4AFAD1B32769DDC6463BE016AD9D7BBE8CB1E6CD35E41 | sha512: 11889E60A6FF87E8DF04841C51C3196E0B5A453B2B44610FA1310571E1B541840FB58F0F8D8AD57C93291D47894956EE7D756B96BCB6ED9E9F5147E3B35462CF
md5: 1863B8399E0CE9059EFEEDF3D5626512 | sha1: E5B0C6385E35ED2B0A176638298944EA953A752F | sha256: 55629C05932389513A38A5CEFC4AEC2657AC9B3A916692EC46069E7E5855F281 | sha512: 00532724C1E201D035EADB55B675431000B44304D77872C8B9970CD5045EF8CF7B5D786B07DA06C73ADC787535EF96DA71E243D401D40A95FD63EE883E4E1D52
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
</startup>
<runtime>
<gcConcurrent enabled="true" />
<gcServer enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Win32.Registry" 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.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.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.3.0" newVersion="4.0.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.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>
md5: 583A1F62C01085FC41D261B7710912C8 | sha1: EA09CA7937769021520086BD72976C3D787F083E | sha256: 2229711E01F16C6F7BD165A47C7A4E76D9DBB0825DCCF3FC7824347761C37E7A | sha512: E6C5529A20954603E328F6548DDA6BB6BC89D9C7F5823282001401F842FF8901C71562896068EFFF752525228BEF5C9F9E25F0713D865767D7F0BBA6218CC25C
md5: 13A13608E107E9BB22A7C17FD95A594C | sha1: 659442CD394CAEA70E39EEB553D1F70C8B108914 | sha256: 9B87E2CD125461219A2490AB6223CF93D8D1D354C22A4FB140FDFD75B5EE7700 | sha512: DDB3654C9AEB7CB11EE9FE2D539DF68803898B72571256D83FA06865011216309F9FFD3886ADE5973EEF068EA75EB879730DC87F452E7926BEBE90ED6ADB7A23
md5: FF13E61F015241CC093CA7F16191A11D | sha1: EDEB3B0B1A0EE68BFD324B458F9099912B75D303 | sha256: B4DB31331281BC6468DFC66DB80BB4D3D30D768348E8E7AF83AF47C0EEA0FC5F | sha512: 14D4BA17C850EAB4D4B13E3A838383BD453174602D25DB5A34C83EEFBC74B6C56002F1DAF4C3215AFE7EDD9980B9CAD16BB0FBA3310725E92A32C061F6E97EAA
md5: 33A6F89638B3AA0CB284D9D06F499268 | sha1: 06E4AFEB0D36AB64CE10D8D2FA7A5A45A7076DE9 | sha256: 505252C175954ACC492CF4A99C3FBB1C33264F4957C77AE1D6A13F47226706FC | sha512: 13C2F94C8067C0781561F1CFF35FEA770F1C63BF2C9E444DE560C34195337DE3E8B4916B86C489A9E3277B5900526C60ED5EFA4CAE3E3E95F027B73C2B7D1789
md5: 8CC4C7DFEB41B6C227488CE52D1A8E74 | sha1: 93702135DB0646B893BABE030BD8DC15549FF0C2 | sha256: 9DC115AC4AADD6A94D87C7A8A3F61803CC25A3D73501D7534867DF6B0D8A0D39 | sha512: E4DA7E3AE5CA31E566EA0475E83D69D998253FB6D689970703A5AD354A2AAD1BB78D49A2C038F0A3C84A188D091696191B04E4A39253DEB3B6CB310B72F02F97
md5: ECDFE8EDE869D2CCC6BF99981EA96400 | sha1: 2F410A0396BC148ED533AD49B6415FB58DD4D641 | sha256: ACCCCFBE45D9F08FFEED9916E37B33E98C65BE012CFFF6E7FA7B67210CE1FEFB | sha512: 5FC7FEE5C25CB2EEE19737068968E00A00961C257271B420F594E5A0DA0559502D04EE6BA2D8D2AAD77F3769622F6743A5EE8DAE23F8F993F33FB09ED8DB2741
md5: 559C98EB9633C7BA1BC813F8E6E0E9A5 | sha1: 311F52B31611E6DC5FD4C0159BFA452C22980CA7 | sha256: CC62F3B867D50083C2932061F20662C698D2E1A741C4D2F9DF1FD2D435E3EF3C | sha512: E241C16869D1CDBB2C6482A7C5B2AF93DE4BA0CEF8185B8826EEE35ECB174F35F7585C8AE0320F7F4F6B80F3BB5B3EDAE2383760F2F35637F03C3A0E38E0875C
md5: 1D8AAFECA1EA565B257384D3F64864B0 | sha1: 4D923B100142AFA2E0A8B7ACDB3A6DE6FEB91148 | sha256: C2250E9E51B44D8AB8C5B892592766925F6580EE00B95026621D0AFB037C2707 | sha512: 99E4A226E1FABB348E7EF7C6FA56AD0CE4E4CF5D8569CE21881703DCA8D83A1C113FD5F440A4FC9E9B99A04AE8CF4490E17D62FFC09CFAC5A45678A4419EFDBB
md5: C598080FA777D6E63DFD0370E97EC8F3 | sha1: 9D1236DCFB3CAA07278A6D4EC751798D67D73CC2 | sha256: 646D3B52A4898078F46534727BDB06FF23B72523441458B9F49ECC315BF3EF5C | sha512: 8A5B4AFB4363732008C97D53F13EE430401E4A17677AF37123DA035F15F9E9409A2AEB74AE238379291FD5DE07C3CD4E3DE2778DA5EDF83A42649FA5B281CB32
md5: 45FF71114047DBF934C90E17677FA994 | sha1: 526C688E71A7D7410007AD5AA6EA8B83CACE76C5 | sha256: 529943C0CDF24F57E94BF03FAC5F40B94A638625027A02DF79E1E8CB5D9BC696 | sha512: 29684AC5391268EAA276196A6249364F6D23ABFE59BDC304A561CF326CEA6CD662FA04C05E15924FD6D3F9E9D1607992B8DCAD3F817CFE891580F9D9462FE9B7
md5: B52C339601CB264F83DF72D802E98687 | sha1: 8BBB7BADAAA912C1F17775E9ACDCAB389704C772 | sha256: 938DA38561DA54793944E95E94B6E11CF83AACD667487297D428FBCE1C06DC9C | sha512: 287F08AB07827570F9F3EF48A6D7E5C186899A2704FB3DBAF36975F6BE7B29FB6695A69FAB85A6F09BDDEFB60C79052C3A33CF862651F892EB9D773D880B3AF8
md5: 632CC8AD69B76FD9BB5847DE1E1439F7 | sha1: 2E32D50EC33EC6635681485B754F4E58D434A5EE | sha256: 5E61D755616CB10524F5F31E9B70C65A7FFF8E30E25CE711AC8B354D657AB479 | sha512: 9BA5CC82573308E5D995BA05BC660FC1C087EB91D8BD7EFCA6FF838A3C47BD6118D9C92919B2E0DAC11A5A27977318C5C819499DC19CD5D6E57122A0749858C6
md5: 6067ECBAB3C6DDDB6BF7C49C7948CAA8 | sha1: 5F3DA777AF01DBC159BD8D9D97D5DC105918AFC5 | sha256: 22108E32E0B6E42F5F52A4CB17B9B6FA3DFD547ECD9EEF9C67226DBEC54D23E5 | sha512: 9F3E834B8342E0C7AA5CCC993B520D664B03F1F0091066C66067923E1D4991EFA03F63908552538C05F423AA2B696DE7C76993F71A7564F3E87662CB0FC00726
md5: 2F39655CCFC010E32A7240D9BF5D0852 | sha1: 20AEAED12DFB8D71E39687350EB12BC0DE372AF0 | sha256: BFCD867F71C887429DFE008D7EC5D1853D15B3932D4CE8991694293477B5BE37 | sha512: 9769E59279A32F29C2F2C6970C81D3ED76FE3421B819DDFFC8FA98329F1B45300C737FDF71956672F80F69B3A75727D184F8C421E00B84E94163A86CB744A991
md5: D1699287934DA769FC31E07F80762511 | sha1: BFE2384A92B385665689AD5A72F23ABC8C022D82 | sha256: 0DBB92ECD5DFA7FC258BC6DEED4CECF1B37F895457FD06976496926ABDB317BB | sha512: 4FEF3E1535F546FFDDE0683F32A069BEEFFE89096524C7068F1F5CE8377824F82AE530D3990C9DD51BCCAA9E53FDED5613FA1174013325808059276DEE771187
md5: EA9376C17EE0148F0503028AD4501A92 | sha1: 9D5686CBF45E90DF5E11D87E7B90173A1A64B1A0 | sha256: B537313413F80105F143CC144FEEAE2AC93F44747727DE309A71D57D2650034A | sha512: 18D1BB2D5C469644078D75766DBF04ADDF7D0C543F7ED15FF522CEEAEF960900DD8EC68172F5D684B76B0AA6946BB38D641F021EC04C70AD66A6062C10412E0A
md5: D712A5A82A446086443CE00B610D8A5D | sha1: 7ADD96BAA123DB819F2F3D5AA62D6F872CE8FE14 | sha256: 1C7BFF6F16BB618648E699B723AEAFE511515CD6AAD699C25FAAE2A507E22811 | sha512: 225128E58E2F01B5CAADA6FE54B1D32FF6A700542CE22B425649AB22DA2944F796F04D1A2428C542BCAB5348A161CF73F5F9A1E7BBF1F6417C4D507217FE3FD0
md5: 99373AB10858746AAD424F28B48277F5 | sha1: 5042EE630A6C7C2986E8323A14D052C1D83B6F61 | sha256: 9C4AE61E0E8365762EFE3D34C5595029F2C12E0079E6070720E2CEF0882C84E5 | sha512: E96F8FDD6FFB702D344746CE82DE576BBA8636EDE3E39A7DA18CCF8A0178B8346FD31140760B864F1487D7804D931FF1A18DE07A4CAFA0CF79BDB340421FC03F
md5: 8B8C402311D7AB87E588675E736414FD | sha1: EB8C010A35B461402C1C33133F1B61C78BE8425A | sha256: 55A30D92D163CF1807BEA6DC13B4C13E70AEBBB034DC77EAEF4F4394730DCD8E | sha512: D03F450A3A19320DE71145E48CD7C088D9B50D0A683CC9A79D8967DCE085A6F63CBE537FCA1C6208865EB52EAFB10189613C7233047318CAEB2FB2C23C34A269
md5: 0D9A641105098D642567B22101A4DE0B | sha1: 12419C25D1C2EB706A4E4E649EE353CEDA7446A9 | sha256: 7C25A74772E135257235640A0264DDC05235E14F3627896CFE735E9955155F83 | sha512: FD4560CDF01DE237DDF797A33C5DBC220D3FCAE07EDE17D43C39F5562E36E03646676A87E20699D7603FCA6D84F66C8756EB863DD4727B7E1A499619BB88DDE1
md5: D86B0ACA05321569D9383DC7C4E9E934 | sha1: 2EF7D0A222C3A3E564B3C72D5B71A5BE40A7ADEA | sha256: 28B165CDDB82A2507114394AE398995EF8A50C549214F8678AA66054F6927754 | sha512: 5959E1129C983825233A07869DD1B2B1DB32830D2B5F6B7F8D869C39A76A241F88F76D37341FDFBF56F000FC6ACBA19AEB36A7EFB94721494B41B65BF4978651
md5: FA98A0F020248C2BE1DD40C07092F22A | sha1: EF6B3CCFF90BEDDAB5CE6F60B4CC23F75EDFD009 | sha256: CAE99F910874288AFBF810968D13B79D755CD4B2006609EC036EA4934181CBA5 | sha512: 554A25C761102DC41A9E421621E329868D1162AB29F47E59754C8FCFAE0C12BBE8200E1B5975ABF926F1DE0977A5407C43202AC8A2801C69A7F01D95B6A1E959
md5: A964808487E671BB369DBC0E4DC5A947 | sha1: C3848473E42E2F9B4D0A00180EA9ADE654432587 | sha256: 63EAB38EE9F4DCD686C8E6A4F01E1E2A9BB91E52B20AB4DDE0C28061E9261860 | sha512: 7352368B68835ECC9C5943AE2F2BD5CAB775A7FBB018AF7683E74FAD1731A9738AE14EBE0BCCD854A223AB762FCA7EC11411FDAE865C5C6DDD034900FA55CFD0
md5: 27C7D752C11C3F43F28EB31968E73E2B | sha1: 51E466218025126C5E524AFD2086F4AB0BF3660A | sha256: 260C6250EF9B57DCA99B4CECC533F9A34857B5A32B5351202F776163841200AA | sha512: 393D1747911A7F91F4C4F4F363A3782F24E00431478088DA454823A223A4E75E51D9B010FC5D9746E2BF0185BE90071B6CB70C777337D718B39151EEF6B486AA
md5: 37BE4CCE0ED037F8D9A7A3940BD2A2E1 | sha1: 96314EC1A59E4BB53C5B609BF79AD4C998A7A988 | sha256: C81A57D0634C462A6CF49844059E9B170F650CCDF0789519FFD4AE7D28E2718D | sha512: CEDAC24F414CCE5053FDF10779DBD153FCEBAD69B3960F75A5AB1110DA18799C79DC01B30269641022FCD874A331BC2DC7CE1A7D1A60DC90E109DD55B58665DB
md5: 60F59659DB517C2F4DD4C5C583D43097 | sha1: 87ED79D195D8D93AE1155AF08857F751A7ECA245 | sha256: B84B93BE455CC7D14EC0C88CE08DAFAC7B6AAC2E549C969E7126EB48C31F8B1C | sha512: 90BCEA3BAA04146F08013A832633957C6D511D5EB52270575EF9A571153384B5A02C5026361B70940775907B5BC710B2C91627EEACE432744F3B9E5E1ED509D6
md5: 29B0A1554E54611EBBA7911049F26FD3 | sha1: D707745E72D2F39374F2D28AF52AAAB7888B93AB | sha256: 2805A18724A24034AD6ACB315DAC516E479CECC5F3753204052657E560932D5D | sha512: 17558306A611BFAC6982D5650335B05EA407191290B653C028896142EBEE2ABCEB22F7D71926FBBCC3FAB8227C61A5FDA0E770ABFCA021AC7F891C9C7EE42E81
md5: C5CADB1409F25B6A1C7A6DD4C2DF236B | sha1: A994C87352486D433A06943C01329DD721AB343F | sha256: F600ACC811720183C639CEBE5618BAF9C8135B85B9CBDC0758BC9B2DCC6DD7A9 | sha512: 6BD6E482533B9FF8FFF8823F84CDE7191A0FD5575F76891A95E99CD1F5C1122EF92B436745EC9583089445FD5EAC795181759080B1D83CCFA1EED31D9CCE3AF0
md5: AC2F4B435DDF0600D7A866F42F3B40D9 | sha1: 0564FF7F7E6084BD6D02D8E6A4127D1C878B3FA6 | sha256: B56FFB65B842DAAE13F3020B0B04646DB92F89801D2A2F89087D145A996D43F7 | sha512: DC3E9C3B4D732801DCF43CFD6CDD2672F01E03CB99D804A3F4803FDDB9CA9817BCFD2F96FD94B7B33DB0994F5478CE200C048DB5DBB78D3B24E950262EBF4D28
md5: AE023BB0BEEE5189A07C7FD4E0CF3FCA | sha1: 846711D4161A3950FACDEF97037898A71F4EFDA1 | sha256: 56BD0C02C734ABF4D7FD1EF2E8B6A9E4BF5E4BAB4E606CD1023D63B02852FA61 | sha512: 62305027AE8BB5B830630FE54F2CF9E607F9B97FFE28912C2CB15D429252668F17EAF2D7CEECF5601C889D5EA52E0B9100F115173BB11B5D6208171792833C85
md5: C7C93DE0627833900B8379FD181B7351 | sha1: 2CB98F9622F57A0A9E037A378519AA6A271302F6 | sha256: C7E91BD148ED22EE1FF8EBD3E58B199A30AF90AA37499BCF8DA34409672F2ED9 | sha512: 1067BACC4495EACBC27937B54780B97DA62FED1AF66158E2FA492FC82B068D49BB49BC20C3C82C22D8EDD300BD7B097E14AA1E317F1789744E188BCA15D22B4D
md5: 33B8972FA6B00B8922210CA95E5745D1 | sha1: 609F31B98831327677E89E08BFF7D7322BA0F4A4 | sha256: DA18D61BB6B7D35C56CB4F392FAE0844CCA73F72A043A08994BECCB531FF3B77 | sha512: F85F03E20C8CE40BCF28D883CCD80CED755BF75D515FA66986963F0F4F5AD00BB1823D8C100A75323147B28A4916DD6C598102B18999AEB7B358C196AF4206DA
md5: BB1A520F25BB93ACE4DD0A060FBA677D | sha1: 92BF07CCF32EB9FDF06F446A256E0271C4028BF0 | sha256: 7720EE13405EA8A3C204703A181E67DC6D66835E9DF263C09D04D8B48B41EB26 | sha512: 9288148EC879EBEAFD53C225854EE3BD3768BA5C7B829D6AF1251D20AC301FC27A04BEBB603FE2CDE6949BC5968FDE717E8B747337C1AD872450D26F7C36F515
md5: 809FDBD7422A3E02C89244DC530A3367 | sha1: A6999C04B243B034F8EE7AD0D79F3CE24DF9A9D0 | sha256: C191A43029EDD4EB8EEE003356F1FE79AA45071C25433A7A3589590E9089EED9 | sha512: 5232B7EF2B60A99BE2B027112078A7DEBF58BFA4308F4AE53DD9A96FA7BCCBB0927BEB7148E7A3944173F7820F9F519767539D1FDFEF848B6F1D6668BE11FC15
md5: BFCEB4FACA75681137455CD70F8038B6 | sha1: BFA0E27BE1D56BA48918A9B7CA7090AF7779A10E | sha256: 9A4595DBB128E2D8F373B3AC45478E7131F4D181B50EC821EC8CB88BD46BD5B8 | sha512: 58D7E8D6FA237A6EAC018C0A88D6BF76AD9EE49B6A6790B64E68C33EBF80AFCB4223881AAC6821132B877E7D848BC917EB9490590CDB297F362C9B43143D6713
md5: 2FCB2158FC41D97E2BB71953664B99B9 | sha1: 16EB49AFCA84C9E6160B4E5B36F1EC5C98470C86 | sha256: 984575C44CAB17D46587AF6CC8C22C409B79BEC280FD771E6AF93A0A0C20E5B0 | sha512: 1527A426F8EC9931573468929966E102012B630EC4AA370C196B2B87472BCEE696B00355ADAEB39B4151B986470F7DADA415E3F930D9678B68D3C531C8AC9B52
md5: 51B07204081BDE29A1F84A3B48554186 | sha1: FCA2F72C039937357099CA6E167330E540F8335D | sha256: 5C84DD40D67C0E59906511D2B09DA8E28C454B5979EB5FDE74213F9D4BDBC564 | sha512: 099EC1B84FCF6BF07142AD8CD34307C80F19A64C754ADE505AB55707075A764FBE7BFA4CE2FBAEAA09B3E61EBDB6E3D116608DF0CF77BC076C7B3119DB37A324
md5: 3772A3A7E55178EC90ECB607ABA28511 | sha1: 68C240D1A43DE1678EF13107B9300C544E9D5E4E | sha256: C9E2562F1A1B86ACDB6957CF916ACED9C4F8B71EBB16DFA0050252146205AD37 | sha512: 245F12B4926114EBDB39A54628A1DF2501C4A27ABD531172CC63BC96298EE0F4BE5658AE95FE730C063EADFB1B664C7D201C69C2246CFBA23ED5A4FE7EF3D14E
md5: AB8D293BCD7A13E83565B4AFA8438988 | sha1: 48F227C62B2001C441BCBC5B570911F096DDF421 | sha256: 0E80A2E256D16E487BC847D1857ED7CD088F176254BA2A385D675338B836B0FC | sha512: 443DD75234C043DE736423466C1FC2FF2BD9B6B9FE753521C3C225DE99F5A7D3828A470CF8EA54678A86681949E5DCD1DE1EAB35BF0F348F758FA099A9092F54
md5: 34E21101FAF71A27C6819CC051DEBC9D | sha1: D9DF77B4993418337894FF04C6B813224B9F8543 | sha256: 81B6527AC2D18782AC24AE463C11DD1D70AB1BC89F626B7347A592229B371A1D | sha512: AA339F2489CA9BC9EF7F6121C9586DBD8F5AD2CA5A160A3BCAC74B908570EC2FC0BC24E0EC33AE9DE9D6A6C3557EC2816FE8E89FFCA93E310503F6F83A691F6D
md5: 58A2E5AC0510B9223236B9317C505B58 | sha1: A00954217CA326C54A863D451820263A6D7EE1AF | sha256: 80A229B2917FC3A5D941FF9745A6BE0065028AFDF9509300410D2721C71F1198 | sha512: 18736ECFE0EF0C477BF64F89CA97AF4578DEFC996F0A5BAD33D7A29AF6E09745E4B10D6D543243B9664E40169EE550C996E783C5FFBB0FC767DA7FFC63E13FB6
md5: D74405753F829E75E89BBA5EBC296112 | sha1: 474944856DB781A34796BFCCE18ECD4580275AD1 | sha256: 86F1F12E47F260985B08BB966598123578EB5E48BEF9BB086F04E16E9D53BB32 | sha512: CDC5D49FCF0249C539E45C9917C152F130C8FEE975D97C2F62526F474CB779B2BF273195F4AA7A64F76DD2496528C0D021B56E60AAE2635606F9F55092CB47F4
md5: 5E33930FE2E0867CB1F9FABEDDFBD7B1 | sha1: 4D93C7D7E6315CA2195ED73716996ADE8E17FBB2 | sha256: 349C7FBE9AE2B78C2F90239BDDFCEA5B16A0FAAC1FE83553A816C50C3E9089B1 | sha512: 8F87B5013E0CF3A776BFB1F1A68F316A28AF3CB6C74F0ADF3EAD6D5063525C6668B42C077549F66267130959A9CB986BF5F8E4242FC4EF36C356D6927F587A0F
md5: 3B49BF361F3116DE28176B40845BC199 | sha1: 5627E53D15E56868DC9082EDCAE5A653B96B9AF1 | sha256: BF97F67165231C2A42B95F11D80337B082E2B2BE54351DA44C8A10C06194B369 | sha512: 0FE87438ACD6C14401523987BE617A83DDFD2B42938FC52E0DA5F941F7DC70686CC6436EDD41C4998FD56D5F52D64ACFAB5010B96B1E80C084C4AB9F546202A8
md5: 8BE0CAA60074176FA1E7E63C0AEB6C01 | sha1: 4D4AE0D2664025327F28400D917CC59AFD69F33A | sha256: 30A49D16436E3A05569C99A0C2D21755C2FA323C5B925F9F21C10287CC97D9C9 | sha512: 057F21A7E7496343C06CC497A24E46E59218EAE1838885EEEF7391285CDE243AFE853155F52933959B40F40AA7028A289D15D279833208BBA42BF853D4DF91C6
md5: E04CDB6229D83768285ACB08D870F23A | sha1: A181F5CC93E9273D9169A9954A74D73BC1852980 | sha256: 719AC73BB261E0A13574F5A198126CCF40352264958DEFB555280D005134C704 | sha512: 257FB07C0D86E292FE6FA88E03B29994CB9864C17A535CE7B366A728EAA4B3A803D88A23157CAA457D0B681A2C0D97DD7D9A2754300B73030D9A09C4E9004772
md5: 6FB95A357A3F7E88ADE5C1629E2801F8 | sha1: 19BF79600B716523B5317B9A7B68760AE5D55741 | sha256: 8E76318E8B06692ABF7DAB1169D27D15557F7F0A34D36AF6463EFF0FE21213C7 | sha512: 293D8C709BC68D2C980A0DF423741CE06D05FF757077E63986D34CB6459F9623A024D12EF35A280F50D3D516D98ABE193213B9CA71BFDE2A9FE8753B1A6DE2F0
md5: 665E355CBED5FE5F7BEBC3CB23E68649 | sha1: 1C2CEFAFBA48BA7AAAB746F660DEBD34F2F4B14C | sha256: B5D20736F84F335EF4C918A5BA41C3A0D7189397C71B166CCC6C342427A94ECE | sha512: 5300D39365E84A67010AE4C282D7E05172563119AFB84DC1B0610217683C7D110803AEF02945034A939262F6A7ECF629B52C0E93C1CD63D52CA7A3B3E607BB7D
md5: 2EEC710DBAACD32BEDFCA09ECA8DE52D | sha1: 2CB934305D3648FF29FDBC7D92485003F8458848 | sha256: 222BD77C5692C2961E8C3638F6511D6F7CBEB9E0977E2D5C3BCA6739A5311F37 | sha512: 03F132E1BAC629A394A093D59550B22D5FD4C4D6F244697173229282741A9CD6669C4256C024467CE94293C74F304560066711C35620AB4750621502AA67B5B1
md5: F39A35095CFD0019D6D4BB8461750BF0 | sha1: AD55AF22E5479A5ADDF01D698138E5149270E3CF | sha256: 2E2D28A0802D8C8C08C0D422F48733AD8BF1DFAE75F5682A4A3DF8898E7E819F | sha512: 25FC9D4254DE0AFAB9AE3E19B8B225E1D875DCACE6CA2C83F768B62C0E2B331CC9DD2988DFF7994B5819FB0DD7A89A49FD19E653FC2E4EE656182E08A969A93D
md5: 2A459C2C395F54352A16DE4AA0E5407F | sha1: 1BA9ECC598E170D779CEB290163AC88E6993935F | sha256: 4D97E8481B9A27042BB903245625735D82FF627C66797DE619303C1E705D0D6A | sha512: 28DCB8B6E306015D2004EC00443652CE986AB8E09FB09EB82193BFB0604268CA63C527FF64B6364F63C3ADBCDAF5FCDF4D1494243BFC8F6BB629BD213073BD7C
md5: 562F67001889CDBC2531947636418EE5 | sha1: B219DD45550762B54DAB46533D489C4755F55E0E | sha256: 9A8BA725F8E953C933285065228A9409036F9137D03016B127CCEA8A19452466 | sha512: FDE868018D24FD72177EDE58952325B52561F9D44AE02A4A2268E445F47ABF3B81B809F443D362DF83BD6667B5988AC2CA15242B9F76A0B5FB5B444FADA1BF26
md5: 28141960A88365DF6A60B0C6FF831B0B | sha1: B56C3D2E270B1C793A2EE17CAC9C98B178258E94 | sha256: F2E74A3EC2DC753C9A48FA9A677775F949EB1E02FC1BB8BF38C39E8D2AB147EB | sha512: CD44E789A6C04E2BC3B07810B57CC83787F06530065FDCE069D89E42557F40770923CC705E73B7699731166F19FD7133FBDD8EDD578D308A4F72CBB29E76939F
md5: 8D00682E84D1D773D2160B63C0380BA6 | sha1: 5E4158533532A27E03D0CCC9A0AF5E89FFFD8637 | sha256: D0D90152136A0ACF340FB345098F2E5C718BB13F3B5A809D7BE4D9948B8574D4 | sha512: 991FC952B452446255963AEB4F11C74E7116E15B666924452F3C0D15517322EF1D925DC44BC1F003E8483B5C0B34AD71D54ECAEE360FD9E942664FDEC4E37E99
md5: 8C9D9F45B85526E491F6555B1566A41C | sha1: 1420EF91F6E0F6954F373F1AC4079064398AB455 | sha256: 694F4C61B6BAE0AEFAC07A1E861C12C03CB6002F30091E4C8B05BB9C8CCF0D3D | sha512: 38890886C641D7E6E76A3D4D984215C680F5DCF12129BA2EBD560644EDA793335B01C637C1F6744C249DAB1FEFD5AEB8D1B212475221C03DF3CA82413F6670C0
md5: 7DA1FEE108A0750F47B70F25FE2CC55A | sha1: 6523838EF4AAB39D0D3C0DF11C28ADA449EDD592 | sha256: 69B48FF8E6F40B84CDDDB95BCDBB34E1184A2E29CB4CCC0FC9F1A2493648EE37 | sha512: 9C0E69C07B2ED6CAA9BB3FFD9EBA6C82A0B763F2DFB06341F6343C54DBC254505CC0350B96B79DC4062D8D28D47C79824E98BB293C8C85203E827164AF862B5A
md5: E06BAE626965FBDB0BAE5437498B5155 | sha1: 49392F58BE6F5C97C5DE59BFC44F9CFCBE1E5DD7 | sha256: 19766A20B62B038ABC3E863F2D6E7B55FABEE4D9CBCAD3EB1D7BD3EBFE8D023A | sha512: 69C6D8D5F8835DA31D36940F0AE793BD00D87E9CB9380C3A7B21FE3E315F192F95B8E63C8F9D0A3737C73673A0AEAC41FC728FB7B236F12453A953066F9E53E7
md5: 2E6378FEAEEE2F745417FC025C7850F9 | sha1: E0FAD5EF75676B2ED7CF155AF6602B867FCED041 | sha256: 99920CE34A01A0C07EFD86D6E134BB401993515D001B7567A4116AD222993A63 | sha512: 5A8C41F32598BCF8C8E315B18AD5F1BBC377D7B638DC05CAA3CC47E988536AA0EBE4718D73AEE39ED5004328BE3A9DE9722D8759E5DFD500038E7139DADF9638
md5: AAA2CBF14E06E9D3586D8A4ED455DB33 | sha1: 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0 | sha256: 1D3EF8698281E7CF7371D1554AFEF5872B39F96C26DA772210A33DA041BA1183 | sha512: 0B14A039CA67982794A2BB69974EF04A7FBEE3686D7364F8F4DB70EA6259D29640CBB83D5B544D92FA1D3676C7619CD580FF45671A2BB4753ED8B383597C6DA8
md5: 55D9528D161567A19DBB71244B3AE3CE | sha1: 8A2FB74CF11719708774FC378D8B5BFCC541C986 | sha256: 870EE1141CB61ABFCE44507E39BFDD734F2335E34D89ECFFFB13838195A6B936 | sha512: 5338B067297B8CB157C5389D79D0440A6492841C85794EA15B805B5F71CFED445EFA9099C95E5BDEF8CF3902A6B10F032BFC356B0598DDE4F89FA5B349737907
md5: 1A3DA139180E9FAB380033D8D1FE3995 | sha1: 3CA31DE7F0F0784559E5A73EBD0EFB42C34D18FC | sha256: 63AAF632EE7F3BC852C4D71C742CF1D26F18F784F6C89113E056B2599BA8F514 | sha512: D991298419FB5290D6906A1F9FCCEF56BB3E17506E235C85B4D979EBC49ABD4F4B3123697E675346B57829C3EFDEED6291A155D69348CD55B8B6B2EEC9F804A1
md5: DEFAADD4A92D4D348B0827AB8159D2FE | sha1: F3BD9B4108ACD42ABFB99A3A4760BFFCB84F6C28 | sha256: 3D2551D6458B84566025FDDFE5DAD479CAB5785428EFD6814860D36AD1811C9A | sha512: 1B13C70F05D56871008D5C8752BC93C8FB590D5F89B4E97264F592CDFD772CBBCCE8380D255F8BB305BC25BCDDEA21E422617FA614DFFD3DDCC9A1D4BE6C54A5
md5: CF318475E6A7A56789ABB0F98C37ABE1 | sha1: 33D1EBD7212D747C8723CFB9E4292C99A641B964 | sha256: 0383DC02FDF0B5D4612D8CAAAD13D594CAC1609C8240B73DFD6EA5803F5E17EA | sha512: 5C67456A65FD051147281E14041F5165C1852FD6519DFC8DFCF9C86F20217CDAD9E2D26F815B557B99E2DB3500AF47B2DF8A1225A659FA1069815CD62302458F
md5: F1CC91D25B52C7504DC5BEAB5D0F498C | sha1: 498F0FBBD2712F4F637BDB7370B2302FCC4966F3 | sha256: E3036362506D96C9C00ED6393A2AFCACD9F2E71CD2A35C1D638A61E85D2FB040 | sha512: 4C931389035DF21AE67810D8C8E95CB613D9495E2392B11E34D84F624F90C78C541B14FB0D6FE7F0F89799AAD4B34E91FB6F73978AE38231840F047915E6EB5B
md5: 9E71DFCE86F14BEEB8F3E9F00D0A472E | sha1: BF83A7E98418BDE907DEAE8C0C0F3FB0F6C9DB1A | sha256: 62DCE4679E33C079E11F41B096BC803B30B1D963A1EA79EFA84187CEBBC06AFE | sha512: FF8CDC0287E510F859F46C1E35F9B0FB42EAD907B1EAA42C90C84B31CF6C2D4638CF682777F359B8611DD22062C1A5FA71F7FB667B7A3903783673E678098515
md5: 05D1B950C470EA8B0AA357F9A59CF264 | sha1: B1756DC750ED5CFD5D0BFC70CB899FD590867A0C | sha256: DAAABD07F1B94BE19D72913360286E469F454886850AFCC603506EAAB03150E4 | sha512: 8E65FF1909AC8D65F599062E61AC935A919D43404C357DBC6AD628923B0C7ED7158862DDD272CFC1C2A8CEC393D48A57BC4D69CE7706EEF1BB6838826B1AFAE3
md5: 9A341540899DCC5630886F2D921BE78F | sha1: BAB44612721C3DC91AC3D9DFCA7C961A3A511508 | sha256: 3CADCB6B8A7335141C7C357A1D77AF1FF49B59B872DF494F5025580191D1C0D5 | sha512: 066984C83DE975DF03EEE1C2B5150C6B9B2E852D9CAF90CFD956E9F0F7BD5A956B96EA961B26F7CD14C089BC8A27F868B225167020C5EB6318F66E58113EFA37
md5: 9F31B6954FD453F13B5F39DA36F2E8EB | sha1: 7A6276348D85EAF00AE6958117797045929078CB | sha256: 18A610B8BAD43CF784CDE4D4902A238F2281C2A677DAAE790CAB55F6DA915979 | sha512: D3696D4D60CFC5AA5834F60A0B97A4F3A3F8EC3FB05BEB3C3D927426B72B3E5463C628C7DF950E43FF1344823B8C2D39730BA47BA0F2FEC7A0CFCDC237A5BCC6
md5: 0E35085C130D2D91E5241334BE7EF0DA | sha1: FD622ADE5CAE26353A22B6FA50A83669B72B6C41 | sha256: 50AD612D4CF6113DE26B2870DA099C4817F59E64A2DA98F05803B4A2E2304919 | sha512: 2498811F4AAC308CDC55C3406BEA4FEF5DC9E6F23559B09FB181F7447474EF586F00038282DDC39C241490B5DC2BCA7F41F19BD3E1BB00890DA29DF6489BB151
md5: B0346A4C5FA0FAC135509A0E7D3C4449 | sha1: 7D71B46BB9A28289384AA1EDF5CB03D64B3BCFF0 | sha256: F9FEB277F86241F55425182A26DECF50A210675D4F040EC542AF3FB3DD287DE6 | sha512: 916A465236F11FF6E421800961B20CB80A320176DA8C58002F6742040CE33C5207D378667A584C5D8E35CF8CFC19AC54504B3F6129E489EEABD86A5B4E7D8C77
md5: 65FBBA7A86B3E175200AE44727AB40E5 | sha1: 584B8683943A8E0AE98B10F452C94F6109D1C4EA | sha256: 7A81D2A001B543B2A55C9AFFC845A5DF7EDAB1FD308C6979BBD982B1B826B57C | sha512: 43607AEBBB0A3F2D437C7DE77785CD6C9F49411E1D4EFE41ECCD93D7FCCA197DABD4E15F45FBC4FBFF27C202FEC96B79F82202AFC88B59C20ED5E7912BCDC6D3
md5: D7E74EA95786A02687CE43C356ABDC95 | sha1: 2E6A3047BD3BCEE01F55D139A3C03E6D4D2DB14A | sha256: 383A1F9DAC655C6805C24D4A03BC5FBEB9ABD1536DE5510F5756259EEFCB4871 | sha512: B7E76B65406904F092FE96DED558A94EA53FA40BEC500EFCDCDEBF124921F4526DE2F239CD25BAE1801692DD6DFE5652FFD46B2AA4325133C7127D27F626BB9B
md5: 68EE9074735B7990B65C6AA25CAE2DCD | sha1: 3541AE40A482A93484FC75552BBD9962FE6B5FAE | sha256: D3537A610199272EFE4D7A02910038AA4C5AEAFA50F5C29E2822F1B73AD5CB9B | sha512: 79366B2A99719DE121F535F48CC71C1D46F17D6B6396AD709EFEB3A258A9A6CDEEEB6FEBC3E013A28080A6E8D96E0C90F5038C9C8695F0B5BB57A6EE07F79008
md5: 6CCCA0BA6A7B9CAF8B8D3B0287DBED8B | sha1: B81FF87B407578EFBF184BDC10D0F101610379DB | sha256: 16E7EFD6C19B2E3E516AE1BC7B3175D0E22F1AD357701F229E353DA348EEE182 | sha512: 8505479031A0A5CAEEEE1A8A60AA35D7E0C332BBFDDE61193B615E242C127780E55F404289F26930E9EC9E53FCCF436B1A991BA2C8A9177163B41AAAF6BE0D32
md5: A42C32F4E98A9656FC2FED72D30E9380 | sha1: B6B8986FC1B5140817DE262AE4102499E37DAFFD | sha256: C343F7BF08A4C97A90BA607A492C721533333173FA63F65F6E5DE9CEEE65FC16 | sha512: 5C2DE8F18CB9B367D7DE88A2AF8A7FD538486B9FFB393972FBDFF42CD2899D6679FD8D7076FE37954D5E8EAB6C5041F19EDAD32659C5CCEEC1C2BA35E6F8982A
md5: E1E2239979B853157BA75310FEA7E65D | sha1: EE1AE416570911282ABDD3745674E58F9D469C9E | sha256: E8D531F0AAA674F794B7F43EC76E4E32AD93F3C136020CF4B6E3433832F9C0DF | sha512: DDF9D6E05D9566C9E02295A061756FF164C408EA211D016023EDBFA91BBA4D0D7DFF293D2BF4D87C25FE923500C7535E4A21B6A8D4B18FD9505F8E5C635F9C95
md5: 3373A24450373CAF0CBB756E10097FD4 | sha1: 87C352153804FF5BD4F8AEF8851546F3CF22461E | sha256: 575E26A455892F1FD77B730E6928F70B760E76094AFE5BCB677D854DAF869AC5 | sha512: 85E005B5BEB7C14BA34C62C38DA635962D1AA4740F91549B8659910EDD10F0FDE1734064B19567BF5BC63DBBBB62399F6CBE0AA323193DA599232DCE22B14A01
md5: 9087373EEE85190DAF8915E614B1E4BD | sha1: F434AF8CE30EAF5511E28C0230211F0D8ED4A154 | sha256: 557858E44A51A74646AD07A85CBA56AF1DA13AD26AC2F74EE5D8C3E8A171C221 | sha512: F728238FA567457D7977FEA667FCCB56C2EFE718A9A362E294934CC752E506E05C5D20C0BE2A309DE2A984DD60C3AE4EA03054185B96C9B5F5F5DE827AF9CEAF
md5: 2D3E0B4DDF8628B41057B2ACEEF296EB | sha1: 8A3B1BD9DF5D052C24DE2304A2928FAD86927F6D | sha256: ACED52254A8C3CB6AD30F99F8B745296926C49373CAB00824C2C4C10AD325B10 | sha512: FAAC4233C45A773C4470071B0B2A75EE81EEFA45F88B76FEA305443514FF9C8429AF3D394884933712D1FB7A7A03701F3D9DF0F1DE345078DDFEEEB5B4DC094B
md5: 99604779C668D9B8EF913854B9A24F9D | sha1: 97B62A3DBE2465B4C995E082AD6FF183F6267F59 | sha256: 8270D1248950EE8AEE5C2AC2E321DF07E65C7A94004AE03C857DEACD231A5542 | sha512: BE6DEE6E7030B400EAC68AC289EC9B74BFE0140EE59AF5E68BF43A63A821C6F6AD9CA03C501896A6C92464BF8116D7996FFE640AB51BD9FA96673D9794AC82CD
md5: 7107442FDB1BD6E4263D37BB81017982 | sha1: 8E6FB9CFA3D82A23BECE606182CE2936D4E29C92 | sha256: F64A25B875DB31551826651CE260DE24652286C246F0EF54310CD48C576C02BB | sha512: CC3200F7396FBBDFB7069348E9CF878EB3CF280AC2AA7544830C3AC38CF8BF8BF595EFDC5B33A6CA5264B1DFFEDBC6D6463CA514424FA0904826E6438FEC1999
md5: F554762FC38F81CB22D1DC8AB5CD40D5 | sha1: A67FDACEB10E828805A9E24FE0C59E1D73D19A7C | sha256: 566775F5502C3C1FA70ACADE145293DF5D02C1A9F031820D429605E9B4584B44 | sha512: BD23571BF9D0FE62BBF5FDDCAFF6B8F383CCC728AFBCEEBCAD8404D68C02EA1F55D4A22306BFC86C30172E70C6CF5425F2FF8877AAA8758A51C48CF4303BD2AB
md5: 7AB10B31C5CE290672B319D403751E95 | sha1: ED23E654968B3704A82F613B06BE5829E0CAAD70 | sha256: 1F5C1ABE1B2720680170388569354D8CDA9D558B53AFF7CAF175CE0F7E3733E5 | sha512: 65ED3AFF2424E7560FCC44380DC719BF200D444F9B06AF7F916D52152C330D55A7F4B96D0C1D2B291B07D82805C71DD9850F2F5F612F00ADFCA1CDF117C6B14A
md5: A60084F9988C7907F7092C143C8D3818 | sha1: A69238054BEE26063D32B85B797BC4E0C49F79D4 | sha256: B755D0B55A465D07C9DD3FC11822487D1E649B684AEF91A4CE9B935B416A01B9 | sha512: 6147F18BD9C49727251CBEA7A3168E3B19F34056DE5A9898571ECDEC85D424627A72968072449C81F97F95330BAED7E2ED0F6FDBA7E2F79B59B9352AB11003CF
md5: 06D000552ED6785988AE188FC35D1B86 | sha1: B0A8868D459FE0AF34D16C263CFE0202C414DC53 | sha256: 3C8630ACB43C12A6A317227FF2922056ECD991FE945464FDF7EA81F1293A479F | sha512: F3E5E97AAF3D26EA62C64787198CCE6DF703EA3A4EBB389BEBC84B424C8129A0181142A4FA5D965CA3106758A047D0E1A723F181AD293FD389C4F1B8D290B5A5
md5: 6DCD91B6A029794728F4EDEB2BF2E42D | sha1: 82BA1313448B431893C14D866F46D47B620514A9 | sha256: 02416BC542BE82002B8B81ADBBBCDCC8D098104020D09B571DC674B5BC19A177 | sha512: 2566F369EDEE9313E823AA2667CB95977F0DB57B4B47DA62F44850811F524D0598FDE6F5BB082BB3325789E4B256E970603B4297D3586F1C435498430723A38B
md5: B40BDA63658A012D46F930C243B77056 | sha1: 2AED74577F5F623F7E910ADDA8EF74A11EEA0437 | sha256: C3AE599B5218516915F6542779EF577D5AD5DE3D84A116E671C09E15E4591285 | sha512: 6C60D39858788775E265476B309A04BD8AB6054B30AA37199F199F19907AA103A68FE28CAD4DB22B2D7091F31448B0D1AB1F54EA7DB78735AF9A8B5356961734
md5: 4523F60270149BAD67F6AE63375D2CDB | sha1: FF6E6BCD83A11D40BF53DABD0480A67AECFDCF50 | sha256: 18032D190D0D599823E59C8DD8B588909BEF8888B8BF304723A138B61F1B911F | sha512: 025E33F6927E634FE187491F40D96B36B2DDAF2ACDE97B340C8705BAE58BDED6C02B8BF9199A1B9D4AC75884C69DC665DC03B34571B1BD178CA1784C5F0D5451
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
md5: 7F65CCBF58C39F3853BB8DC4137DFD12 | sha1: 3946DFF0B68F0CA01689BD44C348559ADF548258 | sha256: 0AB1F7F87B7C2AFCA57D394E4F4E262C82BA3209CB0A750CD66401FB33F21ECA | sha512: FF7D953EC4B82C10E64FC85D3AFC8A1A58582170EF1752D4688FA1D48EFC490DBA5F0A784E748F7902E96FD885EA868B1A84DE44F48CF071975F3CD3F8E52C6A
md5: D40515A84448B91315F956E6D1A6C64B | sha1: 7FE773332D0461A252E52BE720A7794FCAAC7BFB | sha256: CBE29672CD2B6A0EA97B55F3844FBEDE3E591996F39C3AA1F829F2FA50551FA9 | sha512: 322F82AEB9EB9DA22257AC9FE835BF1C54C1BB268D37F0F97A4CA52BB42F6ACCCA9C8DBDB96D6D695FA69C24F5069978A4B6F1E960EE81D9EA671CCD30A348D3
md5: D39DD61B1376D5B4074B1849EE10B09E | sha1: 23A0B63A62A6F0907DAF759088A2A489990FCF2F | sha256: F2EE33438B8BF433DE726C8D580CAEF8757FCA062BDB5BBE5394F0347F23A83A | sha512: AC9F172170D86C6914FD4E0DA8BB5C98CAD4806243824A46D480EB8785F94D2C68B6909A7C93663EF22F8810D7D839CC3E914D181FA28C5334F3C1ACCA1A606A
md5: A11C491B7135FFD620E249BF74EA5F1E | sha1: DF505C2FF55722D3F552D4A7A72C9FCADFB5B60C | sha256: 2B0D20516AB8136FAEE06E0E2A9FFB03BA747EBD7DA0F5DB61A36895CDEBB166 | sha512: F1815E3AF674658C0126E0BE299B56852D43AD153E9E73291E80656F5CB37390B8F959CA13E99F04B5D3F7A590D8E31F22F5A0906BF934D4375475F3C7701B53
md5: 7D317D88F9860A18ECF7FB90B33995D3 | sha1: C2E4B19CB9A0B48E899512CD121FFE6657D41072 | sha256: C98A52BD017DF01AEA7B955E6F219537D391A62C2C2B976684DA282F9CD7CACF | sha512: 79ED01C6D1CEA3DBA6B3566E03D05A971745E221BE9330F6800A249D1B239E092D3FF704E7403E7ECD6B7709B24B0CDD7E518F2EE5DA38019E7139D80594173E
md5: 11D674CFC81B7102C0BC6FFE58F6AC5E | sha1: DDDA49572D112944EC9AB62B31959AA93A386618 | sha256: 4DC8D588EC63641C28422D648E8DE5E2C030EB7AFEC2071A99DD3BD9A204557F | sha512: FB7C628B796A321AD9ECBF01D165E24F151C99D7E60A65D0AF52F779AD60A3203F47B247D44FC47044A68790D1EA4EE458A7BC8DF7EBE9D42C2275A9C11BC324
md5: 1A890C488CF2ECD406B804E7E3C5B7F0 | sha1: BF2C1287F0EC04223CD17FE20AB2ECFFF18579E3 | sha256: F17FF442B77A6CFE9C118D2F8FAE1AB6C814A0D4F35C5844996BE84F3FCC8592 | sha512: 4EEC61F9245DFF3D468818D6D6CBB8E12A5172658F1027A9AB0ECE03CC1377499833056A0DD4FF20B83B9FF9E47BB2E7F8DC7B641BC63AD78FF96C54BE01F524
md5: 0AD301EE2B7282B87DCD0D862EFE14DC | sha1: F720109A38846E358BDE7C47D9C946A79D2B6B1C | sha256: 0110616DFE870B8BCF25DF8F6CE38EF5AAC39E728DDAA3420EA199F5A7E80A16 | sha512: C66FC92435C399804D8A8C1C836E5648725DDA8A55D7ACD897AE719CA231D89251A0D9A293A67F079E345709CFDA83DCC693AD41A28D13661A55459F94FE33E0
md5: E1E9D7D46E5CD9525C5927DC98D9ECC7 | sha1: 2242627282F9E07E37B274EA36FAC2D3CD9C9110 | sha256: 4F81FFD0DC7204DB75AFC35EA4291769B07C440592F28894260EEA76626A23C6 | sha512: DA7AB8C0100E7D074F0E680B28D241940733860DFBDC5B8C78428B76E807F27E44D1C5EC95EE80C0B5098E8C5D5DA4D48BCE86800164F9734A05035220C3FF11
md5: 9088029E38B2A393F22AFD9E576CE86E | sha1: 05E65EE95F647F38C717C73A0399870912DD374A | sha256: 3468E0C875DB94A8F45D56AB76BBCC677B942CA51A23649BA3C5AD1B20E391F1 | sha512: 23DCF5819996EE0F0C8FE044D6642A12E98A40309CE1F3F74688CF8E3DD6F6ED230AEC391FE7E511E15FBBBF14BFF09F976E923F22F2D68AD816D8FFAD17F101
md5: FDB3A743B2DAE5924CBA88A5C865128D | sha1: C53132EC95A7211C1BB6DCD5AD21CCB150A7B923 | sha256: 9D4FAEA9892D4ECFABF61986687FC6CB30F5F51A6B62819B9571FF58E04C4DD5 | sha512: CBD8370F3CB84CB9EB8BF3A7392245D6A90CE1A324971EA96170974DA092BDFC3DB2196F66958CA5D5000F13B18AFAB44FF82D50C5B9A625AA1B7A4AF17717DE
md5: 18CE4ECC42FC8D999EF091D812472CF0 | sha1: F874903CEA9F08F1A0887949B47722E6BA81B789 | sha256: 3D9EBC81B1BD3234666C8CE403A5F17A726867C68FFA5DE4EC8EE92599335658 | sha512: 0C027440EF6F6C105B0BF9319F4E0EA421FD310699028AF0A159300145C662E74B4B5D969663E3B52CDA7F9934A6AB93BBAE9BCD1BD39AAAC24FCBA7EC451156
md5: 824053272B268C577E9ADF17ED398142 | sha1: 5EA3F290ECDE1BAB983CEEE2417A688B7ED9B7F5 | sha256: 04B9235F64C9C846F8A767230714895DA87C7AE2CD0105E9D14835AE46F0FED8 | sha512: F475DCD2CC23FDFB017688713170FCAF8FEA05869A680613EA4AD84CB358ED0F2442DB0FF0DCBD739E3CC3DB7128A8F4A568AE8E5AF6A8840319B02630E420B9
md5: 23EE4302E85013A1EB4324C414D561D5 | sha1: D1664731719E85AAD7A2273685D77FEB0204EC98 | sha256: E905D102585B22C6DF04F219AF5CBDBFA7BC165979E9788B62DF6DCC165E10F4 | sha512: 6B223CE7F580A40A8864A762E3D5CCCF1D34A554847787551E8A5D4D05D7F7A5F116F2DE8A1C793F327A64D23570228C6E3648A541DD52F93D58F8F243591E32
md5: 090FF56C4FE2EEFF2E16F03099AD71E1 | sha1: EF317CACC230A58A3B2FCC6CC079CC763AFCC7C5 | sha256: 5F560E1DD529BB2529D7052E04008449F58D0439C2BB43437D7B5D39F84F949F | sha512: FDAC43D0A18D9158DB4438349A7A550557A36E6ED0665EFCB65A046A5BEB5C38181996CBF6D860B8AD01C19E35315BB61AE766CAF06B23985E046484DAB45256
md5: 37E21B63959F243A157534133F85C5AF | sha1: DFAD52A9990B2FAFCE7098CEBB174927E8E0BA00 | sha256: 4F6A14E4BA2A2B26B8B8433D5F82F75A96AF5A4F036D9447373B07271493917B | sha512: F59FAA6319FE2AFEBCCBD643E20C1EDB75DB74E9271354BD86DAC3BEA2CC59452EE024DC26B517AE88254A7C90DBE0E6C19A7B5AB3BFE9159D986D6C53CA5521
md5: 328D12AF9613B0F3F25320B85DCCCBF4 | sha1: 09D02B85A094E925AC3C5D8B1ACA096B730C160F | sha256: 8957F0BCEA6AB8A011A53AE62466505199F11A228F87F3809931D974F87078CE | sha512: 16569ECB727ADA36811E72FFC925F07AA21B8A627BE45F1EDA18CF2B759939591DCAFCB2D087596EE903C5ABFFAF19F56F25E9710EF22874C934CAD19537B798
md5: D9F02D9F7DA653F82E75112A2AB99CE6 | sha1: BBBB4C2C3911AE1F5BA7FAF1D632ED0F14D9B6AC | sha256: 21493F7F615A099E795F7FAE7ECCE6082414D1D427790BDF4B103623A3AB34EB | sha512: DE5546FF103CCC6AA38E254039A372697A193F9C44D0A44F0BE3B242D9EEF63023DC3FD0C6E8E0D2363177F9230A4E7200D4C32591B398269A1CEE9BC47A99FC
md5: 415E3AB72F17F10D646B3E2C7A76F612 | sha1: ED25E94D4E88293345A0F28A5B975159C393B050 | sha256: 24DAA1FAEE0478BA58FEBE8EE789EB88BE0A14D350B57AD8B10690C55976B2E1 | sha512: 55B5C22B87F21DF89D0514AE05C9433B65A3C7532845FDFC4C2C5C5E2C3929D70143D84698FDB4DC13EC01895B1022CF0E5E76E12102739530B54150932A7B07
md5: A5F541655A9EDC24F4B5184A40E40227 | sha1: 90E196DCD76168F770ABE30098399BC5866ADF1B | sha256: B33D08149A756A401628D11BFDDFEEACA1F03C0578395BB061DAE44F8A12CE5D | sha512: C4D13E95114E232300B36ED7B7A72CE786F66D0F68B0ED9D54FEF788A831B39C893DAA3C2DE982B376A56A539C23E8F314CE8552ED7094E6826D5F70BFBE2D4B
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForNPathComplexity": 200
},
"settings": {
"numberOfReportsParsedInParallel": 1,
"numberOfReportsMergedInParallel": 1,
"maximumNumberOfHistoricCoverageFiles": 100,
"renderPngFallBackImagesForHistoryCharts": false,
"cachingDurationOfRemoteFilesInMinutes": 10080,
"disableRiskHotspots": false,
"excludeTestProjects": false,
"createSubdirectoryForAllReportTypes": false,
"customHeadersForRemoteFiles": null
}
}
md5: 36E3D95D61595E277912615C495554E8 | sha1: BF96298D13BD70C4FDE5D49549FC2B469010C8E9 | sha256: F02BE9E510C147B9910C02EA2302078448129DD696C89D7E8973B1CA18FC56AA | sha512: 28D5E34ACB6CE61D1A29CFA2D129E11D17CD7BA6457E26A95FC1CB17DE8FF89169D2822817CF501C4720E1EA0D9EDDBAD433A4DDED659029B578AF7264EBE9D4
md5: E620C2A072F0EDED03B51F9B9554942C | sha1: 49C7E6FD0F5DC9594C0646E528E6AAC9BC6C0F7B | sha256: F2DA15CA1DBB45E2ABC3559D2884EAA6D4FECA1EBA5540727B19CF62B0C04493 | sha512: 9E04C2B979310B4CCB2CC23E95899FCB8B6374949C3A537BFAAD6E879FD3903F871868356CBB6753064CD7F94AAAF6A37FA8EE2C6D56145F6DFB08BD61E06547
md5: 4C46351621E1E02EED705256D4968409 | sha1: 39C6FA47E2E859936DF6694FEFAD07E59E620B48 | sha256: E9C7728801B51B2F2013F492B418FDA89FCB893FB903B259A9FFCA14611D1501 | sha512: 39232A298A8E003C7C82C0DA9CE35A6F4E39DB4A8F62887AAAFA7595AE891BAC4EDB2A9EFE10B7B336C10BADF2370E92F6C705CEBEFCABCD8F9E49EF48158C1E
md5: 29F813397E09FFD77899E5256BF9B26B | sha1: 0F7C0A5D2AC7D6D28C963F32E499294BB2172F8A | sha256: 9408F709F2C51A0D564EB7BE8B4C60E5FE78AA2547F5EDADD218AE2C006D3BE4 | sha512: F3792BEFB6B809630C6B2E59F00C79A830285B4A747C8BB66D295B337C0070E3350E13EA555BDBB6E923776F563A38342CAE91FFB54FAF7EB016DF8CF8AECC3B
md5: 8A1B37AE34CCABCB31A60CF5B1992AFC | sha1: B5F9716D8D30CC43DE0C1CE79BF5730B2E544C99 | sha256: F2BFE8D845641FC1A6FE93069C2E37B3683B4EFD29EEAF91D9A22185C5CC09C3 | sha512: 713C8B5F88A9C89721CE131E649FF105539C502DDF9A78B7AFB95416768AEF465B18213E5F8F82A8593A0D282D973402264DDD22152460202DBB83342862D259
md5: 9F3C7DEED751A09664338AD88E0CFAFD | sha1: 85370CE02D1EDCE581848DB727A23F6A23324EC2 | sha256: 35879C28CD19A54BF38F8B29BE08BAC54BBCD2B931F0F5FB7E246893F04D687C | sha512: E5D8FDB869863C0B90F04330282B7C85BBF6A1435B64A8E87C1C206B9B4A0FEA58F2587494CEC5FEBA054395E2DE70871CACB090BFBED0085F39D65F4EAA4EEF
md5: 8793DD12286F59B321772D63146BB7C9 | sha1: CA11AF3490469879B64AE2D4FDEA7478C451A7AF | sha256: 2452C8CA46A1DEBE568EFCED06E54868C33DC1F56CC0333E3A7EA4FD056079E8 | sha512: B2E4788CF1205DA7B4329208D1D62387E89782B64CE245013C14238D7440CE0EEEFB12338F38FBCDFD8949CF00C79E2481C3934BF1A4D967D776BB811B8954D9
md5: DAEEE2C4191945FAC348D73091192048 | sha1: E76F913AC73B7F58BB2CA6C3D0E81BFBA442562A | sha256: 2A4F0F557B7402C6CF1F173FC7FA65CDB9C6973D4F09007657043AE1D9A98DCF | sha512: 4C08300C8DEB973E902B28D77561EE1E776F627963574943B70411C29DA6B8868E6191AF87F34BEE3946CE39709FFA668B034926C22F8CB4DC38F9E8F645A4D7
md5: D28A90D752AB732E1617C1C0AD0F4266 | sha1: 6FF6A30598E2BA93DB48870B3A4EB4B695D4F683 | sha256: C7DCD8475B758ACFDF4AD3690624275F23DD3292CB71072B6B7C38457192838A | sha512: 79C7520EBA671137FF6958290E02B0A84174144A336FA3EE2C2EB6E8641AF4AD1046B7A0F7DD92F18CD46AE86C0144FDD064BEB94F9B739CADB8ED995AC33B45
md5: 989263E09E62FB0778A1461576B8318C | sha1: 4EDD315E42A29E0D8D5B8061103FD6870DBAD6A6 | sha256: E6D0A6BBCEEA061D1782CA7F746FF1F561DCB73FC9F180660878EDF8F03A767D | sha512: 5A4C7AD97536D021C1FB3436F48111CF14464DB484FC156BBBC8932B9FE359DC45274157BBF7BF56E25149AB9D0B6DE2B697D7CC47B0636D38A9C558FEC443A9
md5: F2B15F854489541B212EDA4F829763C0 | sha1: 93C41920214A0F1B2F3FE1228D055C49A0A75ADD | sha256: 38CD246065E64618093943F655FF3AA6DE12B3B401DBF7CB3ED7CBE3EA745F3F | sha512: 8A9DF82E3CD62B601FE991866B436D37E897E7CE7C3E7D3034D8E2D99369D7E1AD0A30A3EF9574AFA1B94D870A9A911D035B3F1275E59B8488C5123FF98BE4E5
md5: 8C222EE9AF624C8A47F04AC0F0ED5D27 | sha1: 88E6D44DF0C532CF70FAF3CC0ADDE67D416ECE0D | sha256: 693AD69D561F8533C9C45C41D8BCD9810547E2E862DFFB275B10B5EB0DAB9A6B | sha512: D0CE6201B3123A0311CB116DB62F6253223810A78BC3E025B9748A05A2285A41B256C180F7E7AA75202D6151365C2E07486C9B6FC7B939E1EFED9B54C84A0BE9
md5: B46CEBD616366CE6BB076272B3F41A0B | sha1: C734AF3BC4CEF8926AD68899E08D2463CCFFB832 | sha256: 69428B16A4A007F87065CE3574B54AA1148A4608528697D03D5321A11CE9CF93 | sha512: C7F272FF8600D6F3CD02752B8886DAA701F86E1A13AFB9B30F4263538535307E30DD958403721BD4BF8669559A84C226313B3269F0D35227E564DDC3CFDAE83C
md5: 2BD6589399CF9AE526EE913393314F70 | sha1: 6CAA420F76D6147A120995DADE9BD8606FE963A7 | sha256: 0AF872EE3E7AF283F30502A16A43213640EBE6D401C44D0B698D70BA47742E5D | sha512: 967DAA7453B7D4BADB18EF8A9A97B1ACC9385642693C392DE4F0B804381ACE139B1113321E9B385A4E8229124D07AF84E93EB19E3B61225082B5CCFCCF14E2E5
md5: 8960EDB41F199EBD3F33C74CB603E2B3 | sha1: 2A893467403B6FED429954FB9D7044E678F77B86 | sha256: C6BA4C0E8DF96E0C33FE6FE4C14BCBF5200EC72120492C0EE7B462BA120B1E02 | sha512: 34A24706A04509343DC957E46378FACECB96BB9CB98737F784360D63CBAA31F7CF6CB72A24FD7499F9467ADD7FF22A95AB1FD799BD56C9CF21BF993D444DF4C4
md5: 68BEDC3BB92B470DB9EB44AC00244119 | sha1: DD30379DF7BA68FE6981F1003F208EB4ED9D7158 | sha256: 7F63E0A1FB6A124291BAE88093A4B5307CA03AEA99047CC1D07381DEF47DDD35 | sha512: 066CE93C8C5F4D1EDE1C0EDBA4EEA5DB4F810D4570A817F7243CD6977DF2C681F67BE90FE0BFC7CDE3D00D429DA24D4E2AAF5EFAB31801C9CA99A8F0B32EB2ED
md5: DD6399DC9BC839C0C66DD22A394D249C | sha1: DC1AFA18437751D0842A9CE36C2CF9AB957C2725 | sha256: E7A3165FB182BA25BE3B410FCE4528D238FA4FF9A1A5507AC7E50542D692DAA1 | sha512: 2497D654CE138F5DB0116CEB60E84E8C53467F9B05B3F0819C49BCDDD8D7B467B4206A26879912E01A42FFFDF915A93D623180E06DCDC804BB51A470535DCE89
md5: 079430D88B85F85E0B4336E53BB7AB1E | sha1: 5899857B6F178A4888709975FC4538355942F4D8 | sha256: AD5336C52C72DA6F8BA4AFAD1B32769DDC6463BE016AD9D7BBE8CB1E6CD35E41 | sha512: 11889E60A6FF87E8DF04841C51C3196E0B5A453B2B44610FA1310571E1B541840FB58F0F8D8AD57C93291D47894956EE7D756B96BCB6ED9E9F5147E3B35462CF
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"ReportGenerator/4.8.11": {
"dependencies": {
"Microsoft.SourceLink.GitHub": "1.0.0",
"ReportGenerator.Core": "4.8.11",
"ReportGenerator.DotnetCorePluginLoader": "4.8.11",
"ReportGenerator.MSBuild": "4.8.11"
},
"runtime": {
"ReportGenerator.dll": {}
}
},
"DotNetConfig/1.0.0-rc.2": {
"runtime": {
"lib/netstandard2.0/DotNetConfig.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"McMaster.NETCore.Plugins/1.3.1": {
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0"
},
"runtime": {
"lib/netcoreapp3.0/McMaster.NETCore.Plugins.dll": {
"assemblyVersion": "1.3.1.0",
"fileVersion": "1.3.1.0"
}
}
},
"Microsoft.Build.Framework/16.9.0": {
"dependencies": {
"System.Security.Permissions": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Framework.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.Build.Tasks.Git/1.0.0": {},
"Microsoft.Build.Utilities.Core/16.9.0": {
"dependencies": {
"Microsoft.Build.Framework": "16.9.0",
"Microsoft.Win32.Registry": "4.3.0",
"System.Collections.Immutable": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.0.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.Configuration/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Physical": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"dependencies": {
"System.Text.Json": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Primitives/5.0.0": {
"runtime": {
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Microsoft.SourceLink.Common/1.0.0": {},
"Microsoft.SourceLink.GitHub/1.0.0": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0",
"Microsoft.SourceLink.Common": "1.0.0"
}
},
"Microsoft.Win32.Registry/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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"
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"SixLabors.Fonts/1.0.0-beta0013": {
"dependencies": {
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "4.7.0"
},
"runtime": {
"lib/netstandard2.1/SixLabors.Fonts.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"SixLabors.ImageSharp/1.0.2": {
"runtime": {
"lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.2.0"
}
}
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"dependencies": {
"SixLabors.Fonts": "1.0.0-beta0013",
"SixLabors.ImageSharp": "1.0.2"
},
"runtime": {
"lib/netcoreapp3.1/SixLabors.ImageSharp.Drawing.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable/5.0.0": {},
"System.Drawing.Common/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Numerics.Vectors/4.5.0": {},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.CompilerServices.Unsafe/4.7.0": {},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Windows.Extensions": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Principal.Windows/4.7.0": {},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/4.0.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.0.11"
}
},
"System.Text.Json/4.7.0": {},
"System.Threading/4.0.11": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Windows.Extensions/4.7.0": {
"dependencies": {
"System.Drawing.Common": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
}
},
"ReportGenerator.Core/4.8.11": {
"dependencies": {
"DotNetConfig": "1.0.0-rc.2",
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Binder": "5.0.0",
"Microsoft.Extensions.Configuration.CommandLine": "5.0.0",
"Microsoft.Extensions.Configuration.Json": "5.0.0",
"SixLabors.ImageSharp.Drawing": "1.0.0-beta11"
},
"runtime": {
"ReportGenerator.Core.dll": {}
}
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"dependencies": {
"McMaster.NETCore.Plugins": "1.3.1",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.DotnetCorePluginLoader.dll": {}
}
},
"ReportGenerator.MSBuild/4.8.11": {
"dependencies": {
"Microsoft.Build.Utilities.Core": "16.9.0",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.MSBuild.dll": {}
}
}
}
},
"libraries": {
"ReportGenerator/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DotNetConfig/1.0.0-rc.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MCNI2Gpvfwro8ghLWlSjlfzVJHDrfehoUr2rnnminz+sg/zZ9fELNLKTLcjw57uDgJ1lzBm9R3l2VPJ5QZRWJQ==",
"path": "dotnetconfig/1.0.0-rc.2",
"hashPath": "dotnetconfig.1.0.0-rc.2.nupkg.sha512"
},
"McMaster.NETCore.Plugins/1.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"path": "mcmaster.netcore.plugins/1.3.1",
"hashPath": "mcmaster.netcore.plugins.1.3.1.nupkg.sha512"
},
"Microsoft.Build.Framework/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vY9ftq43is1TlHgUz0RBnTwF36QerDJ87/GXUd6G02h6QpfrB+jWD9vEFs7B7ZsyJ4vIFwGy+g3RcgYQrQWxpA==",
"path": "microsoft.build.framework/16.9.0",
"hashPath": "microsoft.build.framework.16.9.0.nupkg.sha512"
},
"Microsoft.Build.Tasks.Git/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==",
"path": "microsoft.build.tasks.git/1.0.0",
"hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512"
},
"Microsoft.Build.Utilities.Core/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rpxfQlBo2hkFODFJZKPYxMsl5QGIqQ6GlSYnQGKhl+Fu65cvJDk4jRi/R9i+X5/+lSeHhRlQbo+UUhg6cqMkRw==",
"path": "microsoft.build.utilities.core/16.9.0",
"hashPath": "microsoft.build.utilities.core.16.9.0.nupkg.sha512"
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WidpoE1j3eXAnccZRQjb4W+XQeDg2jJFKVgwD7iPF27wOkPB+t9P4B/ctN5GG+Vrp8k+O+01kLweuE+7+nlf9g==",
"path": "microsoft.dotnet.platformabstractions/3.1.0",
"hashPath": "microsoft.dotnet.platformabstractions.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
"path": "microsoft.extensions.configuration/5.0.0",
"hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
"path": "microsoft.extensions.configuration.abstractions/5.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
"path": "microsoft.extensions.configuration.binder/5.0.0",
"hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OelM+VQdhZ0XMXsEQBq/bt3kFzD+EBGqR4TAgFDRAye0JfvHAaRi+3BxCRcwqUAwDhV0U0HieljBGHlTgYseRA==",
"path": "microsoft.extensions.configuration.commandline/5.0.0",
"hashPath": "microsoft.extensions.configuration.commandline.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
"path": "microsoft.extensions.configuration.fileextensions/5.0.0",
"hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
"path": "microsoft.extensions.configuration.json/5.0.0",
"hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8tBjqI1xU3CNjdXMZF7BaY71ChU44x30QtHI2rVmPB3+3PjYi+YGhVTV5+IOlc40F81Bylh4gWwHET3jVKFE4Q==",
"path": "microsoft.extensions.dependencymodel/3.1.0",
"hashPath": "microsoft.extensions.dependencymodel.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
"path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
"path": "microsoft.extensions.fileproviders.physical/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
"hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
"path": "microsoft.extensions.primitives/5.0.0",
"hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.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.SourceLink.Common/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==",
"path": "microsoft.sourcelink.common/1.0.0",
"hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512"
},
"Microsoft.SourceLink.GitHub/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
"path": "microsoft.sourcelink.github/1.0.0",
"hashPath": "microsoft.sourcelink.github.1.0.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"
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"path": "microsoft.win32.systemevents/4.7.0",
"hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
},
"SixLabors.Fonts/1.0.0-beta0013": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NaD8R8GdHqnPP/3GUI6IbJNt3EHjU05CIJw/1gz11NoUBaePhtgDogG1XFguR2nSoXofGJ35W+TgW1ZTVp5W1Q==",
"path": "sixlabors.fonts/1.0.0-beta0013",
"hashPath": "sixlabors.fonts.1.0.0-beta0013.nupkg.sha512"
},
"SixLabors.ImageSharp/1.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==",
"path": "sixlabors.imagesharp/1.0.2",
"hashPath": "sixlabors.imagesharp.1.0.2.nupkg.sha512"
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7hie+jpcOJKezfWo4TW+6WwVlErzwsD80ewWxYumJJNkJtWOo0MZA5b6Z3kUKs8Xpq17N+HzuvMq/Pu+WINFdg==",
"path": "sixlabors.imagesharp.drawing/1.0.0-beta11",
"hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta11.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.Drawing.Common/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"path": "system.drawing.common/4.7.0",
"hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
},
"System.Globalization/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
"path": "system.globalization/4.3.0",
"hashPath": "system.globalization.4.3.0.nupkg.sha512"
},
"System.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.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
},
"System.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.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.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.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IpU1lcHz8/09yDr9N+Juc7SCgNUz+RohkCQI+KsWKR67XxpFr8Z6c8t1iENCXZuRuNCc4HBwme/MDHNVCwyAKg==",
"path": "system.runtime.compilerservices.unsafe/4.7.0",
"hashPath": "system.runtime.compilerservices.unsafe.4.7.0.nupkg.sha512"
},
"System.Runtime.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
"path": "system.runtime.extensions/4.3.0",
"hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
},
"System.Runtime.Handles/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
"path": "system.runtime.handles/4.3.0",
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
"path": "system.runtime.interopservices/4.3.0",
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
"path": "system.text.encoding.codepages/4.0.1",
"hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
},
"System.Text.Json/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IPq/x/d5nAcnD3vIyM3AbPOaTgcqrh0AqPSx7U53UFu3M6k1TH1u/eXc9/h4jm/3mpP1WRUpevlPY4PACd7AWw==",
"path": "system.text.json/4.7.0",
"hashPath": "system.text.json.4.7.0.nupkg.sha512"
},
"System.Threading/4.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
"path": "system.threading/4.0.11",
"hashPath": "system.threading.4.0.11.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.Windows.Extensions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
"path": "system.windows.extensions/4.7.0",
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
},
"ReportGenerator.Core/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.MSBuild/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: FFF2E9C6C20A8DB10B28703C3E174BF3 | sha1: 8189B9AC44A2C165B871EF8C703CFC05E648EEE5 | sha256: B35692B82721B04AE0B3C4960C84BF39E697F581B47574142FA72EC2AFC6D21F | sha512: 15D1667B5889FCD0DC78F92335A5C859F4494B60E419164DA25F0A3581F3F606FE9710694A27132B27085A4BCA25DA8CBD4CCBBDE7D87415D5A2405BD3BEE54E
md5: 2C8E069617DFFAB274957808F20B984C | sha1: 7364F6BBB7304334910651D433772CAA5A5F4617 | sha256: 17C1F8F2E51D3C061956DDDE784DD8039E226DB643EDA8E0C1847E4113DE0A5D | sha512: 37BFF5BCAFE6CC1A2447176D8C25F26CB23F7E720400F1E5E59DE873765550C3209E957AD1B51BA6A8EA3B97FC5996694CEBC500EB1733DAD9508996E7E2750A
md5: 4240EF1DC1D7CA1BF520CEAB4E267CBE | sha1: 9AAF5E0F054EB16DE5159EC00DB1A3D7549EEBBE | sha256: 3961660A635AF15222153C2F3558A21BAD6299B5C56CFB1D0211B775C2B2D403 | sha512: A3A6462DB00C7B37E7CAE3A7450B40AAC8B117457080B02D76AD6FE0081A35AF771B2CCA028EA14247BDC93EA2D23DF520C961603F2C7E875EE8291C9A8A082E
md5: 583A1F62C01085FC41D261B7710912C8 | sha1: EA09CA7937769021520086BD72976C3D787F083E | sha256: 2229711E01F16C6F7BD165A47C7A4E76D9DBB0825DCCF3FC7824347761C37E7A | sha512: E6C5529A20954603E328F6548DDA6BB6BC89D9C7F5823282001401F842FF8901C71562896068EFFF752525228BEF5C9F9E25F0713D865767D7F0BBA6218CC25C
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"rollForwardOnNoCandidateFx": 2
}
}
md5: DB35A96E741DA1811826B56B660C84B8 | sha1: 67E3DA6371BCBC914AD23E1165A04F09EF805CC1 | sha256: 000B09D998B23159AB9E7EF87C7CB09AAD8C9CFB366F4AE69DFCA50AF5A166C0 | sha512: D76AEC9D5DA8C78598E6FCE3D7F849714A3BFEA105943A9516113EA338589CAAB546AA786B0D5292A2CFB50A5A63255236D5F3384FAB47D52F8BCFB5F167D1FF
md5: EF50BD977976ED929FABEAF6C9241C45 | sha1: AD004278F0C66CF0086C1024CE46B04852DE6ECA | sha256: 1D5BBFB227F20E866CF25F649A059B61C3F35336F69EBD19B8EDE7B6E14A7414 | sha512: 5ED13DEBF26F120C80C09DF572571B3BB05FCABEE7B1C7D945D2D767B13A2FE1C5861CAD4FA1FEA1658357FB025F9237F7AE2DE510DB120CFF6EF4041D5F6707
md5: DDD24ED9FE3B256AB955554893D832C6 | sha1: DDF4603FC7AB70F5E49C3CC7F7C691977EF82DD0 | sha256: DF409DE7822EBE4871AADEF1F8E4A553406395C8D692704037781777BA650300 | sha512: F1497BB0CB39A325923BD13314A8C8125B06978BD2D6BDB7387F4E838D27AD0E735461C8BC2584E421E9C9E8DA2AAEDC6757CAD6F6678EC5BCED41A81E8D0E34
md5: F672A537A363A4EEA79A48CF34FA5808 | sha1: B9101BA7E62B0116AC5A7D4064D91F684E25F233 | sha256: B0B15EE123D24A220DC3446C96A6273E2FDADE71D1F352BF06217BDE57778B24 | sha512: 4ED8FB355723824C6E608B38D397C215142D508C80E5000DF854200DE8F89B44EB4AFE5829EA40F7706A6149527DBD8C748FF3AF9172D9A20B24958DD94E6484
md5: 0C2D566CF93B5C2212B7723F78FFC6FC | sha1: F9DFECC4171605BD9433960DA5A05AB71AFA1D19 | sha256: 7D05600FE5763E7DE3607CC9B0F8DB64C8B240788165043364D896D25BC39AC6 | sha512: 04394FC374D0DE320D7E2DFCCE8446DA1AD7327D3CC067F18F8C95B9D9B5E23664EADD1D6471D7DB61F3194B2666E9258654BE8AD79D20C9A160D66510B221E1
md5: 527318B3438B14BBA32CE2F84AAA2202 | sha1: 4370D2290D1237FC487134730A4351E88CA0DD92 | sha256: 58BB0D041CC914EE41B6E7D3C5DA2CF8BBF2B536402666489E00B121E4EC0EE9 | sha512: F872E6742AE6488BA9A0E071A4D98ECD17909711D0FA2C4E25F3CE93DAF2432D46493FA430112DC7FE2955BD4091470C5A2108FD49605AC08D32BE7A9926E7B0
md5: 2C49A9A275680E35FE03336BB63BDC7E | sha1: 770C08DC860C109B2E62360BEBC9F7F0A2B305BA | sha256: DE2FDA6A6DB0DFD2FF1327FC3C58EC4867E377380A8C4530582FEDD96B5FC36E | sha512: 484FA4D4E4B544D6E68E264B34980F9F2EA3BDE4E50384971247C53C552215B14889DCF818405FE180FE53DFB807701D0C7D0D7259F8EC7C4886C459ABF2AF7C
md5: 2BB2433323109421D538D57B3839585B | sha1: 61B91AB9ADD755E0AB82C02602D6746AD94D6779 | sha256: 13EFECE14E17B7F885AFFF8377B652A975C038964A8273805B80B9AFB38F7077 | sha512: 8730619094ECEB6D84CBE4552B5EA4B0AAF6389312C7F4EFEB95EFE3F14ABE13EA4EFB5C8E5D201A632690D2BDCEDE363ABCF2A5D46ECAC946A330D0DDA45F87
md5: BDD02096130CA18E3238528ABB813345 | sha1: 0EC7446726E7EC2C32FFEB24133DFC4D88F0AE45 | sha256: ABBE8146FA3F638EE9F5AAAE85182D72DE7807C9F0A06311EF14EB4E5F3CB3B0 | sha512: 90C6091172C6606336F9DA42C5CE5F825D698AB493224E4F9ADDE905474719957B13E42640338D323018652D6B46EF22E6ED006A450AD50C285BA2B56D6C69D9
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForNPathComplexity": 200
},
"settings": {
"numberOfReportsParsedInParallel": 1,
"numberOfReportsMergedInParallel": 1,
"maximumNumberOfHistoricCoverageFiles": 100,
"renderPngFallBackImagesForHistoryCharts": false,
"cachingDurationOfRemoteFilesInMinutes": 10080,
"disableRiskHotspots": false,
"excludeTestProjects": false,
"createSubdirectoryForAllReportTypes": false,
"customHeadersForRemoteFiles": null
}
}
md5: 36E3D95D61595E277912615C495554E8 | sha1: BF96298D13BD70C4FDE5D49549FC2B469010C8E9 | sha256: F02BE9E510C147B9910C02EA2302078448129DD696C89D7E8973B1CA18FC56AA | sha512: 28D5E34ACB6CE61D1A29CFA2D129E11D17CD7BA6457E26A95FC1CB17DE8FF89169D2822817CF501C4720E1EA0D9EDDBAD433A4DDED659029B578AF7264EBE9D4
md5: 0E5B027DD9F558005EE32094CFFB5D07 | sha1: AC809EF231FB94F0F645E2234351B211B55F1939 | sha256: 0BB29B25D6C58B744333579B99533E18CC0DCACA245FEF4AEE8459F9B32D0458 | sha512: FB13FFC2774AD2A250D86E1050160C377138D7C49EC03358B03F3B3340E095B271A2F356547B8BFA94B6B49CE30A47DAAC24F7EBA6F1FD0CA8CAA89425FFDAA7
md5: A695E381A751A68256F7FC5B79ECBDBB | sha1: BC0E4F5A0445A1C71623CBB61A2207D2E37737A5 | sha256: FEF36165F43FBDE2C79E939688820FB1E4213CAE50F4C761EC1F97D870045581 | sha512: 3DA65BE4CA1839E111A7A295A6C308D1040669CCE79BC164DB83F6C3C649C572DA917C2F41D3B884455FA95AF11C5B7B95AB1F6A1CE3E99FB8DE0F9F7D6B214D
md5: 4C46351621E1E02EED705256D4968409 | sha1: 39C6FA47E2E859936DF6694FEFAD07E59E620B48 | sha256: E9C7728801B51B2F2013F492B418FDA89FCB893FB903B259A9FFCA14611D1501 | sha512: 39232A298A8E003C7C82C0DA9CE35A6F4E39DB4A8F62887AAAFA7595AE891BAC4EDB2A9EFE10B7B336C10BADF2370E92F6C705CEBEFCABCD8F9E49EF48158C1E
md5: 29F813397E09FFD77899E5256BF9B26B | sha1: 0F7C0A5D2AC7D6D28C963F32E499294BB2172F8A | sha256: 9408F709F2C51A0D564EB7BE8B4C60E5FE78AA2547F5EDADD218AE2C006D3BE4 | sha512: F3792BEFB6B809630C6B2E59F00C79A830285B4A747C8BB66D295B337C0070E3350E13EA555BDBB6E923776F563A38342CAE91FFB54FAF7EB016DF8CF8AECC3B
md5: 8A1B37AE34CCABCB31A60CF5B1992AFC | sha1: B5F9716D8D30CC43DE0C1CE79BF5730B2E544C99 | sha256: F2BFE8D845641FC1A6FE93069C2E37B3683B4EFD29EEAF91D9A22185C5CC09C3 | sha512: 713C8B5F88A9C89721CE131E649FF105539C502DDF9A78B7AFB95416768AEF465B18213E5F8F82A8593A0D282D973402264DDD22152460202DBB83342862D259
md5: 9F3C7DEED751A09664338AD88E0CFAFD | sha1: 85370CE02D1EDCE581848DB727A23F6A23324EC2 | sha256: 35879C28CD19A54BF38F8B29BE08BAC54BBCD2B931F0F5FB7E246893F04D687C | sha512: E5D8FDB869863C0B90F04330282B7C85BBF6A1435B64A8E87C1C206B9B4A0FEA58F2587494CEC5FEBA054395E2DE70871CACB090BFBED0085F39D65F4EAA4EEF
md5: 8793DD12286F59B321772D63146BB7C9 | sha1: CA11AF3490469879B64AE2D4FDEA7478C451A7AF | sha256: 2452C8CA46A1DEBE568EFCED06E54868C33DC1F56CC0333E3A7EA4FD056079E8 | sha512: B2E4788CF1205DA7B4329208D1D62387E89782B64CE245013C14238D7440CE0EEEFB12338F38FBCDFD8949CF00C79E2481C3934BF1A4D967D776BB811B8954D9
md5: DAEEE2C4191945FAC348D73091192048 | sha1: E76F913AC73B7F58BB2CA6C3D0E81BFBA442562A | sha256: 2A4F0F557B7402C6CF1F173FC7FA65CDB9C6973D4F09007657043AE1D9A98DCF | sha512: 4C08300C8DEB973E902B28D77561EE1E776F627963574943B70411C29DA6B8868E6191AF87F34BEE3946CE39709FFA668B034926C22F8CB4DC38F9E8F645A4D7
md5: D28A90D752AB732E1617C1C0AD0F4266 | sha1: 6FF6A30598E2BA93DB48870B3A4EB4B695D4F683 | sha256: C7DCD8475B758ACFDF4AD3690624275F23DD3292CB71072B6B7C38457192838A | sha512: 79C7520EBA671137FF6958290E02B0A84174144A336FA3EE2C2EB6E8641AF4AD1046B7A0F7DD92F18CD46AE86C0144FDD064BEB94F9B739CADB8ED995AC33B45
md5: 989263E09E62FB0778A1461576B8318C | sha1: 4EDD315E42A29E0D8D5B8061103FD6870DBAD6A6 | sha256: E6D0A6BBCEEA061D1782CA7F746FF1F561DCB73FC9F180660878EDF8F03A767D | sha512: 5A4C7AD97536D021C1FB3436F48111CF14464DB484FC156BBBC8932B9FE359DC45274157BBF7BF56E25149AB9D0B6DE2B697D7CC47B0636D38A9C558FEC443A9
md5: F1FE21A0F5D34B93280A16F192A4F47E | sha1: 2F98C956A4DC46A0D1F96D815C3040A9DF5A981F | sha256: F9C4860476D61A5DB736730EA5F105228AD66FDF6FD47727A55C3E4F41D20B9D | sha512: 4F063770CA0126979568987B4112A7E0572D3A6AFD55A7C8B3C9A11FF28D85342A617DE8ECF60F2FB9B6F6938D903EAB49C17A4C8A57AFC5DA7316AE31FC7A8A
md5: 8C222EE9AF624C8A47F04AC0F0ED5D27 | sha1: 88E6D44DF0C532CF70FAF3CC0ADDE67D416ECE0D | sha256: 693AD69D561F8533C9C45C41D8BCD9810547E2E862DFFB275B10B5EB0DAB9A6B | sha512: D0CE6201B3123A0311CB116DB62F6253223810A78BC3E025B9748A05A2285A41B256C180F7E7AA75202D6151365C2E07486C9B6FC7B939E1EFED9B54C84A0BE9
md5: B46CEBD616366CE6BB076272B3F41A0B | sha1: C734AF3BC4CEF8926AD68899E08D2463CCFFB832 | sha256: 69428B16A4A007F87065CE3574B54AA1148A4608528697D03D5321A11CE9CF93 | sha512: C7F272FF8600D6F3CD02752B8886DAA701F86E1A13AFB9B30F4263538535307E30DD958403721BD4BF8669559A84C226313B3269F0D35227E564DDC3CFDAE83C
md5: 2BD6589399CF9AE526EE913393314F70 | sha1: 6CAA420F76D6147A120995DADE9BD8606FE963A7 | sha256: 0AF872EE3E7AF283F30502A16A43213640EBE6D401C44D0B698D70BA47742E5D | sha512: 967DAA7453B7D4BADB18EF8A9A97B1ACC9385642693C392DE4F0B804381ACE139B1113321E9B385A4E8229124D07AF84E93EB19E3B61225082B5CCFCCF14E2E5
md5: 8960EDB41F199EBD3F33C74CB603E2B3 | sha1: 2A893467403B6FED429954FB9D7044E678F77B86 | sha256: C6BA4C0E8DF96E0C33FE6FE4C14BCBF5200EC72120492C0EE7B462BA120B1E02 | sha512: 34A24706A04509343DC957E46378FACECB96BB9CB98737F784360D63CBAA31F7CF6CB72A24FD7499F9467ADD7FF22A95AB1FD799BD56C9CF21BF993D444DF4C4
md5: 886555013EA4C78E2DA2D2B47A71D830 | sha1: 2911E23502AA88FEBFBE3FF72AC933083DE28793 | sha256: FA775FA0CF84E4188F4D35DB184DD0AA79DE6E2C0D02806C4DC886FB7F9C1D40 | sha512: 99EEAF9CE2BCCA6C7D696DD3562C7BBC949F4DD863FB57CA9A9E1791AA417A863E92F7DF28DE248C6680B3DD656A3FC3E0510E38CE95B8E7C3612FECAD77111F
md5: 079430D88B85F85E0B4336E53BB7AB1E | sha1: 5899857B6F178A4888709975FC4538355942F4D8 | sha256: AD5336C52C72DA6F8BA4AFAD1B32769DDC6463BE016AD9D7BBE8CB1E6CD35E41 | sha512: 11889E60A6FF87E8DF04841C51C3196E0B5A453B2B44610FA1310571E1B541840FB58F0F8D8AD57C93291D47894956EE7D756B96BCB6ED9E9F5147E3B35462CF
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"ReportGenerator/4.8.11": {
"dependencies": {
"Microsoft.SourceLink.GitHub": "1.0.0",
"ReportGenerator.Core": "4.8.11",
"ReportGenerator.DotnetCorePluginLoader": "4.8.11",
"ReportGenerator.MSBuild": "4.8.11"
},
"runtime": {
"ReportGenerator.dll": {}
}
},
"DotNetConfig/1.0.0-rc.2": {
"runtime": {
"lib/netstandard2.0/DotNetConfig.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"McMaster.NETCore.Plugins/1.3.1": {
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0",
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netcoreapp2.0/McMaster.NETCore.Plugins.dll": {
"assemblyVersion": "1.3.1.0",
"fileVersion": "1.3.1.0"
}
}
},
"Microsoft.Bcl.AsyncInterfaces/5.0.0": {
"dependencies": {
"System.Threading.Tasks.Extensions": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Build.Framework/16.9.0": {
"dependencies": {
"System.Security.Permissions": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Framework.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.Build.Tasks.Git/1.0.0": {},
"Microsoft.Build.Utilities.Core/16.9.0": {
"dependencies": {
"Microsoft.Build.Framework": "16.9.0",
"Microsoft.Win32.Registry": "4.3.0",
"System.Collections.Immutable": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.0.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.Configuration/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Physical": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"dependencies": {
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Primitives/5.0.0": {
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Microsoft.SourceLink.Common/1.0.0": {},
"Microsoft.SourceLink.GitHub/1.0.0": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0",
"Microsoft.SourceLink.Common": "1.0.0"
}
},
"Microsoft.Win32.Registry/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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"
}
},
"SixLabors.Fonts/1.0.0-beta0013": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/SixLabors.Fonts.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"SixLabors.ImageSharp/1.0.2": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
"System.Numerics.Vectors": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/SixLabors.ImageSharp.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.2.0"
}
}
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"dependencies": {
"SixLabors.Fonts": "1.0.0-beta0013",
"SixLabors.ImageSharp": "1.0.2"
},
"runtime": {
"lib/netstandard2.0/SixLabors.ImageSharp.Drawing.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.Buffers/4.5.1": {},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable/5.0.0": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Memory/4.5.4": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Memory.dll": {
"assemblyVersion": "4.0.1.1",
"fileVersion": "4.6.28619.1"
}
}
},
"System.Numerics.Vectors/4.5.0": {},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Principal.Windows/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/4.0.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.0.11"
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "1.0.24212.1"
},
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "1.0.24212.1"
}
}
},
"System.Text.Encodings.Web/5.0.0": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Text.Json/5.0.0": {
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "5.0.0",
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Text.Encodings.Web": "5.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/System.Text.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Threading/4.0.11": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Threading.Tasks.Extensions/4.5.4": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.2.0.1",
"fileVersion": "4.6.28619.1"
}
}
},
"ReportGenerator.Core/4.8.11": {
"dependencies": {
"DotNetConfig": "1.0.0-rc.2",
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Binder": "5.0.0",
"Microsoft.Extensions.Configuration.CommandLine": "5.0.0",
"Microsoft.Extensions.Configuration.Json": "5.0.0",
"SixLabors.ImageSharp.Drawing": "1.0.0-beta11"
},
"runtime": {
"ReportGenerator.Core.dll": {}
}
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"dependencies": {
"McMaster.NETCore.Plugins": "1.3.1",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.DotnetCorePluginLoader.dll": {}
}
},
"ReportGenerator.MSBuild/4.8.11": {
"dependencies": {
"Microsoft.Build.Utilities.Core": "16.9.0",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.MSBuild.dll": {}
}
}
}
},
"libraries": {
"ReportGenerator/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DotNetConfig/1.0.0-rc.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MCNI2Gpvfwro8ghLWlSjlfzVJHDrfehoUr2rnnminz+sg/zZ9fELNLKTLcjw57uDgJ1lzBm9R3l2VPJ5QZRWJQ==",
"path": "dotnetconfig/1.0.0-rc.2",
"hashPath": "dotnetconfig.1.0.0-rc.2.nupkg.sha512"
},
"McMaster.NETCore.Plugins/1.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"path": "mcmaster.netcore.plugins/1.3.1",
"hashPath": "mcmaster.netcore.plugins.1.3.1.nupkg.sha512"
},
"Microsoft.Bcl.AsyncInterfaces/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==",
"path": "microsoft.bcl.asyncinterfaces/5.0.0",
"hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512"
},
"Microsoft.Build.Framework/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vY9ftq43is1TlHgUz0RBnTwF36QerDJ87/GXUd6G02h6QpfrB+jWD9vEFs7B7ZsyJ4vIFwGy+g3RcgYQrQWxpA==",
"path": "microsoft.build.framework/16.9.0",
"hashPath": "microsoft.build.framework.16.9.0.nupkg.sha512"
},
"Microsoft.Build.Tasks.Git/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==",
"path": "microsoft.build.tasks.git/1.0.0",
"hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512"
},
"Microsoft.Build.Utilities.Core/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rpxfQlBo2hkFODFJZKPYxMsl5QGIqQ6GlSYnQGKhl+Fu65cvJDk4jRi/R9i+X5/+lSeHhRlQbo+UUhg6cqMkRw==",
"path": "microsoft.build.utilities.core/16.9.0",
"hashPath": "microsoft.build.utilities.core.16.9.0.nupkg.sha512"
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WidpoE1j3eXAnccZRQjb4W+XQeDg2jJFKVgwD7iPF27wOkPB+t9P4B/ctN5GG+Vrp8k+O+01kLweuE+7+nlf9g==",
"path": "microsoft.dotnet.platformabstractions/3.1.0",
"hashPath": "microsoft.dotnet.platformabstractions.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
"path": "microsoft.extensions.configuration/5.0.0",
"hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
"path": "microsoft.extensions.configuration.abstractions/5.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
"path": "microsoft.extensions.configuration.binder/5.0.0",
"hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OelM+VQdhZ0XMXsEQBq/bt3kFzD+EBGqR4TAgFDRAye0JfvHAaRi+3BxCRcwqUAwDhV0U0HieljBGHlTgYseRA==",
"path": "microsoft.extensions.configuration.commandline/5.0.0",
"hashPath": "microsoft.extensions.configuration.commandline.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
"path": "microsoft.extensions.configuration.fileextensions/5.0.0",
"hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
"path": "microsoft.extensions.configuration.json/5.0.0",
"hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8tBjqI1xU3CNjdXMZF7BaY71ChU44x30QtHI2rVmPB3+3PjYi+YGhVTV5+IOlc40F81Bylh4gWwHET3jVKFE4Q==",
"path": "microsoft.extensions.dependencymodel/3.1.0",
"hashPath": "microsoft.extensions.dependencymodel.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
"path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
"path": "microsoft.extensions.fileproviders.physical/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
"hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
"path": "microsoft.extensions.primitives/5.0.0",
"hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.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.SourceLink.Common/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==",
"path": "microsoft.sourcelink.common/1.0.0",
"hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512"
},
"Microsoft.SourceLink.GitHub/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
"path": "microsoft.sourcelink.github/1.0.0",
"hashPath": "microsoft.sourcelink.github.1.0.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"
},
"SixLabors.Fonts/1.0.0-beta0013": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NaD8R8GdHqnPP/3GUI6IbJNt3EHjU05CIJw/1gz11NoUBaePhtgDogG1XFguR2nSoXofGJ35W+TgW1ZTVp5W1Q==",
"path": "sixlabors.fonts/1.0.0-beta0013",
"hashPath": "sixlabors.fonts.1.0.0-beta0013.nupkg.sha512"
},
"SixLabors.ImageSharp/1.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==",
"path": "sixlabors.imagesharp/1.0.2",
"hashPath": "sixlabors.imagesharp.1.0.2.nupkg.sha512"
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7hie+jpcOJKezfWo4TW+6WwVlErzwsD80ewWxYumJJNkJtWOo0MZA5b6Z3kUKs8Xpq17N+HzuvMq/Pu+WINFdg==",
"path": "sixlabors.imagesharp.drawing/1.0.0-beta11",
"hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta11.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.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.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
},
"System.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.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.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
"path": "system.runtime.compilerservices.unsafe/5.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
},
"System.Runtime.Extensions/4.3.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.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
"path": "system.text.encoding.codepages/4.0.1",
"hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
},
"System.Text.Encodings.Web/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EEslUvHKll1ftizbn20mX3Ix/l4Ygk/bdJ2LY6/X6FlGaP0RIhKMo9nS6JIGnKKT6KBP2PGj6JC3B9/ZF6ErqQ==",
"path": "system.text.encodings.web/5.0.0",
"hashPath": "system.text.encodings.web.5.0.0.nupkg.sha512"
},
"System.Text.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+luxMQNZ2WqeffBU7Ml6njIvxc8169NW2oU+ygNudXQGZiarjE7DOtN7bILiQjTZjkmwwRZGTtLzmdrSI/Ustw==",
"path": "system.text.json/5.0.0",
"hashPath": "system.text.json.5.0.0.nupkg.sha512"
},
"System.Threading/4.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
"path": "system.threading/4.0.11",
"hashPath": "system.threading.4.0.11.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
"path": "system.threading.tasks.extensions/4.5.4",
"hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
},
"ReportGenerator.Core/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.MSBuild/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 3A9D3F6EACDB9A32884D019A8DFD3894 | sha1: 1E76FF536EBBF8C34F90552B40112688B86990AC | sha256: 13F28CC63B55510D3A2B3B14CAF4757327E2417921953AC43BEE9FA334EDD8D5 | sha512: 1F3F2FD73FF3EDCE8B5B9222917B0D7676FF36C38444E7E7D1A046579521F05989703BD51BD3C0ECEF8D1CD3713D9CA4776E2B55C3A50F21EC7E76518099EB07
md5: 8E3D85ED2F4B0F85BFF4E4984DE38305 | sha1: B22F7AFDD8C6E90466D76B6BBB24BE1601C67C88 | sha256: 7695B2E894121E85C327DEBE97BB3F9AC1CFACECF97DCDDEDE6DAA90FE5BCF0A | sha512: 3E67F53B6D98CBA7DF59A0C078950169E143251958590FA10E65F8FDE4973A15FFE1B3C707EBAE7D3A604714E24A59D7BC11C610F13C9AF06B28C9F8803140E7
md5: 583A1F62C01085FC41D261B7710912C8 | sha1: EA09CA7937769021520086BD72976C3D787F083E | sha256: 2229711E01F16C6F7BD165A47C7A4E76D9DBB0825DCCF3FC7824347761C37E7A | sha512: E6C5529A20954603E328F6548DDA6BB6BC89D9C7F5823282001401F842FF8901C71562896068EFFF752525228BEF5C9F9E25F0713D865767D7F0BBA6218CC25C
{
"runtimeOptions": {
"tfm": "netcoreapp2.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.0.0"
},
"rollForwardOnNoCandidateFx": 2
}
}
md5: A09DC4754C12AB93895506E3D34EFD4E | sha1: BE4209FEA6E5AD95E681E66A6FFC1DDA2246228D | sha256: 201442FDA479658EE15BF080257895709D6CBC4DAA6973FB689CA71810A5C848 | sha512: B5EE2EBD51E860F550F7EDDD484647ADDE38D03A48994A8F000814FE83E2739EBA47E0F951A150F09B5AED011AF6690E5D1E4B320225CA466F84198C34489776
md5: 0A2A59B7B87B8E5C4D8F75AB9FA9A342 | sha1: D93625E01397B44C72129869EB5D6CE16B1A80F5 | sha256: A898D0B72D5B16D24E90BB9879AD6874D76F6E638D91C5968A8AD61AAF059C5B | sha512: D1ED7EAE997B5BDCF4F8AB507B4FEF677D3AC8AD7C6094A53A4D0F73ED1F349566EA5DD69D468EAF4DDC47452F9B13286A17BECF675263E341ABE97EC66CFAE4
md5: 2CB23A23369178CD7E238705B238E516 | sha1: D71AB8B69734F983B8F102885390447FF9651666 | sha256: FE46D8C19CA5D1BB123C5AE8F464597EFA03496B081840AD2A57389E1C0EFDC2 | sha512: 42D3AFFE595F7F7AA55396A3226DC9F265C7F257C6F62C4D274A465E9FFC4A260F4E4F4956068D18F81571C5B3DB11871E3EAD2877197D90E699AB5EE0FBCA56
md5: 81E20B9C5DFFD57686EE600AC9AD8EA4 | sha1: 1AD6DE0746639231BC9D250888E487F5384A2696 | sha256: 7BCA09E65A197F1D5E19564F09BFBE008B1A54E1BB2ECF87796452D817ABBBCE | sha512: 606208112B74C92D3A262E890075172ACF436C1F22C8E0A585D26F7D3F2F022E2654686D60DF17A6ED7722CB78DFCDE4AEBF9CAB0900CBA6C73D6AD657E4530C
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
md5: 13A13608E107E9BB22A7C17FD95A594C | sha1: 659442CD394CAEA70E39EEB553D1F70C8B108914 | sha256: 9B87E2CD125461219A2490AB6223CF93D8D1D354C22A4FB140FDFD75B5EE7700 | sha512: DDB3654C9AEB7CB11EE9FE2D539DF68803898B72571256D83FA06865011216309F9FFD3886ADE5973EEF068EA75EB879730DC87F452E7926BEBE90ED6ADB7A23
md5: FF13E61F015241CC093CA7F16191A11D | sha1: EDEB3B0B1A0EE68BFD324B458F9099912B75D303 | sha256: B4DB31331281BC6468DFC66DB80BB4D3D30D768348E8E7AF83AF47C0EEA0FC5F | sha512: 14D4BA17C850EAB4D4B13E3A838383BD453174602D25DB5A34C83EEFBC74B6C56002F1DAF4C3215AFE7EDD9980B9CAD16BB0FBA3310725E92A32C061F6E97EAA
md5: 33A6F89638B3AA0CB284D9D06F499268 | sha1: 06E4AFEB0D36AB64CE10D8D2FA7A5A45A7076DE9 | sha256: 505252C175954ACC492CF4A99C3FBB1C33264F4957C77AE1D6A13F47226706FC | sha512: 13C2F94C8067C0781561F1CFF35FEA770F1C63BF2C9E444DE560C34195337DE3E8B4916B86C489A9E3277B5900526C60ED5EFA4CAE3E3E95F027B73C2B7D1789
md5: 5B9F4E045BD0941F35665DE23F2B9403 | sha1: 9C6C2D157A5BBF8E275C8627CB0547B1007BB8D1 | sha256: A99911373EB198DBB32D0CF8246E398AC89E8FBFB29023AB6EC8D1017BBD7063 | sha512: 9146D67763BF730E27B621CE60BE3BB1E2E874F9310DAB35C05F4D83896B55D26BBD624EF9DFB94A01A69D8509DD6F2DA98394C16204DF6D728828F8FBD6E005
md5: DF29F9A876F042B588BD291D5DD7BEF5 | sha1: D23F11CD8F96AF1E76C847260F9BA6A32E62BD08 | sha256: D2E3949FCF3A3B3A20BB9A568A4DA582D9A90D64F34C0BDC07C9029BFE8F1858 | sha512: 2DD463513BA5DCAA04CBF3C7D12E44E705CA31D889BAB5360264004527AA25995C10DCF3511ED1C5B62D9E67CE57F5585E82197B0417587912B4081725D88E8E
md5: 821F2533E7E1A876F48EC7A0F23B0825 | sha1: A767A18B1FD1CFDD3AD329FAA03569E60C0BDF88 | sha256: 99EDB8E60EEF8448A31F96509EBD712EAF13A4C00F0C4986B47F6DD6D7256CFB | sha512: D178FB4CC81EFAD66AAE682FA2B09153CC1FC4250F28E0D886521937C76521487D9C59DF9477692C301AE605662570AF4E8A74F7CE076F9529C2058EDDEF7498
md5: A609E9801C83714435A0BC5DD69D6140 | sha1: 7128CADA2900416EC336D1CCDA6843DFAF774C45 | sha256: 6F4DB849979D87B7CE36D68174439D7BA2EF1F366B13F3CEB966F600D5EE5DBD | sha512: 94C1E9E7C26A9EA07ABCF61EDAD9D1C7676EAD5E8EC03F5E8784E16FA3B51F6358035E2B2CF18135DA200C9F4BAA039F71423250065FCAAC1550EBD5108F6DA4
md5: FF931FEFAE3158672308DA5A93C06835 | sha1: 71AFAB4BB492B2BB0C209AC800069E9C8AF2AE37 | sha256: 8FE54076455310A7F1F3F40032F89923822CC449D0FB713CDB2C796D5C90CD49 | sha512: B43C6B7D9DE704DF3365A1DE474D3E4FC2ECD2025A901AB56CCDBE1B8FC5A1A4B3559C1D95C2F2F1AC8E7170F8AE3EC2257C5EF9BC8FA6E796C7774813306737
md5: FF2636046767EA1D98D8BC53D54FE61A | sha1: FDB13BFAA6039E35663CAE9E8E866490BA2D0FD9 | sha256: BC8F70F1FB4C93F9E3CBA4BDA4F1BF15D9B513F4503DE02588E8E7BFE5A7C995 | sha512: 4EC866FA8AAA3AC2DA4DCAF4994A042165C2409043AEC577C50A7C2DC2EEB9F4CA1C474FD93676A7BC8CC6484958CC1828657B97DBC643BC673B7EB9D3E383C1
md5: 23C5A0A12FAE9191DBE00989129A9B58 | sha1: E71CE3A32EBD7997BB635E983926FD93AF916355 | sha256: 335A58401467C19993AB90A875E6714F3B0FA16BF10664D24F2CB7CB4A5EF0FD | sha512: 582FA38F71B1B4ABDDA2766FFDB91AECD290C0EDF22A1F7FE826C43B800AB514A81E89E44D6AA9214D501C3BFAE6B4D9200F70D81F0FF2D6E0ABF0F6381E1BFE
md5: B2ED9123B13DF49F4E271B6A485D56D1 | sha1: 850849AA6723733E661F3BFE6DA805F4657A2FCB | sha256: 09901F63EBC4B8F0897B0128FB230C146529AEE5C5CC90D7A7872E66A976BB5F | sha512: A409E606B0FAF2A029F90C4D23DFCD184118851F6EA3EB474BB550FFCBEF10568C853ED9EEC004712FD45BEFC0DF220703266E36C717413D9695E80FD1412C80
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForNPathComplexity": 200
},
"settings": {
"numberOfReportsParsedInParallel": 1,
"numberOfReportsMergedInParallel": 1,
"maximumNumberOfHistoricCoverageFiles": 100,
"renderPngFallBackImagesForHistoryCharts": false,
"cachingDurationOfRemoteFilesInMinutes": 10080,
"disableRiskHotspots": false,
"excludeTestProjects": false,
"createSubdirectoryForAllReportTypes": false,
"customHeadersForRemoteFiles": null
}
}
md5: 36E3D95D61595E277912615C495554E8 | sha1: BF96298D13BD70C4FDE5D49549FC2B469010C8E9 | sha256: F02BE9E510C147B9910C02EA2302078448129DD696C89D7E8973B1CA18FC56AA | sha512: 28D5E34ACB6CE61D1A29CFA2D129E11D17CD7BA6457E26A95FC1CB17DE8FF89169D2822817CF501C4720E1EA0D9EDDBAD433A4DDED659029B578AF7264EBE9D4
md5: 0E5B027DD9F558005EE32094CFFB5D07 | sha1: AC809EF231FB94F0F645E2234351B211B55F1939 | sha256: 0BB29B25D6C58B744333579B99533E18CC0DCACA245FEF4AEE8459F9B32D0458 | sha512: FB13FFC2774AD2A250D86E1050160C377138D7C49EC03358B03F3B3340E095B271A2F356547B8BFA94B6B49CE30A47DAAC24F7EBA6F1FD0CA8CAA89425FFDAA7
md5: A695E381A751A68256F7FC5B79ECBDBB | sha1: BC0E4F5A0445A1C71623CBB61A2207D2E37737A5 | sha256: FEF36165F43FBDE2C79E939688820FB1E4213CAE50F4C761EC1F97D870045581 | sha512: 3DA65BE4CA1839E111A7A295A6C308D1040669CCE79BC164DB83F6C3C649C572DA917C2F41D3B884455FA95AF11C5B7B95AB1F6A1CE3E99FB8DE0F9F7D6B214D
md5: 4C46351621E1E02EED705256D4968409 | sha1: 39C6FA47E2E859936DF6694FEFAD07E59E620B48 | sha256: E9C7728801B51B2F2013F492B418FDA89FCB893FB903B259A9FFCA14611D1501 | sha512: 39232A298A8E003C7C82C0DA9CE35A6F4E39DB4A8F62887AAAFA7595AE891BAC4EDB2A9EFE10B7B336C10BADF2370E92F6C705CEBEFCABCD8F9E49EF48158C1E
md5: 29F813397E09FFD77899E5256BF9B26B | sha1: 0F7C0A5D2AC7D6D28C963F32E499294BB2172F8A | sha256: 9408F709F2C51A0D564EB7BE8B4C60E5FE78AA2547F5EDADD218AE2C006D3BE4 | sha512: F3792BEFB6B809630C6B2E59F00C79A830285B4A747C8BB66D295B337C0070E3350E13EA555BDBB6E923776F563A38342CAE91FFB54FAF7EB016DF8CF8AECC3B
md5: 8A1B37AE34CCABCB31A60CF5B1992AFC | sha1: B5F9716D8D30CC43DE0C1CE79BF5730B2E544C99 | sha256: F2BFE8D845641FC1A6FE93069C2E37B3683B4EFD29EEAF91D9A22185C5CC09C3 | sha512: 713C8B5F88A9C89721CE131E649FF105539C502DDF9A78B7AFB95416768AEF465B18213E5F8F82A8593A0D282D973402264DDD22152460202DBB83342862D259
md5: 9F3C7DEED751A09664338AD88E0CFAFD | sha1: 85370CE02D1EDCE581848DB727A23F6A23324EC2 | sha256: 35879C28CD19A54BF38F8B29BE08BAC54BBCD2B931F0F5FB7E246893F04D687C | sha512: E5D8FDB869863C0B90F04330282B7C85BBF6A1435B64A8E87C1C206B9B4A0FEA58F2587494CEC5FEBA054395E2DE70871CACB090BFBED0085F39D65F4EAA4EEF
md5: 8793DD12286F59B321772D63146BB7C9 | sha1: CA11AF3490469879B64AE2D4FDEA7478C451A7AF | sha256: 2452C8CA46A1DEBE568EFCED06E54868C33DC1F56CC0333E3A7EA4FD056079E8 | sha512: B2E4788CF1205DA7B4329208D1D62387E89782B64CE245013C14238D7440CE0EEEFB12338F38FBCDFD8949CF00C79E2481C3934BF1A4D967D776BB811B8954D9
md5: DAEEE2C4191945FAC348D73091192048 | sha1: E76F913AC73B7F58BB2CA6C3D0E81BFBA442562A | sha256: 2A4F0F557B7402C6CF1F173FC7FA65CDB9C6973D4F09007657043AE1D9A98DCF | sha512: 4C08300C8DEB973E902B28D77561EE1E776F627963574943B70411C29DA6B8868E6191AF87F34BEE3946CE39709FFA668B034926C22F8CB4DC38F9E8F645A4D7
md5: D28A90D752AB732E1617C1C0AD0F4266 | sha1: 6FF6A30598E2BA93DB48870B3A4EB4B695D4F683 | sha256: C7DCD8475B758ACFDF4AD3690624275F23DD3292CB71072B6B7C38457192838A | sha512: 79C7520EBA671137FF6958290E02B0A84174144A336FA3EE2C2EB6E8641AF4AD1046B7A0F7DD92F18CD46AE86C0144FDD064BEB94F9B739CADB8ED995AC33B45
md5: 989263E09E62FB0778A1461576B8318C | sha1: 4EDD315E42A29E0D8D5B8061103FD6870DBAD6A6 | sha256: E6D0A6BBCEEA061D1782CA7F746FF1F561DCB73FC9F180660878EDF8F03A767D | sha512: 5A4C7AD97536D021C1FB3436F48111CF14464DB484FC156BBBC8932B9FE359DC45274157BBF7BF56E25149AB9D0B6DE2B697D7CC47B0636D38A9C558FEC443A9
md5: F1FE21A0F5D34B93280A16F192A4F47E | sha1: 2F98C956A4DC46A0D1F96D815C3040A9DF5A981F | sha256: F9C4860476D61A5DB736730EA5F105228AD66FDF6FD47727A55C3E4F41D20B9D | sha512: 4F063770CA0126979568987B4112A7E0572D3A6AFD55A7C8B3C9A11FF28D85342A617DE8ECF60F2FB9B6F6938D903EAB49C17A4C8A57AFC5DA7316AE31FC7A8A
md5: 8C222EE9AF624C8A47F04AC0F0ED5D27 | sha1: 88E6D44DF0C532CF70FAF3CC0ADDE67D416ECE0D | sha256: 693AD69D561F8533C9C45C41D8BCD9810547E2E862DFFB275B10B5EB0DAB9A6B | sha512: D0CE6201B3123A0311CB116DB62F6253223810A78BC3E025B9748A05A2285A41B256C180F7E7AA75202D6151365C2E07486C9B6FC7B939E1EFED9B54C84A0BE9
md5: B46CEBD616366CE6BB076272B3F41A0B | sha1: C734AF3BC4CEF8926AD68899E08D2463CCFFB832 | sha256: 69428B16A4A007F87065CE3574B54AA1148A4608528697D03D5321A11CE9CF93 | sha512: C7F272FF8600D6F3CD02752B8886DAA701F86E1A13AFB9B30F4263538535307E30DD958403721BD4BF8669559A84C226313B3269F0D35227E564DDC3CFDAE83C
md5: 2BD6589399CF9AE526EE913393314F70 | sha1: 6CAA420F76D6147A120995DADE9BD8606FE963A7 | sha256: 0AF872EE3E7AF283F30502A16A43213640EBE6D401C44D0B698D70BA47742E5D | sha512: 967DAA7453B7D4BADB18EF8A9A97B1ACC9385642693C392DE4F0B804381ACE139B1113321E9B385A4E8229124D07AF84E93EB19E3B61225082B5CCFCCF14E2E5
md5: 8960EDB41F199EBD3F33C74CB603E2B3 | sha1: 2A893467403B6FED429954FB9D7044E678F77B86 | sha256: C6BA4C0E8DF96E0C33FE6FE4C14BCBF5200EC72120492C0EE7B462BA120B1E02 | sha512: 34A24706A04509343DC957E46378FACECB96BB9CB98737F784360D63CBAA31F7CF6CB72A24FD7499F9467ADD7FF22A95AB1FD799BD56C9CF21BF993D444DF4C4
md5: 886555013EA4C78E2DA2D2B47A71D830 | sha1: 2911E23502AA88FEBFBE3FF72AC933083DE28793 | sha256: FA775FA0CF84E4188F4D35DB184DD0AA79DE6E2C0D02806C4DC886FB7F9C1D40 | sha512: 99EEAF9CE2BCCA6C7D696DD3562C7BBC949F4DD863FB57CA9A9E1791AA417A863E92F7DF28DE248C6680B3DD656A3FC3E0510E38CE95B8E7C3612FECAD77111F
md5: 079430D88B85F85E0B4336E53BB7AB1E | sha1: 5899857B6F178A4888709975FC4538355942F4D8 | sha256: AD5336C52C72DA6F8BA4AFAD1B32769DDC6463BE016AD9D7BBE8CB1E6CD35E41 | sha512: 11889E60A6FF87E8DF04841C51C3196E0B5A453B2B44610FA1310571E1B541840FB58F0F8D8AD57C93291D47894956EE7D756B96BCB6ED9E9F5147E3B35462CF
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"ReportGenerator/4.8.11": {
"dependencies": {
"Microsoft.SourceLink.GitHub": "1.0.0",
"ReportGenerator.Core": "4.8.11",
"ReportGenerator.DotnetCorePluginLoader": "4.8.11",
"ReportGenerator.MSBuild": "4.8.11"
},
"runtime": {
"ReportGenerator.dll": {}
}
},
"DotNetConfig/1.0.0-rc.2": {
"runtime": {
"lib/netstandard2.0/DotNetConfig.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"McMaster.NETCore.Plugins/1.3.1": {
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0",
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netcoreapp2.0/McMaster.NETCore.Plugins.dll": {
"assemblyVersion": "1.3.1.0",
"fileVersion": "1.3.1.0"
}
}
},
"Microsoft.Bcl.AsyncInterfaces/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Build.Framework/16.9.0": {
"dependencies": {
"System.Security.Permissions": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Framework.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.Build.Tasks.Git/1.0.0": {},
"Microsoft.Build.Utilities.Core/16.9.0": {
"dependencies": {
"Microsoft.Build.Framework": "16.9.0",
"Microsoft.Win32.Registry": "4.3.0",
"System.Collections.Immutable": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.0.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.Configuration/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Physical": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"dependencies": {
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Primitives/5.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.SourceLink.Common/1.0.0": {},
"Microsoft.SourceLink.GitHub/1.0.0": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0",
"Microsoft.SourceLink.Common": "1.0.0"
}
},
"Microsoft.Win32.Registry/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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"
}
},
"SixLabors.Fonts/1.0.0-beta0013": {
"dependencies": {
"System.Buffers": "4.5.0",
"System.Memory": "4.5.3",
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/SixLabors.Fonts.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"SixLabors.ImageSharp/1.0.2": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
},
"runtime": {
"lib/netcoreapp2.1/SixLabors.ImageSharp.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.2.0"
}
}
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"dependencies": {
"SixLabors.Fonts": "1.0.0-beta0013",
"SixLabors.ImageSharp": "1.0.2"
},
"runtime": {
"lib/netcoreapp2.1/SixLabors.ImageSharp.Drawing.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.Buffers/4.5.0": {},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Memory/4.5.3": {},
"System.Numerics.Vectors/4.5.0": {},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.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.Platforms": "3.1.0"
}
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.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.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Principal.Windows/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/4.0.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.0.11"
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "1.0.24212.1"
},
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "1.0.24212.1"
}
}
},
"System.Text.Encodings.Web/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Text.Json/5.0.0": {
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "5.0.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Text.Encodings.Web": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Text.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Threading/4.0.11": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime": "4.3.0"
}
},
"ReportGenerator.Core/4.8.11": {
"dependencies": {
"DotNetConfig": "1.0.0-rc.2",
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Binder": "5.0.0",
"Microsoft.Extensions.Configuration.CommandLine": "5.0.0",
"Microsoft.Extensions.Configuration.Json": "5.0.0",
"SixLabors.ImageSharp.Drawing": "1.0.0-beta11"
},
"runtime": {
"ReportGenerator.Core.dll": {}
}
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"dependencies": {
"McMaster.NETCore.Plugins": "1.3.1",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.DotnetCorePluginLoader.dll": {}
}
},
"ReportGenerator.MSBuild/4.8.11": {
"dependencies": {
"Microsoft.Build.Utilities.Core": "16.9.0",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.MSBuild.dll": {}
}
}
}
},
"libraries": {
"ReportGenerator/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DotNetConfig/1.0.0-rc.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MCNI2Gpvfwro8ghLWlSjlfzVJHDrfehoUr2rnnminz+sg/zZ9fELNLKTLcjw57uDgJ1lzBm9R3l2VPJ5QZRWJQ==",
"path": "dotnetconfig/1.0.0-rc.2",
"hashPath": "dotnetconfig.1.0.0-rc.2.nupkg.sha512"
},
"McMaster.NETCore.Plugins/1.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"path": "mcmaster.netcore.plugins/1.3.1",
"hashPath": "mcmaster.netcore.plugins.1.3.1.nupkg.sha512"
},
"Microsoft.Bcl.AsyncInterfaces/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==",
"path": "microsoft.bcl.asyncinterfaces/5.0.0",
"hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512"
},
"Microsoft.Build.Framework/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vY9ftq43is1TlHgUz0RBnTwF36QerDJ87/GXUd6G02h6QpfrB+jWD9vEFs7B7ZsyJ4vIFwGy+g3RcgYQrQWxpA==",
"path": "microsoft.build.framework/16.9.0",
"hashPath": "microsoft.build.framework.16.9.0.nupkg.sha512"
},
"Microsoft.Build.Tasks.Git/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==",
"path": "microsoft.build.tasks.git/1.0.0",
"hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512"
},
"Microsoft.Build.Utilities.Core/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rpxfQlBo2hkFODFJZKPYxMsl5QGIqQ6GlSYnQGKhl+Fu65cvJDk4jRi/R9i+X5/+lSeHhRlQbo+UUhg6cqMkRw==",
"path": "microsoft.build.utilities.core/16.9.0",
"hashPath": "microsoft.build.utilities.core.16.9.0.nupkg.sha512"
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WidpoE1j3eXAnccZRQjb4W+XQeDg2jJFKVgwD7iPF27wOkPB+t9P4B/ctN5GG+Vrp8k+O+01kLweuE+7+nlf9g==",
"path": "microsoft.dotnet.platformabstractions/3.1.0",
"hashPath": "microsoft.dotnet.platformabstractions.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
"path": "microsoft.extensions.configuration/5.0.0",
"hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
"path": "microsoft.extensions.configuration.abstractions/5.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
"path": "microsoft.extensions.configuration.binder/5.0.0",
"hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OelM+VQdhZ0XMXsEQBq/bt3kFzD+EBGqR4TAgFDRAye0JfvHAaRi+3BxCRcwqUAwDhV0U0HieljBGHlTgYseRA==",
"path": "microsoft.extensions.configuration.commandline/5.0.0",
"hashPath": "microsoft.extensions.configuration.commandline.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
"path": "microsoft.extensions.configuration.fileextensions/5.0.0",
"hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
"path": "microsoft.extensions.configuration.json/5.0.0",
"hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8tBjqI1xU3CNjdXMZF7BaY71ChU44x30QtHI2rVmPB3+3PjYi+YGhVTV5+IOlc40F81Bylh4gWwHET3jVKFE4Q==",
"path": "microsoft.extensions.dependencymodel/3.1.0",
"hashPath": "microsoft.extensions.dependencymodel.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
"path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
"path": "microsoft.extensions.fileproviders.physical/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
"hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
"path": "microsoft.extensions.primitives/5.0.0",
"hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
},
"Microsoft.SourceLink.Common/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==",
"path": "microsoft.sourcelink.common/1.0.0",
"hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512"
},
"Microsoft.SourceLink.GitHub/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
"path": "microsoft.sourcelink.github/1.0.0",
"hashPath": "microsoft.sourcelink.github.1.0.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"
},
"SixLabors.Fonts/1.0.0-beta0013": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NaD8R8GdHqnPP/3GUI6IbJNt3EHjU05CIJw/1gz11NoUBaePhtgDogG1XFguR2nSoXofGJ35W+TgW1ZTVp5W1Q==",
"path": "sixlabors.fonts/1.0.0-beta0013",
"hashPath": "sixlabors.fonts.1.0.0-beta0013.nupkg.sha512"
},
"SixLabors.ImageSharp/1.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==",
"path": "sixlabors.imagesharp/1.0.2",
"hashPath": "sixlabors.imagesharp.1.0.2.nupkg.sha512"
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7hie+jpcOJKezfWo4TW+6WwVlErzwsD80ewWxYumJJNkJtWOo0MZA5b6Z3kUKs8Xpq17N+HzuvMq/Pu+WINFdg==",
"path": "sixlabors.imagesharp.drawing/1.0.0-beta11",
"hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta11.nupkg.sha512"
},
"System.Buffers/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
"path": "system.buffers/4.5.0",
"hashPath": "system.buffers.4.5.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.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.Memory/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
"path": "system.memory/4.5.3",
"hashPath": "system.memory.4.5.3.nupkg.sha512"
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
},
"System.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.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.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
"path": "system.runtime.compilerservices.unsafe/5.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
},
"System.Runtime.Extensions/4.3.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.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
"path": "system.text.encoding.codepages/4.0.1",
"hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
},
"System.Text.Encodings.Web/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EEslUvHKll1ftizbn20mX3Ix/l4Ygk/bdJ2LY6/X6FlGaP0RIhKMo9nS6JIGnKKT6KBP2PGj6JC3B9/ZF6ErqQ==",
"path": "system.text.encodings.web/5.0.0",
"hashPath": "system.text.encodings.web.5.0.0.nupkg.sha512"
},
"System.Text.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+luxMQNZ2WqeffBU7Ml6njIvxc8169NW2oU+ygNudXQGZiarjE7DOtN7bILiQjTZjkmwwRZGTtLzmdrSI/Ustw==",
"path": "system.text.json/5.0.0",
"hashPath": "system.text.json.5.0.0.nupkg.sha512"
},
"System.Threading/4.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
"path": "system.threading/4.0.11",
"hashPath": "system.threading.4.0.11.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"
},
"ReportGenerator.Core/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.MSBuild/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 31F1072D2CF33A505488B8453EF5492C | sha1: 42636DF165150D59E98292D43E6905E4243DE59E | sha256: 8BDF083599904A8495F1F7CFDE9E61CFF97523E1CCB7BB9CD9340C0A4793DC52 | sha512: A8578A4B16BC10233B8DAC284DA2A71AFFE092A5525BE83D0407386275D263FBA3F5B79125593040357D4A26DA74A2CD25B06C74FBE433F12822365D24CAA5AF
md5: 8E3D85ED2F4B0F85BFF4E4984DE38305 | sha1: B22F7AFDD8C6E90466D76B6BBB24BE1601C67C88 | sha256: 7695B2E894121E85C327DEBE97BB3F9AC1CFACECF97DCDDEDE6DAA90FE5BCF0A | sha512: 3E67F53B6D98CBA7DF59A0C078950169E143251958590FA10E65F8FDE4973A15FFE1B3C707EBAE7D3A604714E24A59D7BC11C610F13C9AF06B28C9F8803140E7
md5: 583A1F62C01085FC41D261B7710912C8 | sha1: EA09CA7937769021520086BD72976C3D787F083E | sha256: 2229711E01F16C6F7BD165A47C7A4E76D9DBB0825DCCF3FC7824347761C37E7A | sha512: E6C5529A20954603E328F6548DDA6BB6BC89D9C7F5823282001401F842FF8901C71562896068EFFF752525228BEF5C9F9E25F0713D865767D7F0BBA6218CC25C
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.0"
},
"rollForwardOnNoCandidateFx": 2
}
}
md5: C7C364B2E9547FC8E19374DBFAB0D3AD | sha1: 62072CF8311687EA6D31C1368B54ABEACA7DAA16 | sha256: C4674AFA4C3003017238F77D9CCDE5673F492A516C41F01F23977818E0C9B152 | sha512: EFD5664A1EAC26C34A2B8A6D856630AE52F010EEA29D1CF9981779405D1A17C4CB2818A5FE5C83A67A3F11895A3B12BF4B630B2695DAA32740E7C6D8C8CC2AE7
md5: 0A2A59B7B87B8E5C4D8F75AB9FA9A342 | sha1: D93625E01397B44C72129869EB5D6CE16B1A80F5 | sha256: A898D0B72D5B16D24E90BB9879AD6874D76F6E638D91C5968A8AD61AAF059C5B | sha512: D1ED7EAE997B5BDCF4F8AB507B4FEF677D3AC8AD7C6094A53A4D0F73ED1F349566EA5DD69D468EAF4DDC47452F9B13286A17BECF675263E341ABE97EC66CFAE4
md5: 2CB23A23369178CD7E238705B238E516 | sha1: D71AB8B69734F983B8F102885390447FF9651666 | sha256: FE46D8C19CA5D1BB123C5AE8F464597EFA03496B081840AD2A57389E1C0EFDC2 | sha512: 42D3AFFE595F7F7AA55396A3226DC9F265C7F257C6F62C4D274A465E9FFC4A260F4E4F4956068D18F81571C5B3DB11871E3EAD2877197D90E699AB5EE0FBCA56
md5: 6649B90B2F163268FB8FB578F25194CE | sha1: 9D3A984C00A29AC53B4C2C0577AC6ACFFC22BC5B | sha256: 99DF0E017858DE6377C868CB661B125DB0E924E29626FE659167193012624852 | sha512: 74E2624F592E75222B9B6CB80C90572B0C03E40F7E20398A9635A5E5D0A821A72BB16D8EF3081A9F942171421C93C2F9CC1B50498D71F748F284D90409F5005E
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
md5: 13A13608E107E9BB22A7C17FD95A594C | sha1: 659442CD394CAEA70E39EEB553D1F70C8B108914 | sha256: 9B87E2CD125461219A2490AB6223CF93D8D1D354C22A4FB140FDFD75B5EE7700 | sha512: DDB3654C9AEB7CB11EE9FE2D539DF68803898B72571256D83FA06865011216309F9FFD3886ADE5973EEF068EA75EB879730DC87F452E7926BEBE90ED6ADB7A23
md5: C821CB8D859072827400F63B4B33C66F | sha1: 464FEF6C21278050BFC9057B4D9A3803FE99CF32 | sha256: 223B6441DD36F0BE60929DB75F37CDF5D5B1451B5C9C8C5D55FA130CA612C095 | sha512: 80EE93217E205C51933EDA8729DD6F7163BE2D69D78E5D022880CB051469607DC5873BAF2AA7EEDCC5861AD6CEA3624A02155DEF1D9E4F29CDC41DDE293B27AF
md5: BBE58A35C7132730BB06D5CB776F6C6E | sha1: 1347C6D93B2EA2A4ED665914C94047AE68EAAC6C | sha256: 3DD8F84F6828ADF7183F3AB2C3D60CC70BE3CD8D64AAABF53BACE171F9D3364E | sha512: 80119931154F7E859C2B4E7FE94F90087C41D661030E53C348480DB37E48793A786202BDF233FF0832F93FE2AFB3ABFD3FB801D24C86C1F8A94FD83B9F65F483
md5: 5B9F4E045BD0941F35665DE23F2B9403 | sha1: 9C6C2D157A5BBF8E275C8627CB0547B1007BB8D1 | sha256: A99911373EB198DBB32D0CF8246E398AC89E8FBFB29023AB6EC8D1017BBD7063 | sha512: 9146D67763BF730E27B621CE60BE3BB1E2E874F9310DAB35C05F4D83896B55D26BBD624EF9DFB94A01A69D8509DD6F2DA98394C16204DF6D728828F8FBD6E005
md5: 821F2533E7E1A876F48EC7A0F23B0825 | sha1: A767A18B1FD1CFDD3AD329FAA03569E60C0BDF88 | sha256: 99EDB8E60EEF8448A31F96509EBD712EAF13A4C00F0C4986B47F6DD6D7256CFB | sha512: D178FB4CC81EFAD66AAE682FA2B09153CC1FC4250F28E0D886521937C76521487D9C59DF9477692C301AE605662570AF4E8A74F7CE076F9529C2058EDDEF7498
md5: A609E9801C83714435A0BC5DD69D6140 | sha1: 7128CADA2900416EC336D1CCDA6843DFAF774C45 | sha256: 6F4DB849979D87B7CE36D68174439D7BA2EF1F366B13F3CEB966F600D5EE5DBD | sha512: 94C1E9E7C26A9EA07ABCF61EDAD9D1C7676EAD5E8EC03F5E8784E16FA3B51F6358035E2B2CF18135DA200C9F4BAA039F71423250065FCAAC1550EBD5108F6DA4
md5: FF931FEFAE3158672308DA5A93C06835 | sha1: 71AFAB4BB492B2BB0C209AC800069E9C8AF2AE37 | sha256: 8FE54076455310A7F1F3F40032F89923822CC449D0FB713CDB2C796D5C90CD49 | sha512: B43C6B7D9DE704DF3365A1DE474D3E4FC2ECD2025A901AB56CCDBE1B8FC5A1A4B3559C1D95C2F2F1AC8E7170F8AE3EC2257C5EF9BC8FA6E796C7774813306737
md5: FF2636046767EA1D98D8BC53D54FE61A | sha1: FDB13BFAA6039E35663CAE9E8E866490BA2D0FD9 | sha256: BC8F70F1FB4C93F9E3CBA4BDA4F1BF15D9B513F4503DE02588E8E7BFE5A7C995 | sha512: 4EC866FA8AAA3AC2DA4DCAF4994A042165C2409043AEC577C50A7C2DC2EEB9F4CA1C474FD93676A7BC8CC6484958CC1828657B97DBC643BC673B7EB9D3E383C1
md5: 23C5A0A12FAE9191DBE00989129A9B58 | sha1: E71CE3A32EBD7997BB635E983926FD93AF916355 | sha256: 335A58401467C19993AB90A875E6714F3B0FA16BF10664D24F2CB7CB4A5EF0FD | sha512: 582FA38F71B1B4ABDDA2766FFDB91AECD290C0EDF22A1F7FE826C43B800AB514A81E89E44D6AA9214D501C3BFAE6B4D9200F70D81F0FF2D6E0ABF0F6381E1BFE
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForNPathComplexity": 200
},
"settings": {
"numberOfReportsParsedInParallel": 1,
"numberOfReportsMergedInParallel": 1,
"maximumNumberOfHistoricCoverageFiles": 100,
"renderPngFallBackImagesForHistoryCharts": false,
"cachingDurationOfRemoteFilesInMinutes": 10080,
"disableRiskHotspots": false,
"excludeTestProjects": false,
"createSubdirectoryForAllReportTypes": false,
"customHeadersForRemoteFiles": null
}
}
md5: 36E3D95D61595E277912615C495554E8 | sha1: BF96298D13BD70C4FDE5D49549FC2B469010C8E9 | sha256: F02BE9E510C147B9910C02EA2302078448129DD696C89D7E8973B1CA18FC56AA | sha512: 28D5E34ACB6CE61D1A29CFA2D129E11D17CD7BA6457E26A95FC1CB17DE8FF89169D2822817CF501C4720E1EA0D9EDDBAD433A4DDED659029B578AF7264EBE9D4
md5: E620C2A072F0EDED03B51F9B9554942C | sha1: 49C7E6FD0F5DC9594C0646E528E6AAC9BC6C0F7B | sha256: F2DA15CA1DBB45E2ABC3559D2884EAA6D4FECA1EBA5540727B19CF62B0C04493 | sha512: 9E04C2B979310B4CCB2CC23E95899FCB8B6374949C3A537BFAAD6E879FD3903F871868356CBB6753064CD7F94AAAF6A37FA8EE2C6D56145F6DFB08BD61E06547
md5: 4C46351621E1E02EED705256D4968409 | sha1: 39C6FA47E2E859936DF6694FEFAD07E59E620B48 | sha256: E9C7728801B51B2F2013F492B418FDA89FCB893FB903B259A9FFCA14611D1501 | sha512: 39232A298A8E003C7C82C0DA9CE35A6F4E39DB4A8F62887AAAFA7595AE891BAC4EDB2A9EFE10B7B336C10BADF2370E92F6C705CEBEFCABCD8F9E49EF48158C1E
md5: 29F813397E09FFD77899E5256BF9B26B | sha1: 0F7C0A5D2AC7D6D28C963F32E499294BB2172F8A | sha256: 9408F709F2C51A0D564EB7BE8B4C60E5FE78AA2547F5EDADD218AE2C006D3BE4 | sha512: F3792BEFB6B809630C6B2E59F00C79A830285B4A747C8BB66D295B337C0070E3350E13EA555BDBB6E923776F563A38342CAE91FFB54FAF7EB016DF8CF8AECC3B
md5: 8A1B37AE34CCABCB31A60CF5B1992AFC | sha1: B5F9716D8D30CC43DE0C1CE79BF5730B2E544C99 | sha256: F2BFE8D845641FC1A6FE93069C2E37B3683B4EFD29EEAF91D9A22185C5CC09C3 | sha512: 713C8B5F88A9C89721CE131E649FF105539C502DDF9A78B7AFB95416768AEF465B18213E5F8F82A8593A0D282D973402264DDD22152460202DBB83342862D259
md5: 9F3C7DEED751A09664338AD88E0CFAFD | sha1: 85370CE02D1EDCE581848DB727A23F6A23324EC2 | sha256: 35879C28CD19A54BF38F8B29BE08BAC54BBCD2B931F0F5FB7E246893F04D687C | sha512: E5D8FDB869863C0B90F04330282B7C85BBF6A1435B64A8E87C1C206B9B4A0FEA58F2587494CEC5FEBA054395E2DE70871CACB090BFBED0085F39D65F4EAA4EEF
md5: 8793DD12286F59B321772D63146BB7C9 | sha1: CA11AF3490469879B64AE2D4FDEA7478C451A7AF | sha256: 2452C8CA46A1DEBE568EFCED06E54868C33DC1F56CC0333E3A7EA4FD056079E8 | sha512: B2E4788CF1205DA7B4329208D1D62387E89782B64CE245013C14238D7440CE0EEEFB12338F38FBCDFD8949CF00C79E2481C3934BF1A4D967D776BB811B8954D9
md5: DAEEE2C4191945FAC348D73091192048 | sha1: E76F913AC73B7F58BB2CA6C3D0E81BFBA442562A | sha256: 2A4F0F557B7402C6CF1F173FC7FA65CDB9C6973D4F09007657043AE1D9A98DCF | sha512: 4C08300C8DEB973E902B28D77561EE1E776F627963574943B70411C29DA6B8868E6191AF87F34BEE3946CE39709FFA668B034926C22F8CB4DC38F9E8F645A4D7
md5: D28A90D752AB732E1617C1C0AD0F4266 | sha1: 6FF6A30598E2BA93DB48870B3A4EB4B695D4F683 | sha256: C7DCD8475B758ACFDF4AD3690624275F23DD3292CB71072B6B7C38457192838A | sha512: 79C7520EBA671137FF6958290E02B0A84174144A336FA3EE2C2EB6E8641AF4AD1046B7A0F7DD92F18CD46AE86C0144FDD064BEB94F9B739CADB8ED995AC33B45
md5: 989263E09E62FB0778A1461576B8318C | sha1: 4EDD315E42A29E0D8D5B8061103FD6870DBAD6A6 | sha256: E6D0A6BBCEEA061D1782CA7F746FF1F561DCB73FC9F180660878EDF8F03A767D | sha512: 5A4C7AD97536D021C1FB3436F48111CF14464DB484FC156BBBC8932B9FE359DC45274157BBF7BF56E25149AB9D0B6DE2B697D7CC47B0636D38A9C558FEC443A9
md5: F2B15F854489541B212EDA4F829763C0 | sha1: 93C41920214A0F1B2F3FE1228D055C49A0A75ADD | sha256: 38CD246065E64618093943F655FF3AA6DE12B3B401DBF7CB3ED7CBE3EA745F3F | sha512: 8A9DF82E3CD62B601FE991866B436D37E897E7CE7C3E7D3034D8E2D99369D7E1AD0A30A3EF9574AFA1B94D870A9A911D035B3F1275E59B8488C5123FF98BE4E5
md5: 8C222EE9AF624C8A47F04AC0F0ED5D27 | sha1: 88E6D44DF0C532CF70FAF3CC0ADDE67D416ECE0D | sha256: 693AD69D561F8533C9C45C41D8BCD9810547E2E862DFFB275B10B5EB0DAB9A6B | sha512: D0CE6201B3123A0311CB116DB62F6253223810A78BC3E025B9748A05A2285A41B256C180F7E7AA75202D6151365C2E07486C9B6FC7B939E1EFED9B54C84A0BE9
md5: B46CEBD616366CE6BB076272B3F41A0B | sha1: C734AF3BC4CEF8926AD68899E08D2463CCFFB832 | sha256: 69428B16A4A007F87065CE3574B54AA1148A4608528697D03D5321A11CE9CF93 | sha512: C7F272FF8600D6F3CD02752B8886DAA701F86E1A13AFB9B30F4263538535307E30DD958403721BD4BF8669559A84C226313B3269F0D35227E564DDC3CFDAE83C
md5: 2BD6589399CF9AE526EE913393314F70 | sha1: 6CAA420F76D6147A120995DADE9BD8606FE963A7 | sha256: 0AF872EE3E7AF283F30502A16A43213640EBE6D401C44D0B698D70BA47742E5D | sha512: 967DAA7453B7D4BADB18EF8A9A97B1ACC9385642693C392DE4F0B804381ACE139B1113321E9B385A4E8229124D07AF84E93EB19E3B61225082B5CCFCCF14E2E5
md5: 8960EDB41F199EBD3F33C74CB603E2B3 | sha1: 2A893467403B6FED429954FB9D7044E678F77B86 | sha256: C6BA4C0E8DF96E0C33FE6FE4C14BCBF5200EC72120492C0EE7B462BA120B1E02 | sha512: 34A24706A04509343DC957E46378FACECB96BB9CB98737F784360D63CBAA31F7CF6CB72A24FD7499F9467ADD7FF22A95AB1FD799BD56C9CF21BF993D444DF4C4
md5: 68BEDC3BB92B470DB9EB44AC00244119 | sha1: DD30379DF7BA68FE6981F1003F208EB4ED9D7158 | sha256: 7F63E0A1FB6A124291BAE88093A4B5307CA03AEA99047CC1D07381DEF47DDD35 | sha512: 066CE93C8C5F4D1EDE1C0EDBA4EEA5DB4F810D4570A817F7243CD6977DF2C681F67BE90FE0BFC7CDE3D00D429DA24D4E2AAF5EFAB31801C9CA99A8F0B32EB2ED
md5: DD6399DC9BC839C0C66DD22A394D249C | sha1: DC1AFA18437751D0842A9CE36C2CF9AB957C2725 | sha256: E7A3165FB182BA25BE3B410FCE4528D238FA4FF9A1A5507AC7E50542D692DAA1 | sha512: 2497D654CE138F5DB0116CEB60E84E8C53467F9B05B3F0819C49BCDDD8D7B467B4206A26879912E01A42FFFDF915A93D623180E06DCDC804BB51A470535DCE89
md5: 079430D88B85F85E0B4336E53BB7AB1E | sha1: 5899857B6F178A4888709975FC4538355942F4D8 | sha256: AD5336C52C72DA6F8BA4AFAD1B32769DDC6463BE016AD9D7BBE8CB1E6CD35E41 | sha512: 11889E60A6FF87E8DF04841C51C3196E0B5A453B2B44610FA1310571E1B541840FB58F0F8D8AD57C93291D47894956EE7D756B96BCB6ED9E9F5147E3B35462CF
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.0": {
"ReportGenerator/4.8.11": {
"dependencies": {
"Microsoft.SourceLink.GitHub": "1.0.0",
"ReportGenerator.Core": "4.8.11",
"ReportGenerator.DotnetCorePluginLoader": "4.8.11",
"ReportGenerator.MSBuild": "4.8.11"
},
"runtime": {
"ReportGenerator.dll": {}
}
},
"DotNetConfig/1.0.0-rc.2": {
"runtime": {
"lib/netstandard2.0/DotNetConfig.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"McMaster.NETCore.Plugins/1.3.1": {
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0"
},
"runtime": {
"lib/netcoreapp3.0/McMaster.NETCore.Plugins.dll": {
"assemblyVersion": "1.3.1.0",
"fileVersion": "1.3.1.0"
}
}
},
"Microsoft.Build.Framework/16.9.0": {
"dependencies": {
"System.Security.Permissions": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Framework.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.Build.Tasks.Git/1.0.0": {},
"Microsoft.Build.Utilities.Core/16.9.0": {
"dependencies": {
"Microsoft.Build.Framework": "16.9.0",
"Microsoft.Win32.Registry": "4.3.0",
"System.Collections.Immutable": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.0.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
"assemblyVersion": "15.1.0.0",
"fileVersion": "16.9.0.11203"
}
}
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.Configuration/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileProviders.Physical": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"dependencies": {
"System.Text.Json": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "3.1.0.0",
"fileVersion": "3.100.19.56502"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
"Microsoft.Extensions.Primitives": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.Primitives/5.0.0": {
"runtime": {
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Microsoft.SourceLink.Common/1.0.0": {},
"Microsoft.SourceLink.GitHub/1.0.0": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0",
"Microsoft.SourceLink.Common": "1.0.0"
}
},
"Microsoft.Win32.Registry/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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"
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"SixLabors.Fonts/1.0.0-beta0013": {
"dependencies": {
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
},
"runtime": {
"lib/netstandard2.1/SixLabors.Fonts.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"SixLabors.ImageSharp/1.0.2": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
},
"runtime": {
"lib/netcoreapp2.1/SixLabors.ImageSharp.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.2.0"
}
}
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"dependencies": {
"SixLabors.Fonts": "1.0.0-beta0013",
"SixLabors.ImageSharp": "1.0.2"
},
"runtime": {
"lib/netcoreapp2.1/SixLabors.ImageSharp.Drawing.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Drawing.Common/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Numerics.Vectors/4.5.0": {},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.20.12001"
}
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"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.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Windows.Extensions": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Principal.Windows/4.7.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/4.0.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.0.11"
}
},
"System.Text.Json/5.0.0": {
"runtime": {
"lib/netcoreapp3.0/System.Text.Json.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Threading/4.0.11": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Windows.Extensions/4.7.0": {
"dependencies": {
"System.Drawing.Common": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
}
},
"ReportGenerator.Core/4.8.11": {
"dependencies": {
"DotNetConfig": "1.0.0-rc.2",
"Microsoft.Extensions.Configuration": "5.0.0",
"Microsoft.Extensions.Configuration.Binder": "5.0.0",
"Microsoft.Extensions.Configuration.CommandLine": "5.0.0",
"Microsoft.Extensions.Configuration.Json": "5.0.0",
"SixLabors.ImageSharp.Drawing": "1.0.0-beta11"
},
"runtime": {
"ReportGenerator.Core.dll": {}
}
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"dependencies": {
"McMaster.NETCore.Plugins": "1.3.1",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.DotnetCorePluginLoader.dll": {}
}
},
"ReportGenerator.MSBuild/4.8.11": {
"dependencies": {
"Microsoft.Build.Utilities.Core": "16.9.0",
"ReportGenerator.Core": "4.8.11"
},
"runtime": {
"ReportGenerator.MSBuild.dll": {}
}
}
}
},
"libraries": {
"ReportGenerator/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DotNetConfig/1.0.0-rc.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MCNI2Gpvfwro8ghLWlSjlfzVJHDrfehoUr2rnnminz+sg/zZ9fELNLKTLcjw57uDgJ1lzBm9R3l2VPJ5QZRWJQ==",
"path": "dotnetconfig/1.0.0-rc.2",
"hashPath": "dotnetconfig.1.0.0-rc.2.nupkg.sha512"
},
"McMaster.NETCore.Plugins/1.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"path": "mcmaster.netcore.plugins/1.3.1",
"hashPath": "mcmaster.netcore.plugins.1.3.1.nupkg.sha512"
},
"Microsoft.Build.Framework/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vY9ftq43is1TlHgUz0RBnTwF36QerDJ87/GXUd6G02h6QpfrB+jWD9vEFs7B7ZsyJ4vIFwGy+g3RcgYQrQWxpA==",
"path": "microsoft.build.framework/16.9.0",
"hashPath": "microsoft.build.framework.16.9.0.nupkg.sha512"
},
"Microsoft.Build.Tasks.Git/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==",
"path": "microsoft.build.tasks.git/1.0.0",
"hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512"
},
"Microsoft.Build.Utilities.Core/16.9.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rpxfQlBo2hkFODFJZKPYxMsl5QGIqQ6GlSYnQGKhl+Fu65cvJDk4jRi/R9i+X5/+lSeHhRlQbo+UUhg6cqMkRw==",
"path": "microsoft.build.utilities.core/16.9.0",
"hashPath": "microsoft.build.utilities.core.16.9.0.nupkg.sha512"
},
"Microsoft.DotNet.PlatformAbstractions/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WidpoE1j3eXAnccZRQjb4W+XQeDg2jJFKVgwD7iPF27wOkPB+t9P4B/ctN5GG+Vrp8k+O+01kLweuE+7+nlf9g==",
"path": "microsoft.dotnet.platformabstractions/3.1.0",
"hashPath": "microsoft.dotnet.platformabstractions.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
"path": "microsoft.extensions.configuration/5.0.0",
"hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
"path": "microsoft.extensions.configuration.abstractions/5.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
"path": "microsoft.extensions.configuration.binder/5.0.0",
"hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.CommandLine/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OelM+VQdhZ0XMXsEQBq/bt3kFzD+EBGqR4TAgFDRAye0JfvHAaRi+3BxCRcwqUAwDhV0U0HieljBGHlTgYseRA==",
"path": "microsoft.extensions.configuration.commandline/5.0.0",
"hashPath": "microsoft.extensions.configuration.commandline.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
"path": "microsoft.extensions.configuration.fileextensions/5.0.0",
"hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
"path": "microsoft.extensions.configuration.json/5.0.0",
"hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8tBjqI1xU3CNjdXMZF7BaY71ChU44x30QtHI2rVmPB3+3PjYi+YGhVTV5+IOlc40F81Bylh4gWwHET3jVKFE4Q==",
"path": "microsoft.extensions.dependencymodel/3.1.0",
"hashPath": "microsoft.extensions.dependencymodel.3.1.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
"path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
"path": "microsoft.extensions.fileproviders.physical/5.0.0",
"hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
"hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
"path": "microsoft.extensions.primitives/5.0.0",
"hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.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.SourceLink.Common/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==",
"path": "microsoft.sourcelink.common/1.0.0",
"hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512"
},
"Microsoft.SourceLink.GitHub/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
"path": "microsoft.sourcelink.github/1.0.0",
"hashPath": "microsoft.sourcelink.github.1.0.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"
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"path": "microsoft.win32.systemevents/4.7.0",
"hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
},
"SixLabors.Fonts/1.0.0-beta0013": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NaD8R8GdHqnPP/3GUI6IbJNt3EHjU05CIJw/1gz11NoUBaePhtgDogG1XFguR2nSoXofGJ35W+TgW1ZTVp5W1Q==",
"path": "sixlabors.fonts/1.0.0-beta0013",
"hashPath": "sixlabors.fonts.1.0.0-beta0013.nupkg.sha512"
},
"SixLabors.ImageSharp/1.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==",
"path": "sixlabors.imagesharp/1.0.2",
"hashPath": "sixlabors.imagesharp.1.0.2.nupkg.sha512"
},
"SixLabors.ImageSharp.Drawing/1.0.0-beta11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7hie+jpcOJKezfWo4TW+6WwVlErzwsD80ewWxYumJJNkJtWOo0MZA5b6Z3kUKs8Xpq17N+HzuvMq/Pu+WINFdg==",
"path": "sixlabors.imagesharp.drawing/1.0.0-beta11",
"hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta11.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/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.Drawing.Common/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"path": "system.drawing.common/4.7.0",
"hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
},
"System.Globalization/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
"path": "system.globalization/4.3.0",
"hashPath": "system.globalization.4.3.0.nupkg.sha512"
},
"System.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.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
},
"System.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.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.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.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
"path": "system.runtime.compilerservices.unsafe/4.7.1",
"hashPath": "system.runtime.compilerservices.unsafe.4.7.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.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
"path": "system.text.encoding.codepages/4.0.1",
"hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
},
"System.Text.Json/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+luxMQNZ2WqeffBU7Ml6njIvxc8169NW2oU+ygNudXQGZiarjE7DOtN7bILiQjTZjkmwwRZGTtLzmdrSI/Ustw==",
"path": "system.text.json/5.0.0",
"hashPath": "system.text.json.5.0.0.nupkg.sha512"
},
"System.Threading/4.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
"path": "system.threading/4.0.11",
"hashPath": "system.threading.4.0.11.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.Windows.Extensions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
"path": "system.windows.extensions/4.7.0",
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
},
"ReportGenerator.Core/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.DotnetCorePluginLoader/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ReportGenerator.MSBuild/4.8.11": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 3FFBB6113A40215360FFA979ADF75730 | sha1: 725BAC77D426A8492351EBAA1B179B937887874D | sha256: 2FDF0E9DBED7138BC180943AE4ACD7536CF2AC554E38CD4B48986E4ECFC23C69 | sha512: 51C446D25C5B1F2A82A3C7731BFE3FC4A1AB8445C17785AC423D4C324FEC4F8EF833E99244EB80E447E0593253A3BD884124591196DC86EE8C1E69F3ECD3C2E9
md5: 8E3D85ED2F4B0F85BFF4E4984DE38305 | sha1: B22F7AFDD8C6E90466D76B6BBB24BE1601C67C88 | sha256: 7695B2E894121E85C327DEBE97BB3F9AC1CFACECF97DCDDEDE6DAA90FE5BCF0A | sha512: 3E67F53B6D98CBA7DF59A0C078950169E143251958590FA10E65F8FDE4973A15FFE1B3C707EBAE7D3A604714E24A59D7BC11C610F13C9AF06B28C9F8803140E7
md5: 559584BBF079EE33F89853DAB9CE8547 | sha1: 448D2076A313E03A4F93485C91C7EB408222521D | sha256: B496CA923F4083CC22E24A2C9460B6D85C0876D87A7287E34B0A0925C091823E | sha512: 06AB7EA11E47FA972C3708F44F11A9BDEFBBF220A3453C6E0E539CAD6054EB6A1E610ACF36E99CB39AB62E9846EC29137D47D929AF2336CA91E2BD3C7B71D81B
md5: 583A1F62C01085FC41D261B7710912C8 | sha1: EA09CA7937769021520086BD72976C3D787F083E | sha256: 2229711E01F16C6F7BD165A47C7A4E76D9DBB0825DCCF3FC7824347761C37E7A | sha512: E6C5529A20954603E328F6548DDA6BB6BC89D9C7F5823282001401F842FF8901C71562896068EFFF752525228BEF5C9F9E25F0713D865767D7F0BBA6218CC25C
{
"runtimeOptions": {
"tfm": "netcoreapp3.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.0.0"
},
"rollForwardOnNoCandidateFx": 2
}
}
md5: C7C364B2E9547FC8E19374DBFAB0D3AD | sha1: 62072CF8311687EA6D31C1368B54ABEACA7DAA16 | sha256: C4674AFA4C3003017238F77D9CCDE5673F492A516C41F01F23977818E0C9B152 | sha512: EFD5664A1EAC26C34A2B8A6D856630AE52F010EEA29D1CF9981779405D1A17C4CB2818A5FE5C83A67A3F11895A3B12BF4B630B2695DAA32740E7C6D8C8CC2AE7
md5: DB35A96E741DA1811826B56B660C84B8 | sha1: 67E3DA6371BCBC914AD23E1165A04F09EF805CC1 | sha256: 000B09D998B23159AB9E7EF87C7CB09AAD8C9CFB366F4AE69DFCA50AF5A166C0 | sha512: D76AEC9D5DA8C78598E6FCE3D7F849714A3BFEA105943A9516113EA338589CAAB546AA786B0D5292A2CFB50A5A63255236D5F3384FAB47D52F8BCFB5F167D1FF
md5: 2CB23A23369178CD7E238705B238E516 | sha1: D71AB8B69734F983B8F102885390447FF9651666 | sha256: FE46D8C19CA5D1BB123C5AE8F464597EFA03496B081840AD2A57389E1C0EFDC2 | sha512: 42D3AFFE595F7F7AA55396A3226DC9F265C7F257C6F62C4D274A465E9FFC4A260F4E4F4956068D18F81571C5B3DB11871E3EAD2877197D90E699AB5EE0FBCA56
md5: 6649B90B2F163268FB8FB578F25194CE | sha1: 9D3A984C00A29AC53B4C2C0577AC6ACFFC22BC5B | sha256: 99DF0E017858DE6377C868CB661B125DB0E924E29626FE659167193012624852 | sha512: 74E2624F592E75222B9B6CB80C90572B0C03E40F7E20398A9635A5E5D0A821A72BB16D8EF3081A9F942171421C93C2F9CC1B50498D71F748F284D90409F5005E
md5: EF50BD977976ED929FABEAF6C9241C45 | sha1: AD004278F0C66CF0086C1024CE46B04852DE6ECA | sha256: 1D5BBFB227F20E866CF25F649A059B61C3F35336F69EBD19B8EDE7B6E14A7414 | sha512: 5ED13DEBF26F120C80C09DF572571B3BB05FCABEE7B1C7D945D2D767B13A2FE1C5861CAD4FA1FEA1658357FB025F9237F7AE2DE510DB120CFF6EF4041D5F6707
md5: DDD24ED9FE3B256AB955554893D832C6 | sha1: DDF4603FC7AB70F5E49C3CC7F7C691977EF82DD0 | sha256: DF409DE7822EBE4871AADEF1F8E4A553406395C8D692704037781777BA650300 | sha512: F1497BB0CB39A325923BD13314A8C8125B06978BD2D6BDB7387F4E838D27AD0E735461C8BC2584E421E9C9E8DA2AAEDC6757CAD6F6678EC5BCED41A81E8D0E34
md5: F672A537A363A4EEA79A48CF34FA5808 | sha1: B9101BA7E62B0116AC5A7D4064D91F684E25F233 | sha256: B0B15EE123D24A220DC3446C96A6273E2FDADE71D1F352BF06217BDE57778B24 | sha512: 4ED8FB355723824C6E608B38D397C215142D508C80E5000DF854200DE8F89B44EB4AFE5829EA40F7706A6149527DBD8C748FF3AF9172D9A20B24958DD94E6484
md5: 0C2D566CF93B5C2212B7723F78FFC6FC | sha1: F9DFECC4171605BD9433960DA5A05AB71AFA1D19 | sha256: 7D05600FE5763E7DE3607CC9B0F8DB64C8B240788165043364D896D25BC39AC6 | sha512: 04394FC374D0DE320D7E2DFCCE8446DA1AD7327D3CC067F18F8C95B9D9B5E23664EADD1D6471D7DB61F3194B2666E9258654BE8AD79D20C9A160D66510B221E1
md5: C821CB8D859072827400F63B4B33C66F | sha1: 464FEF6C21278050BFC9057B4D9A3803FE99CF32 | sha256: 223B6441DD36F0BE60929DB75F37CDF5D5B1451B5C9C8C5D55FA130CA612C095 | sha512: 80EE93217E205C51933EDA8729DD6F7163BE2D69D78E5D022880CB051469607DC5873BAF2AA7EEDCC5861AD6CEA3624A02155DEF1D9E4F29CDC41DDE293B27AF
md5: BBE58A35C7132730BB06D5CB776F6C6E | sha1: 1347C6D93B2EA2A4ED665914C94047AE68EAAC6C | sha256: 3DD8F84F6828ADF7183F3AB2C3D60CC70BE3CD8D64AAABF53BACE171F9D3364E | sha512: 80119931154F7E859C2B4E7FE94F90087C41D661030E53C348480DB37E48793A786202BDF233FF0832F93FE2AFB3ABFD3FB801D24C86C1F8A94FD83B9F65F483
md5: 5B9F4E045BD0941F35665DE23F2B9403 | sha1: 9C6C2D157A5BBF8E275C8627CB0547B1007BB8D1 | sha256: A99911373EB198DBB32D0CF8246E398AC89E8FBFB29023AB6EC8D1017BBD7063 | sha512: 9146D67763BF730E27B621CE60BE3BB1E2E874F9310DAB35C05F4D83896B55D26BBD624EF9DFB94A01A69D8509DD6F2DA98394C16204DF6D728828F8FBD6E005
md5: 2BB2433323109421D538D57B3839585B | sha1: 61B91AB9ADD755E0AB82C02602D6746AD94D6779 | sha256: 13EFECE14E17B7F885AFFF8377B652A975C038964A8273805B80B9AFB38F7077 | sha512: 8730619094ECEB6D84CBE4552B5EA4B0AAF6389312C7F4EFEB95EFE3F14ABE13EA4EFB5C8E5D201A632690D2BDCEDE363ABCF2A5D46ECAC946A330D0DDA45F87
md5: 9FB6DEA8FF1600497A9CE3A345459457 | sha1: BB489190FD821058DB86C2339DDFB183B3655B64 | sha256: FB00D92C7E3A85D5D0A8CCDFB33DE4830D1E7882D9DDB5FBE569DF1FA8538215 | sha512: 99DE1E884E6D6B0B708E633ABE4E724196E23BDF477D110EDCBFDB864308F95189468762DD9FCCC294DB040D33655CB18B47CBA386B03919F3B3D4F57B998AF1
md5: A609E9801C83714435A0BC5DD69D6140 | sha1: 7128CADA2900416EC336D1CCDA6843DFAF774C45 | sha256: 6F4DB849979D87B7CE36D68174439D7BA2EF1F366B13F3CEB966F600D5EE5DBD | sha512: 94C1E9E7C26A9EA07ABCF61EDAD9D1C7676EAD5E8EC03F5E8784E16FA3B51F6358035E2B2CF18135DA200C9F4BAA039F71423250065FCAAC1550EBD5108F6DA4
md5: FF931FEFAE3158672308DA5A93C06835 | sha1: 71AFAB4BB492B2BB0C209AC800069E9C8AF2AE37 | sha256: 8FE54076455310A7F1F3F40032F89923822CC449D0FB713CDB2C796D5C90CD49 | sha512: B43C6B7D9DE704DF3365A1DE474D3E4FC2ECD2025A901AB56CCDBE1B8FC5A1A4B3559C1D95C2F2F1AC8E7170F8AE3EC2257C5EF9BC8FA6E796C7774813306737
md5: 2F7182EDD29CB6D19831C94CFC3FCF7A | sha1: 7F6C4559FEDDB24259036A321CA6C19427526958 | sha256: EA170A57A46C6F65BD0A07618DBBBA3C5885E59DC3DE4502C501B7F8D262E1B1 | sha512: F4EF13CCF74BE1998784F2BDD4F11186CEB8EFFF90F55FF7C719A6B1070CF62F88161E28D706C64C14747A1C829E1E1CAD2266C1161EDB9034BC4C2D45F1446F
md5: BDD02096130CA18E3238528ABB813345 | sha1: 0EC7446726E7EC2C32FFEB24133DFC4D88F0AE45 | sha256: ABBE8146FA3F638EE9F5AAAE85182D72DE7807C9F0A06311EF14EB4E5F3CB3B0 | sha512: 90C6091172C6606336F9DA42C5CE5F825D698AB493224E4F9ADDE905474719957B13E42640338D323018652D6B46EF22E6ED006A450AD50C285BA2B56D6C69D9
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.
- Microsoft.Win32.Registry.dll (d641eb0065bd) - ## / 70
- System.Text.Encoding.CodePages.dll (44d99aa44d84) - ## / 64
- Microsoft.Win32.Primitives.dll (5eaa2e82a26b) - ## / 72
- System.AppContext.dll (9dc115ac4aad) - ## / 73
- System.Collections.Concurrent.dll (cc62f3b867d5) - ## / 72
- System.Collections.dll (c2250e9e51b4) - ## / 73
- System.Collections.NonGeneric.dll (529943c0cdf2) - ## / 72
- System.Collections.Specialized.dll (938da38561da) - ## / 71
- System.ComponentModel.dll (5e61d755616c) - ## / 72
- System.ComponentModel.EventBasedAsync.dll (22108e32e0b6) - ## / 71
- System.ComponentModel.Primitives.dll (bfcd867f71c8) - ## / 72
- System.ComponentModel.TypeConverter.dll (0dbb92ecd5df) - ## / 72
- System.Console.dll (b537313413f8) - ## / 73
- System.Diagnostics.Contracts.dll (9c4ae61e0e83) - ## / 73
- System.Diagnostics.Debug.dll (55a30d92d163) - ## / 72
- System.Diagnostics.FileVersionInfo.dll (7c25a74772e1) - ## / 73
- System.Diagnostics.Process.dll (28b165cddb82) - ## / 68
- System.Diagnostics.TextWriterTraceListener.dll (63eab38ee9f4) - ## / 71
- System.Diagnostics.Tools.dll (260c6250ef9b) - ## / 72
- System.Diagnostics.TraceSource.dll (c81a57d0634c) - ## / 72
- System.Drawing.Primitives.dll (2805a18724a2) - ## / 73
- System.Dynamic.Runtime.dll (f600acc81172) - ## / 62
- System.Globalization.Calendars.dll (b56ffb65b842) - ## / 72
- System.Globalization.dll (56bd0c02c734) - ## / 72
- System.IO.Compression.ZipFile.dll (7720ee13405e) - ## / 72
- System.IO.dll (c191a43029ed) - ## / 72
- System.IO.FileSystem.dll (9a4595dbb128) - ## / 73
- System.IO.FileSystem.DriveInfo.dll (984575c44cab) - ## / 72
- System.IO.FileSystem.Primitives.dll (5c84dd40d67c) - ## / 72
- System.IO.FileSystem.Watcher.dll (c9e2562f1a1b) - ## / 73
- System.IO.IsolatedStorage.dll (0e80a2e256d1) - ## / 71
- System.IO.MemoryMappedFiles.dll (81b6527ac2d1) - ## / 73
- System.IO.Pipes.dll (80a229b2917f) - ## / 72
- System.IO.UnmanagedMemoryStream.dll (86f1f12e47f2) - ## / 71
- System.Linq.dll (349c7fbe9ae2) - ## / 73
- System.Linq.Expressions.dll (bf97f6716523) - ## / 72
- System.Linq.Parallel.dll (30a49d16436e) - ## / 72
- System.Linq.Queryable.dll (719ac73bb261) - ## / 73
- System.Net.NameResolution.dll (222bd77c5692) - ## / 73
- System.Net.NetworkInformation.dll (2e2d28a0802d) - ## / 73
- System.Net.Ping.dll (4d97e8481b9a) - ## / 71
- System.Net.Primitives.dll (9a8ba725f8e9) - ## / 73
- System.Net.Requests.dll (f2e74a3ec2dc) - ## / 73
- System.Net.Security.dll (d0d90152136a) - ## / 72
- System.Net.WebHeaderCollection.dll (69b48ff8e6f4) - ## / 73
- System.Net.WebSockets.Client.dll (19766a20b62b) - ## / 72
- System.Net.WebSockets.dll (99920ce34a01) - ## / 73
- System.ObjectModel.dll (870ee1141cb6) - ## / 73
- System.Reflection.dll (63aaf632ee7f) - ## / 73
- System.Reflection.Extensions.dll (3d2551d6458b) - ## / 72
- System.Reflection.Primitives.dll (0383dc02fdf0) - ## / 71
- System.Resources.Reader.dll (e3036362506d) - ## / 72
- System.Resources.ResourceManager.dll (62dce4679e33) - ## / 73
- System.Resources.Writer.dll (daaabd07f1b9) - ## / 70
- System.Runtime.CompilerServices.VisualC.dll (18a610b8bad4) - ## / 72
- System.Runtime.dll (50ad612d4cf6) - ## / 73
- System.Runtime.Extensions.dll (f9feb277f862) - ## / 72
- System.Runtime.Handles.dll (7a81d2a001b5) - ## / 72
- System.Runtime.InteropServices.dll (383a1f9dac65) - ## / 72
- System.Runtime.Numerics.dll (16e7efd6c19b) - ## / 72
- System.Runtime.Serialization.Formatters.dll (c343f7bf08a4) - ## / 73
- System.Runtime.Serialization.Json.dll (e8d531f0aaa6) - ## / 72
- System.Security.Claims.dll (8270d1248950) - ## / 72
- System.Security.Cryptography.Csp.dll (566775f5502c) - ## / 71
- System.Security.Cryptography.Encoding.dll (1f5c1abe1b27) - ## / 73
- System.Security.Cryptography.Primitives.dll (b755d0b55a46) - ## / 71
- System.Security.Cryptography.X509Certificates.dll (3c8630acb43c) - ## / 73
- System.Security.Principal.dll (02416bc542be) - ## / 72
- System.Text.Encoding.dll (0ab1f7f87b7c) - ## / 68
- System.Text.Encoding.Extensions.dll (cbe29672cd2b) - ## / 72
- System.Text.RegularExpressions.dll (c98a52bd017d) - ## / 72
- System.Threading.dll (4dc8d588ec63) - ## / 72
- System.Threading.Tasks.dll (0110616dfe87) - ## / 72
- System.Threading.Tasks.Parallel.dll (3468e0c875db) - ## / 70
- System.Threading.Thread.dll (9d4faea9892d) - ## / 72
- System.Threading.ThreadPool.dll (3d9ebc81b1bd) - ## / 72
- System.Threading.Timer.dll (04b9235f64c9) - ## / 72
- System.Xml.ReaderWriter.dll (5f560e1dd529) - ## / 72
- System.Xml.XDocument.dll (4f6a14e4ba2a) - ## / 72
- System.Xml.XmlDocument.dll (8957f0bcea6a) - ## / 72
- System.Xml.XmlSerializer.dll (21493f7f615a) - ## / 62
- System.Xml.XPath.dll (24daa1faee04) - ## / 55
- netstandard.dll (8be4a2270f8b) - ## / 70
- System.Data.Common.dll (1c7bff6f16bb) - ## / 72
- System.Diagnostics.StackTrace.dll (cae99f910874) - ## / 72
- System.Diagnostics.Tracing.dll (b84b93be455c) - ## / 73
- System.Globalization.Extensions.dll (c7e91bd148ed) - ## / 73
- System.IO.Compression.dll (da18d61bb6b7) - ## / 73
- System.Net.Http.dll (b5d20736f84f) - ## / 73
- System.Net.Sockets.dll (694f4c61b6ba) - ## / 72
- System.Runtime.Serialization.Primitives.dll (575e26a45589) - ## / 73
- System.Runtime.Serialization.Xml.dll (557858e44a51) - ## / 72
- System.Security.SecureString.dll (18032d190d0d) - ## / 72
- System.Threading.Overlapped.dll (f17ff442b77a) - ## / 72
- System.Xml.XPath.XDocument.dll (b33d08149a75) - ## / 72
- System.Runtime.InteropServices.RuntimeInformation.dll (d3537a610199) - ## / 75
- System.Security.Cryptography.Algorithms.dll (f64a25b875db) - ## / 75
- System.ValueTuple.dll (e905d102585b) - ## / 72
- System.Numerics.Vectors.dll (1d3ef8698281) - ## / 73
- System.Text.Encoding.CodePages.dll (a898d0b72d5b) - ## / 70
- System.Security.AccessControl.dll (fe46d8c19ca5) - ## / 69
- System.Security.Principal.Windows.dll (99df0e017858) - ## / 62
- System.Security.AccessControl.dll (aced52254a8c) - ## / 69
- System.Security.Permissions.dll (50653deedf75) - ## / 70
- System.Security.Principal.Windows.dll (c3ae599b5218) - ## / 71
- Microsoft.DotNet.PlatformAbstractions.dll (f2bfe8d84564) - ## / 71
- Microsoft.Win32.SystemEvents.dll (1d5bbfb227f2) - ## / 71
- System.Drawing.Common.dll (df409de7822e) - ## / 70
- System.Security.Permissions.dll (74ef3b67960a) - ## / 71
- System.Windows.Extensions.dll (b0b15ee123d2) - ## / 70
- System.Buffers.dll (accccfbe45d9) - ## / 73
- System.Memory.dll (8e76318e8b06) - ## / 75
- System.Runtime.CompilerServices.Unsafe.dll (fb00d92c7e3a) - ## / 71
- System.Security.AccessControl.dll (6f4db849979d) - ## / 74
- System.Security.Permissions.dll (c202a33b315d) - ## / 74
- System.Security.Principal.Windows.dll (8fe540764553) - ## / 74
- System.Security.Principal.Windows.dll (c4674afa4c30) - ## / 69
- System.Threading.Tasks.Extensions.dll (4f81ffd0dc72) - ## / 73
- Microsoft.Win32.SystemEvents.dll (e7a3165fb182) - ## / 71
- System.Drawing.Common.dll (13efece14e17) - ## / 70
- System.Drawing.Common.dll (000b09d998b2) - ## / 71
- System.Memory.dll (d2e3949fcf3a) - ## / 65
- System.Threading.Tasks.Extensions.dll (09901f63ebc4) - ## / 73
- System.Collections.Immutable.dll (a99911373eb1) - ## / 70
- Microsoft.Bcl.AsyncInterfaces.dll (075ce79e8404) - ## / 68
- Microsoft.Extensions.Configuration.Abstractions.dll (5da295c08aba) - ## / 71
- Microsoft.Extensions.Configuration.Binder.dll (f2f6d158380c) - ## / 68
- Microsoft.Extensions.Configuration.CommandLine.dll (dabae732fa2b) - ## / 66
- Microsoft.Extensions.Configuration.dll (d5f7cd54e4aa) - ## / 71
- Microsoft.Extensions.Configuration.FileExtensions.dll (385ec6186129) - ## / 71
- Microsoft.Extensions.Configuration.Json.dll (dfa8ce0bbd09) - ## / 71
- Microsoft.Extensions.FileProviders.Abstractions.dll (0706cedcd984) - ## / 71
- Microsoft.Extensions.FileProviders.Physical.dll (6bda4bddedfb) - ## / 68
- Microsoft.Extensions.FileSystemGlobbing.dll (1acb904f6eee) - ## / 56
- Microsoft.Extensions.Primitives.dll (76152e774b2b) - ## / 70
- System.Runtime.CompilerServices.Unsafe.dll (3cadcb6b8a73) - ## / 70
- System.Text.Encodings.Web.dll (f2ee33438b8b) - ## / 64
- System.Text.Json.dll (2b0d20516ab8) - ## / 71
- McMaster.NETCore.Plugins.dll (f2da15ca1dbb) - ## / 69
- Microsoft.Extensions.Configuration.Abstractions.dll (35879c28cd19) - ## / 70
- Microsoft.Extensions.Configuration.Binder.dll (2452c8ca46a1) - ## / 71
- Microsoft.Extensions.Configuration.CommandLine.dll (2a4f0f557b74) - ## / 71
- Microsoft.Extensions.Configuration.dll (c7dcd8475b75) - ## / 71
- Microsoft.Extensions.Configuration.FileExtensions.dll (e6d0a6bbceea) - ## / 68
- Microsoft.Extensions.Configuration.Json.dll (38cd246065e6) - ## / 71
- Microsoft.Extensions.DependencyModel.dll (693ad69d561f) - ## / 75
- Microsoft.Extensions.FileProviders.Abstractions.dll (69428b16a4a0) - ## / 71
- Microsoft.Extensions.FileProviders.Physical.dll (0af872ee3e7a) - ## / 71
- Microsoft.Extensions.FileSystemGlobbing.dll (c6ba4c0e8df9) - ## / 71
- Microsoft.Extensions.Primitives.dll (7f63e0a1fb6a) - ## / 59
- System.Windows.Extensions.dll (abbe8146fa3f) - ## / 69
- McMaster.NETCore.Plugins.dll (0bb29b25d6c5) - ## / 67
- Microsoft.Bcl.AsyncInterfaces.dll (fef36165f43f) - ## / 70
- Microsoft.Extensions.Configuration.Json.dll (f9c4860476d6) - ## / 68
- Microsoft.Extensions.Primitives.dll (fa775fa0cf84) - ## / 63
- System.Runtime.CompilerServices.Unsafe.dll (99edb8e60eef) - ## / 70
- System.Text.Encodings.Web.dll (bc8f70f1fb4c) - ## / 66
- System.Text.Json.dll (335a58401467) - ## / 69
- System.Text.Json.dll (ea170a57a46c) - ## / 70
- System.Security.Principal.Windows.dll (201442fda479) - ## / 70
- System.Security.Principal.Windows.dll (7bca09e65a19) - ## / 69
- System.Collections.Immutable.dll (646d3b52a489) - ## / 70
- Microsoft.Build.Framework.dll (e9c7728801b5) - ## / 67
- Microsoft.Build.Utilities.Core.dll (9408f709f2c5) - ## / 68
- DotNetConfig.dll (f02be9e510c1) - ## / 65
- SixLabors.Fonts.dll (9b87e2cd1254) - ## / 67
- SixLabors.ImageSharp.dll (b4db31331281) - ## / 68
- SixLabors.ImageSharp.Drawing.dll (505252c17595) - ## / 67
- SixLabors.Fonts.dll (7d05600fe576) - ## / 68
- SixLabors.ImageSharp.dll (58bb0d041cc9) - ## / 68
- SixLabors.ImageSharp.Drawing.dll (de2fda6a6db0) - ## / 69
- SixLabors.ImageSharp.dll (223b6441dd36) - ## / 66
- SixLabors.ImageSharp.Drawing.dll (3dd8f84f6828) - ## / 68
- reportgenerator.portable.4.8.11.nupkg (533081d87b2a) - ## / 59
- ReportGenerator.Core.dll (ad5336c52c72) - ## / 69
- ReportGenerator.exe (55629c059323) - ## / 64
- ReportGenerator.MSBuild.dll (2229711e01f1) - ## / 68
- ReportGenerator.dll (b35692b82721) - ## / 69
- ReportGenerator.DotnetCorePluginLoader.dll (17c1f8f2e51d) - ## / 68
- ReportGenerator.exe (3961660a635a) - ## / 65
- ReportGenerator.dll (13f28cc63b55) - ## / 69
- ReportGenerator.DotnetCorePluginLoader.dll (7695b2e89412) - ## / 68
- ReportGenerator.dll (8bdf08359990) - ## / 69
- ReportGenerator.dll (2fdf0e9dbed7) - ## / 69
- ReportGenerator.exe (b496ca923f40) - ## / 69
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.
This package has no dependencies.
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.