nitrictech / dotnet-sdk

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

Infrastructure as Code support #44

Closed jyecusch closed 2 years ago

jyecusch commented 2 years ago

Update the .Net SDK to the latest version of the Nitric Core, including full Infrastructure from Code support. This will also need a new C# project template that uses the nitric start command for local dev and testing.

jyecusch commented 2 years ago

The APIs repo has been updated to auto-generate the base SDK code for C# and publish it to NuGet. The publishing still needs to be tested, then we can remove the sub-module from the current C# SDK and start implementing IfC features.

jyecusch commented 2 years ago

IfC support is done in a prototype form, more testing, docs, and a C# template project are still required - to be done next sprint.