Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3587540

Browse files
authored
Merge pull request#6859 from mavasani/AddReadme
Add README file to Microsoft.CodeAnalysis.Analyzers NuGet package
2 parents47c7281 +bf6cd28 commit3587540

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎nuget/Microsoft.CodeAnalysis.Analyzers/Microsoft.CodeAnalysis.Analyzers.Package.csproj‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Summary>Analyzers for .NET Compiler Platform ("Roslyn")</Summary>
1010
<ReleaseNotes>Diagnostic analyzers for the Microsoft .NET Compiler Platform (Roslyn)</ReleaseNotes>
1111
<PackageTags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics</PackageTags>
12+
<PackageReadmeFile>documentation\readme.md</PackageReadmeFile>
1213
<IsShippingPackage>true</IsShippingPackage>
1314

1415
<!--
@@ -22,6 +23,7 @@
2223
<AnalyzerNupkgAssemblyInclude="Microsoft.CodeAnalysis.Analyzers.dll" />
2324
<AnalyzerNupkgAssemblyInclude="Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
2425
<AnalyzerNupkgAssemblyInclude="Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" />
26+
<PackageReadmeFileSourceInclude="..\..\src\Microsoft.CodeAnalysis.Analyzers\readme.md"/>
2527
</ItemGroup>
2628

2729
<ItemGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Microsoft.CodeAnalysis.Analyzers
2+
3+
Contains rules for correct usage of APIs from the[Microsoft.CodeAnalysis](https://www.nuget.org/packages/Microsoft.CodeAnalysis) NuGet package, i.e. .NET Compiler Platform ("Roslyn") APIs. These are primarily aimed towards helping authors of diagnostic analyzers, code fix providers and other tools built on top of Microsoft.CodeAnalysis to invoke the Microsoft.CodeAnalysis APIs in a recommended manner. This package is included as a development dependency of[Microsoft.CodeAnalysis](https://www.nuget.org/packages/Microsoft.CodeAnalysis) NuGet package, and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
4+
5+
[More info about rules in this package](./Microsoft.CodeAnalysis.Analyzers.md)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp