diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-03 00:53:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 00:53:05 +0300 |
| commit | c85cb85eeaff168d547ada0f4e066e0591c9a562 (patch) | |
| tree | a0909d0ed9ed9efc1a9c888fa515b85a2eba8af2 /MediaBrowser.Common/Cryptography | |
| parent | 65542c7c98eafdd39a38de10ab5d24952c79d699 (diff) | |
| parent | 2be394089ea5b90873931b6c8d95be69b1d9a543 (diff) | |
Merge pull request #2742 from Bond-009/warn18
Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common
Diffstat (limited to 'MediaBrowser.Common/Cryptography')
| -rw-r--r-- | MediaBrowser.Common/Cryptography/CryptoExtensions.cs (renamed from MediaBrowser.Common/Cryptography/Extensions.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Cryptography/Extensions.cs b/MediaBrowser.Common/Cryptography/CryptoExtensions.cs index 1e32a6d1a..157b0ed10 100644 --- a/MediaBrowser.Common/Cryptography/Extensions.cs +++ b/MediaBrowser.Common/Cryptography/CryptoExtensions.cs @@ -9,7 +9,7 @@ namespace MediaBrowser.Common.Cryptography /// <summary> /// Class containing extension methods for working with Jellyfin cryptography objects. /// </summary> - public static class Extensions + public static class CryptoExtensions { /// <summary> /// Creates a new <see cref="PasswordHash" /> instance. |
