Chet Husk

Results 348 issues of Chet Husk

Hello! The MSBuild Performance team is working on an execution mode for MSBuild where it will spawn a [long-lived daemon node](https://github.com/dotnet/msbuild/issues/7315) to handle build requests. This mode would only be...

This tool will fail to run on .net core 3 runtimes, because the default roll-forward config only allows rolling-forward across minor versions. There are a few options here, in order...

F# 5 added support for applicative Computation Expressions via the `and!` syntax, and it should be documented here. Useful Links: * [preview announcement](https://docs.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-50#applicative-computation-expressions) * [Language RFC](https://github.com/fsharp/fslang-design/blob/main/FSharp-5.0/FS-1063-support-letbang-andbang-for-applicative-functors.md) * [Note from Don...

doc-enhancement
up-for-grabs
Pri2
dotnet-fsharp/prod

![image](https://user-images.githubusercontent.com/573979/167015885-09515239-84b8-4718-8df4-4f53fd9b7ca4.png) It's pretty similar for all of the commands, but some only have 3ish newlines, while others have 5ish. Can we reduce this overhead?

bug
Area-Help

Currently flag args are of the form `--flag `. There's a bit of a convention to allow `--flag` or `--no-flag`. It would be nice to support this in the API....

enhancement
Area-Parser and Model Binder

### Description In order to prevent issues like #4062 there should be some sort of simple smoke check of the IL-merged paket.exe in the CI pipleine. It would seemingly only...

### Description I was testing Microsoft.Playwright for browser testing, and found that when I installed the package in my project and restored it with Paket, Paket extracted the package with...

### Description Travis-CI.org is shutting down on June 15th, and Travis-CI.com is wayyyy underprovisioned for free OSS accounts. We probably need to take the time to port this repo to...

The current authentication auth handlers don't add the authenticated identity (if any) to the context User's identities, so they can't really be used in conjunction with the current `requiresAuthentication` handler....

feature request
PR approved

I ran into a situation today with form model binding that was rather interesting. I am using bootstrap custom-switches in an application, and they form-post as the string "on" or...

feature request
help wanted