-
Notifications
You must be signed in to change notification settings - Fork 15
bugfix: version range for abstractions #257
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
c907639
to
58127f9
Compare
Quality Gate passedIssues Measures |
Thanks for the quick fix attempt. Unfortunately the real issue appears to be that there is no consistency in the dependencies between the various Kiota modules, which should all be aligned. It is currently not possible to find a working combination of required modules that do not fail at runtime.
Fail: Could not load file or assembly 'Microsoft.Kiota.Abstractions, Version=1.8.3.0...
Fail: Could not load file or assembly 'Microsoft.Kiota.Abstractions, Version=1.7.11.0...
Fail: Could not load file or assembly 'Microsoft.Kiota.Abstractions, Version=1.9.0.0...
|
Thanks for the additional information.
|
fixes #256