You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing: "C:/Users/james/source/repos/AndroidX/tools/vswhere.3.1.7/tools/vswhere.exe" -latest -requires Component.Xamarin -property installationPath -prerelease -nologo
Error: System.NullReferenceException: Object reference not set to an instance of an object.
Relevant log output
vswhere crashes on clean windows requiring `Component.Xamarin`
Executing: "C:/Users/james/source/repos/AndroidX/tools/vswhere.3.1.7/tools/vswhere.exe" -latest -requires Component.Xamarin -property installationPath -prerelease -nologo
Error: System.NullReferenceException: Object reference not set to an instance of an object.
Current workaround is to install Xamarin Compoment in/with VS Installer.
The text was updated successfully, but these errors were encountered:
#1017)
Break up `build.cake` functionality into smaller files instead of having one massive file. By moving the stuff we still use into separate files, we can easily remove the remaining obsolete stuff from the main file (XA Classic, AndroidSupport, etc.).
This should also fix#1015, assuming those errors messages are from `cake`.
Additionally, move the `"binderate-config-verify"` task logic to `binderator`. There was an issue with existing logic causing it to miss that `androidx.wear.wear-input` had mismatching Java (`1.1.0`) and NuGet (`1.0.0.19`) versions. Fix that as well.
Android framework version
Other
Affected platform version
net8.0, net9.0
Description
Relevant log output
The text was updated successfully, but these errors were encountered: