Commit Graph

22 Commits (4aba540b894729c730640f03b2f96c451af2dba0)

Author SHA1 Message Date
Qstick e8b862a380 Remove Non-Failing Rules
2 years ago
Qstick 2b79fe833b Use Contains(char) instead of Contains(string) for performance
2 years ago
Qstick 4db10e6283 Prefer AsSpan to Substring to avoid unnecessary allocation
2 years ago
Qstick e8aff90582 Use span-based string.Concat to avoid unnecessary allocation
2 years ago
Qstick af28bbad52 Use Environment.CurrentManagedThreadId for efficiency
2 years ago
Qstick f928ee7cad Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
2 years ago
Qstick 7521579bca Use Apend(char) instead of Apend(string) for performance
2 years ago
Qstick e805f61450 Use Length/Count property instead of Count() method to prevent enumerating
2 years ago
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
2 years ago
Qstick 738dc2c98c Do not use Enumerable methods on indexable collections
2 years ago
Qstick 0ed8ba828d Avoid unnecessary zero-length array allocations
2 years ago
Qstick b2c2c79a96 Don't compare strings to Empty using Equals
2 years ago
Qstick 08ee2f7e32 Remove unnecessary assignments to default type value
2 years ago
Qstick 42e45f93ac Use const where appropriate
2 years ago
Qstick b4d8f0c311 Enable all analyzers and enforce code style on build
2 years ago
Qstick 08b677ca7d Enforce comment spacing with Stylecop
2 years ago
Qstick 4c0fe62dda Use modern HttpClient
2 years ago
Qstick 1c22a1ec0d StyleCop
2 years ago
Qstick 878d1561aa Build Sonarr on Net6
2 years ago
Taloth Saldono feebb349d5 Linting error.
6 years ago
Taloth Saldono e8161aa9f4 Added specific external updater messages for Apt and Docker.
6 years ago
Taloth Saldono 206ff12b71 Added .editorconfig
8 years ago