Why is it indicating I have compile-time code despite not?
See the screenshot - Is there some way to decorate this to make clear that nothing in the class contains compile-time only code?
4 Replies
Whenever I build this, I get errors on this entire class (up here and for every method) and the two other classes like it reading the same error - even though again, I have no compile-time types in here
36 errors, 12 per class, all reading the same thing - not a single reference to these types except via StatementBuilders:
Can you send one of the C# files?
normally the error means what it says, but it may not be obvious what's the cause from the message
but maybe the red squiggles will help
Yes... I'll figure out how to repro in something smaller