We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception in the generator when the user manually types in an attribute in their code:
ThisAssembly/src/ThisAssembly.AssemblyInfo/AssemblyInfoGenerator.cs
Line 35 in b83a3df
Type [assembly: AssemblyInformationalVersion("1.0.0")] in source
[assembly: AssemblyInformationalVersion("1.0.0")]
Generator should be able to deal with duplicates
System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
1.0.8
The text was updated successfully, but these errors were encountered:
c86881a
Thanks for reporting! 🙏
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
Exception in the generator when the user manually types in an attribute in their code:
ThisAssembly/src/ThisAssembly.AssemblyInfo/AssemblyInfoGenerator.cs
Line 35 in b83a3df
Steps to Reproduce
Type
[assembly: AssemblyInformationalVersion("1.0.0")]
in sourceExpected Behavior
Generator should be able to deal with duplicates
Exception with Stack Trace
Version Info
1.0.8
The text was updated successfully, but these errors were encountered: