You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load Errors: [|/root/test/generators/layout.fsx (67,53)-(67,59) typecheck error The union cases or fields of the type'HtmlElement' are not accessible from this code location;
/root/test/generators/layout.fsx (67,53)-(67,89) typecheck error All elements of a list must be implicitly convertible to the type of the first element, which here is 'HtmlProperties'. This element has type'HtmlElement'.|]
Open Errors: [|input.fsx (1,6)-(1,11) typecheck error The namespace or module 'Index' is not defined.|]
Get generator Errors: [|input.fsx (1,16)-(1,24) typecheck error The value or constructor 'generate' is not defined. Maybe you want one of the following:
Generating
GenerationPhase
GeneratorConfig
GeneratorOutput
GeneratorTrigger|]
[11:52:01] multiple files generation failed
Generated site with errors. Waiting for changes...
[11:52:01] Watch mode started. Press any key to exit.
Screenshots
Error message :
dotnet --info ;
Environment :
OS: alpine Linux 3.17.0
dotnet SDK version: 7.0.101
The text was updated successfully, but these errors were encountered:
Load Errors: [|/root/test/generators/layout.fsx (67,53)-(67,59) typecheck error The union cases or fields of the type'HtmlElement' are not accessible from this code location;
/root/test/generators/layout.fsx (67,53)-(67,89) typecheck error All elements of a list must be implicitly convertible to the type of the first element, which here is 'HtmlProperties'. This element has type'HtmlElement'.|]
Open Errors: [|input.fsx (1,6)-(1,11) typecheck error The namespace or module 'Index' is not defined.|]
[ ... ]
When the current Fornax release was pushed to NuGet, the template generator was still out of sync with the Fornax.Core assembly (I'm guessing a successful build of the demo project wasn't part of the production workflow 😖).
Error when trying to run
fornax watch
To Reproduce
Steps to reproduce the behaviour:
dotnet tool install fornax -g
mkdir Test
cd Test
fornax new
fornax watch
Expected behaviour
successfully run web server
Error Message :
Screenshots
Error message :
dotnet --info ;
Environment :
The text was updated successfully, but these errors were encountered: