ConcurrencyLab.ParallelChecker 2.4.0
Parallel Checker NuGet analyzer package: Static detection of data races, deadlocks, and other concurrency issues in C#.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ConcurrencyLab.ParallelChecker</id>
<version>2.4.0</version>
<authors>Prof. Dr. Luc Bläser</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">license.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://parallel-checker.com/</projectUrl>
<description>Parallel Checker NuGet analyzer package:
Static detection of data races, deadlocks, and other concurrency issues in C#.</description>
<copyright>Copyright © 2017-2022 by Prof. Dr. Luc Bläser, Concurrency Lab, OST - Ostschweizer Fachhochschule, Eastern Switzerland University of Applied Sciences, Switzerland. All rights reserved.</copyright>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>