This solution contains 3 projects:
- ClientGenerator - An API with the default WeatherForecastController and with automated swagger file generation on build;
- SDK - A library with the SDK generated on build with API swagger file;
- Client - A console app that uses the generated SDK;
- Auto-generate an SDK for an application;
- Regenerate the client on API change;
- Use the generated SDK on an API client;