I am trying to update all the dependencies of a template .NET Core 3.1 WebApi. I found this breaking change between Swashbuckle.AspNetCore.SwaggerGen 5.5.1 and 5.6.1, in which it seems they have moved IDataContractResolver interface from Swashbuckle.AspNetCore.SwaggerGen but I havent find more information about where it could it be know, or if it is deprecated.
Could someone tell me what is happening? Thanks!