It's pretty good for .NET 2.0 features. Many .NET 3.x features are in process now but aren't complete.
The easiest way to check for your specific project is to run the Mono Migration Analyzer (MoMA). The benefit is that it will notify the Mono team of issues which will prevent you from using Mono (if any), which lets them prioritize their work.
I recently ran MoMA on SubSonic and found only one issue - a weird use of Nullable types. That's a big codebase, so the coverage there was pretty impressive.
Mono is in active use in several commercial as well as open source products. It's in use in some large applications, such as Wikipedia and the Mozilla Developer Center, and has been used in embedded applications such as the Sansa MP3 players and in some gaming application (which they're not allowed to discuss publicly).
At the language level, the Mono compiler is fully compliant with the C# 3.0 language specification.
