Skip to content

Breaking Change: Updating async methods to follow C# async naming conventions#188

Merged
hpsin merged 2 commits into
masterfrom
iss183
Oct 11, 2016
Merged

Breaking Change: Updating async methods to follow C# async naming conventions#188
hpsin merged 2 commits into
masterfrom
iss183

Conversation

@hpsin
Copy link
Copy Markdown
Contributor

@hpsin hpsin commented Oct 11, 2016

And updating version number. This handles #183

@msftclas
Copy link
Copy Markdown

Hi @hpsin, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Hirsch Singhal). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;


/// <summary>
/// Delete all tags from the device's DNS-SD broadcast.
/// DeleteAsync all tags from the device's DNS-SD broadcast.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just "Delete" here.

@hpsin
Copy link
Copy Markdown
Contributor Author

hpsin commented Oct 11, 2016

This set I purposefully kept as *Async, since it’s the implementation of a required method.

From: Matt Hyman [mailto:notifications@github.com]
Sent: Monday, October 10, 2016 5:39 PM
To: Microsoft/WindowsDevicePortalWrapper WindowsDevicePortalWrapper@noreply.github.com
Cc: Hirsch Singhal hirsin@microsoft.com; Mention mention@noreply.github.com
Subject: Re: [Microsoft/WindowsDevicePortalWrapper] Breaking Change: Updating async methods to follow C# async naming conventions (#188)

@MattHyman commented on this pull request.


In WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cshttps://github.com//pull/188#pullrequestreview-3596542:

@@ -18,7 +18,7 @@

namespace Microsoft.Tools.WindowsDevicePortal

{

 /// <content>
  • /// Universal Windows Platform implementation of HTTP Delete
  • /// Universal Windows Platform implementation of HTTP DeleteAsync

Just "Delete" here.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//pull/188#pullrequestreview-3596542, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABltOw22Ed1iyTryLb7qb3kB8araDGnkks5qytq1gaJpZM4KTHhc.

Copy link
Copy Markdown
Member

@MattHyman MattHyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor editing errors on a few comments, but the code looks good to me.

@MattHyman
Copy link
Copy Markdown
Member

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]
Sent: Monday, October 10, 2016 5:40 PM
To: Microsoft/WindowsDevicePortalWrapper WindowsDevicePortalWrapper@noreply.github.com
Cc: Matt Hyman mathy@microsoft.com; Mention mention@noreply.github.com
Subject: Re: [Microsoft/WindowsDevicePortalWrapper] Breaking Change: Updating async methods to follow C# async naming conventions (#188)

This set I purposefully kept as *Async, since it’s the implementation of a required method.

From: Matt Hyman [mailto:notifications@github.com]
Sent: Monday, October 10, 2016 5:39 PM
To: Microsoft/WindowsDevicePortalWrapper <WindowsDevicePortalWrapper@noreply.github.commailto:WindowsDevicePortalWrapper@noreply.github.com>
Cc: Hirsch Singhal <hirsin@microsoft.commailto:hirsin@microsoft.com>; Mention <mention@noreply.github.commailto:mention@noreply.github.com>
Subject: Re: [Microsoft/WindowsDevicePortalWrapper] Breaking Change: Updating async methods to follow C# async naming conventions (#188)

@MattHyman commented on this pull request.


In WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cshttps://github.com//pull/188#pullrequestreview-3596542:

@@ -18,7 +18,7 @@

namespace Microsoft.Tools.WindowsDevicePortal

{

///

  • /// Universal Windows Platform implementation of HTTP Delete
  • /// Universal Windows Platform implementation of HTTP DeleteAsync

Just "Delete" here.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//pull/188#pullrequestreview-3596542, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABltOw22Ed1iyTryLb7qb3kB8araDGnkks5qytq1gaJpZM4KTHhc.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//pull/188#issuecomment-252782248, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABc0YwH9B7o8WaJU9aGvozJ7b2wQsuXOks5qytr1gaJpZM4KTHhc.

@hpsin hpsin merged commit cfa9144 into master Oct 11, 2016
@hpsin hpsin deleted the iss183 branch October 11, 2016 16:20
WilliamsJason pushed a commit that referenced this pull request Oct 18, 2016
* 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
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.

5 participants