Minimal API F# RouteValue is Null #38906
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
Milestone
Mapping a route with a route value in F# fails to bind the value when using a named function instead of a anonymous function. I'm not sure if this is an ASP.NET or F# issue (or maybe just a consequence of how F# works with the delegate param).
dotnet new web -lang F#
dotnet run
The text was updated successfully, but these errors were encountered: