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.
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?