mahdighorbanpourptw
mahdighorbanpourptw
I just modified the source code and then implemented my own custom version like below: ```csharp public class CustomJsonFileBackend : JsonFileBackend { public CustomJsonFileBackend() { } public CustomJsonFileBackend(string basePath) :...
> Could you share a gist or repo that exhibits this behavior? > > I know of quite a few things that would break if this behavior did not work....
> This repo’s code focuses only on generating ADT queries. That functionality appears to be working. > > However, I see the same behavior you describe. That indicates to me...