Skip to content
New issue

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

class and interface modifiers should be internal when publishing source nuget #474

Open
Meerownymous opened this issue Oct 18, 2021 · 0 comments
Labels

Comments

@Meerownymous
Copy link
Collaborator

Expected Behavior

Source Nuget package does not conflict with non-source package.

Actual Behavior

Because the object modifiers of source packages are public, they conflict with the objects in the non source package.
This can be solved by replacing all public modifiers with internal or private prior to building the source package.

Mention any other details that might be useful

Steps to reproduce the behavior

The log given by the failure.

@koeeenig koeeenig assigned koeeenig and unassigned koeeenig Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants