Skip to content

1.11.12 seems to no longer respect .editorconfig #481

Description

@rcdailey

I'm not 100% sure what the root cause is, however I can say that when I explicitly use the 1.11.11 tag in my project, my build does not fail. See here.

When I use v1 (which at this time is 1.11.12), I get a bunch of analysis errors that should be suppressed or have a modified severity due to configuration in my .editorconfig. See the failed build here.

For example, in the failed build, the analysis SuggestBaseTypeForParameterInConstructor shows up as error; but my .editorconfig sets it to hint, like so:

resharper_suggest_base_type_for_parameter_in_constructor_highlighting = hint

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions