Tom Wilson

Results 2 issues of Tom Wilson

Followed instructions on How To Start page exactly and when I run: `dotnet fake build -t run` I get the following error: `Could not execute because the specified command or...

I'm using the requireHeader pipeline helper in Program.fs in the following way: ``` let headerPipe = pipeline { plug (requireHeader apiKeyName apiKeyValue) // where apiKeyName and apiKeyValue are retrieved from...