Julien Couvreur

Results 152 comments of Julien Couvreur

@AlekseyTs @jjonescz for review. Thanks

Opened corresponding spec PR [https://github.com/dotnet/csharplang/pull/8121](https://github.com/dotnet/csharplang/pull/8121) --- In reply to: [2108098258](https://github.com/dotnet/roslyn/pull/73407#issuecomment-2108098258) [](http://example.com/codeflow?ancestors=2108098258)

Sorry for the delay. We've focused on wrapping up C# 12 bugs. We'll look in a few weeks. Thanks

Here's the roslyn example that prompted this issue: https://github.com/dotnet/roslyn/pull/71134 Having a dummy/unused `IEnumerable` implementation seems superfluous.

I believe this is by-design from current spec. There exists a conversion from `default` to the iteration type `int` and `default` can also be used to invoke `.Add`. Those two...

Some LDM notes: * https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-04-18.md#asynchronous-main

FYI @TyOverby For question above

Added labels per https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md

> So the order of namespace resolution had changed in the latest c# version I don't think that's the case. We've not made such changes. > the language seems to...