dotnet / MQTTnet

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.5k stars 1.07k forks source link

Convert null checks to modern ThrowIfNull checks #2089

Closed anvouk closed 3 weeks ago

anvouk commented 1 month ago

Removes some boilerplate.

Awesome project btw.

anvouk commented 1 month ago

@dotnet-policy-service agree