Pingu
Pingu
CC#
Created by Pingu on 2/15/2024 in #help
Building a Blazor `RenderFragment` in base razor component to be used in derived?
Thanks 🙂
10 replies
CC#
Created by Pingu on 2/15/2024 in #help
Building a Blazor `RenderFragment` in base razor component to be used in derived?
ah ok makes sense. Didn't realise that worked like that... Interesting. 🙂
10 replies
CC#
Created by Pingu on 2/15/2024 in #help
Building a Blazor `RenderFragment` in base razor component to be used in derived?
(confused how that would look sorry)
10 replies
CC#
Created by Pingu on 2/15/2024 in #help
Building a Blazor `RenderFragment` in base razor component to be used in derived?
How would I do that?
10 replies
CC#
Created by Pingu on 2/15/2024 in #help
Building a Blazor `RenderFragment` in base razor component to be used in derived?
i could, thats another option... But I was wondering if there was a way to build up a render fragment within a component without doing so using the Builder approach
10 replies
CC#
Created by Pingu on 5/25/2023 in #help
❔ Blazor Project won't compile - Previously did without any changes.
Cheers. I'm a solo dev on the project, so no team related issues thankfully. In a fairly recent change (before updating VS), I moved the location of the 2 components causing issues, so I'm wondering if that is somehow a factor... It doesn't make sense that it is because I've deleted the temp files VS creates (.vs, bin, obj) and restarted, so anything weird hanging around should be gone... But these 2 components both were moved from one folder to another, at the same time a few commits previously... And there are other components in their current location being referenced without any issues.
14 replies
CC#
Created by Pingu on 5/25/2023 in #help
❔ Blazor Project won't compile - Previously did without any changes.
As in, I can't figure out why these 2 components need full namespaces to be referenced. And in other similar projects, the issue doesn't exist at all. I can't figure out what makes these components require this in particular.
14 replies
CC#
Created by Pingu on 5/25/2023 in #help
❔ Blazor Project won't compile - Previously did without any changes.
I also have other components listed underneath that namespace which I reference without the need to fully identify them. Its only 2 specific ones.
14 replies
CC#
Created by Pingu on 5/25/2023 in #help
❔ Blazor Project won't compile - Previously did without any changes.
14 replies
CC#
Created by Pingu on 5/25/2023 in #help
❔ Blazor Project won't compile - Previously did without any changes.
Hmm, yes this does seem to work and build succeeds with it. Have had a think and now that you mention it, I did upgrade VS to the latest, and must fall inbetween last time I built this project without issue and now. I can't figure out why this would happen, I have another similar project that compiles fine. and when I tried downloading the repo into a seperate folder I never opened it in VS, just got the same errors running dotnet build
14 replies