From review of PR #81.
If a user tries to run archlens on a non-Python project without first running dotnet publish, they get a cryptic pythonnet error. Should check for the DLL's existence and show a clear message like:
.NET component not found. Run dotnet publish src/c-sharp/Archlens.csproj -o <path>/src/python/src/.dotnet -c Release first.
From review of PR #81.
If a user tries to run archlens on a non-Python project without first running
dotnet publish, they get a cryptic pythonnet error. Should check for the DLL's existence and show a clear message like: