Chet Husk

Results 587 comments of Chet Husk

could you give some more of the FSAC logs (in the "F#" output pane in VSCode) here? We can see the stack trace but none of the stack frames point...

Good investigation @MrLuje! I think we can approach this in a few places: * Do the newline replacement on the message in FSAC * Raise an issue/discussion on dotnet/fsharp for...

> dotnet build returns command success even if the build fails This is surprising to me - we're getting the exit code from MSBuild [here](https://github.com/dotnet/sdk/blob/5433bc4745265d7c16611f2b389b780e834eacc0/src/Cli/dotnet/commands/dotnet-msbuild/MSBuildForwardingApp.cs#L83-L111) and should be flowing that...

Yeah - we have several gaps in navigation/references/etc with regards to separating implementation, declaration, and definition. A lot of this should come down to locating and returning different locations for...

@MelbourneDeveloper can you try setting https://ionide.io/Editors/Code/options.html#fsharpworkspacepath to point specifically at your solution/project that you'd like to load? If you set that, Ionide doesn't try to do any inference to find...

> > @MelbourneDeveloper can you try setting [ionide.io/Editors/Code/options.html#fsharpworkspacepath](https://ionide.io/Editors/Code/options.html#fsharpworkspacepath) to point specifically at your solution/project that you'd like to load? If you set that, Ionide doesn't try to do any inference...

Ours should be under the .NET Core drop-down selection there, IIRC?

There is in my head, but we're not going to use it for a least a few months. It currently installs an extension-local version of the runtime or SDK, and...

Not supporting 6 is a bug, we'll take a look.

There's a lot of overlap here between an already-existing `slnf` (solution filter) feature of MSBuild, but I don't see anything inherently wrong with the "open project + direct dependencies" scenario....