The ConnectionSettingsBuilder now defines an implicit conversion to ConnectionSettings.
F# doesn’t like implicit operators it seems. I could define an explicit operator myself (http://stackoverflow.com/questions/10719770/is-there-anyway-to-use-c-sharp-implicit-operators-from-f), but would it be terrible to have an explicit Build() method on the builder instead?
I could send a PR.
Regards
@JefClaes