[Automated] PRs inserted in VS build main-35611.165
Closed this issue · 0 comments
dotnet-bot commented
- Cache the MEF composition in the Roslyn LSP. (76276)
- Update the Copilot powered Inline Rename UX (76001)
- Support adding package and reference assemblies from an import (76337)
- Disable signing validation for the PR Val pipeline. (76353)
- Remove unnecessary parentheses from spread elements (76348)
- Add tests showing issues no longer repro (76346)
- Allow extract method even when tokens aren't perfectly selected by the user. (76345)
- Do not pull out 'using local decl' variables unnecessarily in extract method. (76343)
- Fix issue with remove unused members and ref-fields (76336)
- Indent expressions when converting to object initializer (76334)
- Fix broken 'convert if to switch' case with recursive analysis (76317)
- Filter out inaccessible attributes when generating default constructors (76329)
- Clarify comment on SystemTextJsonVersion (76338)
- Fix formatting of accessor blocks in 'use block body' (76333)
- Make it clearer when 'move declaration' might change semantics (76331)
- Improve formatting in 'convert anon type to tuple' (76315)
- Clean up extract method tests (76340)
- Generate delegating constructor should make the implicit no-arg constructor explicit to preserve binary and source compat (76330)
- Unify user experience with disparate 'generate constructor' features (76328)
- Update 'sort usings' to always preserve the new-lines that were present in the document (76332)
- Fix issue with nameof(MemberGroup) caused us to consider all members used (76335)
- Add f1 item for global usings (76327)
- Center the symbol being navigated to when navigating through doc-outline (76326)
- Attempt to reuse 'nameof' expressions in attributes when converting from a local function to a method (76325)
- Update add/remove accessibility modifiers for interfaces (76324)
- Preserve comment inside class body when switching to primary constructor (76319)
- Handle trivial case in 'use null propagation' (76321)
- Do not remove parentheses when it would cause a parsing change in a 'when clause' (76320)
- Change value tracking to verify a parameter is used when mapping from that parameter to it's callers (76318)
- Use TotalMilliseconds instead of TimeSpan in delay telemetry (76309)
- Fix issue with vb's "move type" moving more than just the type requested. (76295)
- Fix formatting of an empty statement on the same line as another statement (76311)
- Fix duplicated namespace in the 'move static member' dialog (76314)
- Allow moving static members between different type kinds (76313)
- Update SystemTextJsonVersion (76273)
- Do not format nodes when only changing their namespace name. (76294)
- Fix directive placement when removing nodes using syntax API. (76275)
- Expose inline completion to Razor for cohosting (76293)
- Fix broken strings in Unified Setting page (76289)
- Fix go-to-def on an abstract explicit impl of an interface method (76238)
- Use variable instead of value for parameter completion items (76292)
- Add support for getting debugger data tips through LSP. (76285)
- Enable LSP go to definition on string literals (76291)
- Remove OfferRemoveUnusedReferencesFlag (76286)
- Emit multiple deltas for a project with multiple baselines (76272)
- Fix multiple updates for dynamic file (76281)
- Improve parsing recovery with 'file' keyword (76185)
- Update NuGet-packages.md (76279)
- Update runtime async format to use methodimpl (76105)
- Use named pipes to connect to the BuildHost process. (76259)
- Move off of specialized task methods (76149)
- Update Razor DynamicFile Provider (76050)
- Add "string literals in data section" feature status (76258)
- Codeql suppression in SemanticSearchToolWindowImpl (76271)
- Update filenames in file banners when moving a type to a new file. (76270)
- Add option for LSP-based auto insert (75224)
- avoid ITextSnapshotLine.GetText() (76133)
- fix (76254)
- Fix reproducibility of local builds (76253)
- Report errors processing messages from the build host (76252)
- Skip CSharpWinForms.DeleteControl on 32 bit release (76239)
- Add Color Scheme support for VS 2022 tinted themes. (76233)
- Update FAR and Go to Def to work on indexers (76220)
- Fix NFW thrown when refreshing source generated files (76240)
- Support static members in extract interface (76151)
- Use new championed proposal and test plan for "extensions" feature (76131)
- Fix override implementation with generics and constraints (76223)
- Update find-refs to find references to Dispose in a using-statement (76221)
- Add support for 'find refs' finding references to 'dynamic' (76118)
- Fix equivalence check for nint/IntPtr (76231)
- Enable CA1052 (static holder types should be static) (65830)
- Support implementing protected members in implement interface (76178)
- Do not treat Task.Run methods as 'apparent' for 'use var' (76229)
- Don't place 'async' after 'partial' modifier (76168)
- Support introduce variable at the top level (76218)
- Fix switch indentation for list patterns (75953)