-
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
Merge main to features/CollectionLiterals #68812
Merged
cston
merged 744 commits into
dotnet:features/CollectionLiterals
from
cston:collections-merge
Jun 28, 2023
Merged
Merge main to features/CollectionLiterals #68812
cston
merged 744 commits into
dotnet:features/CollectionLiterals
from
cston:collections-merge
Jun 28, 2023
Conversation
This file contains 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
…ctorKeywordName Fix 'use primary constructor' with nested types.
Fix 'Use Local Function' fixer in code style layer
Use DelayTimeSpan where applicable
Fixes random test failures involving cancellation of ServiceHub requests.
Update to Nerdbank.Streams 2.9.116
…tools_host Merge internal fork of LSP tools back into Roslyn
* Initial stubs for less allocs * Add type support * Update helpers * remove * Break out type * Fix * Fix * Fix * Fix vb * Update tests * ToString * ReverT * move more cases over to memory * move more cases over to memory * Revert * Revert * renames * Simplify assert * Fix * Rename * Do the work for types as well * Move methods down * Ordering * Simpler pattern * revert * Add docs * Remove another alloc * Shortcircuit common case * Break helper into specific versions for compiler vs ide layers * Use group-by * remove * Use explicit type * make field * Throw unreachable * use explicit type * use explicit type * Don't allow * newline * use 'default' * Be more explicit * REmove assert * Simplify * Simplify * Add assert * Move assert * Move local * Add helper * use constnat * use constnat * Simplify * Fix * Simplify * Update src/Compilers/CSharp/Portable/Symbols/NamespaceOrTypeSymbol.cs * Add assert * Add assert back in * use helper * Use new arity scanning logic * Simplify matching * Update src/Features/LanguageServer/Protocol/Handler/SpellCheck/AbstractSpellCheckingHandler.cs
…ences (dotnet#66515) * fixed CA1854 occurrences c# * fixed CA1854 occurrences VB * VB init with Nothing + fix formatting * Address PR feedback * Update src/Workspaces/Core/Portable/Rename/ConflictEngine/RenamedSpansTracker.cs Co-authored-by: Jan Jones <jan.jones.cz@gmail.com> * remove redundant ifs * Apply suggestions from code review Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com> --------- Co-authored-by: Jan Jones <jan.jones.cz@gmail.com> Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
…P/VSCode Work towards dotnet#68553. This needs a corresponding change in dotnet/vscode-csharp repo. I verified that this change + the corresponding vscode-csharp change enables FSA support in C# DevKit extension in VSCode. Needs couple more Roslyn side fixes as a follow-up: dotnet#68797 and dotnet#68798
Roslyn side changes to enable full solution background analysis in LSP/VSCode
…626.5 (dotnet#68802) [main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23312.2 to 1.0.0-beta.23319.1 (parent: Microsoft.DotNet.Arcade.Sdk)
Should address our side of https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1837883
…lemetryPackageVersion Update VSTelemetry package version
"Fix" LSP semantic token modifiers
dotnet-issue-labeler
bot
added
Area-Infrastructure
untriaged
Issues and PRs which have not yet been triaged by a lead
labels
Jun 28, 2023
@jaredpar Bootstrap failure shows a double write to |
Double write issue is suppressed in practice and tracked by #62372 |
333fred
approved these changes
Jun 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
No description provided.