![]() |
VOOZH | about |
dotnet add package DotNetBrightener.ActivityLog.DataStorage --version 2026.0.2
NuGet\Install-Package DotNetBrightener.ActivityLog.DataStorage -Version 2026.0.2
<PackageReference Include="DotNetBrightener.ActivityLog.DataStorage" Version="2026.0.2" />
<PackageVersion Include="DotNetBrightener.ActivityLog.DataStorage" Version="2026.0.2" />Directory.Packages.props
<PackageReference Include="DotNetBrightener.ActivityLog.DataStorage" />Project file
paket add DotNetBrightener.ActivityLog.DataStorage --version 2026.0.2
#r "nuget: DotNetBrightener.ActivityLog.DataStorage, 2026.0.2"
#:package DotNetBrightener.ActivityLog.DataStorage@2026.0.2
#addin nuget:?package=DotNetBrightener.ActivityLog.DataStorage&version=2026.0.2Install as a Cake Addin
#tool nuget:?package=DotNetBrightener.ActivityLog.DataStorage&version=2026.0.2Install as a Cake Tool
Copyright © 2017 - 2026 Vampire Coder (formerly DotnetBrightener)
Adds persistent Layer for Activity Log package.
SQL Server (Recommended for Windows/Azure):
dotnet add package DotNetBrightener.ActivityLog.DataStorage.SqlServer
PostgreSQL (Recommended for Linux/Cross-platform):
dotnet add package DotNetBrightener.ActivityLog.DataStorage.PostgreSql
In-Memory (For testing only):
# No additional package needed - built into this package
SQL Server:
// In Program.cs or Startup.cs
services.AddActivityLogging()
.WithStorage()
.UseSqlServer("Server=localhost;Database=MyApp;Trusted_Connection=true;");
PostgreSQL:
// In Program.cs or Startup.cs
services.AddActivityLogging()
.WithStorage()
.UsePostgreSql("Host=localhost;Database=MyApp;Username=myuser;Password=mypass");
In-Memory (for testing):
// Perfect for unit tests and development
services.AddActivityLogging()
.WithStorage()
.UseInMemoryDatabase("TestDatabase");
The system will automatically create the necessary tables when your application starts.
Every time a method with [LogActivity] runs, a record is saved with:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on DotNetBrightener.ActivityLog.DataStorage:
| Package | Downloads |
|---|---|
|
DotNetBrightener.ActivityLog.DataStorage.PostgreSql
Package Description |
|
|
DotNetBrightener.ActivityLog.DataStorage.SqlServer
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.0.3-preview-777 | 117 | 5/20/2026 |
| 2026.0.3-preview-773 | 122 | 4/24/2026 |
| 2026.0.3-preview-772 | 124 | 4/3/2026 |
| 2026.0.3-preview-770 | 118 | 4/2/2026 |
| 2026.0.3-preview-769 | 118 | 4/2/2026 |
| 2026.0.2 | 133 | 4/2/2026 |
| 2026.0.2-preview-v2026-0-1-755 | 122 | 3/27/2026 |
| 2026.0.2-preview-759 | 125 | 4/1/2026 |
| 2026.0.2-preview-758 | 116 | 3/29/2026 |
| 2026.0.2-preview-757 | 119 | 3/29/2026 |
| 2026.0.2-preview-756 | 118 | 3/27/2026 |
| 2026.0.2-preview-754 | 112 | 3/27/2026 |
| 2026.0.1 | 115 | 3/27/2026 |
| 2026.0.1-preview-752 | 111 | 3/26/2026 |
| 2026.0.1-preview-750 | 107 | 3/26/2026 |
| 2026.0.1-preview-749 | 117 | 3/25/2026 |
| 2025.0.11-preview-776 | 119 | 5/20/2026 |
| 2025.0.11-preview-771 | 122 | 4/2/2026 |
| 2025.0.11-preview-768 | 122 | 4/2/2026 |
| 2025.0.11-preview-762 | 123 | 4/2/2026 |