Skip to content

Instantly share code, notes, and snippets.

View sodablue's full-sized avatar

Steve Sheldon sodablue

  • Minneapolis, MN
View GitHub Profile
using RabbitMQ.Client;
using System;
using System.Runtime;
using System.Threading;
using System.Threading.Tasks;
internal class Program
{
public static void Main(string[] args)
{
using NUnit.Framework.Interfaces;
using NUnit.Framework.Internal;
using System.Diagnostics;
namespace NUnit.Framework
{
public class DebugExplicitAttribute : NUnitAttribute, IApplyToTest
{
private readonly string _reason;
Fri Apr 20 20:48:12 UTC 2018