Purview.EventSourcing.Admin.Abstractions 2.0.0-prerelease.35

This is a prerelease version of Purview.EventSourcing.Admin.Abstractions.
dotnet add package Purview.EventSourcing.Admin.Abstractions --version 2.0.0-prerelease.35
                    
NuGet\Install-Package Purview.EventSourcing.Admin.Abstractions -Version 2.0.0-prerelease.35
                    
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="Purview.EventSourcing.Admin.Abstractions" Version="2.0.0-prerelease.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Purview.EventSourcing.Admin.Abstractions" Version="2.0.0-prerelease.35" />
                    
Directory.Packages.props
<PackageReference Include="Purview.EventSourcing.Admin.Abstractions" />
                    
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 Purview.EventSourcing.Admin.Abstractions --version 2.0.0-prerelease.35
                    
#r "nuget: Purview.EventSourcing.Admin.Abstractions, 2.0.0-prerelease.35"
                    
#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 Purview.EventSourcing.Admin.Abstractions@2.0.0-prerelease.35
                    
#: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=Purview.EventSourcing.Admin.Abstractions&version=2.0.0-prerelease.35&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Purview.EventSourcing.Admin.Abstractions&version=2.0.0-prerelease.35&prerelease
                    
Install as a Cake Tool

Purview.EventSourcing.Admin.Abstractions

Purview.EventSourcing.Admin.Abstractions defines the provider-neutral contracts and response models shared by the Purview Event Sourcing admin portal packages. Storage adapters (SQL Server, MongoDB, Postgres, Azure Storage) and the API/UI layers depend on this package.

Install

dotnet add package Purview.EventSourcing.Admin.Abstractions

What is included

  • Service contracts - the interfaces storage adapters implement:
    • IAdminAggregateQueryService - aggregate search and detail retrieval
    • IAdminEventQueryService - event-range queries
    • IAdminProjectionService - point-in-time projections
    • IAdminPermissionProvider - user-permission resolution (deny by default)
  • Request/response models:
    • AggregateSummaryResponse, EventEnvelopeResponse, EventMetadataResponse, ProjectionResponse, ProjectionProvenance
    • PagedResult<T> and query records (AggregateSearchQuery, EventRangeQuery)
    • AdminFeature and AdminPermission

Typical usage

This package is normally consumed transitively by a storage adapter and the admin UI/API packages. A custom storage adapter implements the service contracts and is registered against them:

builder.Services.AddTransient<IAdminAggregateQueryService, MyAdminAggregateQueryService>();

Authorization model

Permissions are expressed as AdminPermission records combining an AdminFeature, an optional aggregate-type scope, and an allow/deny flag. The IAdminPermissionProvider contract is intentionally deny-by-default: a feature is only authorized when a matching allow permission exists.

Event history uses separate ViewEvents and ViewEventPayloads permissions. Metadata remains available to event-history readers, while EventEnvelopeResponse.Payload is null for callers without payload access.

Documentation

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Purview.EventSourcing.Admin.Abstractions:

Package Downloads
Purview.EventSourcing.Admin.Security

Authorization policies and handlers for Purview EventSourcing Admin Portal.

Purview.EventSourcing.Admin.API

ASP.NET Minimal API endpoints for Purview EventSourcing Admin Portal with OpenAPI documentation.

Purview.EventSourcing.Admin.Site

Ready-to-use Razor Pages admin dashboard for Purview EventSourcing Admin Portal. Provides web UI for aggregate search, event inspection, and point-in-time projection queries.

Purview.EventSourcing.Admin.MongoDB

MongoDB storage adapter for Purview EventSourcing Admin Portal. Enables aggregate search, event inspection, and point-in-time projection queries on MongoDB event stores.

Purview.EventSourcing.Admin.AzureStorage

Azure Storage query adapters for Purview EventSourcing Admin Portal.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-prerelease.35 55 9/18/2026
2.0.0-prerelease.34 63 9/18/2026
2.0.0-prerelease.33 64 9/17/2026
2.0.0-prerelease.32 78 9/15/2026
2.0.0-prerelease.31 86 9/12/2026
2.0.0-prerelease.30 107 9/8/2026
2.0.0-prerelease.29 112 8/3/2026