Commit Graph

26 Commits (develop)

Author SHA1 Message Date
Mark McDowall ad60352bae Ignore CA1825
4 months ago
Bogdan bc374f07ce Use 2 spaces indentation for ts/tsx files
10 months ago
Bogdan 909f2ded6b Standardize variable declaration
12 months ago
Bogdan c6b543e072 Remove unused imports
1 year ago
Qstick e8b862a380 Remove Non-Failing Rules
1 year ago
Qstick 2b79fe833b Use Contains(char) instead of Contains(string) for performance
1 year ago
Qstick 4db10e6283 Prefer AsSpan to Substring to avoid unnecessary allocation
1 year ago
Qstick e8aff90582 Use span-based string.Concat to avoid unnecessary allocation
1 year ago
Qstick af28bbad52 Use Environment.CurrentManagedThreadId for efficiency
1 year ago
Qstick f928ee7cad Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
1 year ago
Qstick 7521579bca Use Apend(char) instead of Apend(string) for performance
1 year ago
Qstick e805f61450 Use Length/Count property instead of Count() method to prevent enumerating
1 year ago
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
1 year ago
Qstick 738dc2c98c Do not use Enumerable methods on indexable collections
1 year ago
Qstick 0ed8ba828d Avoid unnecessary zero-length array allocations
1 year ago
Qstick b2c2c79a96 Don't compare strings to Empty using Equals
1 year ago
Qstick 08ee2f7e32 Remove unnecessary assignments to default type value
1 year ago
Qstick 42e45f93ac Use const where appropriate
1 year ago
Qstick b4d8f0c311 Enable all analyzers and enforce code style on build
1 year ago
Qstick 08b677ca7d Enforce comment spacing with Stylecop
1 year 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.
5 years ago
Taloth Saldono e8161aa9f4 Added specific external updater messages for Apt and Docker.
5 years ago
Taloth Saldono 206ff12b71 Added .editorconfig
8 years ago