Evoke
Evoke
CC#
Created by Evoke on 7/10/2023 in #help
❔ MSbuild library build result, build request, doesnt give any error message.
Not open source im planning to release it as a buyable project
8 replies
CC#
Created by Evoke on 7/10/2023 in #help
❔ MSbuild library build result, build request, doesnt give any error message.
Trying to create a code editor which is able to compile, without creating cs files on the disk.
8 replies
CC#
Created by Evoke on 7/10/2023 in #help
❔ 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