[ANN] ClojureCLR 1.12.3-alpha8 A few small fixes. Test away. • Minor bug fixes and improved error message in the new async/await processing under .NET 11. • Fix to enable ClojureCLR to run in a CLR hosted in a non-managed app (e.g., C++ console). See https://ask.clojure.org/index.php/14187/porting-net-4-8-application-using-clojure-clr-to-net-8 for more details. There was a change somewhere between .NET Framework and .NET 8 that messed up assembly loading during initialization. I added a little C++ console app that loads the CLR runtime and ClojureCLR and evaluates a form in Clojure. I will not discuss what a PITA that endeavor turned out to be. This app just for quick testing of viability. This change still needs testing in the context given in that "Ask" thread.