question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Manifest publish fails for svg files

See original GitHub issue

Core-Setup official builds are (still) failing due to:

  Starting build metadata push to the Build Asset Registry...
F:\vsagent\4\s\.packages\microsoft.dotnet.arcade.sdk\1.0.0-beta.19080.6\tools\SdkTasks\PublishBuildAssets.proj(36,5):
  error : Version could not be extracted from 'core-setup/Runtime/3.0.0-preview-27331-3/sharedfx_centos.7-x64_Release_version_badge.svg'

https://dev.azure.com/dnceng/internal/_build/results?buildId=84895

https://github.com/dotnet/arcade/issues/1842 added a ExcludeFromManifest feature that I tried to use in Core-Setup via https://github.com/dotnet/core-setup/pull/5037. The binlog shows that the metadata is set, but the generated manifest still has the SVGs and publish still fails.

Also in https://github.com/dotnet/arcade/issues/1842:

As a follow up, the error here was that when the split between arcade and arcade services happened we took an old version of Micosoft.DotNet.Maestro.Tasks which had no support for SVGs hence the error you were getting.

I’ve ported the correct version of the files so this does not happen again even though we have exclusion support

It doesn’t look like this fix took hold. 😕

@jcagme @chcosta @mmitche any ideas?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dagoodcommented, Feb 4, 2019

It works! Thanks.

1reaction
jcagmecommented, Feb 1, 2019

That’s correct. This should be hands-off for you since it looks like dependencies are flowing fine into core-setup. Or if it is high pri you could manually update the Arcade SDK version in global.json

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't get rid of missing manifest.json error
json'. The quick option was to create an empty file with that name, which will get rid of the error. In react you...
Read more >
Webpacker 6.0.0.beta.2 - SVG files not included in manifest ...
The svg file was not included in the manifest.json, thus asset_pack_path 'media/images/file.svg' was failing. After updating to beta 3 the ...
Read more >
Error in validation | International Digital Publishing Forum
It appears you've embedded an SVG image in your cover file, so you need to add the properties attribute with the value "svg"...
Read more >
Web Application Manifest
The developer wants to use an SVG for greater than or equal to 257x257px. They've found that the SVG file looks too blurry...
Read more >
Unable to locate file in Vite manifest: resources/css/app.css
Unable to locate file in Vite manifest: resources/css/app.css. Dear enlightened artisans,. I pulled my Laravel project that is running "Laravel version ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found