Skip to content

Conversation

@andreasohlund
Copy link
Member

dotnet_diagnostic.CA1710.severity = error
dotnet_diagnostic.CA1711.severity = error
dotnet_diagnostic.CA2007.severity = error
dotnet_diagnostic.CA2007.severity = none
Copy link
Member

Choose a reason for hiding this comment

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

Won't this be reset by repo sync?

Copy link
Member Author

Choose a reason for hiding this comment

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

ugh, didn't think about that, is there a workaround for that?

Copy link
Member Author

Choose a reason for hiding this comment

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

@bording is there some way to override this on the /src level?

Copy link
Member

Choose a reason for hiding this comment

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

No there isn't. If want to make this change, you need to add an .editorconfig file to every project to disable it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Got it so the only (future) option would be to have different editor configs for "library" repos vs "non-library" repos where that setting could be different?

Copy link
Member

Choose a reason for hiding this comment

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

There's no way to have that sort of variation given the way RepoSync is implemented.

@danielmarbach
Copy link
Contributor

Agreed the analyzer is not required here

@mauroservienti
Copy link
Member

Repo sync will override this change if we merge it. Closing.

@mauroservienti mauroservienti deleted the configure-await branch March 28, 2025 02:09
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.

5 participants