diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-01-11 02:02:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 02:02:48 +0300 |
| commit | aca4d678a2a6aa46b57837d3a6c1bc9d4c537d7b (patch) | |
| tree | 88f29a76eca6f3f6cdd299ad32beab5c5d36b72a /Emby.Server.Implementations/HttpServer/Security | |
| parent | fa1aeeb18a766fd7b2265dc0352ee100d8377163 (diff) | |
| parent | bb236b95916c7fe0fc04fefbb409686ab289a758 (diff) | |
Merge pull request #2136 from Bond-009/warn12
More warnings (removed)
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/Security')
3 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs index 58421aaf1..03b5b748d 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs @@ -1,4 +1,5 @@ #pragma warning disable CS1591 +#pragma warning disable SA1600 using System; using System.Linq; diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs index 129faeaab..e8884bca0 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs @@ -1,4 +1,5 @@ #pragma warning disable CS1591 +#pragma warning disable SA1600 using System; using System.Collections.Generic; diff --git a/Emby.Server.Implementations/HttpServer/Security/SessionContext.cs b/Emby.Server.Implementations/HttpServer/Security/SessionContext.cs index 166952c64..a6a0f5b03 100644 --- a/Emby.Server.Implementations/HttpServer/Security/SessionContext.cs +++ b/Emby.Server.Implementations/HttpServer/Security/SessionContext.cs @@ -1,4 +1,5 @@ #pragma warning disable CS1591 +#pragma warning disable SA1600 using System; using MediaBrowser.Controller.Entities; |
