-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Issue Description
Document the build system architecture and how different components interact.
Missing Documentation
@draptick identified several areas that need clarification:
Build System Questions
- How does
dotnet runinteract with FAKE build system? - How does the build server (GitHub Actions) work?
- How does the build work when invoked from Rider/VSCode?
- Can the application be started from Rider in debug mode?
Suggested Solution
Create comprehensive build system documentation covering:
- Local development workflow
- IDE integration (Rider, VSCode)
- FAKE build targets and their purposes
- CI/CD pipeline explanation
- Debug mode setup for different IDEs
Related
Part of onboarding feedback from @draptick
halcwb