ConfigureAwaitChecker.Analyzer by Jiří Činčura

<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="3.0.0" />

Package Files

3,424 bytes

 ConfigureAwaitChecker.Analyzer 3.0.0

Checks for `ConfigureAwait(false)` usage. More info: * https://www.tabsoverspaces.com/id/233523 * https://www.tabsoverspaces.com/id/233476 * https://www.tabsoverspaces.com/id/233732

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>ConfigureAwaitChecker.Analyzer</id>
    <version>3.0.0</version>
    <title>ConfigureAwaitChecker.Analyzer</title>
    <authors>Jiří Činčura</authors>
    <owners>Jiří Činčura</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <developmentDependency>true</developmentDependency>
    <projectUrl>https://github.com/cincuranet/ConfigureAwaitChecker</projectUrl>
    <description>Checks for `ConfigureAwait(false)` usage.

More info: 
* https://www.tabsoverspaces.com/id/233523
* https://www.tabsoverspaces.com/id/233476
* https://www.tabsoverspaces.com/id/233732</description>
    <copyright>Copyright (c) Jiri {x2} Cincura</copyright>
    <tags>ConfigureAwaitChecker, analyzers, async, await, configureawait</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.3" />
    </dependencies>
  </metadata>
</package>