Provides extensions for Azure IoT Edge to integrate with the modern .NET hosting model, and implements IoT Edge recommendations for logging and metrics.
Info
| Version: | 1.4.0 |
| Author(s): | LarsKemmann |
| Last Update: | Monday, June 13, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/LarsKemmann/AzureIoTEdgeExtensions |
| NuGet Url: | https://www.nuget.org/packages/IoTEdge.Extensions.Hosting |
Install
Install-Package IoTEdge.Extensions.Hosting
dotnet add package IoTEdge.Extensions.Hosting
paket add IoTEdge.Extensions.Hosting
IoTEdge.Extensions.Hosting Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Hosting(>= 5.0.0)
- prometheus-net(>= 4.0.0)
Tags