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

Remove single-file analyzer #4680

Merged
merged 3 commits into from
Jan 11, 2021

Conversation

mateoatr
Copy link
Contributor

@mateoatr mateoatr commented Jan 8, 2021

This analyzer was ported to mono/linker. Moving forward, the analyzer will be packed and flown to the SDK via the linker repo (see dotnet/sdk#15239); we need to remove it from here, otherwise we'll be seeing duplicate diagnostics.

@mateoatr mateoatr requested a review from a team as a code owner January 8, 2021 23:01
@mavasani
Copy link
Contributor

mavasani commented Jan 8, 2021

Can you please retarget the PR to https://github.com/dotnet/roslyn-analyzers/tree/release/6.0.1xx-preview1 branch? We are using that branch for all new analyzers/removed analyzers for .NET 6 release.

Copy link
Contributor

@mavasani mavasani left a comment

Choose a reason for hiding this comment

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

LGTM, modulo the target branch change.

@mateoatr mateoatr changed the base branch from master to release/6.0.1xx-preview1 January 8, 2021 23:22
@codecov
Copy link

codecov bot commented Jan 8, 2021

Codecov Report

Merging #4680 (89f58a2) into release/6.0.1xx-preview1 (bb764b5) will increase coverage by 0.00%.
The diff coverage is n/a.

@@                    Coverage Diff                     @@
##           release/6.0.1xx-preview1    #4680    +/-   ##
==========================================================
  Coverage                     95.76%   95.77%            
==========================================================
  Files                          1185     1183     -2     
  Lines                        268083   267838   -245     
  Branches                      16184    16175     -9     
==========================================================
- Hits                         256743   256518   -225     
+ Misses                         9245     9224    -21     
- Partials                       2095     2096     +1     

@mavasani mavasani merged commit c498fc5 into dotnet:release/6.0.1xx-preview1 Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants