RicoSuter/NSwag

.Net8 OpenApi Enums

WeberEric opened this issue · 1 comments

Hi,

is there a problem with enums as endpoint parameters in .Net8; They are now exportet as strings in the specification-file.
if i rollback to .net6 they are exportet correctly as enums.

Thanks.