You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbol references may change on any source code changes. Having symbols in the model will make your source generator rerun on every key press. I mean here, which uses this as the model.
The best practice is to store the fully qualified names and then find them in the output generation step.
The text was updated successfully, but these errors were encountered:
Symbol references may change on any source code changes. Having symbols in the model will make your source generator rerun on every key press. I mean here, which uses this as the model.
The best practice is to store the fully qualified names and then find them in the output generation step.
The text was updated successfully, but these errors were encountered: