Closed lucas-mv closed 5 years ago
There was a bug on .NET Core where writing to a .bacpac file would throw an exception, so the origin.xml file would not be written. This is fixed in the latest nuget packages. I think the above code missed the exception since it's not using a try{} catch{} block to log failures in the catch.
I managed to generate a
.dacpac
file programmatically from a model on Ubuntu 18.04 with .NET core 2.2 but the file came without theOrigin.xml
file, am I doing something wrong?My
.csproj
file is the following: