-
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
- File-based program directive diagnostics in editor
- [main] Source code updates from dotnet/dotnet
- Fixup quick info for suppressed nullable operations.
- Remove most remaining workspace changed on UI thread
- Remove unnecessary feed
- Rename Razor source generated documents in all scenarios, and map edits
- Use Append overload for repeating chars
- Remove UI thread use of UIContext
- Reduce allocations in CSharpVirtualCharService.TryConvertStringToVirtualChars
- Update Microsoft.ILVerification
- Add reference assemblies dir parameter
- Produce a better return type when trying to return an anonymous type in an async method
- Refine Caching example
- Don't use a pool in SemanticTokensHelper.ComputeTokens
- Fix issue with source generator diagnostics not refreshing on save in…
- Use modern extension
- Fix formatting of CDATA sections in quick info
- Generate semantic search ref assemblies package
- Fix Xaml MEF import
- Add diagnostic provider for clients without dynamic registration
- Fix eol handling on the last token in a file when formatting code actions
- Reduce allocations during CommonCompletionItem.Create
- Remove unchecked values from tests
- Nullable extensions: Add assertion to AsMemberOfType and handle failures
- Add metadata documents to the MAS workspace upfront
- Avoid adding dependency on System.Threading.Channels to InteractiveHost
- Update debugger contracts to 18.0.0-beta.25353.1
- 'use explicit type' should not be offered when anonymous types are involved
- Include comments written above local variables when getting quick info for them.
- Modify LSP folding ranges to account for AutoCollapse
- Have 'use explicit type' add usings as necessary to minimally qualify the type
- SemanticSearchService refactoring
- Fix creating skeleton cross-language references
- Remove obsolete API the project system was using
- Get rid of an unnecessary image list load
- Mark SyntaxTokenParser as non-experimental
- Fix issue where we weren't properly adding elastic trivia to newly generated members
- Further simplification of common test patterns.
- Add back in helpers that were removed in #79559
- Fix main build break AGAIN
- Projects to deploy
- Fix main build break
- Properly handle optional arguments when converting a local function to a method.
- Also downgrade System.Numerics.Vectors for VS
- Fix location of 'partial' modifier when generating new partial members
- Fix issue with 'use explicit type' and nullable tuples
- Add Enum static extensions
- Fix name qualification when moving a using alias outside of a file scoped namespace
- Remove lots of duplication in our test harness.
- Fix out of bounds when creating structure guides for types without bodies
- Convert ValueTaskFactory methods to static extensions
- Get rid of legacy test methods.
- Add Version.Details.props
- Cleanup split between lexer and sliding-text-window
- Extensions: address or split remaining open issues directly associated with test plan
- Improve compiler server/client logging
- Allow add using to work on Razor generated documents
- Simplify ancestor checks
- Update Basic.Reference.Assemblies
- Downgrade System.Memory to make VS happy
- Fix 'this' keyword not being recomended where allowed
- Prevent auth issue in PR val builds
- Allow captured primary constructor parameters to be still used in base-list
- Fix 'switch' keyword recomendations after an expression
- Do not do full cleanup when we are formatting a new document
- Fix escaping of enum members in completion
- Suggest proper 'Async'-suffixed name for Task-returning symbols
- Reenable analyzer that was disabled when we moved to .Net 10 Preview 5
- Make attachdebugger flag work on non-Windows
- Update VMR orchestrator property
- Extensions: add test for function type scenario
- [main] Update dependencies from dotnet/arcade
- Fix exception when requesting additional file diagnostics
- Remove asynchrony from service registration
- Don't mark special compiler synthesized members as obsolete
- Fix name declaration completion in primary constructor parameters
- Extensions: fix issue with GetParameterOrExtensionParameter
- Generate complogs on build failure
- Use globs in .projitems for source packages
- Do not place SuppressMessage attributes on an extension block
- Ignore all targets of MS.CA.Threading.Package in rebuild
- Find add-using results in SG docs
- Do not remove usings/imports in code-cleanup when file has syntax errors
- Allow Razor to create a formatting options, and send them to OOP
- Correctly change return type of partial method definition part when making method async
- Move RoslynParallel and ProducerConsumer to threading source package
- Update System.Memory to prevent bootstrap failure
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