-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix copilot layering #77713
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 copilot layering #77713
Conversation
|
@CyrusNajmabadi why are you updating this? I already have another PR: #77706 |
Because the curent code is a layering violation that breaks roslyn rules on referencing lang specific types from a lang neutral location :) |
maryamariyan
left a comment
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.
chatted offline, LGTM.
assuming this is correcting the violations to keep the language neutral dlls free from C# related types.
once this is merged I will update the C# specific dlls for my purposes in #77706
| </PropertyGroup> | ||
| <ItemGroup Label="Project References"> | ||
| <ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" /> | ||
| <ProjectReference Include="..\..\..\Compilers\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.csproj" /> |
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.
:-o
No description provided.