Replies: 1 comment 2 replies
-
Thanks for the feedback! It's definitely not intentional, though changing it now would probably be a breaking change (which we can introduce in a later version of Uno). I'm curious though, how did you notice it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the original
Windows.Storage.CreationCollisionOptions
the values are0:GenerateUnqiueName
1:ReplaceExisting
2:FailIfExists
3:OpenIfExists
In Uno, the values are
0:OpenIfExists
1:ReplaceExisting
2:GenerateUnqiueName
3:FailIfExists
Is this an intentional difference, if so why?
Beta Was this translation helpful? Give feedback.
All reactions