This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Replies: 1 comment 5 replies
-
I have, unfortunately, not used NSwag + .NET 8. Having said that, care to publish a quick repro? I’ll take a look and see what is going on. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started to use Swashbuckle sometime ago but now I see that its not supported on .NET 8, so with that, I decided to try NSwag
I'm struggling to get it setup, on thing I can't work out, is where does UseSwaggerUI3 method come from (this is in the docs for Datasync) ? All I can find is UseSwaggerUi extension method, but with this I get an exception:
System.EntryPointNotFoundException: 'Entry point was not found.'
when AddDatasyncProcessors is executed.
any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions