[ Launch: blocks ] b07f3ab78205fd8458186a545f5ada04 by mogauvin[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
[ Launch: test ] 215f0a38f0daccbcfdb7b897a788c73b by mogauvin[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Reflection; | |
// see http://stackoverflow.com/questions/3975741/column-headers-in-csv-using-filehelpers-library/8258420#8258420 | |
// ReSharper disable CheckNamespace | |
namespace FileHelpers | |
// ReSharper restore CheckNamespace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// LINQPad 4 | |
// NUnit 3.4 | |
void Main() | |
{ | |
// change working folder by specifying the -work flag | |
// using either a single or double dash makes no difference | |
new AutoRun().Execute(new[]{"-noheader", @"-work=C:\src\Test\", "--verbose"}); | |
} | |
// Define other methods and classes here |
NewerOlder