-
Notifications
You must be signed in to change notification settings - Fork 14
Dependency on Microsoft.Kiota.Abstractions >= v1.9.1 causes issues #264
Comments
Thanks for raising this @kfcampbell For now, I would suggest updating abstractions to the latest version to resolve this (v1.9.6) as the Kiota info command in 1.5.0 is showing 1.9.0 due a misaligned configuration (see microsoft/kiota#4825). We've since resolved this, and future versions should show the correct version. Please try this out and let us know if this is helpful! |
Unfortunately this isn't easily done, as our tooling treats the |
Thanks for the additional information. If you use the last preview version it should solve your issue. |
Okay! It sounds like the best course of action for us then is to stay pinned on v1.14.0 for now, skip v1.15.0, and go straight to v1.16.0 when it releases next month. |
I'm going to go ahead and close this issue since there's no further action on kiota's side. Let us know if you need anything else! |
Hi! I think this is a similar issue to #256. In src/Microsoft.Kiota.Http.HttpClientLibrary.csproj, there's a dependency on Microsoft.Kiota.Abstractions
Version="[1.9.1, 2.0.0)"
.However, when running the Kiota CLI (v1.15.0)
kiota info -l CSharp --json
, the dependency given isSince our project treats warnings as errors, this breaks us at build, but otherwise would break at runtime I believe. Example output of building a .csproj that installs recommended packages based upon that
kiota info
output:Please let me know if you'd like more information!
The text was updated successfully, but these errors were encountered: