mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 03:55:01 +01:00
Fix some warnings
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
This commit is contained in:
@@ -11,7 +11,6 @@ namespace MediaBrowser.Common.Net
|
||||
public class HttpResponseInfo : IDisposable
|
||||
{
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1600
|
||||
public HttpResponseInfo()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user