ReSharper ignored warnings review

This commit is contained in:
JustArchi
2017-09-21 03:16:42 +02:00
parent c402d88b6f
commit 10ffd242cd
11 changed files with 4 additions and 30 deletions

View File

@@ -37,8 +37,8 @@ namespace ArchiSteamFarm {
internal static class Utilities {
private static readonly Random Random = new Random();
[MethodImpl(MethodImplOptions.AggressiveInlining)]
[SuppressMessage("ReSharper", "UnusedParameter.Global")]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal static void Forget(this object obj) { }
internal static string GetCookieValue(this CookieContainer cookieContainer, string url, string name) {