Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readme for Microsoft.CodeAnalysis.NetAnalyzers package #6303

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

jmarolf
Copy link
Contributor

@jmarolf jmarolf commented Dec 8, 2022

No description provided.

@jmarolf jmarolf requested a review from a team as a code owner December 8, 2022 03:45
@jmarolf jmarolf added this to the vNext milestone Dec 8, 2022
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Merging #6303 (d7abfa7) into main (585ec3f) will increase coverage by 0.01%.
The diff coverage is 98.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6303      +/-   ##
==========================================
+ Coverage   96.06%   96.07%   +0.01%     
==========================================
  Files        1364     1367       +3     
  Lines      313730   315337    +1607     
  Branches    10125    10187      +62     
==========================================
+ Hits       301379   302965    +1586     
- Misses       9932     9941       +9     
- Partials     2419     2431      +12     

@jmarolf jmarolf merged commit 3bc91ee into dotnet:main Dec 8, 2022
Copy link
Member

@drewnoakes drewnoakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From 17.5 we start showing README and other docs in Solution Explorer under the package's node.

@@ -0,0 +1,21 @@
# Microsoft.CodeAnalysis.NetAnalyzers

Contains all **the .NET code analysis rules (CAxxxx)** that are built into the .NET SDK starting .NET5 release. The documentation for CA rules can be found at [docs.microsoft.com/visualstudio/code-quality/code-analysis-for-managed-code-warnings](https://learn.microsoft.com/visualstudio/code-quality/code-analysis-for-managed-code-warnings).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URLs don't match?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants