-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Milestone
Description
Description
When updating the samples for C#, ASP.NET or NancyFx, you always get changes, because those contain a random GUID as the project identifier. This makes it harder to note when actually something changes.
Swagger-codegen version
Current master, likely added a long time ago with #1941.
Command line used for generation
bin/aspnetcore-petstore-server.sh
bin/csharp-petstore.sh
bin/csharp-property-changed-petstore.sh
bin/nancyfx-petstore-server.sh
git statusRelated issues
#3084 is trying to get rid of timestamps in the samples (which lead to the same problem).
Suggest a Fix
For the two C# samples, it seems to be enough to add an option with a fixed GUID to the generation script.
For ASP.NET Core, the corresponding property needs to be added to the code.
(Same for NancxFX.)
I'll open pull requests for that.