You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the AbstractManifestFinder.GetManifestFilenames can return the same file multiple times. The primary cause of this seems to be related to multiple IManifestFinder instance of the same type being registered more than once. Therefore, the ManifestFinderRegistry should only register an AbstractManifestFinder if it has not already been registered.
The text was updated successfully, but these errors were encountered:
doughertym
changed the title
Prevent duplicate files from being returned GetManifestFilenames
Avoid duplicate files from being returned GetManifestFilenames
May 31, 2023
The current implementation of the
AbstractManifestFinder.GetManifestFilenames
can return the same file multiple times. The primary cause of this seems to be related to multipleIManifestFinder
instance of the same type being registered more than once. Therefore, theManifestFinderRegistry
should only register anAbstractManifestFinder
if it has not already been registered.The text was updated successfully, but these errors were encountered: