-
Notifications
You must be signed in to change notification settings - Fork 760
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
[WIP] ApplicationDataContainerSettings
, sub-containers, SetVersionRequest
#16910
base: master
Are you sure you want to change the base?
Conversation
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
3 similar comments
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
b44a167
to
c0f1ed6
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
ApplicationDataContainerSettings
, ApplicationDataCompositeValue
, SetVersionRequest
ApplicationDataContainerSettings
, sub-containers, SetVersionRequest
c0f1ed6
to
c1e69f7
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
5de53e5
to
ed7626d
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
ed7626d
to
f1b0557
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
f1b0557
to
e4a28d3
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
e4a28d3
to
a4939a3
Compare
@@ -114,7 +114,7 @@ public uint Version | |||
} | |||
#endif | |||
// Forced skipping of method Windows.Storage.ApplicationData.Version.get | |||
#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ | |||
#if false | |||
[global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] | |||
public global::Windows.Foundation.IAsyncAction SetVersionAsync(uint desiredVersion, global::Windows.Storage.ApplicationDataSetVersionHandler handler) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO Implement using private Uno key
@@ -25,21 +25,21 @@ public partial class ApplicationDataContainer : global::System.IDisposable | |||
// Forced skipping of method Windows.Storage.ApplicationDataContainer.Locality.get | |||
// Forced skipping of method Windows.Storage.ApplicationDataContainer.Values.get | |||
// Forced skipping of method Windows.Storage.ApplicationDataContainer.Containers.get | |||
#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ | |||
#if false | |||
[global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] | |||
public global::Windows.Storage.ApplicationDataContainer CreateContainer(string name, global::Windows.Storage.ApplicationDataCreateDisposition disposition) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add runtime tests for creating, deleting, and nesting of containers
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
1 similar comment
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days. |
daf2c40
to
576040b
Compare
There was a change in WASM JSExport name that needs to be brought in here - aa6fdd2 |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16910/index.html |
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):