Sewer.
Sewer.
Yeah, it's a bit unfortunate, some greater savings are potentially possible with some minor changes; e.g. making some components like `NatPunchModule` optional; but at the moment, it's not something worth...
 C# [(DearImguiSharp / My Own Wrapper)](https://github.com/Sewer56/DearImguiSharp) ```csharp var io = ImGui.GetIO(); var fontPath = Path.Combine(modFolder, "Assets/Fonts/Ruda-Bold.ttf"); var font = ImGui.ImFontAtlasAddFontFromFileTTF(io.Fonts, fontPath, 15.0f, null, ref Unsafe.AsRef((void*)0x0)); if (font != null)...
I don't usually like to write comments with no real purpose or structure; but I do personally support the PR and would be in favour of having it merged.
> This value is actually used as a signed value I didn't even notice I made this change when submitting the PR, seems that you are indeed correct, I doublechecked...
PR Issue: Button Colour Mismatch on Dark Theme: 
While the DLLs shipped with the latest build are 1.75, the generator wasn't ran with the same version? This often causes undefined function errors as the exported functions don't match...
> So we want to try preventing trimming of code that may be called from native code. I'd actually like to hear opinions about that; I've only really seen these...
> > end users can't implement interfaces using non-public methods > > What about explicit interface method implementations? They are non-public, as far as I remember. That's a really good...
## .NET 5 Annotations > That's a really good point. > I'll see how the linker treats those with a dummy project when I get up later. I just woke...
Okay, think the best approach for the remaining problem (don't preserve all `ICallbackable`) is to extend the source generator to find all types that inherit from `CallbackBase` and adding calls...