When I'm writing code, and i purposely write a syntax error like:
Console.WriteLine(;
Visual Studio doesn't show me the red squiggle Intellisense errors.
But when i start the program it shows the error. That's not how it should work.
Any ideas on what to do?