Chet Husk

Results 597 comments of Chet Husk

Follow-on question - it's always kind of bothered me that a cancelled build is considered `failed` for purposes of coloration/reporting. Do we know the reason why the build failed? Could...

We likely will need to change FSAC to be more aware of the calling client and disable embedding the documentation links for clients that don't support it.

`dotnet format` is shipped in the SDK these days, and I've successfully used it on many projects - I'm leaning towards this is probably not relevant anymore.

There's a similar problem for locating and selecting preview .NET SDKs, as logged in https://github.com/tintoy/msbuild-project-tools-vscode/issues/144. The current logic asks the hostfxr to list SDKs, but the hostfxr call doesn't seem...

We're about to push a new version of Ionide that includes the compiler fixes released in 7.0.3xx SDKs in May, so let's see if this reproduces with that set of...

That's ok, neither of those would have included the fixes I mention. The fixes would have been on our nightly branch, which we don't have a public channel for so...

There's a related part of this - components that want to use the version of MSBuild shipped with the .NET SDK should not actually copy the MSBuild dlls to the...

This looks like we need to update the FSC used in the analyzers SDK to align with the one used by FSAC (which should be 41.0.6).

Does the new file get recognized as part of a project in the Solution Explorer? Test parsing only happens on files that are part of a Project, so if that...

Hi, can you clarify a bit for me? If dotnet supports this platform, what is blocking Ionide?