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

Ide options #74053

Merged
merged 3 commits into from
Jun 29, 2024
Merged

Ide options #74053

merged 3 commits into from
Jun 29, 2024

Conversation

tmat
Copy link
Member

@tmat tmat commented Jun 18, 2024

Moves EditorConfigOptionsEnumerator to Features so that it can enumerate editorconfig options defined in Features layer (options used by analyzers implemented only in Features).

Converts options passed to analyzers/code fixes via IdeAnalyzerOptions to editorconfig options.

Unsupported:

  • dotnet_unsupported_report_invalid_placeholders_in_string_dot_format_calls
  • dotnet_unsupported_detect_and_offer_editor_features_for_probable_json_strings
  • dotnet_unsupported_report_invalid_json_patterns
  • dotnet_unsupported_report_invalid_regex_patterns

Supported:

  • dotnet_prefer_system_hash_code

Follow up on #74038.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 18, 2024
@tmat tmat force-pushed the IdeOptions branch 4 times, most recently from 1254d3c to 1269c73 Compare June 20, 2024 17:31
@tmat tmat marked this pull request as ready for review June 20, 2024 18:00
@tmat tmat requested review from a team as code owners June 20, 2024 18:00
Comment on lines 108 to +109
[Fact]
[WorkItem("https://github.com/dotnet/roslyn/issues/62937")]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
[Fact]
[WorkItem("https://github.com/dotnet/roslyn/issues/62937")]
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/62937")]

@tmat tmat merged commit 9afb2e7 into dotnet:main Jun 29, 2024
25 checks passed
@tmat tmat deleted the IdeOptions branch June 29, 2024 15:49
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 29, 2024
@RikkiGibson RikkiGibson modified the milestones: Next, 17.12 P1 Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants