Closed hburn7 closed 1 month ago
Closes #486
Removes unintended disposal of HttpClient (registered via a singleton, should be reused) which occurs inside of OsuClient (a scoped service).
HttpClient
OsuClient
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Closes #486
Removes unintended disposal of
HttpClient
(registered via a singleton, should be reused) which occurs inside ofOsuClient
(a scoped service).