dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
5.36k stars 1.58k forks source link

missing dependencies in Rider #459

Open arvz opened 1 month ago

arvz commented 1 month ago

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 commented 1 month ago

Do you have the .NET MAUI workloads installed?

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