-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-InfrastructureuntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion
Description
- Fix dot completion in cases where dots are parsed as a range operator (66822)
- Update 'introducing using' to support using-declaration-statements as well as using-statements (66808)
- Move 'Add Parameter' fixer down to CodeStyle layer. (66836)
- Move 'add anonymous type member' down to CodeStyle layer (66835)
- Fix crash in VB type name simplification (66813)
- Move 'Use local function' down to CodeStyle layer. (66825)
- Merge pull request 66748 from davidwengier/EnableDiagnosticsInRazorTests
- Move fixer down to code-style layer (66780)
- Fix case where the 'default' keyword was not recommended (66821)
- Workaround crash in decompiler (66820)
- Provide smart name suggestions, even when the type of the declaration cannot be bound (66819)
- Expand on the set of patterns 'convert for to foreach' detects (66818)
- Copy all diagnostic info from derived classes when changing severity of a diagnostic (66038)
- Fix 'use auto prop' case that could cause definite assignment errors (66804)
- Enable assert (66816)
- Delete dead code (66815)
- Process host outputs by
GeneratorDriver(66570) - Fix message string in 'remove private members' (66795)
- Support converting any language keyword to see-langword in xml doc comments (66796)
- Produce better names when generating methods with inferred Action/Func type (66791)
- Fix naming issue with 'Convert to full property' (66792)
- Support generating a constructor from a get-only property (66789)
- Cleanup some remaining traits in some tests. (66785)
- Move task list initialization code to BG. (66763)
- Add a comment to CodeFixContext.Options (66783)
- Add a test for FAR on symbol with empty name (66762)
- Tweak LSIF's MSBuild discovery logic (66709)
- Targeting IDE projects to .NET 6 (66655)
- Track status for "roles" feature (66746)
- Discourage non-incremental source generators (66752)
- Support 'make method async' on an unbound 'await' identifier parsed as a variable declaration. (66764)
- Fix codegen for 'use auto prop' with linked files (66760)
- Give a better message in FAR when not invoked in an ok location (66759)
- Fix rename-dashboard to not overreport results in linked-files (66756)
- Avoid searching for any empty identifier in Find All References (66758)
- Fix completion in out-var with variable directly declared after (66755)
- Allow multiple handlers on the same class in ClaSP (66688)
- Update 'Prefer Language/Framework type' to support IntPtr/nint. (66742)
- Update package version (66729)
- Update Project.HasSuccessfullyLoadedAsync logic (66569)
- 17.4 Servicing: Fix null ref in change signature (66606)
- 17.4 servicing: Fix issue where Solution-Explorer symbol nodes collapse after a… (66605)
Metadata
Metadata
Assignees
Labels
Area-InfrastructureuntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion