doc/articles/includes/uno-platform-status-inline.md
The Uno Platform Status surfaces what Uno Platform is doing behind the scenes when you open a solution in your IDE. It provides clear, real-time feedback so you know when everything is ready to run, and highlights issues early to avoid blocking your development flow.
Its icon is located in the status bar of all supported IDEs.
The Uno Platform Status appears as soon as you install the Uno extension in your IDE and open a solution:
[!NOTE] The Uno Platform Status can also appear for non-Uno solutions. This helps you troubleshoot when you expected Uno packages to be present but they were not detected.
To ensure consistency, the Uno tooling aligns itself with the package versions referenced by your solution. The IDE extension waits for NuGet restore to complete before enabling Uno features.
[!TIP] If restore takes longer than expected, check your network connectivity and any corporate proxy settings, then retry restore from your IDE.
The Output window in Visual Studio includes an output category named Uno Platform - Dev Environment. Diagnostic messages from the Uno Platform VS extension appear there. To enable logging, set MSBuild project build output verbosity to at least "Normal" (above "Minimal"). These changes should take effect immediately without a restart; if you do not see additional logs, try restarting Visual Studio. For more details on build log verbosity, refer to the official Visual Studio documentation.
If you need to share logs when opening an issue on the GitHub Uno Platform repository, set verbosity to Diagnostic to provide the most detailed logs for investigation.
Steps to change MSBuild output verbosity:
Open Tools > Options > Projects and Solutions > Build and Run, then set MSBuild output verbosity to Diagnostic or the required level.
Restart Visual Studio, re-open your solution, and wait a few seconds.
Go to View > Output.
In the Output window, select Uno Platform - Dev Environment from the drop-down.
The Output window in Visual Studio Code includes an output category named Uno Platform in its drop-down menu. Diagnostic messages from the Uno Platform VS Code extension appear there.
Steps to see the Uno Platform output:
In the status bar at the bottom left of VS Code, ensure NameOfYourProject.csproj is selected (by default NameOfYourProject.sln is selected).
Wait a few seconds.
Go to View > Output.
In the Output window, select Uno Platform from the drop-down.
The Output window in Rider includes an output category named Uno Platform in its sidebar. Diagnostic messages from the Uno Platform Rider plugin appear there.
Steps to see the Hot Reload output:
In the sidebar at the bottom left of Rider, click on the Uno Platform logo.
In the Output window, select LEVEL: Trace from the drop-down.