JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
10.92k stars 1.04k forks source link

Implement plugin updates with `IPluginUpdates` interface #3151

Closed JustArchi closed 4 months ago

JustArchi commented 4 months ago

Code is done, but untested, I'll make this PR ready for review when I ensure it works as expected.

TODO:

github-actions[bot] commented 4 months ago

Qodana for .NET

7 new problems were found

Inspection name Severity Problems
RoslynAnalyzers Do not catch general exception types ◽️ Notice 6
RoslynAnalyzers Enum Storage should be Int32 ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
Abrynos commented 4 months ago

I like where this is going.