Josh M
Josh M
### Description Our recent CI builds have been flaky and I'm scratching my head trying to figure out the real issue. Rerunning once or twice usually resolves it, but that...
Per [recommendation](https://github.com/fsprojects/Paket/issues/2840#issuecomment-488618766)
.NET 5 support ends soon so I'd imagine not too many users of this library want to remain compatible with it. I can work on this if there's no objection.
Ionide/FSAC may have issues (performance or otherwise) on very large solutions. In the long term, I hope that can be resolved, but the current workaround is to use VS or...
### Describe the bug After opening a workspace and selecting a solution filter, excluded projects still appear in the solution explorer. ### Steps to reproduce 1. Have a solution with...
I found this note: https://github.com/fsprojects/FsHttp/blob/1682f420c2676b6126b3e13a2be6cdf08b3ce27e/src/FsHttp/Response.fs#L25 Assuming this would be applied to requests as well.
Is there an ideal way of including a key/value input that would allow the user to provide the keys? Basically Dictionary / (string * string) list but that's unsupported in...
``` open System type Example () = inherit Attribute () let attrs : Attribute list = [ Example (); ObsoleteAttribute () ] attrs |> List.filter (fun a -> a :?...
``` type StringPair = string * string let pairs : StringPair list = [ "", "" ] ``` StringPair does appear during mouseover on `pairs` and the line lens shows...
``` [NullReferenceException: Object reference not set to an instance of an object.] Hotcakes.Modules.Core.Admin.Catalog.ProductTypePropertiesEdit.get_ProductPropertyChoiceId() +52 Hotcakes.Modules.Core.Admin.Catalog.ProductTypePropertiesEdit.b__8(ProductPropertyChoice y) +13 System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source, Func`2 predicate) +173 Hotcakes.Modules.Core.Admin.Catalog.ProductTypePropertiesEdit.btnUpdateChoice_Click(Object sender, EventArgs e) +223 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +136...