In a project called websharper-sample generated file for UI templating will contain namespace websharper-sample.Template which fails to compile because of - character (results in error A namespace cannot directly contain members such as fields or methods). It should be converted to _.
In a project called
websharper-sample
generated file for UI templating will containnamespace websharper-sample.Template
which fails to compile because of-
character (results in errorA namespace cannot directly contain members such as fields or methods
). It should be converted to_
.