I'm trying to automate some tasks for myself and I wrote a few .NET Core 1.0 console applications. One of them is BrowserRouter - a simple application which, based on a URL pattern, decides which browser / browser profile to open when I click on HTTP(S) links.
That works fine, but there is always the console window which appears and immediately disappears.
Is there a way to run the .NET Core console application silently (hiding the console window)?
I know in the full .NET Framework it is possible to change the output type to Windows Application, but that's not available (yet?) for .NET Core.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…