Since the rollout of Smart App Control by latest Windows Update, ServiceStack.Text (8.10) is blocked from loading.
While this can be caught in creation (AppSelfHostBase) ther is no way to catch this issue as the object will be automatically disposed resulting in
System.IO.FileNotFoundException: Die Datei oder Assembly “ServiceStack.Text, Version=6.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587” oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Dateiname: “ServiceStack.Text, Version=6.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587”
bei ServiceStack.ServiceStackHost.Dispose(Boolean disposing)
bei ServiceStack.Host.HttpListener.HttpListenerBase.Dispose(Boolean disposing) in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/Host/HttpListener/HttpListenerBase.cs:Zeile 461.
bei ServiceStack.AppHostHttpListenerPoolBase.Dispose(Boolean disposing) in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/AppHostHttpListenerPoolBase.cs:Zeile 110.
bei ServiceStack.ServiceStackHost.Finalize() in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/ServiceStackHost.cs:Zeile 2187.
Crashing the app.
Any hints?