<PackageReference Include="NUnit" Version="3.0.0-beta-4" />

Env

public class Env
Env is a static class that provides some of the features of System.Environment that are not available under all runtimes
public static readonly string DefaultWorkDirectory

Directory used for file output if not specified on commandline.

public static string DocumentFolder

Path to the 'My Documents' folder

public static readonly string NewLine

The newline sequence in the current environment.

public Env()