statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Crash after release of 1.0.0-beta.36 #973

Closed daveaglick closed 2 years ago

daveaglick commented 2 years ago

Anything still referencing the Statiq.Html namespace is failing (I suspect it's the HtmlKeys file - we kept it but I probably didn't put it in the old namespace and should have):

[ERRO] Archives/PostProcess » ExecuteSwitch » RenderContentPostProcessTemplates » ExecuteIf » ExecuteIf » RenderRazor » [C:/Code/daveaglick/daveaglick/theme/input/tags.cshtml => tags/csharp/index.html] One or more compilation failures occurred:
_post.cshtml(4,38): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Statiq' (are you missing an assembly reference?)
daveaglick commented 2 years ago

This is now resolved.