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
DotNet/NuGet: Move class defintions out of the companion object
It does not really make sense to put class definitions into a static
scope. Move them to the top level and make them private instead, and
also add some documentation links.
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
0 commit comments