Modify the code creating models to include model name in the error mesage printed when an attempt to create a duplicate model is detected.
At the moment, the message says "The ModelDefinition instance is not valid. Details: name is not unique.". This is not enough information to identify the problematic model in the situation when multiple models are being created as part of model discovery.
Loosely related to #354.
Modify the code creating models to include model name in the error mesage printed when an attempt to create a duplicate model is detected.
At the moment, the message says "The
ModelDefinitioninstance is not valid. Details:nameis not unique.". This is not enough information to identify the problematic model in the situation when multiple models are being created as part of model discovery.Loosely related to #354.