There is an skeleton for API WithCompileTimeConstants in the code. However, the implementation of it is unfinished. Look at PiExampleFluent inside PiExample.cs to see how it should be implemented. Finish implementing it. Make sure to use BodyGenerationData to store the constants, no reflection/looking by string shenanigans.
There is an skeleton for API
WithCompileTimeConstantsin the code. However, the implementation of it is unfinished. Look atPiExampleFluentinsidePiExample.csto see how it should be implemented. Finish implementing it. Make sure to use BodyGenerationData to store the constants, no reflection/looking by string shenanigans.