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

Add fallback loop for projected app types #468

Merged
merged 2 commits into from
Oct 8, 2020

Conversation

j0shuams
Copy link
Contributor

@j0shuams j0shuams commented Oct 8, 2020

This PR adds back a loop to resolve projected XAML types. The loop only goes if we failed to resolve a type for the given runtime class name via projectionAssemblies. This failure to resolve a type has been causing problems with XAML apps, and this should prevent them from needing to explicitly register projection assemblies.

The related issue: #465

@Scottj1s Scottj1s merged commit 41c9cc7 into master Oct 8, 2020
@Scottj1s Scottj1s deleted the jlarkin/projxaml-assemblies-support branch October 8, 2020 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore fallback to all loaded assemblies in FindTypeByNameCore
3 participants