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
Is your feature request related to a problem? Please describe.
I would like to use Arcus.Scripting.Sql to build up a local database for integration testing. However: recently the default for TrustServerCertificate has flipped from true to false. Arcus.Scripting.Sql does not provide a parameter to control this.
Describe the solution you'd like
An extra parameter that exposes TrustServerCertificate
Describe alternatives you've considered
Setting up certificates 😒
The text was updated successfully, but these errors were encountered:
I'm cloning the repo and installing the powershell tooling as we speak ;)
I've already found the Contributing docs, but if there are other guidelines for a PR, let me know.
I'm cloning the repo and installing the powershell tooling as we speak ;) I've already found the Contributing docs, but if there are other guidelines for a PR, let me know.
That's the most important one, the thing for PR's is that we place everything together (code changes + tests + docs) and not in separate PR's. But that's it.
Ping me or @pim-simons if you experience any trouble and thx a lot! 🤩
Is your feature request related to a problem? Please describe.
I would like to use Arcus.Scripting.Sql to build up a local database for integration testing. However: recently the default for
TrustServerCertificate
has flipped from true to false. Arcus.Scripting.Sql does not provide a parameter to control this.Describe the solution you'd like
An extra parameter that exposes
TrustServerCertificate
Describe alternatives you've considered
Setting up certificates 😒
The text was updated successfully, but these errors were encountered: