From 8caab98908a822d0d9feff27c4a2d285979976cf Mon Sep 17 00:00:00 2001 From: Juarez Sampaio Date: Wed, 1 Dec 2021 17:42:23 -0300 Subject: [PATCH] Add link to sample CI for an app with SQLProvider The linked project configures includes CI and a Dockerfile for a sample app that uses SQLProvider. --- docs/content/index.fsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/index.fsx b/docs/content/index.fsx index 55f20a89..5843b397 100644 --- a/docs/content/index.fsx +++ b/docs/content/index.fsx @@ -48,6 +48,8 @@ Oracle is based on the current release (12.1.0.1.2) of the managed ODP.NET drive SQL Server SSDT is based on the current release (160.20216.14) found [here](https://www.nuget.org/packages/Microsoft.SqlServer.Management.SqlParser/). +By adding SQLProvider to your project, you will need a working database connection whenever you build your code. This requires changes to your CI and build procedure. A sample project addressing these problems can be found [here](https://github.com/jzsampaio/sample-sql-provider-ci). +