-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fails for assembly metadata containing .
#247
Labels
Comments
Consider sponsoring @devlooped to bump the priority of this. Otherwise, we'd gladly take a PR! |
This problem also causes a failure when you include the sentry.io SDK, since that adds a |
Happy to take a PR 👌 |
kzu
added a commit
that referenced
this issue
Jun 9, 2024
…tants This allows us to support Comment attribute, but more importantly, support hierarchical metadata ids to generate the nested class structure like we have in Constants. Fixes #247
kzu
added a commit
that referenced
this issue
Jun 9, 2024
…tants This allows us to support Comment attribute, but more importantly, support hierarchical metadata ids to generate the nested class structure like we have in Constants. Fixes #247
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the Bug
AssemblyMetadata attributes whose keys include the
.
characte those generate into invalid constant names and produce compiler errors.Steps to Reproduce
Expected Behavior
Compilation to succeed.
Version Info
ThisAssembly 1.3.1
Additional Info
Discovered when using Verify which generates a few such metadata attributes during build
The text was updated successfully, but these errors were encountered: