-
Notifications
You must be signed in to change notification settings - Fork 86
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
Build classes using reflection to support Nano server #67
Comments
Classes have been built using reflection; just need to perform some tests. |
Initial testing seems good. Need to verify it works on Nano server |
Pending a Nano test |
My approach to using reflection wasn't appreciated by Nano so I am working on another alternative. Maybe by the end of this weekend I'll have a new update. |
Instead of using reflection, I am going to build a dll to support this across all versions as well as Nano server. |
Add-Type doesn't work with Nano so the classes should be built using reflection.
The text was updated successfully, but these errors were encountered: