FSharp.Formatting
FSharp.Formatting copied to clipboard
The 'is project restored' check doesn't work for projects that use nonstandard locations
I'm trying to port the FCS docs over to F#F using the source at dotnet/fsharp, and I can't crack the projects with this tool because the restore check is very convention-based (and the FCS project doesn't put its restore artifacts under /obj/).
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.
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 yes. Or make that failure a warning and let it fail hard later?