79105426

Date: 2024-10-19 16:38:22
Score: 5
Natty:
Report link

Following the syntax error, I decided to actually implement IIncrementalGenerator: [...]

However, even then, the same exact error is still reported.

Yes, of course, because you are still using GeneratorExecutionContext. The error told you in no uncertain terms that it is verboten to use GeneratorExecutionContext.

How can I solve this issue?

Do not use GeneratorExecutionContext.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I solve this issue?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: DamselInDress