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

Data Sources should support for .NET Standard in addition to Core #36

Open adamfoneil opened 1 year ago

adamfoneil commented 1 year ago

Assembly data sources currently must be Netstandard 2.0, which is too restrictive. ModelSync should support .NET6, and support .NET evolution generally.

image

I believe @usmanasfandiCheetah you are close to having this working already. I think you felt you could have a video demo of this Friday 9/2

adamfoneil commented 1 year ago

@desirablecoder I know you have some work on this as well -- I'm happy to look at multiple solutions