Replies: 1 comment
-
By checking the config that I had with "dotnet-monitor config show" I noticed that it could not see my assembly so I set another ENV variable: which seem to now do the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to debug why my backgroundworker shuts down after some and to debug that I am installing dotnet monitor to same container where my app is running. I start the dotnet monitor with:
C:\Users\ContainerUser\.dotnet\tools\dotnet-monitor.exe collect --urls http://0.0.0.0:52323 --metricUrls http://0.0.0.0:52325 --no-auth
And I can connect to the swagger page after this. However the problem starts when trying to execute any functionalities through swagger. For example http://host:52325/processes' just responses with 404 Not Found. What am I missing?
My dockerfile looks like this:
Beta Was this translation helpful? Give feedback.
All reactions