Results 331 comments of SimpleIdServer

I quickly checked the Nuget Package [EFCore.BulkExtensions](https://github.com/borisdj/EFCore.BulkExtensions), which is used by SimpleIdServer for bulk data insertion. It appears to utilize the Nuget Package [MySQLConnector](https://github.com/mysql-net/MySqlConnector/). According to Ticket [Ticket #1145](https://github.com/mysql-net/MySqlConnector/issues/1145), the...

Thank you for the information :) I'll take a look and fix this issue for the next release!

Great! You can submit the pull request with this fix :)

This issue is fixed in the version 5.0.0

We are considering migrating to version 8.0 soon, after the release of 4.0.8.

@LazaroOnline : The SCIM project version 5.0.0 is available, and it is using .NET 8.0.

Hello, Due to performance issues, we have made some modifications to the SimpleIdServer.Scim package. Now, it does not return the entire object or representation in the response to an **HTTP...

The 'IsFullRepresentationReturned' property has been added to the options. When this property is set to true, the full representation will be returned.

The version has not yet been published. I will release a pre-release version next week.

The NuGet package `4.0.8-rc1` has been published. You can set the property `IsFullRepresentationReturned` to true in order to return the complete representation after the update operation.