CaseOnline.Azure.WebJobs.Extensions.Mqtt
CaseOnline.Azure.WebJobs.Extensions.Mqtt copied to clipboard
Upgrade MQTTNet to latest version, add support for .NET6.0, add support for Azure Functions v4.
@james-winstanley Thank you for submitting this. I recently received the notification recommending upgrading from Microsoft Azure, so this upgrade will be required
FYI I've just used this branch to upgrade my project and ran into an issue when debugging locally.
An exception occurs when the function app attempts to load the function hosts \SourceServer\75a3d8c751c8bdebbe7e950e8cd598a34e17cc48e6e17c89c9b975fae264571d\src\Microsoft.Azure.WebJobs.Host\Bindings\AttributeConverter.cs
The fix is to change the internal access modifier to public:
After that it works just fine.