-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Initialize naming style preferences when language is added to workspace #76795
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
Conversation
e148710
to
d24ddec
Compare
/backport to release/dev17.12 |
Started backporting to release/dev17.12: https://github.com/dotnet/roslyn/actions/runs/12836854107 |
@tmat backporting to "release/dev17.12" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Initialize naming style preferences when language is added to workspace
Using index info to reconstruct a base tree...
M src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
M src/Features/Core/Portable/Options/EditorConfig/EditorConfigOptionsEnumerator.cs
M src/LanguageServer/Protocol/Features/Options/ClientFallbackAnalyzerConfigOptionsProvider.cs
M src/LanguageServer/Protocol/Features/Options/SolutionAnalyzerConfigOptionsUpdater.cs
M src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
M src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/NamingStyleOptions.cs
M src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Falling back to patching base and 3-way merge...
Auto-merging src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
Auto-merging src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
CONFLICT (content): Merge conflict in src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Initialize naming style preferences when language is added to workspace
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
/backport to release/dev17.13 |
Started backporting to release/dev17.13: https://github.com/dotnet/roslyn/actions/runs/14365291104 |
@tmat backporting to "release/dev17.13" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Initialize naming style preferences when language is added to workspace
Using index info to reconstruct a base tree...
M src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
M src/Features/Core/Portable/Options/EditorConfig/EditorConfigOptionsEnumerator.cs
M src/LanguageServer/Protocol/Features/Options/ClientFallbackAnalyzerConfigOptionsProvider.cs
M src/LanguageServer/Protocol/Features/Options/SolutionAnalyzerConfigOptionsUpdater.cs
M src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
M src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/NamingStyleOptions.cs
M src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
CONFLICT (content): Merge conflict in src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Auto-merging src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Initialize naming style preferences when language is added to workspace
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Fixes https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2297536