WindowsDevicePortalWrapper icon indicating copy to clipboard operation
WindowsDevicePortalWrapper copied to clipboard

A client library that wraps the Windows Device Portal REST APIs.

Results 52 WindowsDevicePortalWrapper issues
Sort by recently updated
recently updated
newest added

Looks like MemoryStream isn't large enough. I tried swapping to a FileStream backed by a temporary file and that also failed, but that may be a server issue. We'll need...

bug

Not being able to generate folders remotely is a small hindrance that I keep running into. It would be really convenient to be able to create my own directory structure...

enhancement

I have attached the file in question in a .zip.To recreate the issue, unzip the folder and try uploading the file to the Hololens with the aforementioned method. [scenes.zip](https://github.com/Microsoft/WindowsDevicePortalWrapper/files/1188689/scenes.zip)

Based upon the official Xbox settings API documentation, https://docs.microsoft.com/en-us/windows/uwp/xbox-apps/wdp-xboxsettings-api, the XboxSetting DataContract is missing the Disabled, Type, Min, Max, OptionsVariable and Options fields.

Due to the cookie-based authentication scheme on phone's Device Portal, the Basic-Auth scheme used by the Wrappers library isn't compatible.

DevicePortal.Reboot signature should be modified to Reboot(bool blocking=false), where if blocking ==true, the wrapper pings in the background until the device is updated, at which point the function returns.

enhancement

Processor architecture is part of the OsVersion string. Parse and set an appropriate enum value

enhancement

I'm experiencing A LOT of requests hanging on build 15031 when using UWP. I would say about 25-50% of all the requests will hang at the GetAsync/PostAsync calls and never...

Shared project\HoloLens\HolographicPerception.cs

enhancement

For IoT, I was able to connect but then subsequently ran into a failure when requesting the device name. I sent along the stack trace to Hirsch and he was...