Omnia.FileAzure 9.0.2

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

Omnia.FileAzure

This project contains helpers and a simple BlobRepository implementation for Azure Blob Storage used by the Omnia codebase.

Packaging (NuGet)

Build the release package:

dotnet pack -c Release

The produced package will appear in bin/Release with the pattern Omnia.FileAzure.*.nupkg.

To push the package to nuget.org (replace the API key with your own):

dotnet nuget push bin/Release/Omnia.FileAzure.<version>.nupkg --api-key <YOUR_API_KEY> --source https://api.nuget.org/v3/index.json

Note: There's an example publish.txt in the project root showing a sample push command. Do NOT commit real API keys into source control.

Running Integration Tests (Azurite)

These tests require Azurite running locally. The repository provides a docker-compose-azurite.yml that starts Azurite exposing ports 10000-10002.

Start Azurite with Docker Compose:

docker-compose -f ..\docker-compose-azurite.yml up -d

By default the integration tests will use the environment variable AZURE_STORAGE_CONNECTION_STRING if present, otherwise they fall back to UseDevelopmentStorage=true which targets local Azurite.

Run integration tests:

dotnet test ..\FileAzure.IntegrationTests\Omnia.FileAzure.IntegrationTests.csproj

Notes

  • Keep constructors in production code stable — tests are written to use IConfiguration + BlobConfig.
  • If you need to run integration tests in CI, provide a proper AZURE_STORAGE_CONNECTION_STRING environment variable or run Azurite in the CI environment.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
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
9.0.6 0 1/22/2026
9.0.5 49 1/21/2026
9.0.4 52 1/21/2026
9.0.3 55 1/19/2026
9.0.2 56 1/19/2026
9.0.1 55 1/19/2026
9.0.0 57 1/19/2026