diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-10-16 12:40:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 12:40:20 +0300 |
| commit | 9040ef87dc99462b1e85a5cb347f9ae8428bfa50 (patch) | |
| tree | 24e99d87e7cb73fe7210293d09d5881680d23aff /MediaBrowser.Common/Net/HttpResponseInfo.cs | |
| parent | dd83784da2114bc68302c48aba52c16c9fe1666c (diff) | |
| parent | 9d4ce82ab9e85a89aa2463e051f805113d952ac5 (diff) | |
Merge pull request #1871 from Bond-009/doc
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
Diffstat (limited to 'MediaBrowser.Common/Net/HttpResponseInfo.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpResponseInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpResponseInfo.cs b/MediaBrowser.Common/Net/HttpResponseInfo.cs index d65ce897a..0de034b0e 100644 --- a/MediaBrowser.Common/Net/HttpResponseInfo.cs +++ b/MediaBrowser.Common/Net/HttpResponseInfo.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + using System; using System.IO; using System.Net; @@ -69,6 +71,7 @@ namespace MediaBrowser.Common.Net ContentHeaders = contentHeader; } + /// <inheritdoc /> public void Dispose() { // Only IDisposable for backwards compatibility |
