Welcome from the Isle of Arran (Page 2)

Writing about .NET, C#, F#, Azure, AWS

Function Monkey Command type MyTypeHandler does not conform to the requirements of the mediator Error

I've lost an hour this morning to what turned out to be a dumb error on my part, so I'm posting this just in case anyone hits this issue in future.

Read more...

Deploying a Wyam site to Netlify with Azure Devops.

Netlify is a great tool for hosting static sites. For free, you can host a site that has a custom domain and HTTPS, and you don't have to worry about scaling it if you hit the front page of Hacker News. For a host of static site generators, Netlify can even generate your site for you. Simply push your code to a source code repository that Netlify supports, and Netlify will pick up the changes, generate, and deploy your site.

Read more...