LinuxCommandLibrary

monodevelop

integrated development environment

TLDR

Start MonoDevelop IDE

$ monodevelop
copy
Open solution file
$ monodevelop [solution.sln]
copy
Open project file
$ monodevelop [project.csproj]
copy

SYNOPSIS

monodevelop [options] [files...]

DESCRIPTION

monodevelop is an integrated development environment for .NET and Mono. Supports C#, F#, Visual Basic, and other languages. Features code completion, debugging, version control integration, and cross-platform development.

PARAMETERS

--newwindow

Open new window.
--nologo
Skip splash screen.
--ipc-tcp
Use TCP for IPC.
--perf-log
Enable performance logging.

CAVEATS

MonoDevelop development has slowed. Consider Visual Studio Code with C# extension or JetBrains Rider for active .NET development.

SEE ALSO

dotnet(1), msbuild(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community