A C# program that tests basic DacFx functionality using the Microsoft.SqlServer.DacFx Nuget package.
- Clone this repo
- Update the DacFx package version in the csproj file
- Set the appropriate fields inside
Program.cs - Optional: comment out unwanted sections of the code
- To build and run the program, run
dotnet run