-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
When typing [assembly: AssemblyInformationalVersion] in the editor, there's an exception in here:
| .Select(x => new KeyValuePair<string, string?>(x.AttributeClass!.Name.Substring(8).Replace("Attribute", ""), (string?)x.ConstructorArguments[0].Value)) |
because the constructor arguments is empty. And as far as I can tell the generator gets turned off after the exception and stops working.
Version Info
1.0.8
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working