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
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
This problem was noted back in 2015. See http://chris.eldredge.io/blog/2015/01/05/nuget-symbols-and-aspnet-vnext/. Given that Klondike now has a special endpoint for handling symbol packages, the code that you reference can be removed. Some ancient consumers of Klondike that push symbol packages may break in the next version, but the fix should be relatively easy to implement.
A PR removing the above condition would be welcomed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've just stumbled upon a package which contains sources and symbols and is found on the nuget.org feed: Appccelerate.StateMachine 4.4.0
The following code in the PackagesController.PutPackage makes it impossible to publish that package:
As it's not clear from the nuget docs whether the package is publishable and you might rely on that feature I open this issue instead of sending a PR.
Kind regards
Daniel
The text was updated successfully, but these errors were encountered: