Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an extension point after C# class definition
This makes it possible to generate code that knows the name of the generated class. (the practical use case I have is adding a method that would register several instances of the generated client (each with a different authentication method) in my DI) Nb: an alternatives to this commit would be to leverage an extension point in the File.liquid, but at this point the name of the generated classes are not available
- Loading branch information