Since .net 5 in my Blazor WASM solution Debug.WriteLine no longer works? why is this?
Console.WriteLine does work but I would prefer to use Debug.WriteLine as it's conditionally omitted from the production compilation.
Is it something I need to configure to get working again?
Regards