.NET Project Generator
Generate fixed API templates for Console, Class Library, or Minimal net8.0 local ZIP projects; do not compile or run code.
Local browser processing
This page has passed the public directory check; full functionality is available after enabling JavaScript.
User Guide
How to use the .NET project generator
The .NET project generator generates text and ZIP only in the current browser’s memory; it does not upload, compile, or run projects.
Select a template
Select Console, Class Library, or Minimal API.
Enter a project name
Enter a safe project name and namespace; the target framework is fixed at net8.0.
Download and review
Download ZIP, extract it, then independently inspect and compile it locally in the .NET SDK environment.
Limitations and Notes
- The tool only generates files, does not invoke dotnet CLI, restore the NuGet package, or execute user code.
- Project names, file counts, and ZIP output are subject to limits; path traversal and dangerous filenames will be rejected.
- Generated projects still require manual review against the target SDK, license requirements, and dependency security requirements.
FAQ
Will compilation take place on the server?
No. The browser only generates and downloads the local ZIP.
Can it generate any .NET version?
The initial version is fixed at net8 point zero to keep templates and tests reproducible.
Will the input be written to disk?
No; the browser saves the file only after the user downloads it.