[Automated] PRs inserted in VS build main-33702.166 #68059
Closed
Description
- Create file based on project path if the file path is null in LSP code action handler (68006)
- Semantic snippets: Add inline statement snippets (67819)
- Scouting queue to move forward with the code flow (68023)
- .editorconfig only shows as dirty with changes (68021)
- Move the SyntaxTree and SemanticModel action based analyzers to respect context.FilterSpan (68014)
- Avoid stack overflow due to deep recursion on long chain of calls. (67913)
- Refactoring: Consistently use
Keyword
helper in C# help service (68015) - Use optimized hash creation methods on .NET 5+ (67999)
- "Where" clause typo fix (68002)
- EnC refactoring: Align wrappers with contracts better (67967)
- Include EA.RazorCompiler in source build (67996)
- EnC refactoring: ProjectBaseline, ProjectDiagnostics, PendingUpdate (67941)
- Avoid accessing DocData prior to document initialization (67978)
- Avoid retaining memory while waiting for changes (67982)
- Fix CompletionResolve tests (67983)
- Remove ValueTuple workaround (67837)
- Avoid rooting documents for languages that support syntax trees (67960)
- Share common code involved into building dictionaries of members for namespace symbols (67933)
- Do not return file-local type requested by unmangled metadata name (67183)
- Add FilterSpan API to analyzer contexts (67818)
- Call PrimaryDependency getter once in PENamedTypeSymbol.GetUseSiteInfo (67927)
- Incremental Generators documentation fixes (67593)
- Work to unify threading concepts between Workspace and ProjectSystemProjectFactory (part1) (67522)
- Don't provide CodeActionWithDialog if option service or pick member service is null (67951)
- Update configs for 17.7 p1 snap (67964)
- Remove code lens cache to improve results returned (67884)
- Make EnC service a MEF service instead of a workspace service (67896)
- Port EnC telemetry improvements to 17.6 (67752)
- [17.6] Cache source generator node tables only if their state counts match (66992)
- EnC telemetry improvements (67178)
- [17.6] Only send workspace/configuration request when client supports that (67639)