Extensions: Missing icons in Microsoft.Extensions.* NuGet packages

Created on 9 Dec 2019  Â·  6Comments  Â·  Source: dotnet/extensions

NuGet icons are missing for most Microsoft.Extensions.* packages for the latest 3.1.0 versions.

image
3.0.1 version had icon

image
3.1.0 is missing an icon

area-platform

Most helpful comment

The problem might be that the icon is in the nupkg package twice, this will be fixed in a 3.1.1 release as I understand. I'll find the issue and link it.

All 6 comments

The problem might be that the icon is in the nupkg package twice, this will be fixed in a 3.1.1 release as I understand. I'll find the issue and link it.

Yes, it's related to that issue. We were switching from IconUrl to IconFile, but ended up building with a nuget too old to support IconFile 😢

There these duplicates of each other? https://github.com/aspnet/Extensions/issues/2515. Feel free to close mine if so.

Latest guidance is that we might want both for a transition period (some clients like VS don't respect IconFile yet), but I believe we currently only have IconFile. We can use this to track the idea of adding back IconUrl.

This should be resolved as of 3.1.1

Was this page helpful?
0 / 5 - 0 ratings