diff --git a/src/Directory.Build.props b/src/Directory.Build.props index cbabf416f..a26dd842a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -30,6 +30,13 @@ false true + + + true + + $(NoWarn);CS1591 diff --git a/src/NzbDrone.Common/OAuth/OAuthRequest.cs b/src/NzbDrone.Common/OAuth/OAuthRequest.cs index cdf7d9e1f..ceb9b9117 100644 --- a/src/NzbDrone.Common/OAuth/OAuthRequest.cs +++ b/src/NzbDrone.Common/OAuth/OAuthRequest.cs @@ -29,7 +29,7 @@ namespace NzbDrone.Common.OAuth public virtual string Version { get; set; } public virtual string SessionHandle { get; set; } - /// + /// public virtual string RequestUrl { get; set; } #if !WINRT diff --git a/src/NzbDrone.Core/Parser/RomanNumerals/RomanNumeral.cs b/src/NzbDrone.Core/Parser/RomanNumerals/RomanNumeral.cs index bec6cb7dc..7837700ec 100644 --- a/src/NzbDrone.Core/Parser/RomanNumerals/RomanNumeral.cs +++ b/src/NzbDrone.Core/Parser/RomanNumerals/RomanNumeral.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Text; namespace NzbDrone.Core.Parser.RomanNumerals @@ -209,7 +209,7 @@ namespace NzbDrone.Core.Parser.RomanNumerals /// Returns the Roman numeral that was passed in as either an Arabic numeral /// or a Roman numeral. /// - /// A representing a Roman Numeral + /// A representing a Roman Numeral public string ToRomanNumeral() { return ToString(); @@ -349,7 +349,7 @@ namespace NzbDrone.Core.Parser.RomanNumerals /// during creation. /// /// - /// A that represents a Roman Numeral. + /// A that represents a Roman Numeral. /// public override string ToString() {