bregue dhue
bregue dhue
Explore posts from servers
CC#
Created by bregue dhue on 7/11/2023 in #help
❔ blazor wont build from solution template rider
hello everyone 🙂 noob here, i've been building blazor webassembly apps for a week it's been fine all of a sudden they just dont work anymore, i keep getting this error from Jetbrains Rider

_Imports.razor(10, 23): [CS0234] The type or namespace name 'Shared' does not exist in the namespace 'PickACardBlazor' (are you missing an assembly reference?)

_Imports.razor(10, 23): [CS0234] The type or namespace name 'Shared' does not exist in the namespace 'PickACardBlazor' (are you missing an assembly reference?)
and this is from a fresh solution template as creatd by Jetbrains Rider .net Core blazor web assembly app. the projects i have here that used to work all have the same error message. any insight would be much appreciated i'm on arch linux btw
3 replies
CC#
Created by bregue dhue on 7/3/2023 in #help
❔ developing wpf on linux using jetbrains rider
hello everyone 🙂 noob here trying to follow along with the examples in this book i'm reading(head first c#) it has steps on how to change the xaml for a windows desktop app using wpf option in vs code. but i'm on jetbrains rider on linux is this no possible? i tried doing settings -> file templates -> xaml -> resource dictionary using the instructions in this page: https://www.jetbrains.com/help/rider/Settings_Tools_XAML_Preview.html and then hitting on save but i don't know if it worked, coz when i do a 'new solution' it doesn't have the option for wpf forms. or is just a file it's creating? coz i also can't find it
43 replies