AutoDI icon indicating copy to clipboard operation
AutoDI copied to clipboard

Replace AutoDI.Generator with a source generator

Open Keboo opened this issue 4 years ago • 0 comments

The current implementation requires doing a double compile. This could easily be replaced by going to a source generator.

  • [ ] Should support both nullable reference types enabled/disabled (this is likely handled by default going to source generators)
  • [ ] Should support both C# and VB
  • [ ] Should still work the same as it does today

Keboo avatar Sep 27 '21 19:09 Keboo