Because of issues with certain libraries the project has to be build as an x86 project.
This makes a barrier to entry as anyone trying to integrate the package has to go through and understand setting up a new solution/project build for x86 instead of Any CPU.
SMO appears to get around this by explicitly including the libraries in the NuGet package.
Because of issues with certain libraries the project has to be build as an x86 project.
This makes a barrier to entry as anyone trying to integrate the package has to go through and understand setting up a new solution/project build for
x86instead ofAny CPU.SMO appears to get around this by explicitly including the libraries in the NuGet package.