Skip to content

Instantly share code, notes, and snippets.

@joymon
Created June 3, 2015 02:47
Show Gist options
  • Save joymon/a6fc1b8fa405299c1ca7 to your computer and use it in GitHub Desktop.
Save joymon/a6fc1b8fa405299c1ca7 to your computer and use it in GitHub Desktop.
private string GetSourceCode()
{
return @"
using System;
namespace RoslynCompileSample
{
public class writer
{
public void Write(string message)
{
Console.WriteLine(message);
}
}
}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment