nitrictech / dotnet-sdk

Nitric .Net SDK
https://nitric.io
Apache License 2.0
7 stars 0 forks source link
cloud csharp dotnet nitric serverless

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

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:

Adding to an existing project

C#

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

Usage

Code examples are available here