You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oleksandr-bilyk I think right now it does already do it, if you pass the lambda in the call.
Also, should this work with any delegate type instead? I'm not keen on "Func is better" stuff which is already having few edge cases in overload resolution.
I propose F# implicitly cast F# fun with parameter attributes to C# delegate. It will help to write ASP.NET minimal API in short way
To do the same on F# I must create separate function.
C# looks better for this
The text was updated successfully, but these errors were encountered: