Microsoft.VisualStudio.Azure.CodeAnalysis by Microsoft

<PackageReference Include="Microsoft.VisualStudio.Azure.CodeAnalysis" Version="0.5.0-beta" />

 Microsoft.VisualStudio.Azure.CodeAnalysis 0.5.0-beta

This package provides a small set of code analysis rules to identify and resolve performance, scalability and runtime issues on Microsoft Azure. http://aka.ms/AzureCodeAnalysisPreview

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Microsoft.VisualStudio.Azure.CodeAnalysis</id>
    <version>0.5.0-beta</version>
    <title>Microsoft Code Analysis for Azure Pre-release</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=403657</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=403658</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkId=403656</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <developmentDependency>true</developmentDependency>
    <description>This package provides a small set of code analysis rules to identify and resolve performance, scalability and runtime issues on Microsoft Azure. http://aka.ms/AzureCodeAnalysisPreview</description>
    <summary>Code Analysis for Microsoft Azure using .NET Compiler Platform ("Roslyn") capabilities in Visual Studio 2015 Preview</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-us</language>
    <tags>CodeAnalysis Azure Patterns VisualStudio AzureCodeAnalysis</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>