atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

useFileName #73

Closed SimonCropp closed 3 years ago

SimonCropp commented 3 years ago

@egil hows this?

https://github.com/VerifyTests/Verify/blob/master/docs/naming.md#usefilename

SimonCropp commented 3 years ago

might also be worth using .cs as the extension and then in the csproj setting *.verified.cs and *.received.cs and to not be compiled. this way u would get syntax highlighting in editors

egil commented 3 years ago

Awesome @SimonCropp. Exactly what we need.

egil commented 3 years ago

might also be worth using .cs as the extension and then in the csproj setting *.verified.cs and *.received.cs and to not be compiled. this way u would get syntax highlighting in editors

Good idea. Do you know the option for that of the top of your head? Otherwise I will look it up.