Uh oh!
There was an error while loading. Please reload this page.
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)
WojciechNagorski
commented
Nov 16, 2023
Rob-Hague
commented
Nov 16, 2023
@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 |
WojciechNagorski
commented
Nov 16, 2023
@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 |
WojciechNagorski
commented
Nov 16, 2023
@Rob-Hague I made you a maintainer. Please let me know if you can edit right now. |
Rob-Hague
commented
Nov 16, 2023
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. |
Rob-Hague
commented
Nov 20, 2023
Thanks #1248 |
WojciechNagorski
commented
Dec 29, 2023
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)