Microsoft.AspNetCore.OpenApi throws confusing exception (transitioning away from swagger)
When trying to load in the OpenApi schema it throws this exception:
Specific codebase:
https://github.com/OpenShock/API/tree/feature/replace-swagger
Configuration:
https://github.com/OpenShock/API/blob/feature/replace-swagger/Common/OpenShockServiceHelper.cs#L122-L141
Middleware:
https://github.com/OpenShock/API/blob/feature/replace-swagger/Common/OpenShockMiddlewareHelper.cs#L76-L77
Any idea where I can begin to troubleshoot?
Specific codebase:
https://github.com/OpenShock/API/tree/feature/replace-swagger
Configuration:
https://github.com/OpenShock/API/blob/feature/replace-swagger/Common/OpenShockServiceHelper.cs#L122-L141
Middleware:
https://github.com/OpenShock/API/blob/feature/replace-swagger/Common/OpenShockMiddlewareHelper.cs#L76-L77
Any idea where I can begin to troubleshoot?
