-
Notifications
You must be signed in to change notification settings - Fork 196
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
Remove dodgy UpdateSolution
method in cohosting tests
#10627
Remove dodgy UpdateSolution
method in cohosting tests
#10627
Conversation
src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/ProjectSnapshotFactory.cs
Outdated
Show resolved
Hide resolved
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.
Sorry for requesting changes, but I'd really prefer finding a different solution rather than putting CWTs in instance fields.
src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/DocumentSnapshotFactory.cs
Outdated
Show resolved
Hide resolved
src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/ProjectSnapshotFactory.cs
Outdated
Show resolved
Hide resolved
src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/DocumentSnapshotFactory.cs
Outdated
Show resolved
Hide resolved
src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/ProjectSnapshotFactory.cs
Outdated
Show resolved
Hide resolved
Done! Thank you for the feedback
6cecd91
to
96b3fa3
Compare
Sorry for force pushing, but we have a real Roslyn version now. |
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.
Awesome!
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Roslyn insertion just merged, so going to update this to the real package version and merge. Then I can finally rebase my other PRs :D |
Part of #9519 and #10603
Requires dotnet/roslyn#74402
Removes a little more dodginess in the cohosting tests by actually using the
RazorPinnedSolutionInfoWrapper
for solution checksums, just like the real OOP services.