Description
Cannot use attributes in project that references another project containing the NuGet package.
To Reproduce
- Create two projects.
- Project 1 has a reference to the NuGet package.
- Project 2 has a reference to Project 1
Version Info
- PropertyChanged.SourceGenerator version: 1.0.3
Additional Info
I would expect to be able to use the attributes in Project 2. However, the attributes have the internal access modifier, thus I have to reference the NuGet package in each project where I am planning on using the attributes.
Can the attributes have the public access modifier instead?
Description
Cannot use attributes in project that references another project containing the NuGet package.
To Reproduce
Version Info
Additional Info
I would expect to be able to use the attributes in Project 2. However, the attributes have the
internalaccess modifier, thus I have to reference the NuGet package in each project where I am planning on using the attributes.Can the attributes have the
publicaccess modifier instead?