-
Notifications
You must be signed in to change notification settings - Fork 51
Forge QuickStart Guide
This page gives you quick, hands-on experience using Forge and ForgeEditor. It is recommended to use this as a sandbox to test features as you learn more about the various contributors: application owner, ForgeTree author, ForgeAction author.
This Linqpad script is a bare-bones application that integrates Microsoft.Forge.TreeWalker. If you are onboarding your application to use Forge, this is the minimal code needed to get you started. The script contains helpful comments that give you a basic understanding of Forge, and points to various wiki pages for more in-depth details.
It is intended to give users a quick, hands-on experience with Forge from the various contributors perspective:
- Application owner
- ForgeTree author
- ForgeAction author
- Download Linqpad if you haven't already. It allows you to write and run C# code quickly.
- Copy/paste the script contents from ForgeQuickStart.linq into a text file and save it as a .linq file.
- Open the linq file you just created to open it in Linqpad. Hit the green "Execute" button to run the program.
ForgeEditor Web version is available at https://forge-editor.microsoft.com or https://aka.ms/forge-editor.