Skip to content

Instantly share code, notes, and snippets.

@joymon
Created June 3, 2015 02:58
Show Gist options
  • Save joymon/e39fde6cf9cec723174c to your computer and use it in GitHub Desktop.
Save joymon/e39fde6cf9cec723174c to your computer and use it in GitHub Desktop.
private void ShowDiagnostics(ImmutableArray<Diagnostic> diagnostics)
{
foreach (Diagnostic diag in diagnostics)
{
Console.WriteLine(diag);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment