Anton Ivanenko
Anton Ivanenko
Minimal APIs have significant improvements and this is better approach that middleware with Regex matching. Obviously it will force us to drop support of .NET less than 6
We need to add logging on all levels with possibility to configure it
We have to set up sonar for the .NET part of the library to improve code quality Also, add a rule to enforce adding `ConfigureAwait(false)` to prevent possible bugs with...
We have to refactor exporters with the base class to remove code-duplication and prevent in such cases duplication of errors
Currently, we have all export packages for different formats but do not use them in the library. What we need is to: 1. Implement registering exporters 2. Add export endpoint...
It would be good to write tests for all classes to achieve high rate of code-coverage
Hello team! I faced strange issue. For some groups on SCIM PATCH server returns 500 error. In logs the following error is shown: _5 rows were copied to scim.SCIMRepresentationAttributeLst but...
Hello @simpleidserver! We faced a performance issue when provisioned more that 100k+ groups and their members. In this case we have more than15 mil records in `SCIMRepresantationAttrList`. But the database...