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

Throw when putting an invalid author name #4664

Closed
muratg opened this issue Dec 18, 2015 · 2 comments
Closed

Throw when putting an invalid author name #4664

muratg opened this issue Dec 18, 2015 · 2 comments
Labels
Milestone

Comments

@muratg
Copy link

muratg commented Dec 18, 2015

From @Praburaj on August 21, 2014 20:39

This is a negative case, but just trying to cover scenarios.

Create an app and put the authors value as null like below

{
    "authors": [ null ]
}

Try doing a kpm build. Package is successfully generated. But when opening the package in nuget package explorer i see this error:

image

Copied from original issue: aspnet/dnx#560

@muratg
Copy link
Author

muratg commented Dec 18, 2015

From @StefH on February 4, 2015 19:3

Same error occurs when using empty string or empty strings.

{
    "authors": [ "" ]
}

or

{
    "authors": [ "", "" ]
}

@TheRealPiotrP
Copy link
Contributor

kpm has been deprecated.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the Backlog milestone Jan 31, 2020
rainersigwald pushed a commit that referenced this issue Jul 20, 2020
…5.7.0.6677 (#4664)

NuGet.Build.Tasks
 From Version 5.7.0-rtm.6670 -> To Version 5.7.0-rtm.6677

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
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

3 participants