reactiveui / ReactiveUI.SourceGenerators

Use source generators to generate objects.
MIT License
31 stars 3 forks source link

Update Make attributes internal to avoid conflicts #60

Closed ChrisPulman closed 2 months ago

ChrisPulman commented 2 months ago

What kind of change does this PR introduce?

fix update

What is the current behavior?

attributes are public

What is the new behavior?

attributes are now internal to avoid inter library conflicts all packages are private to the source generators therefore have no direct dependencies

What might this PR break?

anyone using the attributes from sub-assemblies will no longer be able to access the attributes

Please check if the PR fulfills these requirements

Other information:

github-actions[bot] commented 1 month ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.