-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the Bug
AssemblyMetadata attributes whose keys include the . characte those generate into invalid constant names and produce compiler errors.
Steps to Reproduce
[assembly: System.Reflection.AssemblyMetadata("A.B", "")]
[assembly: System.Reflection.AssemblyMetadata("A.C", "")]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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers