Pinned ·

.NET Running Targets before MTP Test Runs

I've recently been switching some projects from VSTest to Microsoft Testing Platform(MTP) and while it was mostly painless I did have an issue with some of my MSBuild targets that I was using to create dependencies. I'm a big fan of local integration testing (black box service te…

Pinned ·

.NET single-entry repos

I've been working seriously in the .NET ecosystem for the first time ever essentially and as always I'm looking to get things into a place where all of my repos are as simple as <buildTool> build, <buildTool> test and <buildTool> publish. On the surface the dotn…

Pinned ·

Blog Setup

The original setup for this blog was extremely straightforward. The entire technology stack is: GoDaddy for purchasing the domain Zola with the Tale-Zola Theme Fastmail for DNS and static hosting Originally I was expecting to have to do the classic "S3 bucket serving static con…