-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion
Description
- Use ProjectReferences in source build
- Clear provider on disposal
- Revert "Ensure the LSP server is loaded after a solution is closed"
- Have RoslynAnalyzers reference shared utilities/extensions from Roslyn layer itself.
- Keep parse options in the result of
SyntaxFactory.Parse*
methods - Precursor to share code with RoslynAnalyzers.
- Remove dead code
- Improve performance of fix all that only changes syntax
- Clean up KeyValuePair polyfills
- Simplify fix all API
- Ensure the LSP server is loaded after a solution is closed
- Merge main
- Automatically apply fixes to copilot changes
- Fix unnecessary dictionary allocations in semantic token classification
- Convert to regular constructor for partial types
- Fix layering of C# formatting options
- Fix layering of semantic model reuse service
- Make option definition more strongly typed
- Fix roslyn test modifiers in semantic tokens
- Remove references to RoslynAnalyzers from Roslyn
- Move more code into VB shared source
- Stack Trace Explorer: Cancel previous navigation on new navigation
- Address feedback from #78648
- Fix restore for 'dotnet run app.cs' in IDE
- Allow Razor to configure source generator execution in tests
- Preserve trailing directives when converting a Program.Main program to top level statements.
- Tweaks to existing "copilot completions" processing code to get it ready for auto-fixing copilot suggestions.
- Cleanup async token pattern in LSP
- Do not offer add parameter on a type that cannot become a parameter
- Extensions: allow extern and disallow in nameof
- Razor assembly redirector
- Revert change to MinVersion in AbstractIntegrationTest
- Cleanup making speculative edits
- Revert "Avoid acquiring the workspace lock on the UI thread if unneeded (#79025)"
- Add refactoring to sort imports
- The LSIF experiment has been abandoned. Removing our code.
- Fix a couple of issues with committing and diagnostic reporting
- Move official build to scout pipeline
- Unify roslyn analyzers on a single version
- Implement the editor's new 'speculative edit' api to allow copilot suggestions to be classified accurately with Roslyn.
- Update 'use null propagation' to understand more patterns
- Pull in shared source for core roslyn capacilities into roslyn-analyzer packages.
- Fix layering of modifier api.
- Avoid acquiring the workspace lock on the UI thread if unneeded
- Move tracking of builds to unit-test solution crawler code
- Update bug template to refer to .NET Lab
- Inline Method Refactoring - Fix bug for field with multiple declarations
- Breaking out refactoring helpers into core api vs service
- Fix DeclarationKind layering
- Fix nullable analysis involving extensions and collection expressions
- Extensions: use specific tracking issues for different areas (second pass)
- Extensions: bind unconditionally of LangVer
- Fix SubText ctor parameter verification.
- Merge main into main-vs-deps
- Support IsActiveDocument in RoslynCodeSearchResult
- Fix locating startup objects
- Second attempt at updating versions
- Delete unused package references
- Expose a couple of things to Razor
- Do not make unnecessarily simplification changes in sync-namespace.
- Expose
IsIterator
as a public API - Add a layer of constraint filtering for 'add import for extension methods' completion.
- Obsolete api
Metadata
Metadata
Assignees
Labels
untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion