Replies: 1 comment
-
Thank you for the comment. It is because there was an update in the library. Please try to update NuGet Swashbuckle.AspNetCore to version 5.6.3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Thanks for the great tutorial.
Small error I ran into:
Cars-Island-On-Azure/src/web-api/CarsIsland.API/Core/DependencyInjection/SwaggerCollectionExtensions.cs
Line 24 in 0972fe2
Had to change the type to
SecuritySchemeType.Http
to get the Bearer prefix to be included.Not sure if this is expected behaviour and I'm missing something.
Beta Was this translation helpful? Give feedback.
All reactions