Sitefinity.RequestSpy 1.0.0

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

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

SitefinityRequestSpy

Sitefinity module which listens to every request which comes to the Sitefinity application and visualises it in the backend.

Install

NuGet Package: https://www.nuget.org/packages/Sitefinity.RequestSpy

Dependencies

  • Telerik.Sitefinity.dll
  • Telerik.Sitefinity.Services.Events.dll
  • Microsoft.Web.Infrastructure.dll

I removed the dependency to the Telerik.Sitefinity.Core NuGet package because it brings ton of other dependencies (Authentication, etc.) which are not needed for this tool. Instead, I referred the required DLLs directly from the NuGet package folder, but without actually use NuGet packges within its code project. In any case, this module will work only for a Sitefinity application, so all the required DLLs will already be in the web application bin folder.

The module is build agains build 10.1.6527.0

Make sure you add binding redirect if you install it on a different build. E.g on build 6526:

<dependentAssembly>
  <assemblyIdentity name="Telerik.Sitefinity" publicKeyToken="b28c218413bdf563" culture="neutral" />
  <bindingRedirect oldVersion="0.0.0.0-10.1.6527.0" newVersion="10.1.6526.0" />
</dependentAssembly>

<dependentAssembly>
  <assemblyIdentity name="Telerik.Sitefinity.Services.Events" publicKeyToken="b28c218413bdf563" culture="neutral" />
  <bindingRedirect oldVersion="0.0.0.0-10.1.6527.0" newVersion="10.1.6526.0" />
</dependentAssembly>

SitefintiyWebApp project (10.1.6527.0) is included for dev convenince. The database is in the App_Data folder. A license file is needed to run the website.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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 1,012 2/4/2018