Dan Siegel
Dan Siegel
## Description of Change Updates Destroy logic to ensure that the BindingContext isn't cleared until the View is unloaded. ### Bugs Fixed - fixes #3113 ### API Changes - n/a...
## Summary You may find a scenario in which you may have a navigation stack like `FlyoutPage/NavigationPage/ViewA/ViewB/ViewC/etc` where the ViewModel's share a common shared base class that should be able...
# Description When encountering a Navigation Error with no NavigationParameters an unhandled Serialization Exception is encountered while attempting to log the Navigation error.
# Description uno-check should be able to detect that a more recent version of the .NET SDK is installed. Currently it will spend unnecessary time downloading and installing 7.0.401 even...
# Description When running with the --ci flag, uno-check is still spending time trying to resolve the templates and this can fail the build even with --fix --non-interactive specified
# Description There are a number of scenarios where we may want to validate that the system is in a good state or find out what needs to be fixed...
## What would you like to be added: Similar to the XF/Maui CommunityToolkit the Uno.Toolkit.UI should include a GravatarImageSource ## Why is this needed: This provides an easy win for...
## Current behavior Currently all Uno.Extensions packages get an explicit reference to Microsoft.WindowsAppSdk. https://github.com/unoplatform/uno.extensions/blob/a3dead41aca5af0caa49054b4c0d1867b29e7d1c/src/Directory.Build.targets#L49-L55 ## Expected behavior This should come through transitively from Uno.WinUI and only be explicitly provided if...
We currently include conditional namespaces in the template for when building on a MAUI supported target vs not building on a MAUI supported target. However there is no documentation on...
## What would you like to be added: This should be updated as the proper way to do this in Uno has changed: https://github.com/unoplatform/uno.extensions/blob/51c9c1ef14f686363f946588733faecc5a1863ff/src/Uno.Extensions.Hosting.UI/ApplicationBuilder.cs#L10-L14 We should instead just return `new...