skysoft-tech / cv-renderer

Apache License 2.0
0 stars 0 forks source link

App throw an exception during the JSON parsing when skills.level = "Master" #5

Open CubikNeRubik opened 10 months ago

CubikNeRubik commented 10 months ago

Input:

{
  ...
  "skills": [{
    "name": "Web Development",
    "level": "Master",
    "keywords": [
      "HTML",
      "CSS",
      "JavaScript"
    ]
  }]
}

Exception:

Unhandled exception: Newtonsoft.Json.JsonSerializationException: Error converting value "Master" to type 'System.Nullable`1[SkySoft.CvRenderer.Core.Models.SkillLevel]'. Path 'skills[0].level', line 78, position 23.

Please describe valid values or allow to use synonyms