-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Opt in MS.CA.LS.Protocol into using optprof training data (76768)
- Remove workaround for old version of SRM. (76826)
- Record completion of "Simple lambda parameters with modifiers" feature (76884)
- Enc logging (76042)
- Add feature status of Partial Events and Constructors (76879)
- Reduce work in ConversionsBase.AddUserDefinedConversionsToExplicitCandidateSet (76835)
- Update formatOnType handler to support formatting on NewLine (76876)
- Fix new document formatting (76736)
- Revert "Change PR Val builds to be unsigned (#76358)" (76866)
- Ensure we deploy the build hosts in Roslyn.VisualStudio.Setup (76747)
- Initial work to collapse comments at the end of a block (76865)
- Push diagnostic suppression filtering flag to feature levels (76849)
- Use Assert.Empty (76862)
- Use existing property over linq operator (76853)
- Remove helper extension in diagnostics (76850)
- Support organizing imports as part of LSP document formatting (76806)
- [main] Update dependencies to ensure coherency (76754)
- Use BaseOS instead of TargetRid when its available (76838)
- Improve collapsing of members followed by pp directives (76837)
- Load razor assembly directly: (76808)
- Change helix logging (76828)
- Special case inlining a collection expr into a spreaded element (76823)
- Do not offer to simplify interpolations when using formattable strings (76830)
- Move all the MSBuild Workspace projects under a single folder. (76831)
- Add support for outlining switch expressions (76827)
- Do no offer to make fields readonly if they are a struct and are written to through an indexer (76825)
- Do not offer to inline a decl into a switch arm when it is referenced outside of it. (76822)
- Fix gen-method generating into top level. (76821)
- Fix 'invert if' refactor to properly enclose #region/#endregion blocks (74145)
- Escape Creator Helix argument (76796)
- Use pattern matching for symbols. (76805)
- Do not offer use-conditional when it would cause name collisions (76807)
- Remove unnecessary cast in one conditional expression branch, based on the other branch and outer conversion. (76798)
- Convert a return value to return type even if it has errors (76699)
- Remove skip attributes from some MSBuildWorkspace tests (76802)
- Add EmbeddedAttribute API for source generators (76583)
- Fix formatting when doing a 'fix all' with 'use auto prop' (76791)
- Initialize naming style preferences when language is added to workspace (76795)
- Support target type completion tags in object creation contexts (76786)
- Fix 'use conditional expression' where it was causing a null-ref warning. (76792)
- Make IServiceBrokerProvider available in all layers (76767)
- Keep comments on an 'else' keyword when converting to conditional expressions. (76789)
- VB: Don't capture conditional access receiver into a temp local during lowering. (76712)
- Update regex parsing to latest .Net core parsing (and diagnostic messages). (76269)
- Forbid pointer types as instance fields in records (76588)
- [main] Update dependencies from dotnet/arcade (76774)
- Move impl of ILspWorkpace to EditorTestWorkspace/LspTestWorkspace (76753)
- Field-backed properties: report diagnostic for variable named field declared in accessor (76671)
- Update 'use nameof instead of typeof' to support generic types (76780)
- Add feature to convert from an explicitly typed lambda to an implicitly typed one. (76770)
- Support modifiers with simple lambda parameters. (75400)
- Test layering fixes (76749)
- Bump Razor bits in C# extension (76755)
- Remove explicit recursion in the json detection analyzer (76764)
- Fixup 'add import on paste' to respect import ordering and grouping (76761)
- Push cancellation earlier in processing in Brace Completion (76759)
- Mark feature as complete: data section string literals (76760)
- Add spec for the data section string literals feature (76139)
- Emit opted-in string literals into data section as UTF8 (76036)