You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the things I miss in VYaml compared to YamlDotnet is the possibility of choosing the namingcase in the options, i think it would be good to have NamingConvention in YamlSerializerOptions,
Also i think you could improve enum parse, on my use cases i usually have them insentive case, but the current implementation doesnt support it.
At last i recommend the use of Enum.TryParse.
The text was updated successfully, but these errors were encountered:
One of the things I miss in VYaml compared to YamlDotnet is the possibility of choosing the namingcase in the options, i think it would be good to have NamingConvention in YamlSerializerOptions,
Also i think you could improve enum parse, on my use cases i usually have them insentive case, but the current implementation doesnt support it.
At last i recommend the use of Enum.TryParse.
The text was updated successfully, but these errors were encountered: