Results 331 comments of SimpleIdServer

Hello, Good remark :) The issue is fixed in the `master` branch. If the `ResourceType` doesn't exist in the database then 404 is always returned. KR, SID

Hello, The issue is fixed in the `master` branch, i'll release a pre-release package tomorrow as soon as MYGET is available :). There was a small regression due to the...

The pre-release package version "2.0.17-ci-00341" is available here : SCIM : https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim EFCore5 : https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim.Persistence.EF EFCore6 : https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim.Persistence.EFNet6

Hello, Some changes have been made in the `master` branch. Now the change tracker is properly working with EFCore6. There was an issue because the property `Children` was set when...

Some changes have been made in the `master` branch. Now, there is only one DBContext and a new property has been added to build the hierarchy. Can-you please check if...

You can use the following pre-release version dotnet add package SimpleIdServer.Scim.Persistence.EFNet6 --version 2.0.16-ci-00326 --source https://www.myget.org/F/advance-ict/api/v3/index.json

My mistaske, I've forgotten to checked-in my changes. They are present in the `master` branch.

The version 2.0.17-ci-00331 is available here : https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim.Persistence.EFNet6

Several scenarios have been executed to check if the bug is solved. I'm checking if there is no duplicate data in the representations after executing UPDATE operations. **Scenario 1 :**...

Hello, I couldn't reproduce the bugs with the latest version (2.0.17). The sample project has been updated and is using the version 2.0.17. The project is located here : https://github.com/simpleidserver/SimpleIdServer/tree/master/samples/UseSCIMSqlServer...