You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paket can resolve the conflict or exit with an error. Anyway, it should not fall into an infinite loop.
Actual behavior
Paket trapped into an infinite loop.
Known workarounds
Pin Microsoft.IdentityModel.Logging to a specific version.
The text was updated successfully, but these errors were encountered:
HenryZhang-ZHY
changed the title
Paket trapped into infinite loop when resolving (Microsoft.Data.SqlClient 5.0.1) with [strategy: min]
Paket is trapped in an infinite loop when resolving (Microsoft.Data.SqlClient 5.0.1) with [strategy: min].
Jun 20, 2024
Description
Paket is trapped in an infinite loop when resolving (Microsoft.Data.SqlClient 5.0.1) with [strategy: min].
Repro steps
I created a minimum reproduce repo.
https://github.com/HenryZhang-ZHY/reproduce-paket-issue-4263
Expected behavior
Paket can resolve the conflict or exit with an error. Anyway, it should not fall into an infinite loop.
Actual behavior
Paket trapped into an infinite loop.
Known workarounds
Pin
Microsoft.IdentityModel.Logging
to a specific version.The text was updated successfully, but these errors were encountered: