Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm getting XAPRAS7023 when upgrading from 11.2.0 to 11.2.1. #17542

Open
BobbyCannon opened this issue Nov 17, 2024 · 1 comment
Open

I'm getting XAPRAS7023 when upgrading from 11.2.0 to 11.2.1. #17542

BobbyCannon opened this issue Nov 17, 2024 · 1 comment

Comments

@BobbyCannon
Copy link

BobbyCannon commented Nov 17, 2024

Describe the bug

I'm getting XAPRAS7023 when upgrading from 11.2.0 to 11.2.1.

error XAPRAS7023: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Workspaces\BobsToolbox\BobsToolbox\BobsToolbox.Android\obj\Debug\net9.0-android\Avalonia\Avalonia\BobsToolbox.Android.dll'.

I think the problem is that Avalonia is listed twice (\Avalonia\Avalonia)...

\obj\Debug\net9.0-android\Avalonia\Avalonia\BobsToolbox.Android.dll

Should be

\obj\Debug\net9.0-android\Avalonia\BobsToolbox.Android.dll

To Reproduce

Change the version of AvaloniaVersion in the Directory.Build.props file from 11.2.0 to 11.2.1.

Expected behavior

Upgrade should just work.

Avalonia version

11.2.1

OS

Windows

Additional context

No response

@maxkatz6
Copy link
Member

Please try nightly build from this PR #17539 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants