-
Notifications
You must be signed in to change notification settings - Fork 209
MissingMetadataException - System.Text.Json.Serialization.Converters.IEnumerableOfTConverter #702
New issue
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
Comments
I figured it out. Was not easy:
|
@heppth What does' 2 stand for, this grammar does not understand |
@heppth can you help me my error is
|
It is arity of the generic type. For example, generic type with two arguments is going to have `2 appended to its name. |
I only know that it represents 2 parameters, but I only know this information and do not know how to solve the error I mentioned above. The main reason is that the class prompted by this error is not written by me, which is too complicated for me. you can give several examples?, such as how to write the one above. thank you |
my code is |
@jkotas The grammar have learned to write, I try to use [JsonSerializable (typeof (Swashbuckle. AspNetCore. SwaggerUI. ModelRendering []))] to solve a problem, And using rd., XML has solved the System. Text.. Json Serialization. Converters. SmallObjectWithParameterizedConstructorConverter, but prompt method didn't find now, Thank you. I'll keep trying |
I have resolved this error |
why MyJsonContext Method is not found
|
Too much warning This is a troublesome problem
|
Hi,
just compiled a complex web application natively. Everything is working perfectly except Swashbuckle. I am not shure how to fix it. This is the exception:
I tried this, but withoug success
The text was updated successfully, but these errors were encountered: