Skip to content

Instantly share code, notes, and snippets.

View samsp-msft's full-sized avatar

Sam Spencer samsp-msft

  • Microsoft
  • Redmond, WA
View GitHub Profile
using Microsoft.Extensions.Options;
using System.Collections.ObjectModel;
using System.Diagnostics.Tracing;
using System.Runtime.CompilerServices;
using System.Text.Json;
using System.Text.Json.Serialization;
public class EventEnumerator : EventListener
{