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
Labels
Application
type found?
#347
While browsing the code we noticed that in
MetadataProviderDiscovery
the enumeration is stopped when a type derived fromApplication
is found. Is this intentional? This seems that a mere change in type name could result in different output of theDiscoverMetadataProviders
method - e.g. if the type deriving from application will be calledZApplication
it will probably show up last in the list of types, so allIXamlMetadataProvider
types will be returned, but if we rename it toAAplication
it will now be discovered early and will be the only thing returned, potentially.The text was updated successfully, but these errors were encountered: