NMFCode / NMF

This repository contains the entire code for the .NET Modeling Framework
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

MetaRepository can't resolve multiple namespaces with same interface #47

Closed ChrisH07 closed 5 years ago

ChrisH07 commented 5 years ago

When resolving assemblies, the RegisterAssembly method in MetaRepository will throw an AmbiguousMatchException if multiple metamodels in separate namesapces contain the same interface.

georghinkel commented 5 years ago

Please confirm that the merged PR solved the problem

ChrisH07 commented 5 years ago

Yes, this problem has been resolved.