This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using RabbitMQ.Client; | |
using System; | |
using System.Runtime; | |
using System.Threading; | |
using System.Threading.Tasks; | |
internal class Program | |
{ | |
public static void Main(string[] args) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using NUnit.Framework.Interfaces; | |
using NUnit.Framework.Internal; | |
using System.Diagnostics; | |
namespace NUnit.Framework | |
{ | |
public class DebugExplicitAttribute : NUnitAttribute, IApplyToTest | |
{ | |
private readonly string _reason; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fri Apr 20 20:48:12 UTC 2018 |