Skip to content

discussions Search Results · topic:csharp org:CommunityToolkit fork:true

1.6k results
 (95 ms)

1.6k results

inCommunityToolkit (press backspace or delete to remove)

I d like to raise a concern about the current metadata. Actually we have the following: Authors Microsoft /Authors Owners Microsoft /Owners Copyright © Microsoft Corporation. All rights reserved. ...

I came back to a community toolkit maui project (android) after a few weeks,and now I cant launch it in debug mode. But release runs fine. It seems this problem came with vs 17.14?

using CommunityToolkit.Maui.Extensions; using Serilog; namespace MyExpenses.Smartphones.ContentPages.CustomPopups.CustomPopupActivityIndicator; public static class CustomPopupActivityIndicatorHelper ...

@jamesmontemagno had a project/plugin for InAppBilling, https://github.com/jamesmontemagno/InAppBillingPlugin, which he has now archived. I think that is a really important part for the .NET MAUI Community. ...

https://github.com/CommunityToolkit/Maui/issues/2529 Some of us are blocked and cannot release

Currently the .net MAUI Community Toolkit WiKi page, under Feedback and Requests lists the dot-net Discord server and not the .net MAUI Community Toolkit server. Can this be updated with a permanent link ...

Hello, CommunityToolkit.Maui.MediaElement Closed Caption menu (Video subtitle s) is working fine in windows platform, but caption menu does not show in android platform, How can I fix this issue ?

I was using Anchor popups attached to the custom calendar I created but now i am unable to use those anchor popups, Is it possible to get that feature back somehow.

It would be nice to add the following statement to the release notes of 12.0.0 to inform about breaking changes in the user space: AnimationBehaviour that bind to Command now need to set AnimateOnTap= ...

Hello, My goal is to download many files on an Android device with just one prompt, without any prompts would be even better. I use FileSaver.Default and after invoking the SaveAsync method a prompt is ...