Don Syme

Results 1218 comments of Don Syme

I'm not actually sure what the problem was here. Odd. I rebuilt and the docs are there now

Hmmm are you still getting this? Can you share an output of `fsdocs`?

OK I'll take a look. We're just using the standard project cracking logic used by ionide etc (at least I believe we are) - do you have any problem editing...

Small comments - TargetPath should be the output dll from each project, it should be computed automatically by targets etc. Only needs to be set explicitly in pseudo projects -...

It doesn't look possible using the library today. I guess consider adding a `Dyn.exists` or `Dyn.tryGet`? It looks like the engineering in this repo needs updating too!

I guess either change it to only use "build.sh Build" (so no tests run), or use "build.sh RunTests" but somehow disable the tests that need a database. The former if...

It's doing "build RunTests", see https://github.com/fsprojects/FSharp.Linq.ComposableQuery/blob/master/.travis.yml#L15

Yes, please implement IDisposable on IFsiEvaluator, thanks! It helps with running resource-hungry scripts for documentation generation in automated testing.

> Would it be better to just issue the restore command ourselves? in the case of an already-restored project this is a fairly quick action. That may well make sense...

There is now a prototype of the FTP type provider at https://github.com/dsyme/FtpTypeProviderExample. Any takers to take this and incorporate it into FSharp.Management?