Is it possible to determine if a .Net core console application is running in user interactive mode?
In previous versions of .Net it was possible to test Environment.UserInteractive to see if the user had access to the application. This doesn't seem to exist in .Net core.