|
|
@ -40,6 +40,9 @@ namespace ICSharpCode.Decompiler.Tests.Helpers |
|
|
|
|
|
|
|
|
|
|
|
static TestsAssemblyOutput() |
|
|
|
static TestsAssemblyOutput() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
if (!File.Exists("DecompilerTests.config.json")) |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
var builder = new ConfigurationBuilder() |
|
|
|
var builder = new ConfigurationBuilder() |
|
|
|
.AddJsonFile("DecompilerTests.config.json", optional: true, reloadOnChange: false); |
|
|
|
.AddJsonFile("DecompilerTests.config.json", optional: true, reloadOnChange: false); |
|
|
|
|
|
|
|
|
|
|
|