plettb
plettb
I wonder if there's been any consideration given to turning the code in "active-directory-b2c-xamarin-native/UserDetailsClient/UserDetailsClient.Core/Features/LogOn" (especially "B2CAuthenticationService") into a NuGet? I find myself copying this code around and it would be...
This is an excellent example, and works exactly the way I want my application to work. However, try as I might I simply can't get my configuration to work the...
I need to traverse the DOM created by importing a KML file. In my case I have a hierarchy of folders that needs to be maintained. However, SharpKml appears only...
### Description In order to be consistent with other flyout classes, MenuFlyoutItem should have a FlyoutItemIsVisible property. ### Public API Changes Microsoft.Maui.Controls.MenuFlyoutItem ### Intended Use-Case I need to be able...
### Description In my application I adjust flyout items dynamically. Whereas "FlyoutItem.IsVisible" accepts a BindableObject, "FlyoutItemIsVisible" does not. This seems like an oversight to me. On a related note, changing...
In Maui is there a mechanism for persisting the user or token so that it is available between sessions (i.e. so that the user doesn't actually have to log in...
I'm curious how the login screen is configured. This example, using "fabrikamb2c.onmicrosoft.com", presents what appears to be a newer login screen than mine does. Is it a custom layout? The...
This is just a simple question: is it possible to return an empty set rather than a "NotFound"? In my mind this could be handled in a variety of ways,...
This is NOT ready for prime time. It is being created in order to share the problems with porting to .NET 5.0 as discussed in #266
Some simple documentation to help newbies.