moljac
moljac
/azp run
@jonathanpeppers SecureStorage runtime issues might have root in this problem/issue: https://github.com/dotnet/maui/issues/18230#issuecomment-2021422788 https://github.com/dotnet/maui/pull/4211/files#diff-93ca7559b0a2eaf2bab3285f6d90c92ed92eee598bfbc814b368201753a0ef29 Seems like problem of documentation and overeagerly rebranding.
Maybe .NET Core installation[s] play some role. I have previews and did not have issues with: ``` dotnet tool uninstall -g Redth.Net.Maui.Check dotnet tool install -g Redth.Net.Maui.Check ``` Maybe you...
Can you instal 0.7.5, 0.7.6 and 0.7.6? And maybe purging/nuking nuget cache in`$HOME/.nuget/packages`... ``` rm -fr $HOME/.nuget/packages ``` Few more from: https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders ``` # Clear the 3.x+ cache (use either...
> I am very concerned about this `r8` change. If these packages cannot be consumed in an application without our users having to manually download a new version of `r8`...
To add another one: The same problem with TensorFlow bindings for .NET Android in GooglePlayServices https://github.com/xamarin/GooglePlayServicesComponents
Errors ``` E memtrack: Couldn't load memtrack module (No such file or directory) E android.os.Debug: failed to load memtrack module: -2 ``` ``` E GmsClient: unable to connect to service:...
Notes suspicious: `Core.DeviceTests-DEBUG-ios.binlog` ``` tree Android\ emulator\ tests\ Core_API_23\ \(attempt\ 1\) ``` ``` Android emulator tests Core_API_23 (attempt 1) ├── logs │ ├── Core.DeviceTests-DEBUG-ios.binlog │ ├── Microsoft.Maui.BuildTasks-Release-Build-dotnet-133638760394201480.binlog │ ├── dotnet-Release-133638758886055130.binlog...