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

FindType implementation is inadequate #1387

Closed
MichalStrehovsky opened this issue Jul 24, 2020 · 0 comments
Closed

FindType implementation is inadequate #1387

MichalStrehovsky opened this issue Jul 24, 2020 · 0 comments
Assignees
Labels

Comments

@MichalStrehovsky
Copy link
Member

.NET Native analyzer had a type name parser extracted out of the runtime reflection stack so that we don't end up in a situation where static analysis is not capable to parse a string that runtime can parse.

E.g. we probably fail hard for generic instances (Type.GetType("Foo[Bar]")) should make sure both Foo and Bar are kept).

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

No branches or pull requests

3 participants