SyntaxFix
Write A Post
Hire A Developer
Questions
In .Net Core (as of v2.2) it should be:
new Process { StartInfo = new ProcessStartInfo(@"file path") { UseShellExecute = true } }.Start();
Related github issue can be found here