only global configs are working correctly.
below .nt file
{{ config.ProjectsToBeSearched = ["ClassLibrary1"] }}
{{- capture output
for class in data.Classes
class.Name | String.Append "\r\n"
end
end
Save output "index.txt"
}}
is generating:
Program
Class1
while Class1 exists inside the ClassLibrary1 project while the Program class in another project
only global configs are working correctly. below .nt file
is generating: Program Class1
while Class1 exists inside the ClassLibrary1 project while the Program class in another project