Diplo.GodMode 10.3.2

dotnet add package Diplo.GodMode --version 10.3.2
NuGet\Install-Package Diplo.GodMode -Version 10.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Diplo.GodMode" Version="10.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diplo.GodMode --version 10.3.2
#r "nuget: Diplo.GodMode, 10.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Diplo.GodMode as a Cake Addin
#addin nuget:?package=Diplo.GodMode&version=10.3.2

// Install Diplo.GodMode as a Cake Tool
#tool nuget:?package=Diplo.GodMode&version=10.3.2

Umbraco GodMode

Diplo God Mode makes Umbraco developers invincible!

This custom tree in the Settings section of Umbraco 10+ allows you to browse, query and search your document types and compositions; your templates and partials; your datatypes and property editors; your media library; your custom controllers, services and models. It also provides diagnostics about your Umbraco set-up and the server it is running on.

For instance, you can:

  • Quickly search doc types, templates, editors, media etc.
  • Easily see which doc types inherit from any of your compositions
  • See which document types use which property editor or data type instance
  • Distinguish between element types and types that vary by culture or segment
  • See which partials are used by all your templates (and which are cached)
  • Find out which data types are being used (or not)
  • View all content pages in a searchable and filterable table (using fast, server-side pagination)
  • View all Umbraco members and filter them by assigned group
  • Browse all media in the Media Library and filter by type
  • List all tags and the content associated with the tag. Find orphaned tags
  • See which controllers (Surface, API and RenderMvc) are being used and in what namespaces and DLLs
  • View all generated models (that inherit from PublishedContentModel)
  • View services injected into the IOC container, registered Content and URL Finders
  • Clear internal Umbraco caches and even stop App Pool (danger!)
  • View diagnostics and configuration settings about your Umbraco site and hosting environment
  • Warm up compilation of all templates ("views") in a single bound... erm, click.

Additional Info

Note: The 10.x version is for Umbraco 10/11/12. The 9.x version is for Umbraco 9. Use 2.x for Umbraco 8 or 1.x for Umbraco 7.

Configuration

Github: https://github.com/DanDiplo/Umbraco.GodMode (for additional config information)

About

More: https://www.diplo.co.uk/blog/web-development/god-mode-comes-to-umbraco-9/

Our: https://our.umbraco.com/packages/developer-tools/diplo-god-mode/

Twitter: https://twitter.com/DanDiplo

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Diplo.GodMode:

Package Downloads
N3O.Umbraco.Cms

TODO

Webwonders.Umbraco.Startup

Startup for Umbraco

Etch.Umbraco.SiteBuilder The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Umbraco starter kit for Etch

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.2 2,780 2/16/2024
10.3.1 16,551 11/1/2023
10.3.0 40,932 3/26/2023
10.2.2 18,874 11/28/2022
10.2.1 9,348 10/25/2022
10.2.0 19,114 8/10/2022
10.1.0 10,178 7/1/2022
10.0.1 838 6/28/2022
9.2.3 10,170 5/23/2022
9.2.2 3,944 5/5/2022
9.2.1 28,374 10/18/2021
9.2.0 1,753 10/5/2021
9.1.1 1,438 10/4/2021
9.1.0 1,434 10/1/2021
9.0.0 1,373 9/28/2021
2.5.0 6,655 7/1/2022
2.4.1 14,415 10/4/2021
2.3.0 17,530 6/14/2021
2.1.0 90,889 10/1/2019
2.0.0 4,621 7/26/2019
1.5.1 89,766 8/8/2018
1.5.0 8,128 6/22/2018
1.4.0 12,567 1/19/2018
1.3.9 4,118 10/4/2017
1.3.7 6,179 5/10/2017
1.3.5 1,334 5/3/2017
1.3.4 1,037 5/3/2017
1.3.3 1,529 4/11/2017
1.3.2 3,618 12/3/2016
1.3.1 1,158 12/3/2016
1.3.0 1,237 12/3/2016
1.2.0 2,642 8/18/2016
1.1.0 2,081 6/27/2016
1.0.0 1,259 6/9/2016

Extra diagnostics, including appSettings and environment (with thanks to Seb Janssen) and a new utility to clear the Media Cache.