GiraffeGenerator icon indicating copy to clipboard operation
GiraffeGenerator copied to clipboard

OpenAPI spec parsing errors are being ignored

Open Szer opened this issue 4 years ago • 1 comments

https://github.com/Szer/GiraffeGenerator/blob/2488309ecc9e5a4dbcb6f6a10f15ea2b76fb6eba/src/GiraffeGenerator/Program.fs#L21

second parameter of this tuple is diagnostic array. We should check errors there, display them and return with non zero code from generator

Szer avatar Mar 27 '20 21:03 Szer

Done https://github.com/Szer/GiraffeGenerator/pull/34#issuecomment-715920426

rstm-sf avatar Dec 05 '23 16:12 rstm-sf