Troubleshooting
Troubleshooting
Terrabuild has limitations like all tools. This document tries to explain common errors and misunderstanding.
My project does not recompile despite a file has changed
If your project references files outside project hierarchy, use the includes
attribute on project. By default, Terrabuild only tracks files below project path.
Support of props files in .net
Props files are not supported as they lies outside project structure and are not explicit. Dotnet extension does not attempt to find such files.
If you still need to track dependencies on such files, use the includes
attribute on project.
Last updated on