Peter

Results 88 comments of Peter

Any news on this? I would love to have Windows support!

I'm not that familiar with json schemas but using https://jsonschemalint.com/#!/version/draft-07/markup/json it validates if i change from $schema to schema, could that be the source of the issue?

Changing from $schema to schema didn't change anything.

If you tell me when you build a new nuget package, ill verify that it works as intended. Thanks for the fast fix!!

I have no idea how to use myget, I tried to add `` to my `nuget.config`, but I find no packages in that feed.

Checked out the repo and changed branch to `patches/fix-toolchain-version-output` and tried it that way, but as you said it didn't resolve the issue. One small question how do I use...

Found #13 guessing that without that implemented the output of this schema will always be subpar.

I have created a new nuget package that has this fix https://www.nuget.org/packages/Keycloak.Net.Core/

I have created a new nuget package that has this fix https://www.nuget.org/packages/Keycloak.Net.Core/

After looking into it it seems https://github.com/lvermeulen/Keycloak.Net/blob/main/src/Keycloak.Net/Models/Clients/ClientConfig.cs has invalid `JsonProperty` values. Also value (`claim.value`) seems to be missing entirely. The question is, have the property names changed between versions or...