Skip to content

Instantly share code, notes, and snippets.

@herecydev
Created July 23, 2015 08:27
Show Gist options
  • Save herecydev/66e245e65c5d012913c8 to your computer and use it in GitHub Desktop.
Save herecydev/66e245e65c5d012913c8 to your computer and use it in GitHub Desktop.
namespace ClassLibrary1
{
public class Class1
{
public Class1()
{
var x = new DiagnosticMessage();
}
}
}
"frameworks": {
"dotnet": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-23019",
"xunit.extensibility.execution": "2.1.0-beta3-build3029"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment