Problems with System.Threading.Tasks.Extensions Dependencies since 2025.1.0
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
I have a project with a reference to System.Threading.Tasks.Extensions Version=4.6.3.0. Now when i make a SFTP Download or Upload i get the following errormessage since 2025.1.0:
Die Datei oder Assembly "System.Threading.Tasks.Extensions, Version=4.6.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)
Die Datei oder Assembly "System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)
I found no Solution for this, only a revert to SSH.Net Version 2024.2.0 helps for me. In my project is also a reference to Microsoft.Identity.Client 4.79.2, maybe here is a conflict with ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing an SFTP download or upload with SSH.NET 2025.1.0 and the stated System.Threading.Tasks.Extensions and Microsoft.Identity.Client references. Inspect the resolved assembly versions and compare them with SSH.NET 2024.2.0. Done means the SFTP operation runs without the reported assembly-version mismatch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100