mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add code suggestions
This commit is contained in:
parent
cb2523e2ef
commit
e6ef680775
@ -35,6 +35,7 @@ namespace MediaBrowser.Common.Extensions
|
||||
{
|
||||
return new Guid(provider.ComputeHash(Encoding.Unicode.GetBytes(str)));
|
||||
}
|
||||
|
||||
#pragma warning restore CA5351
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,3 @@
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1600
|
||||
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Updates
|
||||
|
Loading…
x
Reference in New Issue
Block a user