Beispiel #1
0
        public void SetupContainer()
        {
            var currentPath = Path.GetDirectoryName(SandboxHelper.GetAssemblyLocation(typeof(StartupTest).Assembly));

            currentPath = Path.Combine(currentPath, "Sandbox");
            WorkerConfiguration.SetConfiguration(currentPath, Guid.NewGuid());
        }