Dan Siegel

Results 136 issues of 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)...

kind/enhancement
triage/untriaged

## 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...

kind/enhancement
triage/untriaged

## 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...

kind/consumer-experience
kind/documentation
triage/untriaged

## 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...

kind/consumer-experience
kind/documentation

Pending update from #2053 (@jeromelaban) > let's prefix with Uno.Extensions to avoid conflicts with other docs

kind/consumer-experience
kind/documentation

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...

kind/consumer-experience
kind/documentation

# 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...

t/bug
platform/windows 🪟
area/native-embedding
s/triaged
migration-compatibility

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...

area/solution-templates
area/build