Charles Milette
Charles Milette
I stepped through the code yesterday, and it seems the issue is this:  - `Connect` with id 6 acquires a reference to the `ColorAnimation` that has its property bound...
Some more updates: - This happens in C# as well, both x:Bind and TemplateBinding - Binding decided to work in C# and C++ now because ???
Even more updates: - Binding was working because I forgot I had changed the `Setter` for the `Normal` visual state to use a constant rather than a Binding... - If...
This 4 years old bug is, hilariously, still an issue in WinUI 3
However, the tags are incorrect. The bug was originally encountered in system XAML, with no WinUI at all.
Oh yeah, forgot to mention: you can't build an appx using PartialTrustApplication without adding `mp:PhoneIdentity`. That requirement should go away, as it's not relevant anymore.
This issue doesn't reproduce with a C++ app, and as long as the app doesn't try to do things which AppContainer disallows, actually works without problem. This might be a...
I disagree, my feature request is purely about the sandboxing. Things like share targets, or running on other platforms, should be different feature requests. Privacy controls are already a could,...
Yes but I'm not here to introduce security vulnerabilities, changes to how AppContainer works or ways to escape from it. Allowing low IL apps to elevate to medium or even...
Just giving the possibility for it to happen opens for potential vulnerabilities. If you're suggesting something like UAC, you'll be glad to learn it had multiple vulnerabilities in the past...