levys86

Results 1 issues of levys86

HandlePutConfig() in ConfigManager.cs uses Task.Run() which is a .NET 4.5 wrapper - I replaced the call with Task.Factory.StartNew(() => _putConfiguration(fromFile)); to compile it as .NET 4.0 .NET 4.5 not supported...