Dragonfly.Umbraco10.SiteAuditor
2.13.0
dotnet add package Dragonfly.Umbraco10.SiteAuditor --version 2.13.0
NuGet\Install-Package Dragonfly.Umbraco10.SiteAuditor -Version 2.13.0
<PackageReference Include="Dragonfly.Umbraco10.SiteAuditor" Version="2.13.0" />
<PackageVersion Include="Dragonfly.Umbraco10.SiteAuditor" Version="2.13.0" />
<PackageReference Include="Dragonfly.Umbraco10.SiteAuditor" />
paket add Dragonfly.Umbraco10.SiteAuditor --version 2.13.0
#r "nuget: Dragonfly.Umbraco10.SiteAuditor, 2.13.0"
#:package Dragonfly.Umbraco10.SiteAuditor@2.13.0
#addin nuget:?package=Dragonfly.Umbraco10.SiteAuditor&version=2.13.0
#tool nuget:?package=Dragonfly.Umbraco10.SiteAuditor&version=2.13.0
Dragonfly Umbraco 10 SiteAuditor
A collection of tools to extract data about an Umbraco 10 site created by Heather Floyd.
Versions
This package is designed to work with Umbraco 10+. View all available versions.
Installation
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 | Versions 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 is compatible. 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 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. 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. |
-
net6.0
- Dragonfly.Net6 (>= 2.0.0)
- Dragonfly.Umbraco10 (>= 2.0.0)
- Serilog.Formatting.Compact.Reader (>= 4.0.0)
- Umbraco.Cms.Core (>= 10.0.1 && < 11.0.0)
-
net7.0
- Dragonfly.Net6 (>= 2.0.0)
- Dragonfly.Umbraco10 (>= 2.0.0)
- Serilog.Formatting.Compact.Reader (>= 4.0.0)
- Umbraco.Cms.Core (>= 11.0.0 && < 13.0.0)
-
net8.0
- Dragonfly.Net6 (>= 2.0.0)
- Dragonfly.Umbraco10 (>= 2.0.0)
- Serilog.Formatting.Compact.Reader (>= 4.0.0)
- Umbraco.Cms.Core (>= 13.0.1 && < 14.0.0)
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.13.0 | 191 | 1/9/2026 | |
| 2.12.0 | 174 | 12/12/2025 | |
| 2.11.0 | 423 | 8/1/2025 | |
| 2.10.0 | 408 | 7/25/2025 | |
| 2.9.0 | 297 | 7/17/2025 | |
| 2.8.0 | 249 | 3/29/2025 | |
| 2.7.0 | 338 | 2/21/2025 | |
| 2.6.0 | 221 | 2/20/2025 | |
| 2.5.0 | 239 | 2/13/2025 | |
| 2.4.0 | 248 | 12/20/2024 | |
| 2.3.0 | 470 | 8/12/2024 | |
| 2.2.0 | 303 | 6/5/2024 | |
| 2.1.0 | 264 | 5/31/2024 | |
| 2.0.0 | 288 | 4/23/2024 | |
| 1.3.0 | 617 | 11/22/2023 | |
| 1.2.1 | 238 | 11/15/2023 | |
| 1.2.0 | 901 | 5/31/2023 | |
| 1.1.1 | 343 | 5/30/2023 | |
| 1.1.0 | 347 | 5/9/2023 | |
| 1.0.0 | 1,268 | 12/29/2022 |
Adding support for finding content using Elements Types,
a nicer display of BlockList/BlockGrid property values,
and the ability to add a default Search string to the URLs.