Skip to content
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

🐛 fix(builder): use raw strings on class names #38

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

Thelm76
Copy link

@Thelm76 Thelm76 commented Jul 24, 2024

When usign reflection on class names beggining with $
Errors appear in the generated file.

By using raw strings, we avoid unwanted string interpolation

@gmpassos
Copy link
Owner

gmpassos commented Jul 24, 2024

Thanks for the fix.

Can you add a simple test at?:
test/reflection_factory_build_test.dart

Best regards.

@gmpassos gmpassos merged commit 8ad3c13 into gmpassos:master Jul 27, 2024
2 of 3 checks passed
@gmpassos
Copy link
Owner

Published:

reflection_factory: ^2.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants