Felexonyango

Results 3 comments of Felexonyango

I will be helping in writing unit test. Thank you to the team

I have tried this "dotnetAcquisitionExtension.existingDotnetPath": [ { "extensionId": "ms-dotnettools.csharp", "path": "C:\\Program Files\\dotnet\\dotnet.exe" } ] as @dibarbet said , nothing is working .

adding custom css led me into this ![image](https://github.com/swagger-api/swagger-ui/assets/58067903/12a13319-3e23-43e3-a023-8b06722258bf) I tried setting headers to app.use((req, res, next) => { res.setHeader("Content-Security-Policy", "default-src 'none'; style-src 'self' https://cdnjs.cloudflare.com"); next(); }); never worked . Any...