Closed poudin68 closed 7 years ago
You can use the prerelease 6.0 version with core 1.0/2.0
On Jul 17, 2017, at 6:41 PM, tancndi notifications@github.com<mailto:notifications@github.com> wrote:
I created a .NET Core Web API and when i install insight from nuget i have the following issue :
Installing Insight.Database.Core 5.2.10. Package Insight.Database.Core 5.2.10 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Insight.Database.Core 5.2.10 supports:
I tried that for Insight.Database.Core and Insight.Database and both gave me the same issue. Is there a version compatible with .netcoreapp1.0 so far or not ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jonwagner/Insight.Database/issues/326, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABk3dCYwWEvNXPw_3axdtoiFXanuRCyNks5sO-LkgaJpZM4OaoHc.
When can we have the official release 6.0 version ? We are actually using Insight.Database in a lot of our .Net framework project and are migrating them to .Net core. and we are wondering if we should wait for the release or keep working with .net framework.
I'm mostly waiting for either someone to do significant testing with core 1, or for core 2 to be released.
If you get your app and tests to run, we can do an official 6.0 build.
On Jul 18, 2017, at 12:23 PM, tancndi notifications@github.com<mailto:notifications@github.com> wrote:
When can we have the official release 6.0 version ? We are actually using Insight.Database in a lot of our .Net framework project and are migrating them to .Net core. and we are wondering if we should wait for the release or keep working with .net framework.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jonwagner/Insight.Database/issues/326#issuecomment-316118414, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABk3dP2-70Qnl5h0F4oBlfXuABNCIjhiks5sPNv7gaJpZM4OaoHc.
I download the version 6.0.0-alpha2 of the project to build the dlls but i have some errors on visual studio
Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0'
I'm i using the bad version of .netCore ? Or is there a way to have the dlls without building the whole project from visual studio ?
CachedDbDataReader.cs
after the directive #if !NO_FULL_SYSTEM_DATA_IMPLEMENTATION
: the class try to override a method that is not defined.DataTable
does not work with .netcore 1.0 but implemented that in the project. but is there some settings to make it work in .netcore ?You should be able to use the alpha2 packages in nuget.
https://www.nuget.org/packages/Insight.Database/6.0.0-alpha2 https://www.nuget.org/packages/Insight.Database.Core/6.0.0-alpha2
If you want to build the code, you will need to install .NET Core 2 Preview 2.
Thank you. But we finally get back to .Net framework. But i installed the alpha2 packages from nuget and it worked well for what i needed (the mapping and bulk insert.)
I created a .NET Core Web API and when i install insight from nuget i have the following issue :
I tried that for Insight.Database.Core and Insight.Database and both gave me the same issue. Is there a version compatible with .netcoreapp1.0 so far or not ?