-
Notifications
You must be signed in to change notification settings - Fork 240
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
namespace 'GeneralSettings' could not be found #765
Comments
Having the same issue. Can't find a solution for it. UBUNTU 21.04 DotNet 2.1, 3.1,5.0 are installed |
Same issue on Arch, dotnet 5.0.5 |
same here. Why not providing an already built release with ready to run packages? Not eveyones wants the compile everything, most of the people will only want to actual use this app. Anyway, that's the erro I am getting as well: /repos/AvalonStudio/AvalonStudio/AvalonStudio/GeneralSettingsViewModel.cs(33,49): error CS0246: The type or namespace name 'GeneralSettings' could not be found (are you missing a using directive or an assembly reference?) Running on Ubuntu 20.10 and dotnet5 |
for me too. |
Quite disappointing to see total silence on solving this issue. |
The issue can be fixed with #768 . |
Every time I try to build Avalon, I always get this error:
C:\Users-----\Desktop\AvalonStudio\AvalonStudio\AvalonStudio\GeneralSettingsViewModel.cs(33,49): error CS0246: The type or namespace name 'GeneralSettings' could not be found (are you missing a using directive or an assembly reference?).
This error also shows up at GeneralSettingsViewModel.cs(40,49).
The text was updated successfully, but these errors were encountered: