To troubleshoot any issues around runtime, framework, and assembly resolution, you can enable host tracing.

For example, set these environment variables:
  • export COREHOST_TRACE=1
  • export COREHOST_TRACEFILE=corehost.log
  • export COREHOST_TRACE_VERBOSITY=4
Then, start the AVM with the following:
pro -clrnetcore -preloadCLR -clientlog dotnet.log -logginglevel 7
See https://github.com/dotnet/runtime/blob/main/docs/design/features/host-tracing.md for more information.