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

[d16-6] [BGTasks] Do not make BGTask abstract. #8676

Merged
merged 1 commit into from May 26, 2020

Conversation

monojenkins
Copy link
Collaborator

The class in the API is abstract, the problem is that when the
application goes to the background, when it gets back we try to
instantiate an abstract class probably because Apple returns a internal
type that we do not know about.

fixes: #7456

Backport of #8513.

/cc @mandel-macaque

The class in the API is abstract, the problem is that when the
application goes to the background, when it gets back we try to
instantiate an abstract class probably because Apple returns a internal
type that we do not know about.

fixes: xamarin#7456
@monojenkins monojenkins added this to the d16-6 milestone May 26, 2020
@mandel-macaque mandel-macaque added note-highlight Worth calling out specifically in release notes requires-approval-before-merge The pull request requires special approval before it can be merged labels May 26, 2020
@monojenkins
Copy link
Collaborator Author

Build success
Build succeeded
API Diff (from stable)
API Diff (from PR only) (no change)
ℹ️ Generator Diff (please review changes)
Test run succeeded

@bholmes
Copy link

bholmes commented May 26, 2020

Please merge for a 16.6 SR train. 👍

@dalexsoto dalexsoto merged commit 29c4ea7 into xamarin:d16-6 May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note-highlight Worth calling out specifically in release notes requires-approval-before-merge The pull request requires special approval before it can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants