Skip to content

Instantly share code, notes, and snippets.

View DavidLudwig's full-sized avatar

David Ludwig DavidLudwig

View GitHub Profile
@stiano
stiano / Roslyn-CodeGeneration-WithDebugging-Tests.cs
Created August 21, 2018 19:29
Debugging Roslyn Generated Code
public class CodeGenTests
{
[NUnit.Framework.Test]
public void ShouldDebugSources()
{
var code =
@"namespace Debuggable
{
public class HelloWorld
{