-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Package readmes are broken #106585
Labels
area-Infrastructure-libraries
bug
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Comments
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Aug 18, 2024
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata |
dotnet-policy-service
bot
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 18, 2024
filipnavara
added
area-Infrastructure-libraries
and removed
in-pr
There is an active PR which will close this issue when it is merged
area-System.Reflection.Metadata
labels
Aug 18, 2024
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
ViktorHofer
added
bug
and removed
untriaged
New issue has not been triaged by the area owner
labels
Aug 18, 2024
ViktorHofer
added a commit
that referenced
this issue
Aug 18, 2024
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
dotnet-policy-service
bot
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 18, 2024
github-actions bot
pushed a commit
that referenced
this issue
Aug 18, 2024
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
github-actions bot
pushed a commit
that referenced
this issue
Aug 18, 2024
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
ViktorHofer
added a commit
that referenced
this issue
Aug 19, 2024
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
ViktorHofer
added a commit
that referenced
this issue
Aug 19, 2024
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
carlossanlop
pushed a commit
that referenced
this issue
Aug 19, 2024
* Fix condition for adding package readmes Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported. * Update workloads.csproj --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
mikelle-rogers
pushed a commit
to mikelle-rogers/runtime
that referenced
this issue
Dec 10, 2024
* Fix condition for adding package readmes Fixes dotnet#106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported. * Enable package readme validation for everything in runtime
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-Infrastructure-libraries
bug
in-pr
There is an active PR which will close this issue when it is merged
Description
Runtime packages have markdown readmes that should be rendered on NuGet gallery page. But latest preview version lost them, there's no package.md file in .nupkg, and NuGet gallery fallbacks to plaintext description. For example, for System.Reflection.Metadata 9.0.0-preview.6.24327.7 shows markdown readme, but 9.0.0-preview.7.24405.7 does not.
Reproduction Steps
Navigate to NuGet gallery page of the package, such as https://www.nuget.org/packages/System.Reflection.Metadata/9.0.0-preview.7.24405.7#readme-body-tab
Expected behavior
Should show markdown package readme, like for previous version:
Actual behavior
Shows plaintext description:
Regression?
Broken starting from latest version, 9.0.0-preview.7.24405.7
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: