Niobium.Platform.Functions
4.0.50
dotnet add package Niobium.Platform.Functions --version 4.0.50
NuGet\Install-Package Niobium.Platform.Functions -Version 4.0.50
<PackageReference Include="Niobium.Platform.Functions" Version="4.0.50" />
<PackageVersion Include="Niobium.Platform.Functions" Version="4.0.50" />
<PackageReference Include="Niobium.Platform.Functions" />
paket add Niobium.Platform.Functions --version 4.0.50
#r "nuget: Niobium.Platform.Functions, 4.0.50"
#:package Niobium.Platform.Functions@4.0.50
#addin nuget:?package=Niobium.Platform.Functions&version=4.0.50
#tool nuget:?package=Niobium.Platform.Functions&version=4.0.50
Niobium.Platform.Functions
Niobium.Platform.Functions provides foundational infrastructure, utilities, and extension points for building scalable, maintainable .NET business function apps. It includes abstractions and helpers for dependency injection, configuration, caching, error handling, analytics, and HTTP operations, making it easier for consumer projects to integrate with modern cloud and serverless platforms.
What is this project about?
- Offers extension methods for
IServiceCollectionto register platform services and middleware. - Provides abstractions for caching, configuration, and error retrieval.
- Includes helpers for HTTP request/response handling, analytics (App Insights), and validation.
- Used as a core dependency by Niobium.* and consumer projects (e.g., Niobium.Invoicing.*) to standardize platform integration and reduce boilerplate.
Getting Started
1. Install the NuGet Package
Add the package to your .NET function app project:
dotnet add package Niobium.Platform.Functions
2. Register Platform Services
In your application's startup or DI configuration, use the provided extension methods:
using Niobium.Platform.Functions;
var builder = FunctionsApplication.CreateBuilder(args);
// Register platform services
builder.AddPlatform();
builder.UsePlatform();
var app = builder.Build();
// ...
Contributing
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch
- Make your changes with clear commit messages
- Submit a pull request
Please ensure your code follows the existing style and includes appropriate tests and documentation.
License
This project is licensed under the MIT License. See the LICENSE file for details.
| 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
- Azure.Monitor.OpenTelemetry.Exporter (>= 1.8.3)
- Microsoft.Azure.Functions.Worker.Core (>= 2.52.0)
- Microsoft.Azure.Functions.Worker.OpenTelemetry (>= 1.2.0)
- Niobium.Platform (>= 4.0.50)
- OpenTelemetry.Extensions.Hosting (>= 1.17.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.