Julien Couvreur

Results 152 comments of Julien Couvreur

@DoctorKrolic We've had some CI issues. Could you merge latest bits from the `main` branch into this PR? (I do `git fetch origin main` then `git merge origin/main` then push...

Thanks @Youssef1313 Closing as duplicate of https://github.com/dotnet/csharplang/issues/2835

@jjonescz @dotnet/roslyn-compiler for second review. Thanks

Nullability attributes do factor in delegate conversion. Below is an example with conversion of lambda to delegate type. So the example in OP seems a bug. FWIW, the logic lives...

@alrz Thanks much for the suggestion. I'd not considered that. I'll give it a try (seems simpler).

@alrz I took a stab at it, but I don't think tweaking the comparison is a good approach after all. It's better for all branches of the DAG that test...

> Curious why we don't think of that as special. I assumed we were using `.Count` from teh highest interface, not _just_ IList. `ICollection` lacks an indexer (it could not...

Clarified offline with @CyrusNajmabadi. Independently of the change in this PR, he's surprised that we don't make the non-negative assumption of well-behavedness for some other well-known BCL `Count` properties such...