1. The command line?
2. Inside NT8 Safe Mode? No matter what I've tried so far, the compile button stays disabled.
The backstory is that I have a most of my engine in a DLL and occasionally I'll make a change that causes the currently compiled AddOn to look for an export that is no longer there. When this happens, the NT8 client shuts down immediately on launch, before I can compile the code from within the editor to fix the problem. But the new code compiles fine in VS2022, so I just need to somehow get NT8 to compile the new code before it shuts down.
When I eventually figure out the magic thing that I need to add back so that whatever DLL got created from the prior NT8 editor compile of NinjaTrader.Custom.sln starts inside NT8, then everything goes back to working.
The problem is that this process can be quite time-consuming/painful, b/c the errors in the log and trace files are often red herrings or not helpful. So it's a little like trying to deduce a compile problem without an error to point you at where.
Any guidance you can provide here would be much appreciated.
Cheers,
Peter

Comment