• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lucaslorentz / auto-compute / 23098781222
60%
main: 60%

Build:
Build:
LAST BUILD BRANCH: fix-manifest
DEFAULT BRANCH: main
Ran 14 Mar 2026 11:35PM UTC
Jobs 1
Files 98
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Mar 2026 11:33PM UTC coverage: 59.677%. Remained the same
23098781222

Pull #21

github

lucaslorentz
Fix embedded file manifest generation for net8.0 and net9.0

NuGet's framework reduction suppresses build assets from
Microsoft.Extensions.FileProviders.Embedded for TFMs where the assembly
is provided by the ASP.NET Core shared framework (assets become _._).
This silently strips the manifest-generation MSBuild targets, causing
ManifestEmbeddedFileProvider to throw InvalidOperationException at
runtime for consumers targeting net8.0 or net9.0.

The fix explicitly imports the package's build props/targets for inner
builds and adds a bridge target (BeforeTargets="AssignTargetPaths") to
ensure the manifest is added to EmbeddedResource before
PrepareResourceNames processes resource metadata.

See: https://github.com/dotnet/aspnetcore/issues/63719
Pull Request #21: Fix embedded file manifest generation for net8.0 and net9.0

1995 of 3343 relevant lines covered (59.68%)

994.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23098781222.1 14 Mar 2026 11:35PM UTC 98
59.68
GitHub Action Run
Source Files on build 23098781222
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #21
  • PR Base - main (#23088861823)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc