Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

[Question] Why break after Application type found? #347

Open
MartinZikmund opened this issue Jun 6, 2022 · 2 comments
Open

[Question] Why break after Application type found? #347

MartinZikmund opened this issue Jun 6, 2022 · 2 comments
Labels
question ❔ Further information is requested XamlIslands 🏝️

Comments

@MartinZikmund
Copy link

MartinZikmund commented Jun 6, 2022

While browsing the code we noticed that in MetadataProviderDiscovery the enumeration is stopped when a type derived from Application is found. Is this intentional? This seems that a mere change in type name could result in different output of the DiscoverMetadataProviders method - e.g. if the type deriving from application will be called ZApplication it will probably show up last in the list of types, so all IXamlMetadataProvider types will be returned, but if we rename it to AAplication it will now be discovered early and will be the only thing returned, potentially.

@MartinZikmund MartinZikmund added the question ❔ Further information is requested label Jun 6, 2022
@ghost ghost added the needs triage 🔍 label Jun 6, 2022
@ghost
Copy link

ghost commented Jun 6, 2022

Hello MartinZikmund, thank you for your interest in Win32!

I have automatically added a "needs triage" label to help get things started. Our team will look into the question and answer ASAP. Other community members may also answer the question and provide feedback 🙌

@michael-hawker
Copy link
Member

FYI @marb2000 @ocalvo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question ❔ Further information is requested XamlIslands 🏝️
Projects
None yet
Development

No branches or pull requests

2 participants