https://github.com/nitrictech/dotnet-sdk
Nitric .Net SDK
https://github.com/nitrictech/dotnet-sdk
cloud csharp dotnet nitric serverless
Last synced: 6 months ago
JSON representation
Nitric .Net SDK
- Host: GitHub
- URL: https://github.com/nitrictech/dotnet-sdk
- Owner: nitrictech
- License: apache-2.0
- Created: 2021-03-21T22:22:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T08:22:37.000Z (12 months ago)
- Last Synced: 2025-10-03T20:45:36.333Z (6 months ago)
- Topics: cloud, csharp, dotnet, nitric, serverless
- Language: C#
- Homepage: https://nitric.io
- Size: 960 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitric .NET SDK
The .NET SDK supports the use of the cloud-portable [Nitric](https://nitric.io) 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](https://github.com/nitric-tech/cli)
> The SDK is included in all C# related SDK projects by default
```bash
nitric make:function example
```
Some available C# templates are:
* faas/dotnet2
### Adding to an existing project
**C#**
```xml
```
## Usage
Code examples are available [here](https://nitrictech.github.io/dotnet-sdk/)