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

ability to define excluded objects in code #15

Closed adamfoneil closed 3 years ago

adamfoneil commented 3 years ago

So that exclusions can be shared in a multi-person team. Otherwise, you have to trust that everyone excludes the same things (for example all the unmodeled AspNet tables). I picture a json file with a special name that has the exclusions. I know I've considered this before, for example #13. Another case that came up recently is #14. I'd like to be able to exclude that FK globally for all repo contributors.

I'd continue to support private exclude lists.

adamfoneil commented 3 years ago

now part of v1.0,52