I am running my published .NET core app on Linux using "dotnet abc.dll &" command so it runs in the background. Will this be running forever? I heard from a friend of mine that Garbage Collector will kill the running application and we need something like"Supervisor" to keep the application running. Is this correct?
Thanks
Angelo