Sewer.

Results 535 comments of 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...

![SonicRiders_Ahl9Mhw7S2](https://user-images.githubusercontent.com/6697380/83309996-9e701000-a202-11ea-9c75-68e2ec38fcea.png) 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: ![Reloaded-II_u6C5fTzpzH](https://user-images.githubusercontent.com/6697380/145404093-4483a38f-715a-4d18-a396-f36ef10cd327.png)

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...