VContainer icon indicating copy to clipboard operation
VContainer copied to clipboard

Migration from IL code generation to C# Source Generator

Open hadashiA opened this issue 3 years ago • 0 comments

IL generation has the following downsides:

  • Build problems are difficult to investigate, fix and maintain.
    • The IL code itself is understandable.
    • However, it is difficult to understand the Unity build system and the behavior of Mono.Cecil.

If possible I would like to migrate to C# Source Generator. refs: https://docs.unity3d.com/Manual/roslyn-analyzers.html

hadashiA avatar Sep 03 '22 11:09 hadashiA