NikiforovAll / keycloak-authorization-services-dotnet

Authentication and Authorization with Keycloak and ASP.NET Core 🔐
https://nikiforovall.github.io/keycloak-authorization-services-dotnet/
MIT License
453 stars 106 forks source link

Update Kiota SDK to Keycloak 25.0.0. #119

Closed kanpov closed 3 months ago

NikiforovAll commented 3 months ago

@kanpov could you please run csharpier for generated code (see dotent-tool manifest file for more details). the goal is to have less diffs

kanpov commented 3 months ago

@kanpov could you please run csharpier for generated code (see dotent-tool manifest file for more details). the goal is to have less diffs

I ran dotnet csharpier . on the Kiota SDK project and it changed nothing, at least as far as git status tells me. image

NikiforovAll commented 3 months ago

Could you please run dotnet tool install Microsoft.OpenApi.Kiota in the root of the project and add the changes? I want to pin the version of kiota essentially :)

kanpov commented 3 months ago

Could you please run dotnet tool install Microsoft.OpenApi.Kiota in the root of the project and add the changes? I want to pin the version of kiota essentially :)

Done

kanpov commented 3 months ago

Also the Windows test run somehow now fails for a typical Windows reason: image Not anymore :)

kanpov commented 3 months ago

image Why this is happening I have no idea to be honest.

NikiforovAll commented 3 months ago

I think it is just changes of how code generated by kiota in 1.15.0

NikiforovAll commented 3 months ago

Thank you for the contribution, the changes will be deployed as part of 2.5.2 release