-
-
Notifications
You must be signed in to change notification settings - Fork 952
Tweak diagnostics #1241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweak diagnostics #1241
Conversation
* Make it work (it needs the TRACE symbol defined - lots of head scratching without it) * Expose publicly, but still in DEBUG (to allow programmatic configuration necessary in Core) * Document how to use it * Tweak usage (add some logs, remove key/iv information, override ToString on some Message types)
@drieseng if you would be willing to give me access to the wiki, I will add some instructions to https://github.com/sshnet/SSH.NET/wiki/Troubleshooting-SSH.NET |
@Rob-Hague @drieseng I wanted to prepare a new web page something similar to https://docs.automapper.org/en/stable/ But I need to admin permissions to https://github.com/sshnet/sshnet.github.io |
@Rob-Hague I made you a maintainer. Please let me know if you can edit right now. |
Thanks, I was able to make a test edit. I will update that page |
@Rob-Hague, this doesn't compile for me in RELEASE mode, complains about 'Source' being undefined in DiagnosticAbstraction.cs:62 under Net7.0. |
Thanks #1248 |
The 2023.0.1 version has been released to Nuget: https://www.nuget.org/packages/SSH.NET/2023.0.1 |
Make it work (it needs the TRACE symbol defined - lots of head scratching without it)
Expose publicly, but still in DEBUG (to allow programmatic configuration necessary in Core)
Document how to use it
Tweak usage (add some logs, remove key/iv information, override ToString on some Message types)