Shielded icon indicating copy to clipboard operation
Shielded copied to clipboard

Please support .net standard transactional pocos.

Open AceHack opened this issue 7 years ago • 2 comments

Either using compile-time code generation or inheriting from base classes (not strictly poco) or Reflection.Emit or something of that nature.

AceHack avatar Feb 11 '19 01:02 AceHack

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.

jbakic avatar Feb 15 '19 13:02 jbakic

This Record implementation uses dotnet-codegen. It might be worth considering it.

stoyanov-x avatar Dec 30 '19 08:12 stoyanov-x