bitapparat
bitapparat
Any news on self-contained publishing, now that .NET 6 is available? I want to provide a plugin for a native application, ideally developed in .NET 6 and self-contained.
The method is trying to parse the response as Dictionary, but the response returns complex JSON objects, not just strings. Thus, the parsing fails. Here's an exemplary response that SmartThingsNet...
I wrote a quick workaround that flattens the result into Dictionary instead like this: ```c# "relativeHumidityMeasurement.humidity.value": 86 "relativeHumidityMeasurement.humidity.unit": "%" "relativeHumidityMeasurement.humidity.timestamp": {21.12.2024 10:37:16} "temperatureMeasurement.temperature.value": 6.6 "temperatureMeasurement.temperature.unit": "C" "temperatureMeasurement.temperature.timestamp": {21.12.2024 10:53:31} ```...