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
The PR manually adds deprecated property to the schema when ObsoleteAttribute is found on type/property.
This was recently implemented on JsonSchemaExporter side in dotnet/runtime#130665, but the runtime change hasn't flown to aspnetcore yet. Once it flows, we should try to cleanup the implementation on our side and rely on JsonSchemaExporter doing it.
See #66355
The PR manually adds deprecated property to the schema when ObsoleteAttribute is found on type/property.
This was recently implemented on JsonSchemaExporter side in dotnet/runtime#130665, but the runtime change hasn't flown to aspnetcore yet. Once it flows, we should try to cleanup the implementation on our side and rely on JsonSchemaExporter doing it.