From d8431f9d0752ad2c2686808e3e44d8001a5ea982 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 13 Jun 2022 16:46:57 +0200 Subject: [PATCH 1/2] Update blog to notice side effects --- _posts/2022-03-07-ssdt-dacpac-netcore.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2022-03-07-ssdt-dacpac-netcore.md b/_posts/2022-03-07-ssdt-dacpac-netcore.md index dd6915a..c5d92e1 100644 --- a/_posts/2022-03-07-ssdt-dacpac-netcore.md +++ b/_posts/2022-03-07-ssdt-dacpac-netcore.md @@ -48,4 +48,6 @@ In order to build the project with `dotnet` use: dotnet build /p:NetCoreBuild=true ``` +Please note that using the SDK will no longer allow you to build and publish the Database project through Visual Studio. Please use the command line tools for this purpose. + If you encounter any issues with the SDK, you can post an [issue here](https://github.com/microsoft/DacFX/issues), but keep in mind that this feature is still in preview. From 679ee3517e4f43f6c6ffda0080d3f36cce4ab426 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 13 Jun 2022 16:57:23 +0200 Subject: [PATCH 2/2] Update 2022-03-07-ssdt-dacpac-netcore.md --- _posts/2022-03-07-ssdt-dacpac-netcore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-03-07-ssdt-dacpac-netcore.md b/_posts/2022-03-07-ssdt-dacpac-netcore.md index c5d92e1..a996545 100644 --- a/_posts/2022-03-07-ssdt-dacpac-netcore.md +++ b/_posts/2022-03-07-ssdt-dacpac-netcore.md @@ -48,6 +48,6 @@ In order to build the project with `dotnet` use: dotnet build /p:NetCoreBuild=true ``` -Please note that using the SDK will no longer allow you to build and publish the Database project through Visual Studio. Please use the command line tools for this purpose. +Please note that using the SDK may cause build and publish through Visual Studio to fail. Please use the command line tools for this. In a future update to Visual Studio, this will be fixed. If you encounter any issues with the SDK, you can post an [issue here](https://github.com/microsoft/DacFX/issues), but keep in mind that this feature is still in preview.