diff --git a/NzbDrone.Core.Test/Framework/CoreTest.cs b/NzbDrone.Core.Test/Framework/CoreTest.cs index bd655aced..7e6a3fd5f 100644 --- a/NzbDrone.Core.Test/Framework/CoreTest.cs +++ b/NzbDrone.Core.Test/Framework/CoreTest.cs @@ -29,7 +29,7 @@ protected FileStream OpenRead(params string[] path) protected string ReadAllText(params string[] path) { - return ReadAllText(Path.Combine(path)); + return File.ReadAllText(Path.Combine(path)); } } diff --git a/NzbDrone.sln.DotSettings b/NzbDrone.sln.DotSettings index ae9ad4e79..0cacce13d 100644 --- a/NzbDrone.sln.DotSettings +++ b/NzbDrone.sln.DotSettings @@ -3,6 +3,7 @@ DO_NOT_SHOW DO_NOT_SHOW DO_NOT_SHOW + ERROR <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb"><ExtraRule Prefix="" Suffix="" Style="AaBb" /></Policy> BOTH_SIDES OUTLINE