You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: