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

missing dependencies in Rider #459

Open
arvz opened this issue Jul 16, 2024 · 1 comment
Open

missing dependencies in Rider #459

arvz opened this issue Jul 16, 2024 · 1 comment

Comments

@arvz
Copy link

arvz commented Jul 16, 2024

When I open the project in Rider I get a whole lot of compile issues, and missing dependencies in ClientApp and HybridApp as well as a few other errors and I'm not sure how to resolve. For example the ContentProperty attribute cannot be resolved, the context actions says to install package Microsoft.Maui.Controls.Core but this doesn't work either, just says "Sequence contains more than one matching element"

I'm on Rider 2024.1 and I have the latest .NET 8 sdk installed:

C:\Users\Arvin>dotnet --list-sdks
3.1.426 [C:\Program Files\dotnet\sdk]
5.0.415 [C:\Program Files\dotnet\sdk]
6.0.300 [C:\Program Files\dotnet\sdk]
8.0.303 [C:\Program Files\dotnet\sdk]

If I open in VS2022 it seems to work fine though

@jamesmontemagno
Copy link
Member

Do you have the .NET MAUI workloads installed?

Also see; https://www.jetbrains.com/help/rider/MAUI.html

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

No branches or pull requests

2 participants