123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
- <metadata>
- <id>Microsoft.CodeAnalysis.Analyzers</id>
- <version>3.11.0</version>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <developmentDependency>true</developmentDependency>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <license type="expression">MIT</license>
- <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
- <icon>Icon.png</icon>
- <readme>documentation\readme.md</readme>
- <projectUrl>https://github.com/dotnet/roslyn-analyzers</projectUrl>
- <description>Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.</description>
- <copyright>© Microsoft Corporation. All rights reserved.</copyright>
- <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics</tags>
- <serviceable>true</serviceable>
- <repository type="git" url="https://github.com/dotnet/roslyn-analyzers" commit="f2384e61845314d0e8ad74cc0fe67d1bd4e9f102" />
- </metadata>
- </package>
|