Tama Waddell

Results 2 comments of Tama Waddell

Also had this exact problem. Fixed it with the code from this package: https://github.com/KishorNaik/Sol_OData_Swagger_Support/blob/master/V5.0/Sol_Demo/OData.Swagger/Services/OdataSwaggerSupportServiceExtension.cs

I was using FastEndpoints.Swagger and downgraded to [5.30.0](https://www.nuget.org/packages/FastEndpoints.Swagger/5.30.0). Looks like the specific error was made in YamlDotNet 4 months ago. You can use `dotnet nuget why yamldotnet` find the version...