-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Extensions: pattern-based constructs
- File based programs IDE support
- Selectively persist the commandline to temporary storage
- Implement PDG.WithProjectsRemoved
- Gracefully handle span mapping failing
- Update GetFirstRelatedDocumentId to not return documents with the same path within the same project
- Update field value for NavBar Integration Tests
- Extensions: analyzer actions
- Document more steps in our C# release process
- Introduce -productBuild and -sourceBuild switches
- Update
AbstractImplementAbstractClassCodeFixProvider.cssource - Add support for FieldRva to EnC delta
- Add VB ref assembly to semantic search
- Use pattern matching
- Cancel running requests when the connection terminates
- Cache extension method import info per project ID
- Fix crash in 'introduce variable' on top-level statements
- Extensions: only count extensions for determining identifier
- Collect data about which code fixes end up making changes that conflict with other code fixes
- Extract helper to make it easier for other features to request copilot analysis
- Fix information logs getting logged as debug in VSCode
- Source package fixes
- Fix test helper message to avoid NRE
- Shorten log category name
- Switch to simple primary constructors for several DI types.
- Switch to non-scouting queue to unblock CI
- Extensions: handle extensions in VB SymbolDisplay
- Don't unnecessarily create a document when only the document state is needed.
- Delay loading of CodeRefactoringProvider's till absolutely needed
- PooledObjects cleanup
- Publish symbols manually to internal feeds for PR validation
- Exclude VS.ExternalAPIs.Roslyn.Package from source-build
- Onboard the GitHub Action based Issue-Labeler
- Use lazy initialization for members in CodeFixService
- Targeted perf changes to CommandLineParser
- Add syntax highlighting of ignored directives
- Fix unexpected conditional state in nullable analysis of conditional access