You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With paket, you could easily include them into your project and still get our updates when you want (just like Nuget packages), just use them as file-references in the paket.dependencies:
group SourceFiles
source https://nuget.org/api/v2
github fsprojects/SQLProvider src/SQLProvider/Ssdt.Polyfills.fs
github fsprojects/SQLProvider src/SQLProvider/Ssdt.DacpacParser.fs
I don't know if Nuget is supporting direct file references.
The text was updated successfully, but these errors were encountered:
Hi,
@JordanMarr has created dacpac-support to SQLProvider.
The parsing code has been separated to different files so that you can reference them directly, if you'd like to also build a support for dacpac:
https://github.com/fsprojects/SQLProvider/blob/master/src/SQLProvider/Ssdt.Polyfills.fs
https://github.com/fsprojects/SQLProvider/blob/master/src/SQLProvider/Ssdt.DacpacParser.fs
With paket, you could easily include them into your project and still get our updates when you want (just like Nuget packages), just use them as file-references in the paket.dependencies:
I don't know if Nuget is supporting direct file references.
The text was updated successfully, but these errors were encountered: