hxmcn

Results 3 issues of hxmcn

For a simple Object with DateTime field, assign UTC-Time to it and serialize the object to json-text, then deserialize an object from the same json-text, the UTC-Time does not match...

Is there any easy way to parse header file (*.h/*.hpp) to get information about struct/enum definitions, as well as global variables and function definitions?

Is there any plan let OllamaSharp support Native AOT? As I tested a console application target native AOT does not compile with OllamaSharp, after remove ollamaSharp package it can compile...