Skip to content

nitrictech/dotnet-sdk

Repository files navigation

Nitric .NET SDK

The .NET SDK supports the use of the cloud-portable Nitric framework with .NET Standard 2.0.

The SDK is in early stage development and APIs and interfaces are still subject to breaking changes

Prerequisites

  • .NET Standard 2.0+

Getting Started

Using the Nitric CLI

The SDK is included in all C# related SDK projects by default

nitric make:function <csharp-example> example

Some available C# templates are:

  • faas/dotnet2

Adding to an existing project

C#

<ItemGroup>
    <PackageReference Include="Nitric.Sdk" Version="1.0.1" />
</ItemGroup>

Usage

Code examples are available here