codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.66k stars 1.1k forks source link

Add NRT metadata #559

Closed Shane32 closed 5 months ago

Shane32 commented 5 months ago

Summary

Adds nullable reference type (NRT) metadata to all members

Notes

This upgrades the C# version enough to support NRT. NRT is not incompatible with older frameworks, and no new features are being used that would cause an issue.

Test plan

Existing tests demonstrate compatibility. Existing API tests demonstrate new NRT metadata exposed with no source/binary breaking API changes.