ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Resolve IDE0052 on "unused" keep-alive `LongTimer`s #324

Open Ernest314 opened 2 years ago

Ernest314 commented 2 years ago

One potential way to fix this would be to implement IDisposable, but I'm still undecided as to whether or not that makes sense for an instance that will be finalized only at the end of the program.

(See this discussion.)