Evoke
❔ MSbuild library build result, build request, doesnt give any error message.
Im loading the csproj file as a string, project.load(), where I've deleted the cs file references, instead I'm adding them programmatically using the
ProjectItem csFileItem = project.AddItem("Compile", info[0])[0];
csFileItem.SetMetadataValue("Content", info[1]);
All the source code files do get added, and work, the rest of the files is within the same directory as the project path assigned manually, but could it create any other potential error doing like this, and how could I debug?
8 replies