diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-20 14:27:46 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-04-20 14:27:46 +0900 |
| commit | e6ef680775be122c3fcfbe64d4b8d868197b6f5e (patch) | |
| tree | 4bd3fe6799de8cd6e582d1e5857e78a423e4ef31 /MediaBrowser.Common/Extensions/BaseExtensions.cs | |
| parent | cb2523e2efb3c91862e035c1ce969e6d069775cd (diff) | |
add code suggestions
Diffstat (limited to 'MediaBrowser.Common/Extensions/BaseExtensions.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/BaseExtensions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/BaseExtensions.cs b/MediaBrowser.Common/Extensions/BaseExtensions.cs index bc002e523..08964420e 100644 --- a/MediaBrowser.Common/Extensions/BaseExtensions.cs +++ b/MediaBrowser.Common/Extensions/BaseExtensions.cs @@ -35,6 +35,7 @@ namespace MediaBrowser.Common.Extensions { return new Guid(provider.ComputeHash(Encoding.Unicode.GetBytes(str))); } + #pragma warning restore CA5351 } } |
