ExaminePeek 1.0.0

dotnet add package ExaminePeek --version 1.0.0
NuGet\Install-Package ExaminePeek -Version 1.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExaminePeek --version 1.0.0
#r "nuget: ExaminePeek, 1.0.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.
// Install ExaminePeek as a Cake Addin
#addin nuget:?package=ExaminePeek&version=1.0.0

// Install ExaminePeek as a Cake Tool
#tool nuget:?package=ExaminePeek&version=1.0.0

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">

[!WARNING] As Umbraco V14 is still in a BETA phase, to install this Nuget Package into your Umbraco site, you will need to have the Umbraco MyGet feed added to your Nuget Feed

dotnet nuget add source "https://www.myget.org/F/umbracoprereleases/api/v3/index.json" -n "Umbraco Prereleases"

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 net8.0 is compatible.  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

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.0.0 99 4/17/2024
1.0.0-beta003 85 4/11/2024
1.0.0-beta002 82 3/26/2024
1.0.0-beta001 99 3/17/2024