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

BugSweeper #446

Merged
merged 1 commit into from
Feb 27, 2024
Merged

BugSweeper #446

merged 1 commit into from
Feb 27, 2024

Conversation

davidbritch
Copy link
Contributor

Fixes #445

@davidbritch davidbritch merged commit 9f63470 into main Feb 27, 2024
3 checks passed
@davidbritch davidbritch deleted the dabritch-bugsweeper branch February 27, 2024 15:18
@arseniigorkin
Copy link

Hi! It cannot be run/built as it uses MAUI Controls 8.0.7 which makes unknown conflicts with something and makes MauiUIApplicationDelegate not found.

@arseniigorkin
Copy link

Снимок экрана 2024-02-28 в 02 41 29

@jfversluis
Copy link
Member

Looks like you might be hitting this: dotnet/maui#20847

@arseniigorkin
Copy link

Looks like you might be hitting this: dotnet/maui#20847

Hi! Are you able to build the game without the issue with this?
Thx.

@jfversluis
Copy link
Member

We build all of our samples in an automated pipeline as part of adding them to this repository. You can see the summary of that here: https://github.com/dotnet/maui-samples/actions/runs/8066602046.

So yes, this is able to build

@davidbritch
Copy link
Contributor Author

Hi @arseniigorkin

The issue is this: there's an AbsoluteLayout bug on Android that's only fixed in 8.0.7. So you can use previous MAUI releases on the other platforms and the sample is fine on those platforms. But for the sample to work on Android you need 8.0.7.

Even with 8.0.7 the sample should build fine in VS, provided that your workloads have been 100% managed by VS (meaning you've never use the .NET CLI to install your workloads). It's on a Mac that you can encounter issues building the sample. In that case remove the <MauiVersion /> line from the .csproj and it should build (but there'll be a layout bug on Android then).

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

Successfully merging this pull request may close these issues.

BugSweeper
3 participants