Configure > Preferences... > Tools > Add > DOS Command...
Microsoft C# Compiler
Command: cmd.exe
Parameters: C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc $FileName
Initial folder: $FileDir
Checkboxes: Capture Output, Save all documents first, Sound alert when completed
Regular Expression: ^\([^(]+\)(\([0-9]+\),\([0-9]+\))
Registers: File: 1 Line: 2 Column: 3
Cheers...
PS: I forgot to mention that I am using spanish versions for both Windows and C#, and here is a sample of the errors, just in case:
Code: Select all
Test.cs(2,1): error CS0116: Un espacio de nombres no contiene directamente miembros como campos o métodos
Test.cs(9,5): error CS1001: Se esperaba un identificador
Test.cs(9,7): error CS1518: Se esperaba una clase, un delegado, una enumeración, una interfaz o una estructura