Skip to content

Revert "Clean up diagnostic and solution crawler options (#59083)"#59198

Merged
JoeRobich merged 2 commits intodotnet:mainfrom
333fred:revert-59083
Feb 1, 2022
Merged

Revert "Clean up diagnostic and solution crawler options (#59083)"#59198
JoeRobich merged 2 commits intodotnet:mainfrom
333fred:revert-59083

Conversation

@333fred
Copy link
Copy Markdown
Member

@333fred 333fred commented Feb 1, 2022

This reverts commit 5f8657a.

@333fred 333fred requested a review from a team as a code owner February 1, 2022 19:31
@ghost ghost added the Area-IDE label Feb 1, 2022
public static readonly Option2<DiagnosticMode> NormalDiagnosticMode = new(nameof(InternalDiagnosticsOptions), nameof(NormalDiagnosticMode), defaultValue: DiagnosticMode.Default,
storageLocation: new LocalUserProfileStorageLocation(LocalRegistryPath + "NormalDiagnosticMode"));

public static readonly Option2<bool> EnableFileLoggingForDiagnostics = new(nameof(InternalDiagnosticsOptions), nameof(EnableFileLoggingForDiagnostics), defaultValue: false,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This had to be manually merged, as the original commit still had RazorDiagnosticMode, but the upstream had removed it since that commit.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good.

@JoeRobich
Copy link
Copy Markdown
Member

Merging to unblock signed builds.

@JoeRobich JoeRobich merged commit c98f8f2 into dotnet:main Feb 1, 2022
@ghost ghost added this to the Next milestone Feb 1, 2022
@333fred 333fred deleted the revert-59083 branch February 1, 2022 21:50
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P1 Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants