Azure / azure-iot-sdk-csharp

A C# SDK for connecting devices to Microsoft Azure IoT services
Other
463 stars 493 forks source link

AOT-compatible Microsoft.Azure.Devices.Client #3398

Closed michalczerwinski closed 8 months ago

michalczerwinski commented 9 months ago

I tried to use AOT-compiled .NET 8 with ModuleClient but it failed:

image

Is there any roadmap for AOT-compatible Microsoft.Azure.Devices.Client ?

timtay-microsoft commented 9 months ago

We don't have any plans to support AOT compiled applications at this time. We also don't plan on migrating away from Newtonsoft in the near future either, unfortunately.