Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
144 stars 83 forks source link

Enable nullable references in Mollie.Api project #345

Closed Viincenttt closed 1 month ago

Viincenttt commented 3 months ago

It would be nice to add nullable reference type support to the project, as this is now the default setting for C#/.NET projects. Consumers of the library will be able to tell which fields can be null and which fields cannot.

Viincenttt commented 1 month ago

This has now been added to version 4.0.0.0 of the library 🎉