rborosak

Results 7 comments of rborosak

I have noticed the same bug as described here [Original android bug](https://github.com/microsoft/appcenter-sdk-android/issues/1594) I'm using SDK version 4.5.0 in MAUI application and I'm testing on Samsung Galaxy phones. My phone does...

@damiand2 I cannot.. If I downgrade nuget package to any version lower then v.4.5.0 the build fails in my MAUI app. I get MSB6006 "java.exe" exited with code 1. It...

@mikoskinen The problem is in PublishAsync method of EventAggregator.. First you get all handlers `handlersToNotify = _handlers.ToArray();` Then you get and execute all the tasks from handlers that can handle...

I need multiple instances of the same viewModel class to be active at the same time (I have a tree view on the left side of the screen and as...

Thank you. It works great. I really enjoy working with Aurelia. Is there any way to skip Activate pipeline step. I have tried implementing determineActivationStrategy in my VM like this...

@teresaqhoang No, beacuse planner.CreatePlanAsync throws an exception.

@dluc where can I find an example? Thank you