Skip to content

Split Microsoft.EntityFrameworkCore.Analyzers into language-specific analyzers#22195

Closed
sharwell wants to merge 1 commit intodotnet:release/5.0from
sharwell:lang-analyzers
Closed

Split Microsoft.EntityFrameworkCore.Analyzers into language-specific analyzers#22195
sharwell wants to merge 1 commit intodotnet:release/5.0from
sharwell:lang-analyzers

Conversation

@sharwell
Copy link

Fixes #22177

<RootNamespace>Microsoft.EntityFrameworkCore</RootNamespace>

<IncludeBuildOutput>false</IncludeBuildOutput>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
Copy link
Author

Choose a reason for hiding this comment

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

📝 This line eliminates the need for the _._ files.

@roji
Copy link
Member

roji commented Aug 24, 2020

Oh wow, thanks for submitting this! We'll have a chat in EF triage a bit later today about it.

Copy link
Member

@Youssef1313 Youssef1313 left a comment

Choose a reason for hiding this comment

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

nit: some markdown parsers require blank lines around tables.
Also, MD022 requires blank lines around headings.

Comment on lines +15 to +18
return syntax switch
{
_ => syntax,
};
Copy link
Member

Choose a reason for hiding this comment

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

Why not return syntax directly?

Copy link
Author

Choose a reason for hiding this comment

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

It seems likely that someone would want to alter this in the future to provide more specific results for VB.

@roji
Copy link
Member

roji commented Aug 24, 2020

Postponing merging this PR as per #22177 (comment)

@sharwell sharwell marked this pull request as draft August 24, 2020 19:10
@roji roji mentioned this pull request Aug 25, 2020
@smitpatel
Copy link
Contributor

This can be rebased and merged to main now.

@roji
Copy link
Member

roji commented Oct 22, 2020

Note: am going to defer working on this until we make a decision on what happens with pubternality... Even though we may still want to provide analyzers for other purposes, this is the only one we currently have.

@AraHaan
Copy link
Member

AraHaan commented Mar 22, 2022

Is there plans to continue this soon?

@dougbu dougbu deleted the branch dotnet:release/5.0 May 18, 2022 19:38
@dougbu dougbu closed this May 18, 2022
@dougbu
Copy link
Contributor

dougbu commented May 18, 2022

If this PR or something like it is needed still, please retarget release/6.0

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.

Test runner failing on release/5.0 because of new VB analyzer dependency

8 participants