Christian Steinert
Christian Steinert
Hi, I did not find any contributing policy and this is my first time contributing to this project – I hope it is ok to just open a PR without...
I just happen to pass those by. When I was looking at that type I felt some (even if small) annotations missing, so I added them.
This adds a failure, when `use_router` is called a second time, or `use_router` after `no_router` (or the other way around). This is to avoid confusion: When a second (or more)...
_Originally from here: https://github.com/fsharp/fsharp/issues/827_ When adding constructors to to an F# class the required syntax changes, e.g. is different for the last constructor (for single parameter `.ctor`s). #### Repro steps...
Kestrel supports unix sockets. This change surfaces this support by introducing a new custom operation for specifying unix sockets to listen on.