-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to .NET Standard 2.0 #36
base: master
Are you sure you want to change the base?
Conversation
…nnot be overwritten
…d XUnit 2. Rhino.Mocks replaced by NSubstitute.
…to solve test failures on .NET Core
…rocess in obscure way
A working |
System.Data.SqlClient 4.7.0 preview now has a working SqlCommandSet implementation, which means that except for the DSL logic all functionality is available for .NET Core. |
Is this .Net core support to be released sometime this year? WE are having 40+ ETL packages that are using rhino ETl & Rhino ServiceBus. I would like to try .Net Core update to try to improve performance and multi platform capability. |
I'm not sure it would necessarily be the best to merge this into the main branch, for backwards compatibility purposes, but I think this fork looks great. Is there any chance of getting it up on NuGet independantly? |
Rhino code and tests have been ported to .NET Standard 2. Projects have been ported to the common project system and dependencies on external libraries replaced with NuGet references. Tests have been updated to use xUnit 2.0. Tests also use SQL Server LocalDB instead of SQL Server Express.
The following features are not available for the .NET Standard 2 platform:
A new
Rhino.Etl.Infrastructure.ConnectionProvider
API has been added to provide a way to define and open connections that does not rely on XML configuration files.