Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 757 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 757 Bytes

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