MBWarez Blog
  • Home
  • Github

dotnet

A collection of 4 posts
tooling

Introducing Elephant Projects - Cross-repository refactoring

At my place of work, we maintain a product which has 413 projects (.csproj files) spread over 15 different repositories. Some repositories are big (our SDK), and others are smaller (utilities for single purposes). One of the issues I face with this scale, is that at times we want to
Apr 5, 2021 3 min read
github Featured

Consuming nuget packages from my Github

This is a short guide on how to consume packages from my Github packages feed. The official docs are here. Notes: * How to find your NuGet.Config. * My package feed is located at https://nuget.pkg.github.com/LordMike/index.json. * You must authenticate to this feed with an access
Mar 28, 2021 1 min read
guides

Space Engineers, figuring out the API

This is a short note on how we can develop scripts for use in the game Space Engineers. Background A friend suggested Space Engineers to me, so I bought it and after a while of scavenging, mining and dying - I tried out the Programmable Block. I was in awe
Feb 7, 2017 2 min read
guides

Detecting mismatched objects with Newtonsoft.Json

One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it in my unit tests. It turns out that we relatively easily can work in a "validator" using
Aug 10, 2016 2 min read
Page 1 of 1
MBWarez Blog © 2023
Powered by Ghost