-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Windows 10 uwp support #17
Comments
project.json should contain this:
However, one thing which will not yet work is AppDomain to load assemblies. I need to refactor that completely to use IOC on that code. See latest code from this project which contains an example UAP app. If this version is fine, I can also create a NuGet version 1.0.1 |
Yes, an updated NuGet package would be nice. |
Version 1.0.1 has been pushed to NuGet, please test. |
I tested with EFCore and everythings seem to work great. |
OK, can you also test the new 1.0.2 NuGet ? |
1.0.2. works fine for me too. |
Thanks. I will close issue. |
I would like to use this nice library in a Windows 10 uwp app. I was not able to compile the class DynamicClassFactory. It seems that the framework uap10.0 lacks support for the classes in System.Reflection.Emit like ModuleBuilder, TypeBuilder to create types at run-time. Any thought on this ? Thank you.
The text was updated successfully, but these errors were encountered: