Henric Jungheim

Results 4 comments of Henric Jungheim

The new [CMake](https://cmake.org/) builds are failing since the `libbinio` dependency is being met by getting the `libbinio` source from a git repo named "libbinio" owned by the same owner as...

> Hi @henricj > > I will try to look at your PR in the upcomming days. I have some experience with cmake and its CMakeLists.txt, but not a lot,...

[WinDbg](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/) can be helpful for tracking down such things. For example, Running an AOT-compiled app that uses FasterKV results in a stack trace that starts off like this: ``` Application...

> This should be fixable with a PR by setting the jsonTypeInfo on > > [csharp/src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs](https://github.com/kubernetes-client/csharp/blob/61e6b13fd7828eb3d76b249b259b3444b0462564/src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L515) > > Line 515 in [61e6b13](/kubernetes-client/csharp/commit/61e6b13fd7828eb3d76b249b259b3444b0462564) > > var responseObject = KubernetesJson.Deserialize(process.StandardOutput.ReadToEnd()); > ```...