-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Change Environment.GetFolderPath to be compatible with tvOS #34007
Comments
/cc @EgorBo |
We still have an important TODO that needs to be fixed for tvOS: runtime/src/mono/netcore/System.Private.CoreLib/src/System/Environment.iOS.cs Lines 39 to 41 in f48c8d5
Reopening to track that. |
@steveisok please assign |
It looks like NSCachesDirectory is the preferred alternative for tvOS. Ref: firebase/firebase-ios-sdk#2777 |
@directhex on the mono/mono version we've been using a subdirectory in |
As part of the mobile workloads migration, we need to ensure the apps are behaving consistently when calling into
Environment.GetFolderPath
. There is already some implementation for iOS but it looks like it's not fully compatible with existing Mono codeThe second part is to ensure there is full code coverage for all
SpecialFolder
values.The text was updated successfully, but these errors were encountered: