kerams

Results 65 issues of kerams

More tests would be handy

Tutorial, etc.

### Description Some packages use nonstandard (?) monikers in nuspec. AWSSDK.Core includes ``, while Paket supposedly expects `net8.0`. ### Repro steps - Create a net8.0 project - paket add AWSSDK.Core...

Pressing F12 on the new case testers takes you to the case definition, which is fantastic. However, case testers don't count as a reference/usage of a DU case. I think...

Feature Request
Area-LangService-FindAllReferences

**Repro steps** 1. Create an empty C# ASP.NET application 2. Create an empty F# ASP.NET application 3. Put `true` into both project files 4. `dotnet publish -c Release --self-contained` each...

Bug
Impact-Medium

**Is your feature request related to a problem? Please describe.** F# assemblies in a trimmed application contain signature and optimization data. **Describe the solution you'd like** These resources serve no...

Feature Request
Area-AOT

### Description Consider a simple div with 2 elements ```fsharp let f () = div [ Class "gg" ] [ div [] [] span [] [] ] ``` which compiles...

### Description ```.\src\Client\fable_modules\Fable.React.9.3.0\Fable.React.Props.fs(43,5): (43,12) error FABLE: Cannot test erased union cases``` This is because the bundled FCS contains https://github.com/dotnet/fsharp/pull/16341, and Fable tries to create case tester functions for every case....

**Describe the bug** The [docs](https://developers.eventstore.com/clients/grpc/subscribing-to-streams/#dropped-subscriptions) don't describe resubscribing after dropped subscriptions in detail, so I came up with my own solution (for simplicity's sake I'm glossing over checkpoints here): ```csharp...

investigate

### Is your feature request related to a problem? Please describe. Stripe.net's assembly size is around 1.2MB with the version I am referencing. Since I only use a small portion...

future
feature-request