mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Use modern HttpClient
Co-Authored-By: ta264 <ta264@users.noreply.github.com> (cherry picked from commit 4c0fe62dda7ba87eec08d628f79e4fae8fdb1a0f)
This commit is contained in:
parent
9bacc78eb1
commit
35651df049
70 changed files with 1296 additions and 1008 deletions
|
@ -5,7 +5,7 @@ root = true
|
|||
# NOTE: Requires **VS2019 16.3** or later
|
||||
|
||||
# Stylecop.ruleset
|
||||
# Description: Rules for Radarr
|
||||
# Description: Rules for Lidarr
|
||||
|
||||
# Code files
|
||||
[*.cs]
|
||||
|
@ -264,7 +264,7 @@ dotnet_diagnostic.CA5392.severity = suggestion
|
|||
dotnet_diagnostic.CA5394.severity = suggestion
|
||||
dotnet_diagnostic.CA5397.severity = suggestion
|
||||
|
||||
dotnet_diagnostic.SYSLIB0014.severity = none
|
||||
dotnet_diagnostic.SYSLIB0006.severity = none
|
||||
|
||||
[*.{js,html,js,hbs,less,css}]
|
||||
charset = utf-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue