diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-01-02 10:13:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-02 10:13:57 +0900 |
| commit | fb61a1f882a30e604793cc125fc5f3da5276547d (patch) | |
| tree | 01be2fe9b9bba2be167ea5678b1cdd9df6b00b82 /Emby.Naming/Video/CleanStringResult.cs | |
| parent | d3bce6e3805c34e5a1ca301ab234459a02cc6445 (diff) | |
| parent | 5c9e849b85f92f542cd23022b9bbcda209111d09 (diff) | |
Merge pull request #2150 from Bond-009/releaseerror
Enable TreatWarningsAsErrors for some projects
Diffstat (limited to 'Emby.Naming/Video/CleanStringResult.cs')
| -rw-r--r-- | Emby.Naming/Video/CleanStringResult.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Naming/Video/CleanStringResult.cs b/Emby.Naming/Video/CleanStringResult.cs index b3bc59712..786fe9e02 100644 --- a/Emby.Naming/Video/CleanStringResult.cs +++ b/Emby.Naming/Video/CleanStringResult.cs @@ -1,3 +1,6 @@ +#pragma warning disable CS1591 +#pragma warning disable SA1600 + namespace Emby.Naming.Video { public class CleanStringResult @@ -7,6 +10,7 @@ namespace Emby.Naming.Video /// </summary> /// <value>The name.</value> public string Name { get; set; } + /// <summary> /// Gets or sets a value indicating whether this instance has changed. /// </summary> |
