-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Switch to Embedded Package Icons #30979
Comments
I'm surprised that we didn't hit |
I don't even know how CoreFx/Core-Setup get IconUrl's into their .nuspec's - I confirmed that the packages we shipped with GA do have the |
Work would be to add a new property and expose it on GenerateNuSpec. We could bundle the default icon with the packaging infra, same as we do the other files and make it happen for our stuff automatically. Perhaps NU5048 isn't triggered in PackageBuilder? I'd have to look at where they inserted that check. |
Yeah, NuGet only runs this during the Pack task. Maybe we should consider adding that to our own pack task (so long as we still need it and cannot move to using the nuget pack task). |
@ViktorHofer @wtgodbe can you clarify the importance of this one? It's marked 3.0 but nobody is working on it. Is this required to ship 3.0 (or 3.1)?
Is this confirmed, can you link issues? |
I have a fix for this. I'll be putting it into arcade, we just need to make sure we get it to all the right places. |
@ericstj Ya, once we finish 3.0.1 |
Assume the same will happen in 3.1? |
Yeah, those arcade subscriptions flow to both places |
Hey folks, just checked release/3.1 and this didn't happen. @wtgodbe don't we want this in the preview 3 build? |
Looks like this has been done |
Once we move to the 3.0.100 SDK in our rel/3.0 branches, we'll start hitting NU5048. This is about moving from
PackageIconUrl
(a link in the nuspec to a URL where the package icon image lives), to an embedded image in the package itself. We need to react to this in CoreFx once we update the SDK - see dotnet/blazor#1896 for an example PR.CC @ericstj @Anipik @safern @ViktorHofer
We should make sure somebody is doing this for CoreClr/Core-Setup/Standard as well
The text was updated successfully, but these errors were encountered: