eShop icon indicating copy to clipboard operation
eShop copied to clipboard

missing dependencies in Rider

Open arvz opened this issue 1 year ago • 1 comments

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

arvz avatar Jul 16 '24 16:07 arvz

Do you have the .NET MAUI workloads installed?

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

jamesmontemagno avatar Jul 18 '24 16:07 jamesmontemagno