main
Merge pull request #51456 from JoeRobich/add-customtags-to-codeaction
In progress
Fix global alias cases
Add missing CodeFix and Refactoring provider names
Switch to more modern vb construc
lint
Add VB impl
Add LSP CallHierarchy support (#82865)
Organize VB imports
Include CodeLens on remaining types and members
Clean up CA1805 in Visual Basic from approved lost of files
Fix vb
Add names to providers.
Type safety
Implement convert cast refactorings for nullable value types
Merge remote-tracking branch 'dotnet/main' into rm-cast
make more strongly typed
Fixes
Complete work
Formatting changes from PR feedback
Simplify
Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace (#78466)
EnC: Block additions to MethodImpl table when targeting .NET Framework (#81304)
Rename existing namespace
Fix OnAutoInsert_EnterKey3 failing on Linux
Fix ArgumentNullException in VB Edit and Continue (#83250)
Add embedded classification support for locals passed into an annotated api at a later point
Fixed CA1854: Prefer IDictionary.TryGetValue(TKey, out TValue) occurrences (#66515)
Move findusages service implementations down to features
Remove fallbacks and providers (4) (#74336)
Convert ValueTaskFactory methods to static extensions (#79541)
Fix RS0033 by marking constructors obsolete
Move to syntaxfacts
Support simple using statements
Suppress RS0033 where improperly constructed in test code
Fix up negation
Fix
Working
Make it clearer when 'move declaration' might change semantics
Search related type sections in other documents when doing a document-filtered nav to search
More unification
Ide options (#74053)
Apply CA1822 (Make member static) FixAll in project for IDE layer projects
Delete some old Quick Info code that supported LSIF
Simplify code fixers
Support converting any language keyword to see-langword in xml doc comments
usings
Remove fallbacks (#74041)
Revert "Use immutable types in signature help (#80322)" (#80421)
remove dupe string
Avoid task allocations for GetTextAsync
Move feature-oriented helpers to appropriate location
cleanup based on feedback
Initial work
Port "Split if" refactorings' tests to `Verify[CS|VB]` (#82892)
rename
Move inheritance margin logic to a features service (#83001)
Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2876676
Flesh out
Move BasicFeatures project into Portable directory
Mark APIs as shipped (#48059)
Add Visual Basic implementation and tests for Add Import code refactoring