-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Namespace which ends with Internal shall be reflected #17
Comments
A feature request shall be opened in JCOReflector project. |
Testing evolution with latest JCOReflector raised a new problem; an internal exception within the engine is not reported even if NuReflector sets:
|
The latest version reports an incorrect Exception, the internal Exception becomes an ArgumentNullException. Anyway the engine becomes unusable: seems the problem is related to the throw clause moved within the catch which avoids to call the EndOperation handler and consequently does not cleanup the internal state. |
Version 1.9.2 of JCOReflector has a new issue: if an assembly contains classes which does not have a Namespace it raises a |
* #17: added Internal namespace in reflection * #16: added license in package * Try to update console reporting for a better output quality * Extract dependencies in the same root folder of top-level package * Extract items in any case * #17: updates with JCOReflector 1.9.2 * #93: save assembly anyway * Avoid help in GitHub actions * Updates for duplicated files in folder * #17 (comment): solved * #16 (comment) * Extract load information * Write full exception log
Describe the bug
The core engine does not reflect namespaces which ends with
Internal
string. Some packages use this kind of namespace to identify public classes which are not part of the public API.Expected behavior
Reflect this classes
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: