Aphid icon indicating copy to clipboard operation
Aphid copied to clipboard

Enhance IEnumerable<object> to IEnumerable<T> inference and similar

Open John-Leitch opened this issue 6 years ago • 0 comments

  • [ ] Enhance IEnumerable to IEnumerable<T> inference.
  • [ ] Cover similar scenario, IEnumerable to T[] inference.
  • [ ] Cover similar scenario, List to T[] inference.
  • [ ] Enumerate similar scenarios, prioritize based on frequency.
  • [ ] Explore automation, such as code generation based on heuristic analysis of ctor params.

John-Leitch avatar May 18 '18 06:05 John-Leitch