StyleCop by StyleCop contributors, Andy Reeves, Chris Dahlberg

<PackageReference Include="StyleCop" Version="6.2.0" />

 StyleCop 6.2.0

The core StyleCop "Classic" library that is used to create and use parsers and analyzers.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>StyleCop</id>
    <version>6.2.0</version>
    <authors>StyleCop contributors, Andy Reeves, Chris Dahlberg</authors>
    <owners>StyleCop contributors, Andy Reeves, Chris Dahlberg</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/StyleCop/StyleCop/blob/master/License.html</licenseUrl>
    <projectUrl>https://github.com/StyleCop/StyleCop</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/StyleCop/StyleCop/master/logo.png</iconUrl>
    <description>The core StyleCop "Classic" library that is used to create and use parsers and analyzers.</description>
    <releaseNotes>For 6.2.0:
-Fixed ArgumentNullException on indexer initializer for dictionary (#214).
-Removed lingering usage of StyleCop.targets installed by StyleCop 4.7.

For 6.1.0:
-Added support for Visual Studio 2019 and newer.
-Fixed parsing of default value expressions without a specified type (#172).

For 6.0.0:
-Fixed parsing of switch statements with pattern matching (#154).
-Fixed parsing of nullable ValueTuple types (#163).
-Fixed parsing of pattern-matching expressions in LINQ statements (#171).
-Fixed parsing of ValueTuple types in foreach statements (#179).
-Fixed parsing of a local function with a namespace-qualified return type (#191).
-Fixed parsing of interpolated strings containing an "at" symbol (#192).
-Fixed parsing of variables named "yield" (#195).
-Fixed parsing of inline "out" variables.
-Fixed parsing of nullable local functions.
-Fixed analysis of spacing when the return type of a method is a Task with a ValueTuple result type (#141).
-Fixed the directory used when searching for a local copy of spelling libraries (#160).
-Included the local directory when searching for add-ins (#50).
-Expanded the supported target versions of Visual Studio Professional (#166).
-Made the "don't care" identifier (i.e. a single underscore character) acceptable (#140).</releaseNotes>
    <language>en-US</language>
    <dependencies />
  </metadata>
</package>