Zhi

Results 21 comments of Zhi

Thanks Ashley, the workaround works! Hopefully we don't have add an additional generator in the future. I'll keep the issue open until a complete solution is done.

Similar exception is also thrown for `Shared` streams.

I also just found out that the problem carries over to PsiStudio. Certain visualizations fail if using .NET Core.

Thanks for getting back to me so quickly! Good to hear that some of these will be fixed soon. Unfortunately, the dict here is a stand in for a way...

I actually have plans for both directions. Here's my original plan: 1. **Core -> Framework**. PsiStores that are collected with .NET Core with the goal of replaying it in PsiStudio....

No problem! I probably will try to do this on Windows. I have other stuff on my plate right now but I would let y'all know if I make any...

I took at stab at the problem and made some progress. The changes turn out to quite minor. Here's a branch with the https://github.com/CMU-TBD/psi/tree/dev/k4abt-1.1 Here's what I changed: 1. The...

Found the first downside of my approach. Any other project would need to add the following reference to use anything in the `Microsoft.Azure.Kinect.BodyTracking` namespace ``` $(AzureKinectBodyTrackingSDKDir)\sdk\netstandard2.0\release\Microsoft.Azure.Kinect.BodyTracking.dll ```

Just some ideas to help you debug/solve this. Have you tried logging the output from Azure? Here's the code that I use when I was debugging it. ``` static void...

@LeebHelmut I'm glad it works! If the code works again even without the logging code, it is possible that the build system just didn't clean the build files correctly in...