-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Fix layering of Implement-Interface code-fixer vs language service #74320
Fix layering of Implement-Interface code-fixer vs language service #74320
Conversation
eng/targets/Settings.props
Outdated
@@ -66,6 +66,9 @@ | |||
Related to https://github.com/dotnet/sdk/issues/41791. | |||
--> | |||
<BuildWithNetFrameworkHostedCompiler>false</BuildWithNetFrameworkHostedCompiler> | |||
|
|||
<!-- https://github.com/dotnet/msbuild/issues/10306 --> | |||
<CoreCompileDependsOn>$(CoreCompileDependsOn);ResolveKeySource</CoreCompileDependsOn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably don't want to include this change in the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah true. i will remove. i need this locally @jjonescz :)
src/Features/Core/Portable/ImplementInterface/ImplementInterfaceGenerator.cs
Outdated
Show resolved
Hide resolved
src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceCodeFixProvider.cs
Outdated
Show resolved
Hide resolved
@tmat I've merged your change in. ptal. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Fixes #60990