OpenApiV2Deserializer ParameterDeserializer partial uses static state (_isBodyOrFormData) that produces incorrect documents when completely separate OpenApi*Reader instances are used in different threads.
There may be other cases of misuse of global static state that I haven't found yet.
OpenApiV2Deserializer ParameterDeserializer partial uses static state (
_isBodyOrFormData) that produces incorrect documents when completely separateOpenApi*Readerinstances are used in different threads.There may be other cases of misuse of global static state that I haven't found yet.