adamfoneil / ModelSync

A C# model class and database schema comparison, SQL diff scripting library
MIT License
6 stars 2 forks source link

duplicate table names cause unhandled exception #36

Open adamfoneil opened 1 year ago

adamfoneil commented 1 year ago

I had a class that resolved to table dbo.Item from two distinct C# classes, and it led to unhandled exception here I think.

The tables were separated by namespace, but this didn't separate them by resolved table name.

image