413 B
413 B
Prerequisites
- Latest .NET Core SDK
Setup
- Fork and clone the repository
- Install the .NET Core SDK
- Install the template
dotnet new -i .\content\dotnet-template-azure-iot-edge-module\
- Use the template to scaffold
dotnet new aziotedgemodule -n <your_module_name>
Test
Make sure you have run dotnet test
before submitting Pull Requests.