TypeEdge
TypeEdge copied to clipboard
TypeEdge is a strongly-typed development experience for Azure IoT Edge.
[This](https://github.com/Azure/TypeEdge/blob/156023ce3543e423227f8ed309f46e8dd3dc5f81/Microsoft.Azure.TypeEdge/Twins/TypeTwin.cs#L82) line of code in the TypeTwin class and also the [JsonFlatteningConverter](https://github.com/Azure/TypeEdge/blob/156023ce3543e423227f8ed309f46e8dd3dc5f81/Microsoft.Azure.TypeEdge/Twins/JsonFlatteningConverter.cs) seem to work in a way that complex objects in Module twins are not really supported. Instead, they...
Exposing the messages in an Output as IObservable would in my opinion have some advantages over the current implementation: - There would be a simple and obvious way to dispose...
I'd like to add F# module template and it probably make sense to make a language specific sub-folder for the module templates.