Skip to content

Instantly share code, notes, and snippets.

View nzgeek's full-sized avatar

Jamie Anderson nzgeek

  • Dublin, Ireland
View GitHub Profile
@nzgeek
nzgeek / DebugExtensions.cs
Created September 29, 2015 08:53
Debug helper extensions for Roslyn code analyzers
using System.Diagnostics;
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace MyCodeAnalysis
{
/// <summary>
/// Extension methods that help with debugging.
/// </summary>