adamfoneil / ModelSync.UI

A diff/merge app for C# model classes to SQL Server. Also merges from database to database
https://aosoftware.net/modelsync/
3 stars 0 forks source link

consider extracting AO.Models dependency #16

Open adamfoneil opened 3 years ago

adamfoneil commented 3 years ago

ModelSync uses attributes from AO.Models to infer things like unique constraints, defaults, and so on. It might be a good idea to extract these dependencies into a new extensibility model that makes such dependencies indirect, and allows other "grammars" to be used.

adamfoneil commented 3 years ago

This would be covered by #21

adamfoneil commented 3 years ago

No, this isn't really covered by #21 . This is a different issue