Dan Siegel
Dan Siegel
## What would you like to be added: Add Navigation Lifecycle interfaces similar to what you see in Prism. This would be helpful across all programming paradigms (MVVM & MVUX)...
## What would you like to be added: If my model has implemented an interface such as `IDisposable` the interface should be implemented on the generated Bindable Model. ```cs public...
## On which page? A new page should be added for the Extensions Http section as part of the Getting Started Overview. This should discuss concerns around adding authentication to...
## What would you like clarification on MSAL itself is not a simplistic library for authentication. Depending on how you configure it, it could be configured to: - Authenticate generically...
Pending update from #2053 (@jeromelaban) > let's prefix with Uno.Extensions to avoid conflicts with other docs
Pending update from #2053 (@nickrandolph) I think this section is ordered in reverse and should build to show the simplified form of data binding using expressions, and only after that...
# Description With the introduction of Xamarin Forms 3.0 css is now supported. While most of the css is generally valid css, there is a selector that is not typically...
# Description When working with MAUI's IConnectivity and trying to get an observable for the ConnectivityChanged event. The following results in a RXPHARM001 diagnostic code being raised. ```cs [assembly: GenerateStaticEventObservables(typeof(IConnectivity))]...
### Description When using MAUI Embedding we need to manually convert the MAUI VisualElement into a native platform View. We do this by calling the `ToPlatform` extension. This works fine...
GitHub Issue (If applicable): closes # - fixes #16572 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? We set...