JetBrains Rider 2024.2 Help

Troubleshooting .NET Aspire projects

If you experience a potential bug, you can report it in the plugin's Issues section on GitHub. Please don't forget to provide a detailed description of the problem, steps to reproduce, as well as screenshots and logs if possible.

Collect and share IDE logs

You can collect and attach logs, they will help us investigate the problem.

  1. Select Help | Diagnostics Tools | Choose Trace Scenarios from the menu.

  2. Click Advanced log settings.

  3. Insert me.rafaelldi.aspire:all into the text area.

    Plugin diagnostics scenario
  4. Reproduce the issue.

  5. Select Help | Collect Logs and Diagnostic Data from the menu.

  6. Attach the archive to the issue.

Collect .NET Aspire session host logs

Sometimes it is required to collect logs from the aspire-session-host service, which communicates with the Aspire host.

  1. Go to the plugin directory and open the aspire-plugin/aspire-session-host/appsettings.json file. This is a default aspnetcore configuration file.

  2. Change the level of the Default and AspireSessionHost categories. The updated logs will be reported to the IDE logs.

    { "Logging": { "LogLevel": { "Default": "Information", "AspireSessionHost": "Trace" } }, "AllowedHosts": "*" }
  3. Attach the log file to the issue.

Last modified: 10 July 2024