Pingu
❔ 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
❔ 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
❔ 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