DSPi-Console-Windows

(★ 64)

No description available.

File Explorer

  • .gitattributes
  • .gitignore
  • CHANGELOG.md
  • CLAUDE.md
  • DSPiConsole.sln
  • gui_specs.md
  • README.md
  • UPDATE_PLAN.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

dotnet build

View Details ▼

Builds a .NET application and its dependencies.

dotnet build

Compile the project or solution in the current directory:

dotnet build {{path/to/project_or_solution}}

Compile a .NET project or solution in debug mode:

dotnet build {{[-c|--configuration]}} {{Release}}

Compile in release mode:

// repository documentation