Skip to content

V0.9.3 release - ETW streaming and refactoring of aync usage#223

Merged
david-c-kline merged 70 commits into
releasefrom
master
Mar 2, 2017
Merged

V0.9.3 release - ETW streaming and refactoring of aync usage#223
david-c-kline merged 70 commits into
releasefrom
master

Conversation

@hpsin
Copy link
Copy Markdown
Contributor

@hpsin hpsin commented Feb 24, 2017

A big thank you to @CBaud and @dotMorten for adding ETW support and helping out with our use of async throughout the project.

In addition, some minor changes that help with discovering whether a file in the File Explorer is a folder, and a helper method to determine if an app is sideloaded or not. Thank you to @Holo-Krzysztof for finding these shortcomings in the project.

This includes one breaking change - ConnectAsync in the DevicePortal connection step now defaults to updateConnection:false, meaning that it will not attempt to move from a USB connection to a WiFi connection. This likely will not impact the behavior of your application.

GregPettyjohn and others added 30 commits August 11, 2016 17:26
…eestablish connection retry loop. Made rename more robust. Stronger check for duplicates using the cannonical IP address
* Add usermode crash dump APIs

* Additional fixes to DumpCollection

* Add kernel, live, and app dump APIs.

* StyleCop pass
merging the PR based on Jason's approval and hpsin's signoff
hpsin and others added 15 commits December 1, 2016 10:28
* Add an IsFolder method to FileOrFolderInformation class.

* Updated per review feedback
* 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.
Issue #31: ETW APIs are unimplemented
* 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.
* Change ETW datacontract to expose custom payload.
Alters WebSocket parsing routine.

* StyleCop pass
@dotMorten
Copy link
Copy Markdown
Contributor

You don't want to include #218?

@WilliamsJason
Copy link
Copy Markdown
Contributor

#218 needs more validation still. We can do two back-to-back updates of the NuGet package for that.

@hpsin
Copy link
Copy Markdown
Contributor Author

hpsin commented Feb 24, 2017

We were planning to do two releases, one now and one after testing and integrating #218. We definitely want to get that in and released ASAP, and are at this moment testing it. That said, looks like we'll roll it all into one release, since the team member with the binary signing privileges is out of the office.

* Fix unit test build break.

* WindowsErrorReporting is unimplemented (Issue #29)

* Convenience accessor for SYSTEM reports 

I had to dig into behavior to figure this out and test across multiple devices to figure out how this API actually worked - hopefully this helps other developers not have to do the same thing
@hpsin hpsin closed this Feb 27, 2017
@hpsin
Copy link
Copy Markdown
Contributor Author

hpsin commented Feb 27, 2017

This is out of date - will wait on code signing

@david-c-kline david-c-kline merged commit 5a7a85d into release Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants