nfdi4plants / arc-validate-package-registry

A repository of validation packages for ARCs
https://avpr.nfdi4plants.org
MIT License
1 stars 2 forks source link

Don't use nullable fields #54

Closed kMutagene closed 2 weeks ago

kMutagene commented 4 weeks ago

There are some internal reasons why we use classes with default values (F# has no nullable members). So we should stop using nullable fields in the C# API models / DB fields, as this can lead to actual nulls showing up on API responses which causes problems in consuming F# applications.