Martin Strecker
Martin Strecker
If you look at the current language support you will find 145 entries: | RessourceKey | Value | |---|---| | DateHumanize_MultipleDaysAgo | {0} days ago| | DateHumanize_MultipleDaysAgo_Above20 | {0} days...
Minimal repo: ```CS using System; class C { void M() { Action act = null; { var [|capture|] = new object(); act = () => capture.ToString(); } act(); } }...
This would also help to resolve ambiguity problems as in dotnet/roslyn#24022 (See also [this comment](https://github.com/MaStr11/roslyn/blob/b752f84ddebcabb0767f0790a10e48fb00e76e41/src/Features/Core/Portable/AliasAmbiguousType/AbstractAliasAmbiguousTypeCodeFixProvider.cs#L68-L71) in the PR).
The related feature request in roslyn is dotnet/roslyn#15406 and it is in the [backlog](https://github.com/dotnet/roslyn/projects/4#card-1629396).