* Support HoloLens 2 devices
* Delayed HTTP GET operation
* Allow unsafe HTTP headers for support large file downloading in Device Portal
* Removing unsupported Length parameter from delayed GET buffer
* fix unit tests
* fix post unexisting file test
* support for uploading large files
* Refactored use of async. No tight while-loops but instead using await and continue on background threads.
* Remove use of .Wait() to avoid potential deadlocks. increase use of ConfigureAwait, and remove await where not needed
* Simplified async code. Instead of forwarding to tasks and have to switch to ui thread, it's easier to just await and continue on the same thread here.
* First stab at using a custom http multipart content to avoid large memory consumption when installing large files.
* Changed implementation to Explicit
* Use proper separation between attachments
* Resolve header ordering issue in .NET, and force non-quoted boundary
* Boundary fixes.
* Update last merge
* StyleCop fixups
* Added streaming improvements to xbox's loose deploy as well
* Add an IsFolder method to FileOrFolderInformation class.
* Updated per review feedback
* Adds PackageOrigin to PackageInfo class.
* PackageOrigin details and helper method
Quick helper method to determine if the app is sideloaded.
* Clean up some StyleCop errors.
* Reimplement CSRF management in the wrapper project.
* Make underlying HTTP wrappers public so they can be called directly from a device portal instance
* Update content for WER
* Update docs for XML.
* Update Copyright to 2017 :)
* fixes for #226, 227 and 228
* enable xml documentation generation (#232)
* enable xml documentation generation
* only generate xml documentation in release builds
* Update docs
* Filenames to StorageFiles
* Update README.md (#235)
Somebody decided to move all of the Hololens documentation and as a result pretty much every existing link on the internet is broken. Fixing this one.
* Fixes a minor bug with xbox sample and cleans up StyleCop (#237)
* Add an IsFolder method to FileOrFolderInformation class.
* Updated per review feedback
* Adds PackageOrigin to PackageInfo class.
* PackageOrigin details and helper method
Quick helper method to determine if the app is sideloaded.
* Clean up some StyleCop errors.
* Restores our CSRF token handling (#238)
Addresses Issue #216
* Make underlying HTTP methods public so they can be called on a DevicePortal instance (#243)
* Prelim setup of namespaces
* Move HTTP Stream apis to public. Finish move of namespaces.
* Revert "Move HTTP Stream apis to public. Finish move of namespaces."
This reverts commit 2e715ff0ac.
* Revert "Revert Namespaces changes in Master"
This reverts commit 871564eb18f525878063ca8cc4b0b9af2bb2ee79.
* Revert Namespaces changes in Master
* Finish Revert
* Setup files for internal CI server and NuGet package creation (#247)
* Create signConfig.xml
* Create DelaySign.extcomp
* Add DelaySign to NET
* Add DelaySign to UWP
* Testing INPATHROOT and full path for codesign
* Update signConfig.xml
* Update signConfig.xml
* Create WindowsDevicePortalWrapper.nuspec
* Changing to unsigned files
* Knowing my coworkers aliases
* Temp test for signing.
* Add StrongNameSigning.
* DelaySign
* New snk
* It's sourceS not source
* Update for XES Setup
* Authenticode Only
* .NET doesn't do sub directories ok
* Set nuspec relative to output
* Wrong folder for nuspec
* Copy also copies folders
* Update required fields in nuspec
* Correct names for signing
* Delete DelaySign.extcomp
* Removing extcomp
* Remove XEF delay sign
* Remove XEFDelay sign from net
* Fix blank version.
* Add TimeSpan field to Battery API results #161 (#250)
* Add IC server info for maintainers.
* fix field sizes in DeviceProcessInfo
* Fix SystemPerformanceInformation DataContract and add asserrt when websocket fails to parse data.
* Fix automated tests.
* Consolidate the assert on a deserialization failure to all rest requests and reduce duplicated logic.
* Fix spacing.
* Increase version number to 0.9.5.0. (#257)
* Make generic Stream REST APIs public as well. (#258)
* Create signConfig.xml
* Create DelaySign.extcomp
* Add DelaySign to NET
* Add DelaySign to UWP
* Testing INPATHROOT and full path for codesign
* Update signConfig.xml
* Update signConfig.xml
* Create WindowsDevicePortalWrapper.nuspec
* Changing to unsigned files
* Knowing my coworkers aliases
* Temp test for signing.
* Add StrongNameSigning.
* DelaySign
* New snk
* It's sourceS not source
* Update for XES Setup
* Authenticode Only
* .NET doesn't do sub directories ok
* Set nuspec relative to output
* Wrong folder for nuspec
* Copy also copies folders
* Update required fields in nuspec
* Correct names for signing
* Delete DelaySign.extcomp
* Removing extcomp
* Remove XEF delay sign
* Remove XEFDelay sign from net
* Fix blank version.
* Add an IsFolder method to FileOrFolderInformation class.
* Updated per review feedback
* Adds PackageOrigin to PackageInfo class.
* PackageOrigin details and helper method
Quick helper method to determine if the app is sideloaded.
* Clean up some StyleCop errors.
* Update content for WER
* Update docs for XML.
* Update Copyright to 2017 :)
* fixes for #226, 227 and 228
* enable xml documentation generation (#232)
* enable xml documentation generation
* only generate xml documentation in release builds
* Update docs
* Filenames to StorageFiles