Bump coverlet.msbuild from 6.0.4 to 8.0.1#745
Conversation
--- updated-dependencies: - dependency-name: coverlet.msbuild dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: coverlet.msbuild dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@copilot add .NET 8 set up to the gate.yml github workflow file that runs the build on check in. This will fix the runtime test issue. |
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/e92af154-c2d6-4252-8cbf-a45f851481ae Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Added a |
|
@copilot revert the last commit you made, suggestion implemented did not work. |
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/9d4c56c3-17b8-41e2-8aa5-a8a9cc9f40d9 Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Reverted in commit |
….Std/multi-669b2fecb3
|
@copilot work on this PR to fix the build |
coverlet.msbuild 8.0.1 instruments assemblies with code that requires System.Runtime 8.0.0.0. Running tests against netcoreapp3.1 or net6.0 fails with FileNotFoundException at runtime. Disable coverage collection for these frameworks; coverage still runs on net9.0. Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/de1b570d-4a65-4b8d-b1c7-068da8ecfab0 Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Fixed in commit The root cause: The fix disables coverage collection ( |
….Std/multi-669b2fecb3
….Std/multi-669b2fecb3
Updated coverlet.msbuild from 6.0.4 to 8.0.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.