Skip to content

nitrictech/dotnet-sdk

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2023
May 3, 2021
Oct 6, 2022
Nov 14, 2023
Nov 13, 2023
Nov 13, 2023
Apr 20, 2021
Nov 13, 2023
May 10, 2021
May 3, 2021
Nov 16, 2022
Nov 13, 2023

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