Closed
Description
The above method in JsonSerializerOptions
has a suppression currently until converter code that calls this method is refactored to distinguish between reflection and source generated paths. The suppression is there so as to make forward progress on the effort to annotate this library and get the PR #68464 merged but it is dangerous since some reflection code paths will go through this method.
The conversation in the PR has more details.