Parallel linq everywhere

1. Parallel linq
2. remove depth
3. fix #257
This commit is contained in:
bao-qian
2016-08-20 17:08:16 +01:00
parent 1eddae9da6
commit 2e4a1680b9
14 changed files with 259 additions and 261 deletions

View File

@@ -48,7 +48,6 @@ namespace Wox.Infrastructure.Logger
public static void Exception(System.Exception e)
{
#if DEBUG
throw e;
#else
var type = CallerType();
var logger = LogManager.GetLogger(type);