Microsoft.VisualStudio.Threading.Analyzers by Microsoft

<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.0.64" />

Package Files

28,824 bytes

 Microsoft.VisualStudio.Threading.Analyzers 17.0.64

Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.VisualStudio.Threading.Analyzers</id>
    <version>17.0.64</version>
    <authors>Microsoft</authors>
    <developmentDependency>true</developmentDependency>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>PackageIcon.png</icon>
    <projectUrl>https://github.com/Microsoft/vs-threading</projectUrl>
    <description>Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.</description>
    <releaseNotes>https://github.com/microsoft/vs-threading/releases/tag/v17.0.64</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>analyzers visualstudio vssdk sdk threading</tags>
    <repository type="git" url="https://github.com/microsoft/vs-threading" commit="9708b8b94d8562848f627376eff81f54d67368d4" />
  </metadata>
</package>