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
- .NET Standard 2.0+
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
C#
<ItemGroup>
<PackageReference Include="Nitric.Sdk" Version="1.0.1" />
</ItemGroup>
Code examples are available here