Using Nito.AsyncEx.Tasks v5.0 via Nuget.
includes Nito.AsyncEx.Coordination v5.0 & Nito.Disposables 2.1.0
DotNet Framework 4.7.2.
invoking AsyncMonitor.WaitAsync
Exception thrown: 'System.IO.FileNotFoundException' in Nito.AsyncEx.Coordination.dll
Additional information: Could not load file or assembly 'Nito.Disposables, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. occurred
ILSpy shows Coordination has a dependency on Disposables 2.0
Nuget creates bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.1.0". Tried changing to newVersion 2.1.00. No effect.
Manually downgrading to Disposables 2.0 will presumably fix, but a drag to maintain.
Using Nito.AsyncEx.Tasks v5.0 via Nuget. includes Nito.AsyncEx.Coordination v5.0 & Nito.Disposables 2.1.0
DotNet Framework 4.7.2.
invoking AsyncMonitor.WaitAsync
Exception thrown: 'System.IO.FileNotFoundException' in Nito.AsyncEx.Coordination.dll Additional information: Could not load file or assembly 'Nito.Disposables, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. occurred
ILSpy shows Coordination has a dependency on Disposables 2.0
Nuget creates bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.1.0". Tried changing to newVersion 2.1.00. No effect.
Manually downgrading to Disposables 2.0 will presumably fix, but a drag to maintain.
Am I missing something?
Thanks