Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade MQTTNet to latest version, add support for .NET6.0, add support for Azure Functions v4. #164

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

james-winstanley
Copy link

No description provided.

@justoke
Copy link

justoke commented Mar 22, 2022

@james-winstanley Thank you for submitting this. I recently received the notification recommending upgrading from Microsoft Azure, so this upgrade will be required
image

@justoke
Copy link

justoke commented Jan 29, 2023

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

image

The fix is to change the internal access modifier to public:

image

After that it works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants