Mono上的TimerManager,Azuretypes初始值设定项引发exception

当我试图创buildNamespaceManager来在我的Service Bus实例中创build一个Queue ,我得到这个exception。

An exception was thrown by the type initializer for TimerManager

我已经读过, CreateWaitableTimer在Linux上不可用,但它让我想知道其他人如何设法使用Mono在Linux上运行Service Bus Queues

PS。 我正在使用WindowsAzure.ServiceBus nuget库。

有一个针对Azure IoT SDK提出的已知问题,但基本上链接到类似的性质,因为这两个SDK在内部使用CreateWaitableTimer

在Github上发布链接