fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 581 forks source link

Refactor of SqlPackage code. #2634

Closed isaacabraham closed 2 years ago

isaacabraham commented 2 years ago

Description

This refactors some of the SqlPackage code both for readability as well as for correctness in terms of using pattern matching and (importantly) safely unwrapping options rather than checks of IsSome and then .Value, which caused a bug with Timeout previously.

yazeedobaid commented 2 years ago

Thanks for the update on the SqlPackage module.