Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override OnComputeId in AdaptiveSkillDialog #3882

Merged
merged 4 commits into from
May 7, 2020

Conversation

stevengum
Copy link
Member

@stevengum stevengum commented May 6, 2020

Override AdaptiveSkillDialog.OnComputeId as per microsoft/botbuilder-js#2196 (with minor changes to mirror other OnComputeId overrides in C#)

@stevengum stevengum requested a review from mrivera-ms as a code owner May 6, 2020 22:52
@cleemullins
Copy link
Contributor

Builds don't pass. :(

@cleemullins
Copy link
Contributor

The failed tests are in the socket streaming code. I'm re-running them as it's unexpected and probably transient.

@stevengum stevengum merged commit f3b5339 into 4.9 May 7, 2020
@stevengum stevengum deleted the stgum/AdaptSkillDialog/computeId branch May 7, 2020 04:50
@stevengum stevengum mentioned this pull request May 7, 2020
stevengum added a commit that referenced this pull request May 8, 2020
* override OnComputeId in AdaptiveSkillDialog

* refactor AdaptiveSkillDialog.OnComputeId()

* remove superfluous parenthesis around activity

* apply @Stevenic's PR feedback
@stevengum stevengum mentioned this pull request May 8, 2020
cleemullins pushed a commit that referenced this pull request May 12, 2020
* [Expression] Add formatNumber, formatEpoch and  formatTicks as prebuilt functions (#3876) (#3883)

* add formatNumber prebuilt function

* change to string output to keep tailing zeors

* Add formatEpoch and formatTicks.
Removed ticks from formatDate and fixed some bugs.
Fixed a bug in JSON conversion where 64 bit/double values were getting truncated.

* Add tests that were dropped.

* Add locale to formatNumber.

* Add 1000's seperators.

* fix a test case

* change a test case

Co-authored-by: Chris McConnell <[email protected]>

Co-authored-by: Chris McConnell <[email protected]>

* override OnComputeId in AdaptiveSkillDialog (#3882)

* override OnComputeId in AdaptiveSkillDialog

* refactor AdaptiveSkillDialog.OnComputeId()

* remove superfluous parenthesis around activity

* apply @Stevenic's PR feedback

* Rename $kind Microsoft.SkillDialog => Microsoft.BeginSkillDialog
Rename class AdaptiveSkillDialog => BeginSkillDialog
Move files into actions folders
replace all $kind => new $kind

* Style: Async method nomenclature, missing ConfigureAwait and CancellationTokens

* Rename $kind Microsoft.BeginSkillDialog => Microsoft.BeginSkill
Rename class BeginSkillDialog to BeginSkill

* update title for begin skill

* Cancellation, nomenclature and style improvements

* Cancellation tokens and propagation

* merge CheckForVersionChangeAsync()

* Missing cancellation tokens

Co-authored-by: Shuai Wang <[email protected]>
Co-authored-by: Chris McConnell <[email protected]>
Co-authored-by: Tom Laird-McConnell <[email protected]>
Co-authored-by: Carlos Castro <[email protected]>
Co-authored-by: Carlos Castro <[email protected]>
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.

4 participants