Hans Bakker

Results 153 comments of Hans Bakker
trafficstars

@Matmork cool that you're experimenting with this! I saw you only included the Rive AAR for android and I believe that had dependencies on other libraries like Volley (not sure...

@Matmork wow, well done! If you want to discuss further - let's create a discussion or issue at https://github.com/Matmork/Rive-Maui - to keep this issue related to the code in https://github.com/jsuarezruiz/rive-maui?

> Would like to create a PR to add the bindings here Currently the [`RivePlayer` class in this repo](https://github.com/jsuarezruiz/rive-maui/blob/main/src/RiveSharp.Views.MAUI/RivePlayer.cs) directly inherits from `SKCanvasView` instead of just defining an API with...

To add to this: I'm having a similar issue with the visibility of an inherited `ILogger` property. We're using the [Azure Mobile Apps SDK](https://github.com/Azure/azure-mobile-apps/) from Microsoft. This SDK has a...

@dariusclay thank you for the explanation and the workaround! Even though there may be a good reason for it, I was surprised to read > it replaces the .NET logging...

If it helps to get you started, [here](https://github.com/matmork/rive-maui/tree/main/.github/workflows) is a library I helped building the GitHub Actions to publish to nuget

Aah, I never used WeakEventManager and was not aware of the memory leaks - I'm using [WeakReferenceMessenger](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/messenger) (without a dependency on maui) but I guess WeakEventManager has a different purpose...

Hi @TimothyMothra, I'm using the latest version. I know support for container app **jobs** was added in beta 9, I was the author of that PR (#2064) :) and support...

I have this problem with a .NET MAUI project after updating to - SDK 9.0.100-preview.3.24204.13 - updated workload - updated target frameworks to net9.0-android in the projects Operating system is...