DataJuggler / DataTier.Net

DataTier.Net is an Entity Framework alternative that makes it simple to create stored procedure powered data tiers.
22 stars 3 forks source link

Update DataTier.Net To Handle Dot Net Core And / Or .Net Framework #5

Closed DataJuggler closed 5 years ago

DataJuggler commented 5 years ago

I think the best way to do this is to add a field to the project table to handle Output Type.

Once I finish issue #4 then I will start on this.

I am going to try and do both tonight, but it might take a couple of days.

DataJuggler commented 5 years ago

I added a new field to the Project table, I code generated the changes with DataTier.Net, and now there is a checkbox for DotNetCore when you create or Edit a Project.

DataTier.Net works exactly the same, the only difference is the Visual Studio Project Updater is not launched to include newly code generated files because in Dot Net Core files are automatically included in a project.