Closed
Description
- Fix ILBuilder visualization
- Break code for handling a request to FindRefs/GoToBase/GoToImpl out of the editor command handlers for those features.
- Add operator == and != for DocumentUri
- Unify command handler code for 'go to base/impl' and 'find refs'
- Add numeric parameter checks refactoring
- Add Copilot Change Analysis to External Access
- Add direct IVTs to internal projects
- Invoke
dotnet run-api
to obtain virtual project - Do not convert tuple expression with error to a bad expression too early
- Update persistence version
- Add helper for mapping between documents and hierarchy+itemids
- Extensions: nullability analysis for property access
- Add IsNull property to IAsyncToken
- Always log language server PID
- Update MicrosoftVisualStudioExtensibilityTestingVersion
- Fix RS2007 not allowing table borders
- Fix crash with introduce local within a compilation unit
- avoid not needed compilationUnit clone
- Make operator glyph consistent witht eh rest of the members
- Move to the platform's implementation of the BackgroundWorkIndicator service.
- Handle error case: static ref field (No NullReferenceException)
- Fixed crash in
CSharpConvertToRecordRefactoringProvider
- Fix issue where we dropping the 'fixed' keyword.
- initial work to allow copilot to add imports when making recomendations.
- Update Workspace.MSBuild to reference Microsoft.Build.Framework.
- Modify ABWQ.AddWork to take in a ROS instead of an IEnumerable
- Add a test to verify that behavior is expected and bug no longer occurs
- Compare symbols by metadata name when searching for eqivalent symbols in FAR engine
- Revert "fix symbol publishing? (#78671)"
- Revert "Update Microsoft.Build.Tasks.CodeAnalysis.Sdk.csproj (#78681)"
- Use VerifyDiagnostics format to report CompileAndVerify diagnostics
- Fix nullable crash for field keyword in partial property
- Update Microsoft.Build.Tasks.CodeAnalysis.Sdk.csproj
- fix symbol publishing?
- Use SBRP version of M.CA for analyzers in the context of source build
- Hot Reload: Handle document deletes
- Add untriaged label to all new issues
- Extensions: disallow indexers
- StaticLogMessage isn't pooling correctly
- [main] Source code updates from dotnet/dotnet
- Fixing symbol publishing
- Add
Enum.IsDefined
refactoring - Extensions: rename syntax node
- Convert operand of
true
/false
operator invoked as part of&&
/||
operator evaluation - LSP: Fix batch builds for file-based programs and fix
"dotnet.projects.binaryLogPath"
throwing an exception - Support local functions in outline/breadcrumbs
- Fix angle brackets in generics in hover
- Give .NET Framework build task in sdk different identity
- hotfix to fix restore and stop including bin/obj artifacts in directory with loose files
- Track used assemblies of data section string literals
- Ensure we pass unique binlog paths to each BuildHost
- More improvements to source packages
- Rename LSP messages for VisualStudio.Extensibility integration
- Add a reference to the tracking bug for a workaround
- Revert "Update XAML EA to use DocumentUri instead of System.Uri (#78555)"
- Fix embedded language classification inside multi-line string
- Remove localized strings from Collections source package
- Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace
- Fix MoveType to create debuggable documents
- Update dependencies from https://github.com/dotnet/arcade build 20250513.2
- Update XAML EA to use DocumentUri instead of System.Uri
- Add Microsoft.CodeAnalysis.Extensions package
- Unset CompilerType from Csc
- 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.cs
source - 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