ubuntu - How to use ServiceStack with Razor on mono -


i've been following rockstars razor demo code servicestack , run issue when attempting run on mono.

self host - runtime views (razor based pages hang - basic html returned fine)

self host - compiled views - has issues razorgeneratorbuildtask on mono build server.

could missing lib on mono environment?

/var/teamcity/work/5bead0e9f3bb7d30/code/packages/servicestack.razor.buildtask.4.0.40/build/servicestack.razor.buildtask.targets error executing task razorgeneratorbuildtask: object reference not set instance of object

compiling razor views , razorgeneratorbuildtask doesn't work on mono. razor views need compiled on windows/.net first should able run compiled razor pages dll in mono.