Remora / Remora.Discord

A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
GNU Lesser General Public License v3.0
243 stars 46 forks source link

Add support for user-installable applications #327

Closed VelvetToroyashi closed 6 months ago

VelvetToroyashi commented 6 months ago

I've attempted to fix the failing unit tests, however it's complaining that the fields aren't surviving being serialized and then deserialized, to which I'm not entirely sure how to fix.

Issue was I didn't update the remaining samples. Fixing that has shown me that I have other things I need to add and fix.

Nihlus commented 6 months ago

Please rebase this onto the latest commit so you get all the required ReSharper inspection checks.

VelvetToroyashi commented 6 months ago

Well, messed up my commit dates, but at least it's rebased now. :v

MazeXP commented 6 months ago

You might want to add the [PublicAPI] attribute on the interfaces ;)