marwalsch

Results 4 issues of marwalsch

I take the `DependencyService` is responsible for exposing platform-specific implementations to the client app at runtime. But can the same container be used to register platform agnostic services just for...

xamarin/prod
xamarin-forms/tech
Pri2

I have Xamarin.Android/Xamarin.iOS projects each referencing SQLitePCLRaw.bundle_green and a .NET 8 class library using sqlite-net-pcl. After migrating from .NET 6 to .NET 8, the following warning showed up when targeting...

### Current behavior This screenshot was taken with Uno.WinUI 5.1.104: ![Image (2)](https://github.com/unoplatform/uno/assets/72074423/dd082a74-2eab-484c-be68-83d5fb0c692a) As you can see, the page's grey background reaches beyond the status bar and the dock. This behaviour...

kind/bug
triage/untriaged
difficulty/tbd

I need property injection for a React project. However, even the most basic example won't work and causes the injected Property to be undefined. I tried [_inversify-react-decorators_](https://github.com/inversify/inversify-inject-decorators) but the configuration...