Hide Forgot
An assembly must be built and then run with `dotnet myassembly.dll`. `dotnet run` introduces a man-in-the-middle process which can lead to strange side-effects. One important difference is that 'dotnet run' doesn't allow the application to gracefully shut down when receiving SIGINT (https://github.com/dotnet/cli/issues/4856). Fans of 12factor will find this important.
Is there a way to find out what the assembly path/name is so we can use it instead of `dotnet run`?
Perhaps we could move such issues upstream? https://github.com/redhat-developer/s2i-dotnetcore/issues
https://bugzilla.redhat.com/show_bug.cgi?id=1400978 will require to specify the project folder. We can use that to figure out the assembly name.
PR: https://github.com/redhat-developer/s2i-dotnetcore/pull/12
Testsuite passed for both 1.0.4 and 1.1.1 1.0.4 https://bugzilla.redhat.com/show_bug.cgi?id=1430300#c4 1.1.1 https://bugzilla.redhat.com/show_bug.cgi?id=1430310#c4
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0560