Julien Couvreur
Julien Couvreur
@dotnet/roslyn-compiler for review. Thanks
@dotnet/roslyn-compiler for another review. I updated OP to reflect the new design. In short, we're removing the use of type parameters to parameterize algorithms in patterns "value sets", instead using...
@dotnet/roslyn-compiler for second review. Thanks
@dotnet/roslyn-compiler for second review. Thanks
Took a quick look at how this diagnostic is reported. If the end of the method body is reachable, then we reported. To determine whether it is reachable, we run...
Has someone used the `slnf` for at least a few days to validate there isn't any productivity issues?
Marked as draft to make room in our review queue. Please mark as ready for review and ping when appropriate
Yes, I think this is currently by-design. We have a [csharplang proposal](https://github.com/dotnet/csharplang/issues/7687) to make this work. Note: the current workaround would be to use a lambda `Bar((int x, int y,...
@ashmind If it's tricky to fix, might disabling the completion be a workable mitigation?
Found another one: the inline-arrays spec suggests that inline array types can be initialized from a collection expression, but that's not supported. https://github.com/dotnet/csharplang/blob/main/proposals/csharp-12.0/inline-arrays.md#collection-literals FYI @AlekseyTs @cston