Record list-patterns and newlines in interpolations as done#58250
Record list-patterns and newlines in interpolations as done#58250
Conversation
docs/Language Feature Status.md
Outdated
| | [List patterns](https://github.com/dotnet/csharplang/issues/3435) | [list-patterns](https://github.com/dotnet/roslyn/tree/features/list-patterns) | [Merged in 17.1p1](https://github.com/dotnet/roslyn/issues/51289) | [alrz](https://github.com/alrz) | [jcouv](https://github.com/jcouv), [333fred](https://github.com/333fred) | [333fred](https://github.com/333fred) | | ||
| | [Newlines in interpolations](https://github.com/dotnet/csharplang/issues/4935) | main | [Merged in 17.1p1](https://github.com/dotnet/roslyn/issues/57154) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | [jcouv](https://github.com/jcouv), TBD | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | |
There was a problem hiding this comment.
I think 17.1p1 is correct based on the label on the PR: #56853
There was a problem hiding this comment.
I wouldn't ask if p1 hasn't been already released.
There was a problem hiding this comment.
@alrz I don't have a way to verify directly (I have 17.1p3 installed...) so I'm inferring from different sources of information. From email notifications I see that the snap for 17.1p1 occurred on Oct 25th before 9pm (was planned after 4pm). The PR for newlines in interpolations was merged on Oct 25th at 1pm.
If you're saying you've tried 17.1p1 and the feature was not there, then I'll change the notes to 17.1p2 just to be safe.
Tagging @CyrusNajmabadi in case he knows something about which preview this went in.
There was a problem hiding this comment.
You're right, newlines in interpolations is available in 17.1p1. But list patterns are not (unlike what the current iteration says).
There was a problem hiding this comment.
Corrected list-patterns. Thanks!
…rations * upstream/main: (87 commits) Add support for nullable analysis in interpolated string handler constructors (dotnet#57780) Record list-patterns and newlines in interpolations as done (dotnet#58250) Swithc to acquiring the component model on a BG thread. Fix failure to propagate cancellation token [main] Update dependencies from dotnet/arcade (dotnet#58327) Change PROTOTYPE to issue reference (dotnet#58336) Resolve PROTOTYPE comments in param null checking (dotnet#58324) Address various minor param-nullchecking issues (dotnet#58321) Nullable enable GetTypeByMetadataName (dotnet#58317) Support CodeClass2.Parts returning parts in source generated files Allow the FileCodeModel.Parent to be null Ensure the CodeModel tests are using VisualStudioWorkspaceImpl Fix the bad words in TestDeepAlternation Fix regression in Equals/GetHashCode of LambdaSymbol. (dotnet#58247) Support "Enable nullable reference types" from disable keyword Support "Enable nullable reference types" from restore keyword Support "Enable nullable reference types" on the entire directive Add comment Remove descriptor Update src/Workspaces/Remote/ServiceHub/Services/SemanticClassification/RemoteSemanticClassificationService.cs ...
No description provided.