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

#132 - fix missing namespaces issue while processing model DLL #153

Merged
merged 4 commits into from
Feb 2, 2019

Conversation

jlokiec
Copy link
Contributor

@jlokiec jlokiec commented Jan 9, 2019

Contributor: Jakub Łokieć, 210259

Namespaces for types that are not visible outside the assembly can now
be obtained.
Dictionary stores types that are already processed to prevent crashes
due to recusrion problems.
@mpostol mpostol self-assigned this Jan 9, 2019
@mpostol mpostol added the bug something is wrong and must be fixed label Jan 9, 2019
@mpostol mpostol added this to the AP - Current work milestone Jan 9, 2019
@mpostol
Copy link
Owner

mpostol commented Jan 9, 2019

Correlated it with #132

Replace var with System.Type in AddToStoredTypes and improve formatting.
@mpostol mpostol self-requested a review January 15, 2019 11:31
@mpostol mpostol merged commit 7a67a63 into mpostol:master Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is wrong and must be fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants