Replies: 1 comment 5 replies
-
@buehler , run into this before? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have always carved out our entities into a separate project and distributed them via Nuget for other projects to be able to create CRDs as needed, however, it seems that with the new codegen in the KubeOps.Generator class, it will fail to detect the entities (and everything else) if its only referenced in the operator (aspnet) project. But the weirder thing is that it will create multiple default classes in each of the referenced projects (creating duplicate methods and failing to compile) if its referenced in the entities project.
Is this the desired behavior? whats the intent for the code generators? just to avoid reflection on startup?
Beta Was this translation helpful? Give feedback.
All reactions