[View Complete Diff of Changes](https://github.com/dotnet/roslyn/compare/f5b6c715a742c56b7cc672e47385508fb4df98cc...d58b58bd915fe9788d6a1892f5f3d723be43454d?w=1) - [Emulate suggestion mode in LSP completion by always soft-select (69327)](https://github.com/dotnet/roslyn/pull/69327) - [Add support for generating the `.. x ? [y] : []` pattern in a collection-expression (69280)](https://github.com/dotnet/roslyn/pull/69280) - [Add a few missing tests (69320)](https://github.com/dotnet/roslyn/pull/69320) - [Fix auto-default behavior when value-assigning a ref field (69283)](https://github.com/dotnet/roslyn/pull/69283) - [Add test to make sure option names won't change (69319)](https://github.com/dotnet/roslyn/pull/69319) - [F1 help for `#if` and `#else` refers to preprocessor symbols, not `if_CSharpKeyword` and `else_CSharpkeyword` (69192)](https://github.com/dotnet/roslyn/pull/69192) - [Collection expressions: use inline array for ReadOnlySpan<T> argument to builder method (69227)](https://github.com/dotnet/roslyn/pull/69227) - [Use "Working Set" instead of "C# Next" for working set section (69302)](https://github.com/dotnet/roslyn/pull/69302) - [set Binskim to look for symbols in symbols server (69311)](https://github.com/dotnet/roslyn/pull/69311) - [Consistently use UICulture instead of Culture (69305)](https://github.com/dotnet/roslyn/pull/69305) - [Enable bootstrapped builds in VS test insertion YAML (69130)](https://github.com/dotnet/roslyn/pull/69130) - [Honor Concord's TruncatedString flag and ensure GetUnderlyingString works for large strings (68969)](https://github.com/dotnet/roslyn/pull/68969) - [Implement LSP debug test commands (69267)](https://github.com/dotnet/roslyn/pull/69267) - [Add analyzer/fixer to update expressions like `Array.Empty<T>()` over to using the `[]` collection expression. (69279)](https://github.com/dotnet/roslyn/pull/69279) - [Dispose workspaces when we're done with them (69299)](https://github.com/dotnet/roslyn/pull/69299) - [Enable Binskim scan in CI builds (69081)](https://github.com/dotnet/roslyn/pull/69081) - [Require `SizeConst` for `UnmanagedType.ByValArray` (68992)](https://github.com/dotnet/roslyn/pull/68992) - [Also downgrade corehost to normal queue to avoid issues in new VS version (69275)](https://github.com/dotnet/roslyn/pull/69275) - [Preserve formatting when converting array-expressions to collection-expressions. (69278)](https://github.com/dotnet/roslyn/pull/69278) - [Check both csc.exe and vbc.exe as filename to exclude (69221)](https://github.com/dotnet/roslyn/pull/69221) - [Avoid array enumerator allocations in SimpleDiagnostic.Equals (69238)](https://github.com/dotnet/roslyn/pull/69238)
View Complete Diff of Changes
.. x ? [y] : []pattern in a collection-expression (69280)#ifand#elserefers to preprocessor symbols, notif_CSharpKeywordandelse_CSharpkeyword(69192)Array.Empty<T>()over to using the[]collection expression. (69279)SizeConstforUnmanagedType.ByValArray(68992)