Search code examples
monoopenrasta

Does OpenRasta support Mono?


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?


Solution

  • OpenRasta is not being tested on mono at the moment. This is changing with the next iteration, but the answer is "i don't know".

    DebuggerLoggingTraceListener is writing to the debugger output, mono may have different expectations of how the code works.