https://github.com/mrward/monodevelop-project-system-tools
https://github.com/mrward/monodevelop-project-system-tools
monodevelop visual-studio-mac
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrward/monodevelop-project-system-tools
- Owner: mrward
- License: mit
- Created: 2019-10-13T14:36:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T10:14:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T13:11:18.529Z (11 months ago)
- Topics: monodevelop, visual-studio-mac
- Language: C#
- Size: 1.36 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Project System Tools for MonoDevelop and Visual Studio for Mac
Inspired by [Project System Tools for Visual Studio on Windows](https://github.com/dotnet/project-system-tools).
## Build Logging Window
To open the Build Logging Window
- Select View - Pads - Build Logging
Click the green arrow button to enable the logging of the MSBuild targets for builds and design-time builds.

To stop the logging click the red square stop button.
To filter the targets either use the combo box to restrict the targets to builds or design time builds, or use the search, on the right hand side of the window, to filter the targets displayed.
To open the log output for an MSBuild target
- Double click the row.
- Right click the row and select Open Log File


To open a binary log into the binary log viewer:
- Right click the row and Open Binary Log File
Note that not all MSBuild targets currently support generating a binary log.

Three tabs are available when a binlog file is opened.
- Build
- Tree view of the binary log targets and tasks
- Properties for a target or task are shown in the Properties window.
- Target Summary
- Target name
- Source filename
- Number of calls
- Time taken
- Percentage of total time taken
- Task Summary
- Task name
- Source filename
- Number of calls
- Time taken
- Percentage of total time taken


Selecting a tree node in the Build tab will show properties for the node in the Properties window.
