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
i got the same compilation error using pipe_through within endpoints router CE
error FS0708: This control construct may only be used if the computation expression builder defines a 'For' method [/Users/admin/Repositories/travix.dotnettemplates/Travix.WebApi.Template.FSharp/content/src/Travix.WebApi.Template.WebService/Travix.WebApi.Template.WebService.fsproj]
letapiPipe=pipeline{
set_header "X-Test""text"}
i think the cause was using this in endpoints (as quoted in docs this doesnt work anymore)
not_found_handler (setStatusCode 404>=> text "Api 404")
i am trying to extend a computation expression to add some custom behaviour, but then i get this error
and here are my extensions
The text was updated successfully, but these errors were encountered: