Jarl Gullberg
Jarl Gullberg
The documentation generator is specific to D.Net command modules and the commands contained within - it's not for code documentation, it's for command documentation. Using `ModuleInfo` and reflection makes that...
@foxbot The doc generator is in a separate project and is not part of the bot. It references it and inspects it, yes, but it's not a part of the...
That loops me right back to asking for alternative API that produces a `ModuleInfo`. Previously, CommandService filled that niche by providing a unified, reflection-only API when used to simply inspect...
I'm going to close this as stale unless anyone has contrary opinions. Comment here and I'll reopen.
I think I tried Docusaurus in the past with pretty good results. The lack of .NET API reference generation is a shame, though - we could, of course, always roll...
@Hamsterland I think we can merge this now, even though Discord has bad docs. They have clarified and confirmed that the fields should be optional; now it's just a matter...
I'd also like to raise my hand for this issue - most modern systems use DWARF5 symbols by default, and the 1.2 version does not handle such binaries.
I've run into an instance where I need Harmony on an ARM platform as well, though I'd be happy with any sort of ARM support, not just M1. I'm happy...
@nike4613 Gotcha. How does https://github.com/MonoMod/MonoMod.Common/blob/master/RuntimeDetour/Platforms/Native/DetourNativeARMPlatform.cs relate to this?
Okay, I see - thanks for the explanation :) Is there some way I can support or aid the ARM implementation? I'm not familiar enough with MonoMod's architecture or the...