jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
319 stars 15 forks source link

Type or namespace could not be found. #32

Closed NathanVG closed 5 months ago

NathanVG commented 7 months ago

I'm trying to build a component library using a Razor Class Library.

I set up blazing story like the docs specifiy, however whenever I try to run blazing story or build the solution I get the error that the type or namespace that is defined on line 1 of program.cs in my .stories project could not be found.

I have changed the namespaces, removed the projects, started from scratch, renamed etc, all to no avail.

Any ideas?

jsakamoto commented 7 months ago

Hi @NathanVG, Could you share your project that is running into that problem? I'll look into it.

NathanVG commented 5 months ago

Updating Visual Studio 2022 and the SDK fixed this.