cr3wdayt5p
cr3wdayt5p
What are the tips, tricks, and hacks for making `FSharp.Data.SqlClient` run on Windows in 2023? In other words: What is smallest working example project for Windows? I have been happily...
Issue created from [fantomas-online](https://fsprojects.github.io/fantomas-tools/#/fantomas/preview) #### Code ```fsharp let statusBarHeight = (window?getComputedStyle document.documentElement)?getPropertyValue "--statusBarHeight" ``` #### Problem description This valid line of Fable code throws: ``` System.Exception: cannot determine if Expr...
The current implementation of EasyAuth on Azure Functions is broken. It is not possible to add `loginParameters` to the configuration for identity providers (except for Microsoft / "azureActiveDirectory"). Controlling the...
The "Core" branding is long gone from the .NET ecosystem. No supported versions of .NET use "Core" anymore (see https://dotnet.microsoft.com/en-us/download/dotnet). I think it is time to drop the `core` part...
**Is your feature request related to a problem? Please describe.** Azure DevOps treat `.dib` extension as binary (see https://github.com/dotnet/interactive/issues/1583) – and they don't intend to change that (see https://github.com/dotnet/interactive/issues/1583#issuecomment-1761511119). **Describe...
We enabled HSTS around 2024-08-29 but now (2024-10-10) it is no longer working. The header is no longer sent. This applies to both the `*.azurewebsites.net` domain and our custom domain....
`Fable.Remoting.AzureFunctions.Worker` requires version `(>= 1.0.0 && < 2.0.0)` of `Microsoft.Azure.Functions.Worker`. But `Microsoft.Azure.Functions.Worker` was updated to `2.0.0` a year ago (2024-11-12). I just tried with the newest `2.51.0` and it appears...