Yunseok Kang
Results
2
issues of
Yunseok Kang
I have found wired error when using System.CommandLine.Hosting with DI. ```c# var rootCommand = new CustomRootCommand(); rootCommand.AddCommand(new CustomCommand()); // the code will works if I comment this line var runner...
Area-Hosting and DI
Hi, I'm testing Windows SDK 0.3.1. I noticed there's a bug in api. in class VirtualRemoteController, the method void UpdateJoystickValue(float throttle, float roll, float pitch, float yaw) parameters roll and...