Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support .net standard transactional pocos. #14

Open
AceHack opened this issue Feb 11, 2019 · 2 comments
Open

Please support .net standard transactional pocos. #14

AceHack opened this issue Feb 11, 2019 · 2 comments

Comments

@AceHack
Copy link

AceHack commented Feb 11, 2019

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

@AceHack AceHack changed the title Please .net standard transactional pocos. Please support .net standard transactional pocos. Feb 11, 2019
@jbakic
Copy link
Owner

jbakic commented Feb 15, 2019

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.

@stoyanov-x
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants