-
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
Pass runningProject
to GetUpdateAsync
and get projectToRebuild and projectToRestart back
#75503
base: main
Are you sure you want to change the base?
Pass runningProject
to GetUpdateAsync
and get projectToRebuild and projectToRestart back
#75503
Conversation
@@ -92,7 +92,7 @@ | |||
<!-- | |||
Subset of Microsoft.VisualStudio.Sdk meta-package (run `csi generate-vssdk-versions.csx` to update based on VSSDK meta-package). | |||
--> | |||
<PackageVersion Include="Microsoft.ServiceHub.Framework" Version="4.5.31" /> | |||
<PackageVersion Include="Microsoft.ServiceHub.Framework" Version="4.5.35" /> |
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.
Shouldn't be updated without updating Microsoft.VisualStudio.SDK. Probably better to bump Microsoft.VisualStudio.SDK in a separate 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.
How to determine the right VS SDK version to use. I saw the current version is 17.10.234-preview.1
but that one is not available on nuget.org?
src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs
Outdated
Show resolved
Hide resolved
src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs
Show resolved
Hide resolved
@@ -74,6 +74,127 @@ internal ImmutableArray<ManagedHotReloadDiagnostic> GetAllDiagnostics() | |||
|
|||
return builder.ToImmutableAndClear(); | |||
} | |||
|
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.
Not sure why this is shown as added. Did you rebase against the latest main?
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.
Not quite follow, what you mean here
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.
Looks like the code was copied from https://github.com/dotnet/roslyn/pull/75503/files#diff-95af090e3bc672c6352c9245c5b43e6d1561613fc81afee422e462dc9f17a49fR266.
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.
Yeah that's true, would be better to find out a way to clean it up
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.
Let me look into that
src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs
Outdated
Show resolved
Hide resolved
runningProject
to GetUpdateAsync
and get projectToRebuild and projectToRestart backrunningProject
to GetUpdateAsync
and get projectToRebuild and projectToRestart back
cc @tmat
Work item
Other associated PRs