oh-my-posh/docs/docs/segment-dotnet.md
2021-02-14 13:08:50 +01:00

1.1 KiB

id title sidebar_label
dotnet Dotnet Dotnet

What

Display the currently active .NET SDK version.

Sample Configuration

{
  "type": "dotnet",
  "style": "powerline",
  "powerline_symbol": "",
  "foreground": "#000000",
  "background": "#00ffff",
  "properties": {
    "prefix": " \uE77F "
  }
}

Properties

  • display_version: boolean - display the active version or not; useful if all you need is an icon indicating dotnet is present - defaults to true
  • display_error: boolean - show the error context when failing to retrieve the version information - defaults to true
  • missing_command_text: string - text to display when the command is missing - defaults to empty
  • display_mode: string - determines when the segment is displayed
    • always: the segment is always displayed
    • files: the segment is only displayed when *.cs, *.vb, *.sln, *.csproj, or *.vbproj files are present (default)
  • unsupported_version_icon: string - text/icon that is displayed when the active .NET SDK version (e.g., one specified by global.json) is not installed/supported - defaults to \uf071 (X in a rectangle box)