-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi team,
I'm working on library which generates C# Models and Assemblies from Kubernetes CRDs (Open API specs) and I find this library incredibly appealing.
I have tired to utilize Yardam as a library as I only need the model generation components with my own extensions. However, my attempts have been hampered by most of the classes being internal/private and the library being hardcoded for its current use cases.
This has caused me to fork the library to validate my use case, which I have done here https://github.com/IvanJosipovic/KubernetesCRDModelGen/tree/openapi/src
Due to the size of this library, I would prefer not to have to manage a fork, so I'm curios if the team is open to some PRs and/or suggestions how make its components more usable externally.
Thank you!