We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, the HasStringEnumConverter will ignore strong typed JsonStringEnumConverter like JsonStringEnumConverter<TEnum>
HasStringEnumConverter
JsonStringEnumConverter<TEnum>
NJsonSchema/src/NJsonSchema/Generation/ReflectionServiceBase.cs
Lines 340 to 357 in 9bf8f69
The attribute has the ConverType with:
FullName: System.Text.Json.Serialization.JsonStringEnumConverter`1[[...] Name: JsonStringEnumConverter`1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, the
HasStringEnumConverter
will ignore strong typed JsonStringEnumConverter likeJsonStringEnumConverter<TEnum>
NJsonSchema/src/NJsonSchema/Generation/ReflectionServiceBase.cs
Lines 340 to 357 in 9bf8f69
The attribute has the ConverType with:
The text was updated successfully, but these errors were encountered: