Skip to content

Instantly share code, notes, and snippets.

View Sheepings's full-sized avatar
🎯
Focusing

Sheepings Sheepings

🎯
Focusing
  • UK
View GitHub Profile
@Sheepings
Sheepings / TestExecutionContext.cs
Created December 15, 2019 14:25 — forked from azureskydiver/TestExecutionContext.cs
Execution Context not capturing thread id
using System;
using System.Text;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
public class Test
{
static ExecutionContext _ec;