-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
global usings are not supported (colliding namespaces) #298
Labels
bug
Something isn't working
Comments
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 9, 2023
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 11, 2023
…ll and generic types closes riok#298
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 12, 2023
…ion method to static closes riok#298
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 12, 2023
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 12, 2023
ismaeel-ch
added a commit
to ismaeel-ch/mapperly
that referenced
this issue
Apr 12, 2023
…ierName(t.NonNullable()) riok#298
🎉 This issue has been resolved in version 2.8.0-next.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one namespace collides with the name of another one, Mapperly generates invalid code.
Example:
Generated code:
The text was updated successfully, but these errors were encountered: