Laura
Laura
``` Run android-actions/[email protected] env: BUILD_CONFIGURATION: Release ANDROID_PROJECT_PATH: src\Adapt.Presentation.Xivic.Android\Adapt.Presentation.Xivic.Android.csproj IOS_PROJECT_PATH: src\Adapt.Presentation.Xivic.iOS\Adapt.Presentation.Xivic.iOS.csproj UWP_PROJECT_PATH: src\Adapt.Presentation.Xivic.UWP\Adapt.Presentation.Xivic.UWP.csproj JAVA_HOME: C:\actions-runner\_work\_tool\Java_Zulu_jdk\8.0.322-6\x64 JAVA_HOME_8_X64: C:\actions-runner\_work\_tool\Java_Zulu_jdk\8.0.322-6\x64 C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try {...
Looks like it's version 5.1 which seems to ship with most Windows versions. I'll have to find an action to install PowerShell Core if I want my builds to be...
For those also self-hosting on Windows and want a reproducible build, here's my steps to ensure PowerShell Core is installed before running setup-android. The exit code is ignored because it...
This issue is still plaguing my repository. It ignores my label config, adds tags I don't want and uses tags that shouldn't be used, which interferes with my workflow.
But then why does Find respect the QueryTrackingBehavior when the entity isn't already tracked? (which should be noted is a behaviour that contradicts the documentation, perhaps this is a bug?)
We're still using this fork but it's getting stale and it now has conflicts with the main branch. I haven't tried the latest version, does anyone know if this is...
Found a workaround! If you replace the flyout's icon with a new ImageSource after navigating back, it will re-render the button. I'm using a FileImageSource for my flyout's icon, so...
This should be labelled as a migration-compatibility issue because we had to work around this in XF with `android:colorActivatedHighlight` and now that workaround is broken.
Thanks @FerreiraPablo that fixed it for me too!
This is failing on a self-hosted runner for me as well.