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
                    
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="Niobium.Platform.Functions" Version="4.0.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Niobium.Platform.Functions" Version="4.0.50" />
                    
Directory.Packages.props
<PackageReference Include="Niobium.Platform.Functions" />
                    
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 Niobium.Platform.Functions --version 4.0.50
                    
#r "nuget: Niobium.Platform.Functions, 4.0.50"
                    
#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 Niobium.Platform.Functions@4.0.50
                    
#: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=Niobium.Platform.Functions&version=4.0.50
                    
Install as a Cake Addin
#tool nuget:?package=Niobium.Platform.Functions&version=4.0.50
                    
Install as a Cake Tool

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 IServiceCollection to 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:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes with clear commit messages
  4. 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 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
4.0.50 119 8/14/2026
4.0.49 90 8/14/2026