Skip to content

Async task#25

Merged
rabbah merged 14 commits intoapache:masterfrom
shawnallen85:async-task
Nov 28, 2019
Merged

Async task#25
rabbah merged 14 commits intoapache:masterfrom
shawnallen85:async-task

Conversation

@shawnallen85
Copy link
Contributor

Adding support for async methods. Resolves #22.

shawnallen85 and others added 12 commits October 17, 2019 15:53
Updated README.md to include license badge. (apache#19)
Updated .NET Core 2.2 Dockerfile to reference latest MS images
Migrated Quick Starts to individual projects
Moved shared test code to shared folder for reducing duplications
Removed trailing whitespace
Updating to xenial; dotnet sdk 3.0 install
Didn't update it, still referenced 14.04 dpkg
Updated to match expected formatting of file ... note for self: `gradlew scalafmtAll`
Updated to reflect appropriate release and release status.
Support for async/await
@dgrove-oss
Copy link
Member

Looks good to me, but I'm not a .NET programmer. @rabbah -- any feedback?

Copy link
Member

@rabbah rabbah left a comment

Choose a reason for hiding this comment

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

LGTM also but I have limited csharp chops also. Asked for additional help from @kamyker who requested this feature 😅.

@rabbah rabbah mentioned this pull request Nov 27, 2019
@kamyker
Copy link
Contributor

kamyker commented Nov 27, 2019

Looks good

@rabbah
Copy link
Member

rabbah commented Nov 27, 2019

Thanks @kamyker!

Changes:
- Initial release

## 1.14
Copy link
Member

Choose a reason for hiding this comment

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

@shawnallen85 we need to remove these change notes until there is an actual release of the runtime.

Copy link
Contributor Author

@shawnallen85 shawnallen85 Nov 28, 2019

Choose a reason for hiding this comment

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

I changed it to "Release TBD" -- let me know if that resolves both.

@@ -23,3 +23,12 @@
## 1.14 (next Apache release)
Copy link
Member

Choose a reason for hiding this comment

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

same - it's better to wait until the actual release vote.

@rabbah
Copy link
Member

rabbah commented Nov 27, 2019

@shawnallen85 I approved the PR but please update the change logs to remove "future" release which hasn't happened yet.

Changing Release to TBD
Changing Release to TBD
@rabbah rabbah merged commit ef821d1 into apache:master Nov 28, 2019
@shawnallen85 shawnallen85 deleted the async-task branch December 2, 2019 22:45
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.

Add async/await support

4 participants