Azure-Samples / azure-iot-samples-csharp

Provides a set of easy-to-understand samples for using Azure IoT Hub and Azure IoT Hub Device Provisioning Service and Azure IoT Plug and Play using C# SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case sensitive path causes build failures in Linux/Mac

shkreza opened this issue · comments

commented

In here, the project is referencing ..\..\Common\DeviceStreamingCommon.cs. But the actual directory name is common (lower case). This doesn't work in Linux/Mac where filenames are case sensitive.

Same story here, here and here.

commented

@ewertons as FYI

Fix is checked in - we can close this issue. @ewertons