Merge main to features/required-members#60373
Merged
333fred merged 66 commits intodotnet:features/required-membersfrom Mar 25, 2022
Merged
Merge main to features/required-members#60373333fred merged 66 commits intodotnet:features/required-membersfrom
333fred merged 66 commits intodotnet:features/required-membersfrom
Conversation
Member
333fred
commented
Mar 24, 2022
- Create solution on the main thread in integration tests
- Close solution on the main thread in integration tests
- Use cached data for completion of unimported types
- Use cached data for completion of unimported extension methods
- Try to refresh import completion cache in the background whenever completion is triggered
- Use AsyncBatchingWorkQueue for background cache updates
- Fix tests
- clean up
- Fix tests
- Make sure background task to update cache always run
- Expose ForceExpandedCompletionIndexCreation option to O#
- Don't use Workspace.CurrentSolution when refreshing cache in background
- Use AsynchronousOperationListener for background workqueues
- Update src/Tools/ExternalAccess/OmniSharp/Completion/OmniSharpCompletionOptions.cs
- Pass ThreadingContext.DisposalToken to workqueue for cache refresh
- Remove namespace imports
- Remove enableRoslynAnalyzers from codespace default settings
- Fix typo in Apply_namespace_matches_folder_preferences
- Remove period at the end to be consistent with other messages
- Fix inconsistency in other languages too
- Refactoring
- Ban incompatible service provider extension methods
- Assert window title before closing
- Remove outdated comment (Remove outdated comment #60275)
- Don't block on clearing the output window on the UI thread when generating a file (Don't block on clearing the output window on the UI thread when generating a file #60281)
- Fix issue with remove-unnecessary-cast and necessary explicit casts.
- Fix work item
- Correct change ObjectCreationExpression to ImplictObjectCreationExpression for SmartBreakline (Correct change ObjectCreationExpression to ImplictObjectCreationExpression for SmartBreakline #60249)
- Option to always use default symbol servers for GTD (Option to always use default symbol servers for GTD #60053)
- pass the listener to the constructor
- Edit the breaking change doc for publishing on docs (Edit the breaking change doc for publishing on docs #60260)
- Update SDK version in docs, etc. (Update SDK version in docs, etc. #60299)
- Fix type parameter scoping for local functions (Fix type parameter scoping for local functions #60098)
- Fix conversion issues in null coalescing operator (Fix conversion issues in null coalescing operator #60202)
- Revert "Fix a typo and an inconsistency"
- Fix XLF files that were manually edited
- Check for reference assembly before deciding which language to show (Check for reference assembly before deciding which language to show #60271)
- Update dependencies from https://github.com/dotnet/arcade build 20220321.2 ([main] Update dependencies from dotnet/arcade #60315)
- Fix issue when multiple different diagnostics share a single fixer
- Add basic TS LSP server (Add basic TS LSP server #59639)
- Fix
- Don't offer convert to switch when an implicit cast is present (Don't offer convert to switch when an implicit cast is present #60224)
- Initialize MEF parts before switching to the UI thread (Initialize MEF parts before switching to the UI thread #60289)
- Add support for CheckedStatement for smart break line (Add support for CheckedStatement for smart break line #60308)
- Allow VS Mac to access a few options and a helper method (Allow VS Mac to access a few options and a helper method #60333)
- [LSP] Don't adjust breakpoints when there are diagnostics in the document ([LSP] Don't adjust breakpoints when there are diagnostics in the document #60334)
- Fix our x86 test execution (Fix our x86 test execution #60323)
- Avoid resizing array builder while get unaliased references (Avoid resizing array builder while get unaliased references #60220)
- Skip CodeDefinitionWindows integration tests
- Fix top-level speculation (Fix top-level speculation #60274)
Even if it might be stale. the completion list would be computed with cached data and cache refresh would be done in background.
Even if it might be stale. the completion list would be computed with cached data and cache refresh would be done in background.
…pletion is triggered
This can be used to tweak test behavior to make it deterministic
…ionOptions.cs Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
Follow up to dotnet#60165 We don't think this is the right default as users probably don't want this unless they have at least 8 cores.
Ban incompatible service provider extension methods
…321.2 (dotnet#60315) [main] Update dependencies from dotnet/arcade
Fix XLF files that were manually edited
* Add basic TS LSP server * Add external access layer for TS * Include text sync handlers * Fix build error * Switch to explicit interface impl * Fix namespaces * Remove testing string
…e/remove-enableRoslynAnalyzers-settings-in-codespace Remove enableRoslynAnalyzers from codespace default settings
* Add support for CheckedStatement * Address feedback * Remove a not needed import
Fix issue when multiple different diagnostics share a single fixer
* Fix our x86 test execution The transition to `dotnet test` seems to have broken our unit tests that depend on executing on an x86 architecture. This fixes that by using the `--arch` argument to the `dotnet test` execution. This was made more general to facilitate our future arm64 work in this area * Disable test failing on x64 * fix the test * Apply suggestions from code review Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com> * Disable test on spanish * Test fixes Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
…0220) This was being resized constantly after opening Orchard Core, allocating about 2 GB. The fact that is being called this many times appears to be another bug that I'm following up on.
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Create solution on the main thread in integration tests
…red-members * upstream/main: (50 commits) Fix top-level speculation (dotnet#60274) Skip CodeDefinitionWindows integration tests Avoid resizing array builder while get unaliased references (dotnet#60220) Fix our x86 test execution (dotnet#60323) [LSP] Don't adjust breakpoints when there are diagnostics in the document (dotnet#60334) Allow VS Mac to access a few options and a helper method (dotnet#60333) Add support for CheckedStatement for smart break line (dotnet#60308) Initialize MEF parts before switching to the UI thread (dotnet#60289) Don't offer convert to switch when an implicit cast is present (dotnet#60224) Fix Add basic TS LSP server (dotnet#59639) Fix issue when multiple different diagnostics share a single fixer Update dependencies from https://github.com/dotnet/arcade build 20220321.2 (dotnet#60315) Check for reference assembly before deciding which language to show (dotnet#60271) Fix XLF files that were manually edited Revert "Fix a typo and an inconsistency" Fix conversion issues in null coalescing operator (dotnet#60202) Fix type parameter scoping for local functions (dotnet#60098) Update SDK version in docs, etc. (dotnet#60299) Edit the breaking change doc for publishing on docs (dotnet#60260) ...
chsienki
approved these changes
Mar 24, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.