C# is broken today

I try to complete 2 community puzzles in C# today and see a problem.
“PLAY ALL TESTCASES” command gives me 100% success.
Clicking “SUBMIT”, I see 0% success: all testcases give an errors.
I sure my solutions are valid.

And, I did one observation: there is the next “Console Output” when I make an syntax error in the code:

Console output
Errors
‘/tmp/deps’ in MONO_PATH doesn’t exist or has wrong permissions.
/tmp/Answer.cs(21,8): error CS1525: Unexpected symbol `.’
Compilation failed: 1 error(s), 0 warnings

Take attention to the first line of the output with ‘/tmp/deps’…
Please, locate the problem and repair it.

A post was merged into an existing topic: Languages Update Issues