DMBSearchBuilder 0.16.0
See the version list below for details.
dotnet add package DMBSearchBuilder --version 0.16.0
NuGet\Install-Package DMBSearchBuilder -Version 0.16.0
<PackageReference Include="DMBSearchBuilder" Version="0.16.0" />
<PackageVersion Include="DMBSearchBuilder" Version="0.16.0" />
<PackageReference Include="DMBSearchBuilder" />
paket add DMBSearchBuilder --version 0.16.0
#r "nuget: DMBSearchBuilder, 0.16.0"
#:package DMBSearchBuilder@0.16.0
#addin nuget:?package=DMBSearchBuilder&version=0.16.0
#tool nuget:?package=DMBSearchBuilder&version=0.16.0
DMBSearchBuilder
Context
DMBSearchBuilder is a prebuilding tool that crawls a website and stores page links, titles, descriptions, and search keywords in a SQLite database.
Explanation
The generated database is intended for DMBSearchViewer. The prebuilding integration is configured
directly from the PreBuilding project.
By default, the crawler excludes /Documentation because DMBSearchViewer already searches the
documentation database through its dedicated DMBDocumentationViewer provider. It also excludes
/Search to avoid indexing its own result pages.
Example
await new DMBSearchBuilderAgent().BuildAsync(new DMBSearchBuildOptions
{
BaseUri = new Uri("http://localhost:5000/"),
DatabasePath = "Search/data.db",
MaxPages = 50
});
Notes
The default output path is Search/data.db under the target website root.
Configure ExcludedPathPrefixes to override excluded paths. Query strings are removed by default
to avoid indexing repeated filter or search states.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- DMBSearchCore (>= 0.16.0)
- Microsoft.Data.Sqlite (>= 10.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.19.0 | 0 | 6/9/2026 |
| 0.18.0-preview.1 | 0 | 6/9/2026 |
| 0.17.0 | 0 | 6/9/2026 |
| 0.16.1-preview.1 | 0 | 6/9/2026 |
| 0.16.0 | 0 | 6/9/2026 |
note