Metadata >> NuGet >> AsyncUsageAnalyzers

AsyncUsageAnalyzers

Metadata

Authors Sam Harwell et. al.
Copyrights Copyright Sam Harwell 2015
Description A collection of analyzers related to best practices for writing asynchronous code.
LicenseUrl https://raw.githubusercontent.com/DotNetAnalyzers/AsyncUsageAnalyzers/1.0.0-alpha003/LICENSE
Owners Sam Harwell
ProjectUrl https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers
ReleaseNotes https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers/releases/1.0.0-alpha003
RequireLicenseAcceptance False
Tags Async DotNetAnalyzers Roslyn Diagnostic Analyzer
Title AsyncUsageAnalyzers
PackageSize 46643
PackageHashAlgorithm SHA512
PackageHash gKSuxV/aFs7FANk3tfd38atQkjbnJ7jCdBcpJsrW2/zj1bgg8IFuLD2ELLQRIVkxVK1bIv9iq9W7lOxBURcBIw==
DownloadCount 000000
CreatedDate 2015-07-21T12:31:50

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AsyncUsageAnalyzers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AsyncUsageAnalyzers -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package AsyncUsageAnalyzers
Installing the package (HTTP Basic authentication):
Install-Package AsyncUsageAnalyzers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AsyncUsageAnalyzers -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AsyncUsageAnalyzers

OpenWrap

Installing the package:
o add-wrap AsyncUsageAnalyzers
Uninstalling the package:
o remove-wrap AsyncUsageAnalyzers

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0-alpha003
1.0.0-alpha002
1.0.0-alpha001