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

Fix IsolatedStorage initialization on Android #56534

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

akoeplinger
Copy link
Member

Android doesn't set an entry assembly so we need to handle that case.

Fixes #52332

Android doesn't set an entry assembly so we need to handle that case.

Fixes dotnet#52332
@ghost
Copy link

ghost commented Jul 29, 2021

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

Android doesn't set an entry assembly so we need to handle that case.

Fixes #52332

Author: akoeplinger
Assignees: -
Labels:

area-System.IO

Milestone: -

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @akoeplinger !

@adamsitnik adamsitnik added this to the 6.0.0 milestone Jul 29, 2021
@akoeplinger akoeplinger merged commit beeafa0 into dotnet:main Jul 29, 2021
@akoeplinger akoeplinger deleted the android-isolatedstorage branch July 29, 2021 15:19
@ghost ghost locked as resolved and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IsolatedStorageFile.GetUserStoreForApplication throws "Initialization failed." on net6.0-android
2 participants