TypeEdge icon indicating copy to clipboard operation
TypeEdge copied to clipboard

TypeEdge is a strongly-typed development experience for Azure IoT Edge.

Results 3 TypeEdge issues
Sort by recently updated
recently updated
newest added

[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...

enhancement

I'd like to add F# module template and it probably make sense to make a language specific sub-folder for the module templates.