Daniel Hegner
Daniel Hegner
When learning FsCheck I've found it useful to be able to run a property with Check.Verbose as opposed to Check.One. I see that FsCheckConfig is mapped to a FsCheck.Config but...
In order to catch on to the current dotnet core momentum psake should be installable as a dotnet core local tool. ## Expected Behavior ```powershell dotnet new tool-manifest dotnet tool...
PR with failing test for issue #1671 There are two new tests. * A non-failing test that set a correct configuration for mainline development (master is-mainline=true) * A failing test...
# Issue Title 'dotnet tool restore' does not work correctly when NUGET_PACKAGES (global-packages) is set to an alternative location. ### Description If you set NUGET_PACKAGES to an alternate folder. "D:\cache"...
Optional subsections does not work for .json files ```fsharp type SubSection = { valueA : string } type Settings = { subSection : SubSection option } ``` Reading a json...
When upgrading a project dependent of Giraffe 6.2 to .Net 8, one risks getting an exception in runtime due to unintended upgrade of Microsoft.IO.RecyclableMemoryStream to version 3.0.0 A System.MissingMethodException is...
### Describe the bug Ionide becomes very cranky in the undefined manner if casing of a source file is mismatched with casing in file system. This is probably only a...
When I look at the Microsoft OpenAPI package https://www.fuget.org/packages/Microsoft.OpenApi it doesn't show the section "Used By" but I can see it in other packages. What is it with this package...