Results 331 comments of SimpleIdServer

The solution is not building because you didn't fetch the 'json-ld.net' submodule. Could you please execute the following command and try again? ``` git submodule update --init --recursive ```

I have added the `json-ld.net` to the SimpleIdServer.CredentialIssuer.Host solution, and the modification is reflected in the master branch. However, this issue should not arise if the submodule is correctly fetched....

The NuGet package must not be used. The folder json-ld.net contains a reference to the Git project: https://github.com/simpleidserver/json-ld.net. We have made some modifications to this project to address certain issues...

The module is configured in this file: "https://github.com/simpleidserver/SimpleIdServer/blob/master/.gitmodules". The following command line is used by the AppVeyor server to retrieve sub-modules, and it is working correctly. If it is still...

Hello, This error message is returned when at least one immutable property is modified or not present in the HTTP request. Could you please check if all the properties present...

The problem has been resolved in the `master` branch. When a transaction was created, it was not passed during the querying process, and as a result, the application was unaware...

Hello, I attempted to reproduce the issue on my local machine without success. By default, the attributes of the representation are not returned by HTTP PATCH and HTTP PUT operations....

There is indeed an issue in the `BuildHierarchicalAttributes` algorithm; the `Children` and `CachedChildren` properties were not cleared. The problem has been resolved in the `master` branch. You can view the...

Hello, The Nuget package `4.0.7-rc1` https://www.nuget.org/packages/SimpleIdServer.Scim is available :) KR, SID

Unfortunately, this warning message (https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1603) is displayed because MySql.EntityFrameworkCore 7.0.10 is attempting to resolve the MySql.Data version 7.0.10 Nuget package, which does not exist. This issue cannot be addressed in...