Steve van Treeck
Steve van Treeck
I was recently trying to upgrade to NestJS 8, and when I do, Nest complains about being unable to load `ModuleRef`. When running on 7.x, this same code seemed to...
I updated this to work with servicestack 4.x...the majority of the work was switching over to using SS 4's IRequest object instead of IRequestContext/IHttpRequest in 3.x. Also updated the dependencies...
Below is a reproduction of an issue where a List containing a List containing a Dictionary doesn't seem to serialize/deserialize properly. From what I can tell, the second `Grandchildren.Enums` gets...