Releases: kevinsea/Insight.Database
.Net Core Preview
This is an unofficial preview of Insight built against .Net Core 1.0.1. This build is intended for exploration of .Net Core with Insight. This branch will not be updated because .Net Core 1.2 will restore most of the missing features in .Net.
Known Issues:
-
You must explicitly register the provider at startup. Call:
InsightDbProvider.RegisterProvider(new SqlInsightDbProvider());
-
You will need a local Nuget feed to reference these packages from your .Net Core project. A nuget feed based a local dir can be done via Visual Studio or via the command line
-
Table Value Parameters (passing a table as a stored procedure parameter) is not supported. Passing strings, int, etc to stored procs works fine
-
Only Sql Server is supported
-
Core eliminates the config file, some extension methods that pull connection strings from the config file had to be eliminated.
Notes are getting the Insight solution running on .Net Core:
https://github.com/kevinsea/Insight.Database/wiki/.Net-Core-Notes-and-Links