I have some issues with the program.cs file, with the version of ASP.NetCORE 2.0
Here\'s my code
public class Program { public static void Main(st
I had this problem and the reason is that for some reason Visual Studio saves files with some invisible metadata that goes before the text therefore JSON reader cannot parse it.
You need to File -> Save As -> (Choose UTF-8 Without BOM).
File -> Save As -> (Choose UTF-8 Without BOM)