Heikki Vesterinen

Results 2 issues of Heikki Vesterinen

It is possible to instantiate a user defined exception by giving an interpolated string (without anything interpolated) as a constructor argument without compile-time error although the constructor expects something else....

Bug

@isaacabraham mentioned yesterday in fsharpConf that endpoint routing should be the enabler for Swagger support. After looking at the [EndpointRouting.fs](https://github.com/giraffe-fsharp/Giraffe/blob/release/5.0.0-alpha-001/src/Giraffe/EndpointRouting.fs) I am wondering how Swagger support could possibly work. Based...