ExaminePeek 1.1.0

dotnet add package ExaminePeek --version 1.1.0
                    
NuGet\Install-Package ExaminePeek -Version 1.1.0
                    
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="ExaminePeek" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExaminePeek" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ExaminePeek" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ExaminePeek --version 1.1.0
                    
#r "nuget: ExaminePeek, 1.1.0"
                    
#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.
#addin nuget:?package=ExaminePeek&version=1.1.0
                    
Install ExaminePeek as a Cake Addin
#tool nuget:?package=ExaminePeek&version=1.1.0
                    
Install ExaminePeek as a Cake Tool

Examine Peek

<img src="https://raw.githubusercontent.com/warrenbuckley/Examine-Peek/main/.github/ExaminePeek.Icon.png" alt="Examine Peek for Umbraco" height="150" align="right">

What is Examine Peek ?

It is a simple package to help view a specific Umbraco content node and see its stored values in the Umbraco External Examine index and was a good first use case of learning how to build a simple Umbraco package for V14.

Examine Peek Entity Action in Umbraco V14+

Why?

Well if you use Examine and are storing custom fields and values against your content node in the Umbraco External index, you may wish to quickly view and debug what is stored in the Examine index. This saves you browsing to the Settings → Examine dashboard and performing a search query to find the exact document you wish to view

How do I use it?

After installation then all Umbraco content nodes will add a new Context Action on the right click of the tree or the actions menu.

Open API specification

You can view the Open API definition at this URL https://localhost:44365/umbraco/swagger/ExaminePeek/swagger.json

Alternatively you can browse the Open API definitions in your Umbraco site, including the Examine Peek Package API definition using the Swagger UI by visiting this url https://localhost:44365/umbraco/swagger

This allows you to try out the API requests directly in the browser and see the responses, ideal for debugging or consuming the API in an alternative way

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 100 3/14/2025
1.0.1 127 5/30/2024
1.0.0 160 4/17/2024
1.0.0-beta003 114 4/11/2024
1.0.0-beta002 114 3/26/2024
1.0.0-beta001 123 3/17/2024