-
Notifications
You must be signed in to change notification settings - Fork 0
Build & Run
Matthew Daly edited this page Apr 1, 2022
·
2 revisions
Maple can be debugged with the dotnet cli:
dotnet run -- [arguments]
It's important to note that when running maple under a debugger it will look for the properties, syntax, and themes directory within the debugging build folder (typically something like bin\Debug\net6.0\). MSBuild is configured to automatically copy these directories (and all *.xml files within them) from the project directory to the build directory on every build.
Maple is pretty easy to build since it has no dependencies.
dotnet build -c Release
The wiki is updated when changes are made to the repository. This page may reflect changes that are not present in the latest release.