Chet Husk

Results 587 comments of Chet Husk

If we want another test case I'd love for [Container Layer upload in SDK Containers](https://github.com/dotnet/sdk/blob/4a01c8d993a8bb425fa40c7e9b94928179d78c7d/src/Containers/Microsoft.NET.Build.Containers/Tasks/CreateNewImage.cs#L193-L228) to prove out the API and Implementation.

One thought I had for that was that the binlog (and even the current console logger) would just display whatever the 'final' result was, some kind of summary event that...

A bit delayed, made a tiny spec here to serve as the basis of discussion: https://gist.github.com/baronfel/c41cf19737532af0c1c07f8bff08a646

Another use case - the [`DownloadFile`](https://github.com/dotnet/arcade/blob/5d8abb43f355edc287d57907967224a0ac5ebb9f/src/Microsoft.DotNet.Arcade.Sdk/src/DownloadFile.cs#L16) Task from Arcade - this downloads hundred+ MB files and can take a while for those of us not near to Redmond.

@knocte that's correct - the CLI parser used by the .NET Runtime (_not_ the SDK) is very simplistic and only accepts flags between `dotnet` and the command to be run.

From a usability perspective, is there any auto complete support for hash directive contents? If so, users could dot-into the expression they want docs for.

Maybe just test the implementation directly with various `Expr`s? I'm not sure there's value in testing that you can call `fsi.h` directly, it's more important that the behavior of the...

Serious question - how much do we have to care about 32-bit _anything_ these days?

In FSAC we've also put this behavior behind a flag for performance purposes: `FSharp.externalAutocomplete`.

Not 100% sure, I'd want to see a binlog of each case and try to identify what's different. Though I fear that if the analysis is Roalyn-analyzer-based, F# simply won't...