I'm just playing around with Windows Phone and trying to write an app for it.
I can't seem to find a Trace.Assert in System.Diagnostics. This exists in .NET for the PC and lets me throw assertions in Release builds.
I'm guessing that this is just something that's not a part of the silverlight toolkit.
What is the correct way of enabling assertions in a release build? Debug.Assert does not do anything in the Release build ... I think it gets compiled out.