binlog-generation
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Command Execution: The skill provides instructions for executing common .NET CLI and MSBuild shell commands, such as
dotnet buildanddotnet test. These operations are fundamental to the .NET development lifecycle and are used here specifically for generating diagnostic binary logs. - Safe Repository Maintenance: It includes recommendations for using
git cleanwith the-e(exclude) flag to preserve binary logs. This is a standard practice to ensure that build history is not accidentally removed during workspace cleanup. - Automated Resource Management: The instructions promote the use of the
{}placeholder in MSBuild 17.8+, which automates the creation of unique log files. This reduces the need for custom script logic to manage file collisions, simplifying the build diagnostic process.
Audit Metadata