-
Notifications
You must be signed in to change notification settings - Fork 387
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
System.EntryPointNotFoundException : Entry point was not found #1517
Comments
Thanks for reporting 🙏 |
@daveMueller I used the latest nightly build and the problem still occurs but this will be solved with PR #1513. Nuget package System.Text.Json V7.0.3 is using Microsoft.Bcl.AsyncInterfaces V7.0. |
@daveMueller The versions in the nuget package are correct but this will not be available in the bin folder of test project (
and the System.EntryPointNotFoundException will vanish. |
@sungam3r Please try again with latest version from coverlet-nightly feed e.g. |
related #1601 |
@Bertk I checked |
coverlet V6.0.1 is released. |
On net6.0 I faced with weird issue. See Xabaril/AspNetCore.Diagnostics.HealthChecks#1980 and especially Xabaril/AspNetCore.Diagnostics.HealthChecks#1980 (comment) .
I narrowed it down to
--collect "XPlat Code Coverage"
and opencollector package.Steps to reproduce:
dotnet test ./test/HealthChecks.Gremlin.Tests/HealthChecks.Gremlin.Tests.csproj --collect "XPlat Code Coverage" -f net6.0
locally from the repo root. Test run fails.Additional notes:
--collect "XPlat Code Coverage"
.<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
into test project.The text was updated successfully, but these errors were encountered: