su-fit-vut / kachna-online

Students' Club U Kachničky: Member's portal
MIT License
5 stars 5 forks source link

Use Newtonsoft.Json #8

Closed ondryaso closed 2 years ago

ondryaso commented 2 years ago

We want to use its handling of required non-nullable properties: https://github.com/ondryaso/kachna-online/pull/3#discussion_r739691207

Remember to add Swashbuckle support package for Newtonsoft.Json.

ondryaso commented 2 years ago

Addressed in b19ae0f2dbfca371dfb2be633574ea6e97c3fcd3 and fc09a2f4f5435117736dee17105db42351c2217f, after #3 is merged to master, remember to adjust new DTOs in the states branch as well.