Coding
I work for a consulting company, and do open source work in my spare time. Check out my YouTube.
-
Blitzkrieg Software
- United States
-
19:47
(UTC -08:00) - https://www.youtube.com/user/spookdejur1962
- in/stuart-williams-81555a1
Highlights
- Pro
Pinned Loading
-
A handy testing method to serialize ...
A handy testing method to serialize an object as JSON for MSTEST output 1/// <summary>
2/// Helper to output as JSON
3/// </summary>
4public static class TestOutputHelper
5{
-
A handy logger for use in MSTEST to ...
A handy logger for use in MSTEST to provide an ILogger 1/// <summary>
2/// MsTestLogger<typeparamref name="T"/> for ILogger
3/// </summary>
4/// <typeparam name="T"></typeparam>
5public class MsTestLogger<T> : ILogger<T>, IDisposable
-
Test serialization of a DTO (if you ...
Test serialization of a DTO (if you have a REST API, please test it's DTOs) 1// using Microsoft.VisualStudio.TestTools.UnitTesting;
2// using Newtonsoft.Json;
3// using System;
4// using System.Collections.Generic;
5// using System.Linq;
-
BASH Script to use SSL to make a K8s...
BASH Script to use SSL to make a K8s USER Certificate 1#!/bin/bash
2if [ -z "$1" ]; then
3echo "$0 username"
4exit 1
5fi
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.