-
-
Notifications
You must be signed in to change notification settings - Fork 95
Fix File Paths in the Source Generator #2823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Claude finished @thomhurst's task —— View job Code Review Complete ✅Reviewing PR #2823: "Fix File Paths in the Source Generator" Todo List
📋 Review SummaryThis PR addresses file path resolution issues in the source generators by implementing fallback logic when ✅ Positive AspectsRobust Fallback LogicThe implementation provides a sensible three-tier fallback approach:
Consistent ImplementationBoth generators follow the same pattern, maintaining code consistency across the codebase. Defensive ProgrammingThe use of null-conditional operators and
|
Fixes #2819