Add an API test via Reflection or PublicApiGenerator to search for extension methods that conflict with each other, I.E. introduce the possibility of a compile-time "ambiguous method call" error. Heck, maybe there's a NuGet package out there that already does this.
Refer to #1153 for context.
Add an API test via
ReflectionorPublicApiGeneratorto search for extension methods that conflict with each other, I.E. introduce the possibility of a compile-time "ambiguous method call" error. Heck, maybe there's a NuGet package out there that already does this.Refer to #1153 for context.