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
The following code fails to compile.
namespace A1 { [Cloneable.Cloneable] public partial class C { public int X { get; set; } } } namespace A2 { [Cloneable.Cloneable] public partial class C { public int X { get; set; } } }
https://github.com/mostmand/Cloneable/blob/master/Cloneable/CloneableGenerator.cs#L101
hintPath is generated from classSymbol.Name and hintPath must be unique.
hintPath
classSymbol.Name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code fails to compile.
https://github.com/mostmand/Cloneable/blob/master/Cloneable/CloneableGenerator.cs#L101
hintPath
is generated fromclassSymbol.Name
andhintPath
must be unique.The text was updated successfully, but these errors were encountered: