HarmonyCore
HarmonyCore copied to clipboard
Traditional bridge debug utility
It would be helpful to create a debug utility for traditional bridge that logs all input and output across the local or ssh link. It should take json text directly and format it into an appropriate message.
- [ ] This utility needs to be shipped as a .net cli tool
- [ ] point it at a System.Models dll to get data objects
- [ ] take input interactively or from an input json file
- [ ] dump all communication to and from either to the console or an output file
- [ ] allow launch configuration to enable debugger remote or local
- [ ] allow environment configuration via explicit appsettings.json from command line