MQTTnet icon indicating copy to clipboard operation
MQTTnet copied to clipboard

Use latest language features

Open chkr1011 opened this issue 8 months ago • 0 comments

This PR applies several automatic code changes to to support of new language features. Most of them have no impact regarding functionality (i.e. collection initializer, init instead of internal, using). Only a few lead to slightly different behavior (i.e. async dispose).

There a no new features in this PR. Applying these refactoring yet ensures that further feature PRs are not cluttered with these changes.

chkr1011 avatar Apr 15 '25 15:04 chkr1011