Conversation
…ventions And updating version number.
|
Hi @hpsin, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
|
|
||
| /// <summary> | ||
| /// Delete all tags from the device's DNS-SD broadcast. | ||
| /// DeleteAsync all tags from the device's DNS-SD broadcast. |
There was a problem hiding this comment.
Should this just be "Delete"?
|
|
||
| /// <summary> | ||
| /// Delete a specific tag from the device's DNS-SD broadcast. | ||
| /// DeleteAsync a specific tag from the device's DNS-SD broadcast. |
There was a problem hiding this comment.
Should this also just be "Delete"?
| /// Gets or sets if the user should be deleted | ||
| /// </summary> | ||
| [DataMember(Name = "Delete", EmitDefaultValue = false)] | ||
| [DataMember(Name = "DeleteAsync", EmitDefaultValue = false)] |
|
This set I purposefully kept as *Async, since it’s the implementation of a required method. From: Matt Hyman [mailto:notifications@github.com] @MattHyman commented on this pull request. In WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cshttps://github.com//pull/188#pullrequestreview-3596542:
namespace Microsoft.Tools.WindowsDevicePortal {
Just "Delete" here. — |
MattHyman
left a comment
There was a problem hiding this comment.
Some minor editing errors on a few comments, but the code looks good to me.
|
Hirsch, I actually deleted that comment shortly after creating it because I caught what you discussed below. Sorry for the noise. Thanks, Matt From: Hirsch Singhal [mailto:notifications@github.com] This set I purposefully kept as *Async, since it’s the implementation of a required method. From: Matt Hyman [mailto:notifications@github.com] @MattHyman commented on this pull request. In WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cshttps://github.com//pull/188#pullrequestreview-3596542:
namespace Microsoft.Tools.WindowsDevicePortal { ///
Just "Delete" here. — — |
* DeviceLab sample * This is what I showed to Dave * Committing so that I can change machines and not loose my work * Added a bunch of finishing touches * Latest polish * Added a nifty CommandSequence class * Implemented a nifty CommandSequence class and then used it for the DevicePortalCommand model * Code cleanup + style cop. Checking in for demo * Finished satisfyint StyleCop * Committing before merging changes from upstream * Integrated the new DeviceSignIn view. Fixed the timing issue in the reestablish connection retry loop. Made rename more robust. Stronger check for duplicates using the cannonical IP address * Renamed DeviceLab to SampleDeviceCollection * Added finishing touches to the code. Getting it ready for a pull request * Breaking Change: Updating async methods to follow C# async naming conventions (#188) And updating version number. * Update calls into the wrapper to use the latest async naming convention * Not tracking sync.cmd * Ended up with a stray orig file. Deleting * Change array return types to Lists for #189 (#191) * App, process, and crash dump collection APIs (#193) * Add usermode crash dump APIs * Additional fixes to DumpCollection * Add kernel, live, and app dump APIs. * StyleCop pass
And updating version number. This handles #183