os.path.join (folder, filename) ensures the path is correct for the system. On Windows, it uses backslashes (reports\summary.txt); on Linux and macOS it uses forward slashes (reports/summary.txt).
On Windows, portable installs on different drives/paths require manual environment variable setup or user-level config changes. On Linux or other systems, when uv is ...
I am unable to get it so that the Azure Foundry Traces Dashboard/Tab shows anything from our .net SDK usage. I dug into the app insights query the Traces tab uses, and found where the root cause of ...