-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Suggestion] [PR] Implement .NET Core support. #17
Comments
@bmarinov Sorry to keep you waiting. Been busy. Will respond tomorrow with thoughts... |
@SqlQuantumLeap no worries i've been swimming with work the last couple of days myself, so I can relate. If you want I can push some code so you can see how the end result would look like. Im mostly worried that the classic / Windows version will increase in size since we won't necessarily be relying on the SQL Client dependencies in the GAC. Maybe im wrong tho. |
@bmarinov Hello again. Some thoughts:
|
Actually, should I check in a couple of powershell scripts or the publish profiles so you have an easier time figuring out what im rambling about? 🔨 Cheers! |
I wanted to start a discussion on the viability of a .NET Core version.
Earlier this week I posted a draft PR (#16) and from the looks of it its working fine. We did a couple of tests on our build agents and noticed no issues. At the same time our migration scripts are all generated by EF Core so we dont do anything too complex or weird there.
Maybe the best way forward would be to leave both console application projects in the solution and move all functionality to a Netstandard library. That way we will keep the classic framework application for Windows/Legacy projects and the .NET Core one for Linux (and Windows).
Let me know what you think :) if you like the idea I'll go ahead and push the changes adding the library to the solution.
Kind regards!
The text was updated successfully, but these errors were encountered: