Shielded
Shielded copied to clipboard
Please support .net standard transactional pocos.
Either using compile-time code generation or inheriting from base classes (not strictly poco) or Reflection.Emit or something of that nature.
Hello there :) This is on my to-do list, but I never got around to it. I'll leave the issue open. The best way seems to try to use Reflection.Emit, to avoid adding Roslyn as a dependency, or separating the ProxyGen into a new NuGet package with the dependency.
This Record implementation uses dotnet-codegen. It might be worth considering it.