Closed
Description
- Remove ilmerge bypass
- Fix VS xaml lsp shutdown
- Update ICSharpCode.Decompiler to 9.1.0.7988
- Report warning when changing file that is only included in stale projects
- Enable C# classification in most code action test cases
- Disable source index temporarily to unblock signed builds
- Merge branch 'extensions' into 'main'
- Merge branch 'main' into extensions
- Avoid creating identity to obtain public key
- Make partial interface members virtual
- Reapply "Remove dependency on EditorFeatures from codelens layer (#78045)" (#78162)
- Fix MEF composition for Razor
- Remove unused reference
- Reduce allocations in NamespaceSymbol.GetExtensionContainers
- Catch and report when we are unable to make an invisible editor
- Fix missing extension-type symbol handling in VarianceSafety.cs
- Convert SyntaxNode.GetText users to instead retrieve the source text from the document
- Extensions: adjust specialname rules
- Extensions: apply inconsistent accessibility check to static members too
- Extensions: nullability analysis for invocations and method groups
- Set publishing Category
- Properly classify modern extension methods