missing dependencies in Rider
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 3.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.