-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Second attempt at updating versions #78796
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
Merged
jasonmalinowski
merged 33 commits into
dotnet:main-vs-deps
from
CyrusNajmabadi:updateVersions2
Jun 16, 2025
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
7038fca
Second attempt at updating versions
CyrusNajmabadi 0a39ed6
Update version
CyrusNajmabadi 8ad4c1e
Update version
CyrusNajmabadi f79f5a7
Update version
CyrusNajmabadi 9b52308
Update version
CyrusNajmabadi 6c1464a
Update version
CyrusNajmabadi ce8729c
Update version
CyrusNajmabadi e21ccb7
Update version
CyrusNajmabadi c354a0b
Merge remote-tracking branch 'upstream/main' into updateVersions2
CyrusNajmabadi 057f000
Update Microsoft.Internal.VisualStudio.Shell.Framework version
CyrusNajmabadi f9c6905
Remove dependencies
CyrusNajmabadi 0ea59c1
Remove unneeded depednency
CyrusNajmabadi df2047f
Remove unnecessary dependency
CyrusNajmabadi 0db1511
Merge remote-tracking branch 'upstream/main-vs-deps' into updateVersi…
CyrusNajmabadi c585946
Scout queue
tmat f863ab1
Merge branch 'main-vs-deps' into updateVersions2
CyrusNajmabadi bfd3750
Merge branch 'main-vs-deps' into updateVersions2
CyrusNajmabadi 98ff8e8
Merge branch 'main-vs-deps' into updateVersions2
CyrusNajmabadi 23afa8b
Bump queues from the regular to scouting preview VS queue
jasonmalinowski f42a328
Fix up more package versions
jasonmalinowski b78c0cd
Update reflection workaround against the editor for a field rename
jasonmalinowski 3b51ce0
Ensure we specifiy Microsoft.VisualStudio.Language.Intellisense too
jasonmalinowski b245de3
Fix reflection against private field
jasonmalinowski 79e5b59
Implement a mock for SVSRunningDocumentTable
jaredpar edba900
Switch a few tests to WpfFact
jasonmalinowski 92d0e4d
#nullable enable CallHierarchyProvider
jasonmalinowski 4cf74b5
Work around https://devdiv.visualstudio.com/DevDiv/_workitems/edit/25…
jasonmalinowski 7243cc2
Add null suppression
jasonmalinowski 63045e2
Delete unnecessary Implements of an empty interface
jasonmalinowski c172448
Skip the one test that is really expecting an IGlyphService
jasonmalinowski 8b12526
Make sure to unsubscribe from SolutionClosingContext.UIContextChanged
jasonmalinowski 9290881
Don't use new compiler features
jasonmalinowski e275f6a
Clear out the logger once a test is done running
jasonmalinowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -217,7 +217,7 @@ void Baz() | |
| testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_Base_Member_0, "N.C.Goo()"), ["N.D.Bar()"]); | ||
| } | ||
|
|
||
| [WpfFact] | ||
| [WpfFact(Skip = "https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2506733")] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one really expects IGlyphService, easiest to just skip it and revert this. |
||
| public async Task FieldInitializers() | ||
| { | ||
| var text = """ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.