Miha Markič

Results 49 issues of Miha Markič

Is there a way to detect Shared Device Mode (I'm interested in Xamarin Android right now)? I need this info because when device is in this mode I should log...

Feature Request

### How can we help? I'm updating to 4.x and wondering whether `PromptForPushNotificationsWithUserResponse()` is equivalent for old `RegisterForPushNotifications()`. Upgrade docs doesn't mention it. ### Code of Conduct - [X] I...

### How can we help? What is the exact equivalent for 3.x's `InFocusDisplaying(OSInFocusDisplayOption.Notification)` in 4.x? Upgrade docs are a bit vague on this: _InFocusDisplaying - is replaced by adding NotificationWillShow...

## Bug description Both generated scripts (build.sh and flash.sh) won't work when running template on Windows and using Dev Containers support. The problem is that .sh files on Windows are...

bug

There is no processor defined for B3, it will throw when creating I2CDriver.

Why is InterIntegratedCircuit missing on NuGet?

Currently tray icon is showing both current desktop number and total desktops count. I'd prefer only current number as it would be bigger and thus more visible, while count is...

enhancement

Adds async support and marks sync method obsolete

Models could implement an interface like this for .NET 6+: ```csharp public interface IFromDiscriminator where T: IParsable, IAdditionalDataHolder, new() { static abstract T CreateFromDiscriminatorValue(IParseNode parseNode); } ``` Then such methods...

enhancement
Needs: Author Feedback
Status: No Recent Activity

Models should be partial classes, so one can extend them if necessary.

enhancement
status:needs-more-information