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

[Bug]: NuGet packages have default description since v8 #1812

Closed
ErisApps opened this issue Nov 19, 2023 · 1 comment · Fixed by #1813
Closed

[Bug]: NuGet packages have default description since v8 #1812

ErisApps opened this issue Nov 19, 2023 · 1 comment · Fixed by #1813
Assignees
Labels
Milestone

Comments

@ErisApps
Copy link

Describe the bug

Probably a silly "bug" ticket to open, but since version 8.x of Polly, the new and existing packages have Package Description in their description metadata property.

Expected behavior

The packages have a message that describes what the package does.
The v7 package of Polly, for example, had the following text: Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.

Actual behavior

Package description is Package Description

Steps to reproduce

Compare https://nuget.info/packages/Polly/7.2.4 vs https://nuget.info/packages/Polly/8.0.0

Exception(s) (if any)

Not applicable

Polly version

8.0.0 and higher

.NET Version

Not applicable

Anything else?

No response

@ErisApps ErisApps added the bug label Nov 19, 2023
@martincostello martincostello added this to the v8.3.0 milestone Nov 19, 2023
@martincostello martincostello self-assigned this Nov 19, 2023
martincostello added a commit to martincostello/Polly that referenced this issue Nov 19, 2023
- Add NuGet package description for each library.
- Add library-specific NuGet package tags.

Resolves App-vNext#1812.
@martincostello
Copy link
Member

Thanks for reporting this - it looks like this information got lost as part of the v8 restructuring of the project for multiple NuGet packages. We'll get this fixed for the next release.

martincostello added a commit that referenced this issue Nov 20, 2023
- Add NuGet package description for each library.
- Add library-specific NuGet package tags.

Resolves #1812.
martincostello added a commit that referenced this issue Jan 4, 2024
- Add NuGet package description for each library.
- Add library-specific NuGet package tags.

Resolves #1812.
@martincostello martincostello modified the milestones: v8.3.0, v8.2.1 Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants