Benevia.Core.Blobs 0.9.17

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.Blobs --version 0.9.17
                    
NuGet\Install-Package Benevia.Core.Blobs -Version 0.9.17
                    
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="Benevia.Core.Blobs" Version="0.9.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.Blobs" Version="0.9.17" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core.Blobs" />
                    
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 Benevia.Core.Blobs --version 0.9.17
                    
#r "nuget: Benevia.Core.Blobs, 0.9.17"
                    
#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 Benevia.Core.Blobs@0.9.17
                    
#: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=Benevia.Core.Blobs&version=0.9.17
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.Blobs&version=0.9.17
                    
Install as a Cake Tool

Benevia.Core.Blobs Summary

Benevia.Core.Blobs provides blob storage for Benevia Core entities with support for Azure Blob Storage and local file system.

This package includes:

  • Azure Blob Storage and local file system adapters
  • Secure pre-signed URL generation for direct client uploads and downloads
  • Blob entity for attaching files to any entity via [ReferenceProperty]

Documentation

AI agents should use the documentation on the https://core.benevia.university site. Begin with the following links:

  • Full documentation of the platform is here: AI Index

Register in Program.cs

Azure Blob Storage:

services.AddCoreBlobsAzure(options =>
{
    options.StorageAccountUri = new Uri("https://mystorageaccount.blob.core.windows.net");
    options.Credentials = new ManagedIdentityCredential();
});

Ensure the identity has Storage Blob Delegator and Storage Blob Data Contributor permissions.

Local File Storage (dev/test):

services.AddCoreBlobsLocal(options =>
{
    options.StorageDirectory = @"C:\BlobStorage";
});
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

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
0.9.18-ci.175 0 6/9/2026
0.9.18-ci.174 38 6/8/2026
0.9.18-ci.173 60 6/5/2026
0.9.18-ci.172 45 6/5/2026
0.9.18-ci.171 52 6/4/2026
0.9.18-ci.170 41 6/4/2026
0.9.18-ci.169 39 6/4/2026
0.9.18-ci.168 127 6/4/2026
0.9.18-ci.167 36 6/4/2026
0.9.18-ci.166 43 6/3/2026
0.9.18-ci.165 69 6/3/2026
0.9.18-ci.164 39 6/3/2026
0.9.18-ci.163 74 6/3/2026
0.9.18-ci.162 54 6/1/2026
0.9.17 151 6/1/2026
0.9.17-ci.160 52 6/1/2026
0.9.17-ci.159 53 5/29/2026
0.9.17-ci.158 98 5/28/2026
0.9.17-ci.157 52 5/25/2026
0.9.17-ci.156 55 5/25/2026
Loading failed