Does OpenRasta support Mono?
- by Earlz
Although Mono support is not a big deal for us, I figured OpenRasta supported it cause it has some commit messages about it..
Well, I tried to build it on Mono and got Ambiguous type references(after manually creating like 10 obj directories.) So I tried just using the prebuilt assemblies I had on hand and that gave me an Object Reference Not Set To Instance of an Object (the usual error I have with mono.. ) at OpenRasta.Diagnostics.DebuggerLoggingTraceListener.WriteAll (using xsp2)
Is there official support for Mono or am I missing some sorta extra step for deployment?