Resolved Swagger AmbiguousMatchException: Fixed the AmbiguousMatchException error caused by a conflict between the ImageIds property in base and derived classes during Swagger documentation generation.
Moved the ImageIds property (IList<string>) to the base class (WorkshopDto) to avoid duplication.
Summary of Changes:
ImageIds
property in base and derived classes during Swagger documentation generation.ImageIds
property (IList<string>
) to the base class (WorkshopDto) to avoid duplication.