Petr Onderka
Results
27
issues of
Petr Onderka
[§13.9.5 *The foreach statement* of the current draft-v9](https://github.com/dotnet/csharpstandard/blob/4ad7d5b7/standard/statements.md#1395-the-foreach-statement) says that when processing `foreach`, and after not finding a `GetEnumerable` method (in practice, this happens with explicit interface implementation), we do...
Fixes https://github.com/dotnet/roslyn/issues/50719. Note that the added test tests referencing in-memory assemblies from a script. That's not quite the same as testing single-file deployment, but I don't know a reasonable way...
Area-Interactive
Community