Henning Moe
Henning Moe
The documentation also needs to describe how that issue is resolved. It's not really acceptable that the application cannot query `https` resources, but there is no description of the error...
I got it to work; I renamed `ssleay32.dll` to `libssl32.dll`. But it would still be nice with a Windows implementation that didn't require OpenSSL :)
Thank you for this library anyway, you've done a good job! To not come off as a whiny github issue commentor I could take a stab at this, but between...
A public constructor for an abstract class is for all intents and purposes `protected`. It can't be called except by a derived class. Public members are not necessarily pointless on...
A behavior I found a bit amusing here is that if you change the parameter into a float, and you try to pass a float to that method it will...
I find that XML files is something most diff tools do poorly. I often encounter issues when merging lists that contain the same element multiple times: ``` ``` When there...
I'll try to switch to the `future` branch in the afternoon. Why does the PATCH delta proxy need to save the assembly? Or maybe it doesn't, and that's why there...
Ok my brain is scrambled. This error shows up if i run `All_references_from_old_assembly_are_valid` in `ClientCompatibilityTests`. System.TypeLoadException : Could not load type 'Mono.Cecil.DefaultAssemblyResolver' from assembly 'Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e'. at Pomona.SystemTests.ClientCompatibility.ClientCompatibilityTests.All_references_from_old_assembly_are_valid()...
Do you have a list of incompatible API's? I have a use case for Pomona in .NET Core since the only GraphQL library I've found that supports LINQ doesn't support...
A list over APIs that Pomona use that is not part of .NET Standard 2.0 such as `AppDomain.CurrentDomain.DefineDynamicAssembly()`. I haven't tried it, but there is a tool in [Visual Studio...