MenuGamer
Results
2
issues of
MenuGamer
When dispatching client with `WSHttpBinding` and `SecurityMode.Message` the `CreateSecurityBindingElement` method from `System.ServiceModel.MessageSecurityOverHttp` will throw platform not supported error. My old .NET Framework 4.8 project is using the following configuration. ```xml...
triaged
For a long while I've now been stuck on rendering images on IMGUI overlay window. In my Overlay constructor I have the creation of Direct3D11 device and the loading of...