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
Describe the Bug
When typing
[assembly: AssemblyInformationalVersion]in the editor, there's an exception in here:ThisAssembly/src/ThisAssembly.AssemblyInfo/AssemblyInfoGenerator.cs
Line 34 in b83a3df
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