Dragonfly.Umbraco10.SiteAuditor 2.11.0

dotnet add package Dragonfly.Umbraco10.SiteAuditor --version 2.11.0
                    
NuGet\Install-Package Dragonfly.Umbraco10.SiteAuditor -Version 2.11.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="Dragonfly.Umbraco10.SiteAuditor" Version="2.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dragonfly.Umbraco10.SiteAuditor" Version="2.11.0" />
                    
Directory.Packages.props
<PackageReference Include="Dragonfly.Umbraco10.SiteAuditor" />
                    
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 Dragonfly.Umbraco10.SiteAuditor --version 2.11.0
                    
#r "nuget: Dragonfly.Umbraco10.SiteAuditor, 2.11.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.
#:package Dragonfly.Umbraco10.SiteAuditor@2.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dragonfly.Umbraco10.SiteAuditor&version=2.11.0
                    
Install as a Cake Addin
#tool nuget:?package=Dragonfly.Umbraco10.SiteAuditor&version=2.11.0
                    
Install as a Cake Tool

Dragonfly Umbraco 10 SiteAuditor

A collection of tools to extract data about an Umbraco 10 site created by Heather Floyd.

Dragonfly Website Umbraco Marketplace Nuget Downloads GitHub

Versions

This package is designed to work with Umbraco 10+. View all available versions.

Installation

Nuget Downloads

PM>   Install-Package Dragonfly.Umbraco10.SiteAuditor


dotnet add package Dragonfly.Umbraco10.SiteAuditor

Configuration

Configuration is optional. The default values will work for most use cases. You can, however, control certain aspects of the tool via an appSettings section:

{
  "Umbraco": {
    //...  Umbraco settings
  },
  "DragonflySiteAuditor": {
    "LimitProcessingLogsLargerThanBytes": 314572800, // 300 MB
    "ExcludeLevelsToManageLargeLogs": [ "Verbose", "Debug", "Information" ],
    "NeverProcessLogsLargerThanBytes": 1048576000, //1 GB
    "PluginPath": "~/App_Plugins/Dragonfly.SiteAuditor/",
    "DataPath": "~/App_Data/DragonflySiteAuditor/"
  }
}
```

the first three settings control the size of the logs that are processed by the tools. In cases where log files have become too large, trying to read them can cause Timeouts or 'Out Of Memory' exceptions. Log files which exceed the `LimitProcessingLogsLargerThanBytes` will be processed, but will exclude the levels specified in `ExcludeLevelsToManageLargeLogs`  If a log file exceeds the `NeverProcessLogsLargerThanBytes`, it will not be processed at all.

## Usage ##
The Tools are accessed via the Dashboard added to the back-office Settings section.


*NOTE: You need to be logged-in to the Umbraco back-office in order to access the tools.

You can edit some of the tools' output via the Views installed in /App_Plugins/Dragonfly.SiteAuditor
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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
2.11.0 128 8/1/2025
2.10.0 295 7/25/2025
2.9.0 147 7/17/2025
2.8.0 166 3/29/2025
2.7.0 240 2/21/2025
2.6.0 133 2/20/2025
2.5.0 148 2/13/2025
2.4.0 151 12/20/2024
2.3.0 360 8/12/2024
2.2.0 194 6/5/2024
2.1.0 162 5/31/2024
2.0.0 165 4/23/2024
1.3.0 488 11/22/2023
1.2.1 152 11/15/2023 1.2.1 is deprecated.
1.2.0 753 5/31/2023
1.1.1 206 5/30/2023
1.1.0 206 5/9/2023
1.0.0 939 12/29/2022

Fixing DataTables CDN issues, fixes and enhancements to Logs to better handle oversized files