Replies: 3 comments 2 replies
|
digging through the code a bit, I figured out how to connect. setting the ENVs, etc. running a pretty standard ASPNET API with standard DI configured, I get So, I don't understand how to do anything once I am connected. I can't seem to find/use any of the static public properties inside my running dotnet app. |
|
thanks!! yeah... i was connecting to the dotnet process itself. that was the issue. connecting to my specific app now works great, and I see the DI I tested both my standard ASP NET app, as well as fairly complicated dotnet console app that does weird reflection and custom assembly loading stuff, and both worked great. Off the top of my head, I don't have a lot of use cases for this yet, but I'm sure I'll come up with some. Very excited to play around with this. Honestly, I would strongly recommend promoting this specific feature as well as this whole app on the C# and dotnet subreddits. I feel like this app is criminally unknown in the community. This is hands down one of my favorite dotnet specific tools. |

Uh oh!
There was an error while loading. Please reload this page.
I just saw this new feature : #477
This is extremely interesting. I don't totally follow how to use it though.
A small example would be very useful.
Thanks
All reactions